Skip to content

Latest commit

 

History

History
170 lines (119 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

170 lines (119 loc) · 12.1 KB

Changelog

All notable changes to this project will be documented in this file.

0.2.3 (2024-06-11)

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)

0.2.2 (2024-06-05)

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)

0.2.1 (2024-06-05)

Bug Fixes

  • search: rule was disabling search command (af693a5)

0.2.0 (2024-05-29)

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)

0.1.3 (2024-05-24)

Bug Fixes

0.1.2 (2024-05-24)

Bug Fixes

  • dist: publish homebrew formula (91f015c)

Miscellaneous Tasks

  • ko: preserve import paths (9169fd2)

0.1.1 (2024-05-24)

Miscellaneous Tasks

  • image: fix CI image tag (16e7864)
  • build image: give publish permissions (14cdf96)

0.1.0 (2024-05-24)

Features

  • actions: add build workflow (#1) (41a9a2d)
  • actions: add release workflow (#3) (6ea5d26)
  • share commands between default and registry mode (#7) (2e11547)
  • changelog: add git-cliff configuration for changelog generation (1adb4db)

Bug Fixes

  • fips build workflow: check out before running local workflow (3a08b1a)
  • release config: separate default and fips builds (a6a94b2)
  • README: add install instructions (cdf9712)
  • update goreleaser cfg (06084a0)
  • push arm docker image with goreleaser (04e0e75)
  • use default ldflags (dbcc15d)
  • dependabot: force convential commits for dependabot PRs (551c956)
  • dependabot: assign reviewer to dependabot PRs (b77f5f0)
  • allow empty commit for changelog (48d8325)
  • remove docker hub image reference (ae76c82)
  • simplify goreleaser config to publish one manifest tag (351e092)
  • set up docker and qemu in release workflow (31a84f3)
  • simplify Goreleaser image build while debugging (0811013)
  • release workflow: change name (85ea1a2)
  • release workflow: add login step for ghcr.io before running Goreleaser (ee72a8c)
  • lint: enable more linters (c5c1978)
  • address lint issues (c26c31c)
  • update commit grouping in release notes (8786598)
  • update image labels (8940a3d)
  • goreleaser: remove md5 hash from ko image paths (01a6faf)
  • goreleaser: update goreleaser config (49cea86)
  • release: update release notes generation (9c19ea1)
  • release notes again (5adfb1f)
  • update goreleaser config (48d31af)
  • versioning: do not trim leading "v" in version tags (bb45e5a)
  • update cliff config (8fdd124)

Documentation

  • CONTRIBUTING.md: document release process (7281842)

Miscellaneous Tasks

  • run govulncheck (6d0b478)
  • changelog: update changelog for tag v0.1.0-beta.0 (a718c25)
  • changelog: update changelog for tag v0.1.0-beta.1 (8fa36c9)
  • changelog: update changelog for tag v0.1.0-beta.2 (3dbe278)
  • repo: remove unused gitattributes file (885d06d)
  • update version name to avoid collisions (2ec12f5)
  • update changelog configuration (362ea65)
  • update dependabot commit messages (55edad6)
  • Release: add fetch-depth 0 to checkout (5f48b4b)
  • release: fix flag (6b71969)
  • docs: generate docs (bf3fe7d)