Austin Valle
6b752b326b
Update release workflow to work with new branch protections ( #313 )
...
* Update release workflow to work with new branch protections
* removed issue permission
2023-03-02 16:59:59 -05:00
Brian Flad
aa7ea2f4b9
.github/workflows: Add GitHub Release title to workflow ( #312 )
...
Reference: https://github.com/hashicorp/ghaction-terraform-provider-release/issues/44
```console
$ gh release create --help
Create a new GitHub Release for a repository.
A list of asset files may be given to upload to the new release. To define a
display label for an asset, append text starting with `#` after the file name.
If a matching git tag does not yet exist, one will automatically get created
from the latest state of the default branch.
Use `--target` to point to a different branch or commit for the automatic tag creation.
Use `--verify-tag` to abort the release if the tag doesn't already exist.
To fetch the new tag locally after the release, do `git fetch --tags origin`.
To create a release from an annotated git tag, first create one locally with
git, push the tag to GitHub, then run this command.
When using automatically generated release notes, a release title will also be automatically
generated unless a title was explicitly passed. Additional release notes can be prepended to
automatically generated notes by using the notes parameter.
USAGE
gh release create [<tag>] [<files>...]
FLAGS
--discussion-category string Start a discussion in the specified category
-d, --draft Save the release as a draft instead of publishing it
--generate-notes Automatically generate title and notes for the release
--latest Mark this release as "Latest" (default: automatic based on date and version)
-n, --notes string Release notes
-F, --notes-file file Read release notes from file (use "-" to read from standard input)
--notes-start-tag string Tag to use as the starting point for generating release notes
-p, --prerelease Mark the release as a prerelease
--target branch Target branch or full commit SHA (default: main branch)
-t, --title string Release title
--verify-tag Abort in case the git tag doesn't already exist in the remote repository
```
2023-02-28 14:25:15 -05:00
dependabot[bot]
525ec9dce5
Bump miniscruff/changie-action from 1.0.0 to 1.0.1 ( #311 )
...
Bumps [miniscruff/changie-action](https://github.com/miniscruff/changie-action ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/miniscruff/changie-action/releases )
- [Changelog](https://github.com/miniscruff/changie-action/blob/main/CHANGELOG.md )
- [Commits](7d8e4c245d...b6d52c80de )
---
updated-dependencies:
- dependency-name: miniscruff/changie-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 15:24:43 -05:00
dependabot[bot]
234b25c729
Bump leonsteinhaeuser/project-beta-automations from 2.0.1 to 2.1.0 ( #310 )
...
Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/leonsteinhaeuser/project-beta-automations/releases )
- [Commits](https://github.com/leonsteinhaeuser/project-beta-automations/compare/v2.0.1...v2.1.0 )
---
updated-dependencies:
- dependency-name: leonsteinhaeuser/project-beta-automations
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 15:23:47 -05:00
Selena Goods
51df13f1aa
Merge pull request #300 from hashicorp/changie-automation
...
Switch to Changie for changelog automation
2023-02-22 09:51:20 -05:00
SBGoods
08e201aa90
Checkout the latest commit instead of pulling for remote changes
2023-02-21 15:15:48 -05:00
Selena Goods
0d0e1dd31e
Pin setup-node action to SHA instead of major version
...
Co-authored-by: Brian Flad <bflad417@gmail.com>
2023-02-21 12:07:05 -05:00
SBGoods
f0d0d96875
Add entry for v2.0.3
2023-02-21 12:06:02 -05:00
dependabot[bot]
8c01c536be
Bump jest from 29.4.1 to 29.4.3 ( #308 )
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 29.4.1 to 29.4.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.4.3/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-21 08:45:23 -05:00
Selena Goods
a405e92ab1
Merge branch 'main' into changie-automation
2023-02-09 16:50:32 -05:00
SBGoods
8972b88921
Add job to update package version
2023-02-09 16:48:43 -05:00
SBGoods
a0b152b5df
Add steps to update major version tag
2023-02-09 16:39:54 -05:00
Brian Flad
d3026307a0
Remove wrapper package.json ( #302 )
...
Reference: https://github.com/hashicorp/setup-terraform/issues/290
The `wrapper` directory contains the JavaScript wrapper for the Terraform binary. It currently contains a `package.json` and lock file, however this code is not packaged and released separately. Having the separate package makes it unnecessarily difficult to ensure the subdirectory is built correctly and dependencies are up to date.
This change removes the `wrapper` package files and consolidates the test, lint, and build logic into the main `package.json`.
2023-02-09 10:36:54 -05:00
Brian Flad
1d777b53ee
deps: Bump all development dependencies and fix check-dist ( #301 )
...
Reference: https://github.com/hashicorp/setup-terraform/pull/285
Reference: https://github.com/hashicorp/setup-terraform/pull/286
Reference: https://github.com/hashicorp/setup-terraform/pull/288
Reference: https://github.com/hashicorp/setup-terraform/pull/291
Reference: https://github.com/hashicorp/setup-terraform/pull/292
```shell
npm install '@vercel/ncc@0.36.1'
npm install 'husky@8.0.3'
npm install 'jest@29.4.1'
npm install 'nock@13.3.0'
pushd wrapper
npm install '@vercel/ncc@0.36.1'
npm install 'jest@29.4.1'
npm audit fix # json5@1.0.2 security fix
popd
npm run build
```
2023-02-09 10:05:39 -05:00
dependabot[bot]
225afc4e17
Bump atlassian/gajira-transition from 3.0.0 to 3.0.1 ( #294 )
...
Bumps [atlassian/gajira-transition](https://github.com/atlassian/gajira-transition ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/atlassian/gajira-transition/releases )
- [Commits](4749176faf...38fc9cd61b )
---
updated-dependencies:
- dependency-name: atlassian/gajira-transition
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 09:15:13 -05:00
dependabot[bot]
b69ccc5640
Bump atlassian/gajira-create from 3.0.0 to 3.0.1 ( #293 )
...
Bumps [atlassian/gajira-create](https://github.com/atlassian/gajira-create ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/atlassian/gajira-create/releases )
- [Commits](1ff0b6bd11...59e177c4f6 )
---
updated-dependencies:
- dependency-name: atlassian/gajira-create
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update .github/workflows/send-to-jira.yml
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Flad <bflad417@gmail.com>
2023-02-09 09:13:30 -05:00
SBGoods
eed2545295
Switch to Changie for changelog automation
2023-02-08 15:32:40 -05:00
Dave Parfitt
8b59f414e1
Merge pull request #287 from hashicorp/add_jira_sync
...
Add Jira automation
2023-01-25 11:43:51 -05:00
Austin Valle
66d3914cff
Merge branch 'main' into add_jira_sync
2023-01-25 11:12:28 -05:00
dependabot[bot]
e9f70b5b88
Bump json5 from 2.2.1 to 2.2.3 ( #283 )
...
* Bump json5 from 2.2.1 to 2.2.3
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* update /dist
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Austin Valle <austinvalle@gmail.com>
2023-01-25 11:10:11 -05:00
Dave Parfitt
ced4e07081
Add Jira automation
2023-01-24 15:20:41 -05:00
Brian Flad
97112244d3
.github/workflows: Use actions/reusable-workflows for CI validation ( #282 )
...
Reference: https://github.com/actions/reusable-workflows
Reference: a8533f184b/.github/workflows/basic-validation.yml
Reference: a8533f184b/.github/workflows/check-dist.yml
Simplify the project's CI by using the recently developed actions/reusable-workflows for testing and dist/ compilation checking.
Recompiled `dist/` via `npm run build`
2022-12-22 10:51:35 -05:00
Benjamin Bennett
8feba2b913
Merge pull request #263 from hashicorp/dependabot/npm_and_yarn/wrapper/vercel/ncc-0.34.0
...
Bump @vercel/ncc from 0.33.3 to 0.34.0 in /wrapper
2022-11-15 07:15:43 +00:00
dependabot[bot]
4a9d2ae03e
Bump @vercel/ncc from 0.33.3 to 0.34.0 in /wrapper
...
Bumps [@vercel/ncc](https://github.com/vercel/ncc ) from 0.33.3 to 0.34.0.
- [Release notes](https://github.com/vercel/ncc/releases )
- [Commits](https://github.com/vercel/ncc/compare/0.33.3...0.34.0 )
---
updated-dependencies:
- dependency-name: "@vercel/ncc"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 07:11:42 +00:00
Benjamin Bennett
abbee59a42
Merge pull request #274 from hashicorp/dependabot/npm_and_yarn/wrapper/jest-29.3.1
...
Bump jest from 27.5.1 to 29.3.1 in /wrapper
2022-11-15 07:10:54 +00:00
dependabot[bot]
3f2da7835b
Bump jest from 27.5.1 to 29.3.1 in /wrapper
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 27.5.1 to 29.3.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 07:04:50 +00:00
Benjamin Bennett
beec8186ce
Merge pull request #273 from hashicorp/dependabot/npm_and_yarn/jest-29.3.1
...
Bump jest from 29.1.2 to 29.3.1
2022-11-15 07:02:05 +00:00
dependabot[bot]
4756a5b786
Bump jest from 29.1.2 to 29.3.1
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 29.1.2 to 29.3.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 06:56:53 +00:00
Benjamin Bennett
51b495f6a8
Merge pull request #272 from hashicorp/dependabot/npm_and_yarn/husky-8.0.2
...
Bump husky from 8.0.1 to 8.0.2
2022-11-15 06:55:27 +00:00
dependabot[bot]
e7ad2a5a68
Bump husky from 8.0.1 to 8.0.2
...
Bumps [husky](https://github.com/typicode/husky ) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v8.0.1...v8.0.2 )
---
updated-dependencies:
- dependency-name: husky
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 18:00:32 +00:00
Benjamin Bennett
633666f66e
Merge pull request #247 from hashicorp/dependabot/npm_and_yarn/actions/core-1.10.0
...
Bump @actions/core from 1.9.1 to 1.10.0
2022-11-01 16:16:23 +00:00
Benjamin Bennett
73d00bf3fd
Updating dependencies in /wrapper/package.json and rebuilding
2022-10-26 18:08:21 +01:00
Benjamin Bennett
b3bda2d04e
Merge pull request #260 from hashicorp/add-wrapper-dir-to-dependabot
...
Adding `/wrapper` directory to dependabot.yml
2022-10-26 15:07:45 +01:00
Benjamin Bennett
1d7d135e40
Adding /wrapper directory to dependabot.yml
2022-10-26 13:52:44 +01:00
Brian Flad
a2a0e9d877
Merge pull request #256 from hashicorp/compliance/add-license
2022-10-12 17:25:05 -04:00
hashicorp-copywrite[bot]
024f81c112
[COMPLIANCE] Update MPL 2.0 LICENSE
2022-10-12 20:57:36 +00:00
James Pogran
bbe167fbda
Release 2.0.2 ( #254 )
2022-10-12 08:35:43 -04:00
Peter Mescalchin
6f80dc740b
README.md updates - direct links to license and code of conduct, updated GitHub documents link (#244 )
...
* Reference `LICENSE` and `CODE_OF_CONDUCT.md` directly to avoid incorrect branch name in URL
* Update GitHub docs link
2022-10-12 08:20:02 -04:00
dependabot[bot]
98a64d4b0b
Bump jest from 29.0.3 to 29.1.2 ( #248 )
...
* Bump jest from 29.0.3 to 29.1.2
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 29.0.3 to 29.1.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.1.2/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* build
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Pogran <jpogran@outlook.com>
2022-10-12 08:14:07 -04:00
James Pogran
2ed08d82a6
Update 2.0.1 release metadata ( #253 )
2022-10-12 08:08:15 -04:00
Avishai Carmel
98db1427e3
Fix the example of how to comment on pull request. ( #220 )
...
It doesn't work without granting permissions.
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
2022-10-12 07:49:47 -04:00
dependabot[bot]
72674f1600
Bump @actions/core from 1.9.1 to 1.10.0
...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-04 08:07:39 +00:00
Benjamin Bennett
a549f5e36f
Merge pull request #250 from hashicorp/dependabot/github_actions/leonsteinhaeuser/project-beta-automations-2.0.1
...
Bump leonsteinhaeuser/project-beta-automations from 2.0.0 to 2.0.1
2022-10-04 09:06:59 +01:00
Benjamin Bennett
cf8fe30da8
Merge pull request #249 from hashicorp/dependabot/npm_and_yarn/actions/github-5.1.1
...
Bump @actions/github from 5.0.3 to 5.1.1
2022-10-04 09:06:11 +01:00
dependabot[bot]
c016a46e74
Bump leonsteinhaeuser/project-beta-automations from 2.0.0 to 2.0.1
...
Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/leonsteinhaeuser/project-beta-automations/releases )
- [Commits](https://github.com/leonsteinhaeuser/project-beta-automations/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: leonsteinhaeuser/project-beta-automations
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 18:26:42 +00:00
dependabot[bot]
0258cdf64e
Bump @actions/github from 5.0.3 to 5.1.1
...
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ) from 5.0.3 to 5.1.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
---
updated-dependencies:
- dependency-name: "@actions/github"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 18:01:31 +00:00
Peter Mescalchin
4f5ea8bbca
Update GitHub workflow branch triggers from master -> main ( #216 )
2022-09-17 17:18:44 -04:00
Renaud
174039b7cd
Updated README to reflect GitHub limitations ( #205 )
...
* Updated README to reflect GitHub limitations
As GH comments cannot be over a certain size, providing a notice with an alternative.
2022-09-16 12:03:51 -04:00
Peter Mescalchin
1f367ab8a7
Add new-style readme build badges, bump actions/checkout in README.md examples ( #188 )
...
* Add new style workflow badges to `README.md`
* `README.md` whitespace cleanup
* Bump `actions/checkout@v3` in `README.md`
2022-09-16 12:01:55 -04:00
dependabot[bot]
b3a43c3034
Bump @actions/core from 1.6.0 to 1.9.1 in /wrapper ( #236 )
...
* Bump @actions/core from 1.6.0 to 1.9.1 in /wrapper
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.6.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases )
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Pogran <jpogran@outlook.com>
2022-09-16 11:53:05 -04:00