Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hashicorp/actions-go-build from 0.1.7 to 0.1.9 #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 21, 2023

Bumps hashicorp/actions-go-build from 0.1.7 to 0.1.9.

Release notes

Sourced from hashicorp/actions-go-build's releases.

v0.1.9

No release notes provided.

v0.1.8

Changed:

  • Dirty builds now fail early when running the action. In CI, there's no good use-case for dirty builds, however dirty builds still work locally when running the CLI directly.

  • You can now set TARGET_DIR when running the build subcommand of the CLI. This dictates the the output directory for the binary, as well as where to place other filed that need to be included in the release zip.

  • The -clean flag now produces a more useful error message when the worktree is dirty. It lists the paths which are flagged as dirty, to make it much easier to debug.

Added:

  • New inspect flag: -worktree which reports on the dirty/clean status of the worktree.
  • Development documentation docs/development.md
  • Build system:
    • make build - build dev (maybe dirty) CLI binaries & zips for all supported platforms.
    • make release - build release (clean) CLI binaries & zipe for all supported platforms. Note: If running locally on a mac, you'll need to install envsubst with brew install gettext

Fixed:

  • No longer using the deprecated ::set-output syntax in the action YAML.
Changelog

Sourced from hashicorp/actions-go-build's changelog.

Unreleased Changes (targeting v0.1.9)

v0.1.8 - January 13, 2023

Changed:

  • Dirty builds now fail early when running the action. In CI, there's no good use-case for dirty builds, however dirty builds still work locally when running the CLI directly.
  • You can now set TARGET_DIR when running the build subcommand of the CLI. This dictates the the output directory for the binary, as well as where to place other filed that need to be included in the release zip.
  • The -clean flag now produces a more useful error message when the worktree is dirty. It lists the paths which are flagged as dirty, to make it much easier to debug.

Added:

  • New inspect flag: -worktree which reports on the dirty/clean status of the worktree.
  • Development documentation docs/development.md
  • Build system:
    • make build - build dev (maybe dirty) CLI binaries & zips for all supported platforms.
    • make release - build release (clean) CLI binaries & zipe for all supported platforms.

Fixed:

  • No longer using the deprecated ::set-output syntax in the action YAML.
Commits
  • e20c6be set development version to v0.1.9 (#30)
  • 5d2cdd5 Store cli binaries as release assets (#29)
  • fc55a53 [COMPLIANCE] Add Copyright and License Headers (#31)
  • f6c7fb2 set development version to v0.1.9
  • 390a10f ensure local tag list == remote
  • a354e32 rename workflow step
  • 36f5209 force failures in Makefile when appropriate
  • 39c76e1 fix default variable pattern
  • 5d6ad0c upload release assets
  • 2b2e0fc build release binaries for all platforms (#24)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/actions-go-build](https://github.com/hashicorp/actions-go-build) from 0.1.7 to 0.1.9.
- [Release notes](https://github.com/hashicorp/actions-go-build/releases)
- [Changelog](https://github.com/hashicorp/actions-go-build/blob/main/CHANGELOG.md)
- [Commits](hashicorp/actions-go-build@v0.1.7...v0.1.9)

---
updated-dependencies:
- dependency-name: hashicorp/actions-go-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 21, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 21, 2023

The following labels could not be found: github_actions, pr/no-changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants