Skip to content

Releases: act3-ai/hops

v0.2.3

11 Jun 16:36
66e37a5
Compare
Choose a tag to compare

Bug Fixes

Documentation

  • cli: set default concurrency for consistency (6f31819)

Miscellaneous Tasks

  • ko: fix publish path for ko image (b921db2)
  • ko: set bare=true (aa84ff8)
  • ko: change image title (fb0c970)
  • changelog: parse CWE links (e5921fc)

Security

  • address CWE-22 risk when pouring bottle archives (6bb5fc8)
  • address CWE-22 vulnerability in symlink destinations (57837ee)

v0.2.3-beta.2

06 Jun 14:10
cbb3bad
Compare
Choose a tag to compare
v0.2.3-beta.2 Pre-release
Pre-release

Miscellaneous Tasks

v0.2.3-beta.1

06 Jun 14:01
db3e1f0
Compare
Choose a tag to compare
v0.2.3-beta.1 Pre-release
Pre-release

Miscellaneous Tasks

  • ko: fix publish path for ko image (b921db2)

v0.2.2

05 Jun 16:47
5cb0c48
Compare
Choose a tag to compare

Bug Fixes

  • goreleaser: update goreleaser configuration for goreleaser v2 and improve Homebrew Tap deployments (0334471)
  • logs: remove some debug logs (5830700)

Dependencies

  • go.mod: Bump golang.org/x/term from 0.20.0 to 0.21.0 (1c9f699)
  • github-actions: Bump goreleaser/goreleaser-action from 5 to 6 (98846d1)
  • go.mod: Bump golang.org/x/mod from 0.17.0 to 0.18.0 (36d8b55)
  • go: update to go v1.22.4 (90b49ef)

Miscellaneous Tasks

  • lint: add super linter action (00a102c)
  • README: add CI workflow status badge (7ed4a8c)
  • CodeQL: enable CodeQL scanning (bf29bfc)

v0.2.1

05 Jun 00:14
02fbb3b
Compare
Choose a tag to compare

Bug Fixes

  • search: rule was disabling search command (af693a5)

v0.2.0

29 May 21:20
2da4365
Compare
Choose a tag to compare

Changelog

Features

  • install: respect pour_bottle_only_if conditions (f906952)
  • HOMEBREW_BOTTLE_DOMAIN: respect the HOMEBREW_BOTTLE_DOMAIN option (85d625f)
  • configuration: unify config file with Homebrew environment config (ca288cb)
  • configuration: support custom HTTP headers for registry requests (132e73e)
  • flags: standardize registry flags (76133e9)
  • logging: support JSON and logfmt logging with --log-fmt flag (3c3718d)

Bug Fixes

  • logging: update verbosity flag handling (90c6bf4)
  • change formula versioner function signatures (0e07d93)
  • configuration: expose more environment variables for registry settings (7b885f3)
  • cross-platform bottles: add workaround to support cross-platform bottles that are not published correctly (028ab39)
  • changelog: add commit links (fc5af57)

Dependencies

  • task: update golangci-lint to 1.58.2 (c73a8c0)
  • github-actions: update markdownlint (7d91e7b)

Miscellaneous Tasks

  • get Go version from go.mod (07ef392)
  • add simple integration tests (ab83c4e)
  • deps: Bump github.com/charmbracelet/lipgloss (1866f0b)

v0.1.3

24 May 19:35
2f7d336
Compare
Choose a tag to compare

0.1.3 (2024-05-24)

Bug Fixes

  • tap: Use deploy key

v0.1.2

24 May 19:22
a1e1f3e
Compare
Choose a tag to compare

0.1.2 (2024-05-24)

Bug Fixes

  • dist: Publish homebrew formula

Miscellaneous Tasks

  • ko: Preserve import paths

v0.1.1

24 May 18:46
0762192
Compare
Choose a tag to compare

0.1.1 (2024-05-24)

Miscellaneous Tasks

  • image: Fix CI image tag
  • build image: Give publish permissions

Hops v0.1.0

24 May 18:03
c42984a
Compare
Choose a tag to compare

0.1.0 (2024-05-24)

Features

  • actions: Add build workflow (#1)
  • actions: Add release workflow (#3)
  • Share commands between default and registry mode (#7)
  • changelog: Add git-cliff configuration for changelog generation

Bug Fixes

  • fips build workflow: Check out before running local workflow
  • release config: Separate default and fips builds
  • README: Add install instructions
  • Update goreleaser cfg
  • Push arm docker image with goreleaser
  • Use default ldflags
  • dependabot: Force convential commits for dependabot PRs
  • dependabot: Assign reviewer to dependabot PRs
  • Allow empty commit for changelog
  • Remove docker hub image reference
  • Simplify goreleaser config to publish one manifest tag
  • Set up docker and qemu in release workflow
  • Simplify Goreleaser image build while debugging
  • release workflow: Change name
  • release workflow: Add login step for ghcr.io before running Goreleaser
  • lint: Enable more linters
  • Address lint issues
  • Update commit grouping in release notes
  • Update image labels
  • goreleaser: Remove md5 hash from ko image paths
  • goreleaser: Update goreleaser config
  • release: Update release notes generation
  • Release notes again
  • Update goreleaser config
  • versioning: Do not trim leading "v" in version tags
  • Update cliff config

Documentation

  • CONTRIBUTING.md: Document release process

Miscellaneous Tasks

  • Run govulncheck
  • changelog: Update changelog for tag v0.1.0-beta.0
  • changelog: Update changelog for tag v0.1.0-beta.1
  • changelog: Update changelog for tag v0.1.0-beta.2
  • repo: Remove unused gitattributes file
  • Update version name to avoid collisions
  • Update changelog configuration
  • Update dependabot commit messages
  • Release: Add fetch-depth 0 to checkout
  • release: Fix flag
  • docs: Generate docs