Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

build(deps): bump hashicorp/actions-go-build from 0.1.7 to 0.1.9 #32

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 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

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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 requested a review from a team as a code owner April 14, 2023 21:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants