Skip to content

Releases: goreleaser/goreleaser-pro

v2.3.2-pro

17 Sep 17:39
a7c5e80
Compare
Choose a tag to compare

Changelog

Pro-only

Bug fixes

  • fix(pro): adding some helpful output to partial
  • fix(pro): fix confusing skip warning when partial docker builds
  • fix(pro): lint issue in test
  • fix(pro): partial builds when target is linux_arm64

Shared with OSS

Bug fixes

  • fix: upx UnknownExecutableFormatException

Dependency updates

  • chore(deps): bump github/codeql-action from 3.26.6 to 3.26.7 (#5140)
  • chore(deps): update go-github to v65

Other work

  • chore: auto-update generated files

v2.3.1-pro

13 Sep 23:15
a7c5e80
Compare
Choose a tag to compare

Changelog

Pro-only

Bug fixes

  • fix(pro): better skip message on scoop when partial build
  • fix(pro): docker partial filter

Shared with OSS

Bug fixes

  • fix: jsonschema

Dependency updates

  • chore(deps): bump cachix/install-nix-action from V27 to 28 (#5135)
  • chore(deps): bump cachix/install-nix-action from V27 to 28 (#821)

Documentation updates

  • docs: Add GH Actions OIDC permission docs (#5137)
  • docs: announce v2.3 (#5134)
  • docs: update schema

Other work

  • chore: auto-update generated files

v2.4.0-pro-nightly

09 Oct 14:07
a7c5e80
Compare
Choose a tag to compare
v2.4.0-pro-nightly Pre-release
Pre-release

Changelog

Pro-only

Bug fixes

  • fix(pro): docker pull on partial builds

Shared with OSS

New features

  • feat: default GOARM change to 7 (#5157)

Bug fixes

  • fix(changelog): fix random order of first commit in first release (#5173)
  • fix: remove filetype exe from chocolatey template (#5159)
  • fix: signature template failed silently after signing process completed (#5148)
  • fix: snapshot version template should not have the leading 'v'

Dependency updates

  • chore(deps): bump actions/cache from 4.0.2 to 4.1.0 (#5184)
  • chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#5158)
  • chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#828)
  • chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#5187)
  • chore(deps): bump cachix/install-nix-action from 29 to 30 (#5169)
  • chore(deps): bump cachix/install-nix-action from V28 to 29 (#5160)
  • chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#5163)
  • chore(deps): bump dagger/dagger-for-github from 6.8.0 to 6.9.0 (#5144)
  • chore(deps): bump dagger/dagger-for-github from 6.9.0 to 6.11.0 (#5150)
  • chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.0 (#5165)
  • chore(deps): bump docker/setup-buildx-action from 3.7.0 to 3.7.1 (#5170)
  • chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.10 (#5151)
  • chore(deps): bump github.com/xanzy/go-gitlab from 0.109.0 to 0.110.0 (#5181)
  • chore(deps): bump github/codeql-action from 3.26.11 to 3.26.12 (#5188)
  • chore(deps): bump github/codeql-action from 3.26.7 to 3.26.8 (#5143)
  • chore(deps): bump github/codeql-action from 3.26.8 to 3.26.9 (#5156)
  • chore(deps): bump github/codeql-action from 3.26.9 to 3.26.11 (#5171)
  • chore(deps): bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 (#5152)
  • chore(deps): bump golang from 1.23.1-alpine to 1.23.2-alpine (#5164)
  • chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#5180)
  • chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 (#5179)
  • chore(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 (#5182)
  • chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#5166)
  • chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#5183)
  • chore(deps): update go-github to v66

Documentation updates

  • docs: correct spelling errors in documentation (#5149)
  • docs: experiment version
  • docs: improve ko docs
  • docs: update contributing

Build process updates

  • ci: daggerize test pipeline (#4969)
  • ci: fix job dependencies
  • ci: fix notify
  • ci: hopefully fix notify

Other work

  • chore: auto-update generated files
  • perf(changelog): improve changelog sort performance (#5161)
  • point to GHCR instead of GCR for cosign container (#5176)

v2.3.0-pro

12 Sep 19:36
72c8133
Compare
Choose a tag to compare

Changelog

Pro-only

New features

  • feat(pro): allow .ArtifactID in templates
  • feat(pro): blobs.if
  • feat(pro): set artifact id in split checksums

Bug fixes

  • fix(pro): build filters
  • fix(pro): dependencies
  • fix(pro): healthcheck when use: podman
  • fix(pro): improve macos notarization error messages
  • fix(pro): linter issues

Build process updates

  • ci(pro): fix nightly notify

Shared with OSS

New features

  • feat(build): template skip (#5089)
  • feat(build): templateable no_unique_dist_dir (#5115)
  • feat(ko): snapshot builds (#5116)
  • feat(nfpm): better support aix (#5075)
  • feat(tmpl): IsSingleTarget (#5122)
  • feat: add upx to our docker images (#5131)

Bug fixes

  • fix(brew): version and os not being considered
  • fix(build): c-shared build and release when target is wasm (#5128)
  • fix(build): ignore empty flags after templating (#5103)
  • fix: Handle error on failed release (github) (#5106)
  • fix: build --single-target filters (#5114)

Dependency updates

  • chore(deps): bump anchore/sbom-action from 0.17.1 to 0.17.2 (#5098)
  • chore(deps): bump anchore/sbom-action from 0.17.1 to 0.17.2 (#809)
  • chore(deps): bump dario.cat/mergo from 1.0.0 to 1.0.1 (#5093)
  • chore(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#5105)
  • chore(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.11.0 to 2.12.0 (#5092)
  • chore(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.12.0 to 2.13.0 (#5124)
  • chore(deps): bump github.com/charmbracelet/keygen from 0.5.0 to 0.5.1 (#5084)
  • chore(deps): bump github.com/charmbracelet/lipgloss from 0.12.1 to 0.13.0 (#5095)
  • chore(deps): bump github.com/slack-go/slack from 0.13.1 to 0.14.0 (#5085)
  • chore(deps): bump github.com/xanzy/go-gitlab from 0.107.0 to 0.108.0 (#5101)
  • chore(deps): bump github.com/xanzy/go-gitlab from 0.108.0 to 0.109.0 (#5125)
  • chore(deps): bump github/codeql-action from 3.26.1 to 3.26.2 (#5081)
  • chore(deps): bump github/codeql-action from 3.26.2 to 3.26.3 (#5094)
  • chore(deps): bump github/codeql-action from 3.26.3 to 3.26.4 (#5097)
  • chore(deps): bump github/codeql-action from 3.26.4 to 3.26.5 (#5100)
  • chore(deps): bump github/codeql-action from 3.26.5 to 3.26.6 (#5108)
  • chore(deps): bump golang from 1.23.0-alpine to 1.23.1-alpine (#5126)
  • chore(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#5121)
  • chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (#5117)
  • chore(deps): bump golang.org/x/tools from 0.24.0 to 0.25.0 (#5129)
  • chore(deps): update bluesky/indigo (#5073)
  • chore(deps): update go-github
  • chore(deps): update gocloud to v0.39.0 (#5091)
  • chore(deps): update nfpm
  • chore(deps): upgrade cosign to 2.4.0 (#5099)
  • fix(deps): not sure why we were using a rc version of runc

Documentation updates

  • docs: announce v2.2
  • docs: fix wrong links
  • docs: improve git semver sorting pro warning
  • docs: since
  • docs: udpate
  • docs: update

Build process updates

  • build(nix): improve flake.nix
  • build: constant archive files owner, group, and mtime (#5088)
  • build: fix port error with dockertest on blob_minio_test.go (#5090)
  • build: update golangci-lint
  • build: use go 1.23 (#5082)

Other work

  • chore(docs): schema update
  • chore(docs): schema update
  • chore: auto-update generated files
  • chore: deprecation
  • chore: fix linter errors (#5111)
  • chore: issue template config
  • chore: schema update
  • chore: update nix
  • chore: update taskfile
  • chore: use nightly.version_template
  • chore: use snapshot.version_template in own config (#5087)

v2.2.0-pro

15 Aug 02:19
72c8133
Compare
Choose a tag to compare

Changelog

Pro-only

New features

  • feat(pro): docker_signs.if
  • feat(pro): if template evaluation
  • feat(pro): in and list template functions
  • feat(pro): rename nightly.name_template nightly.version_template
  • feat(pro): signs.if
  • feat(pro): skip report-sizes option

Build process updates

  • ci(pro): notify nightly builds on discord

Other work

  • chore(pro): jsonschema modeline

Shared with OSS

New features

  • feat: binary signs (#5018)
  • feat: rename snapshot.name_template -> snapshot.version_template (#5019)
  • feat: when --clean, remove dist before checking git state (#5057)

Security updates

  • sec(deps): update docker/docker and google/go-containerregistry (#5065)

Bug fixes

  • fix(gitlab): release file URL broken (#5035)
  • fix(jsonschema): missing ipk in nfpm.formats
  • fix(ko): rework error message for relative path for .go suffix (#5005)
  • fix(nix): do not install go on macos
  • fix: consistent logging of source archive path
  • fix: isEnvSet and envOrDefault not working sometimes
  • fix: snapcraft nix package not available on darwin
  • fix: typo

Dependency updates

  • Revert "chore(deps): bump gocloud.dev from 0.37.0 to 0.38.0 (#5028)"
  • Revert "chore(deps): bump gocloud.dev from 0.37.0 to 0.38.0 (#5028)"
  • Revert "chore(deps): bump gocloud.dev from 0.37.0 to 0.38.0 (#5028)" (#5034)
  • chore(deps): bump anchore/sbom-action from 0.16.1 to 0.17.0 (#4999)
  • chore(deps): bump anchore/sbom-action from 0.16.1 to 0.17.0 (#770)
  • chore(deps): bump anchore/sbom-action from 0.17.0 to 0.17.1 (#5078)
  • chore(deps): bump anchore/sbom-action from 0.17.0 to 0.17.1 (#797)
  • chore(deps): bump benc-uk/workflow-dispatch from 1.2.3 to 1.2.4 (#5047)
  • chore(deps): bump code.gitea.io/sdk/gitea from 0.18.0 to 0.19.0 (#5033)
  • chore(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 (#5072)
  • chore(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#5013)
  • chore(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#774)
  • chore(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#5012)
  • chore(deps): bump docker/setup-buildx-action from 3.4.0 to 3.6.1 (#781)
  • chore(deps): bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (#5037)
  • chore(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#5011)
  • chore(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#775)
  • chore(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.10.0 to 2.11.0 (#5049)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.54.18 to 1.55.0 (#5014)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.55.0 to 1.55.1 (#5021)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.55.1 to 1.55.2 (#5025)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.55.2 to 1.55.3 (#5027)
  • chore(deps): bump github.com/caarlos0/env/v11 from 11.1.0 to 11.2.0 (#5050)
  • chore(deps): bump github.com/caarlos0/log from 0.4.5 to 0.4.6 (#4995)
  • chore(deps): bump github.com/charmbracelet/lipgloss from 0.12.0 to 0.12.1 (#4994)
  • chore(deps): bump github.com/docker/docker from 26.1.3+incompatible to 26.1.4+incompatible (#5040)
  • chore(deps): bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible (#5064)
  • chore(deps): bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 (#5002)
  • chore(deps): bump github.com/ory/dockertest/v3 from 3.10.0 to 3.11.0 (#5070)
  • chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.13.1 (#5003)
  • chore(deps): bump github.com/xanzy/go-gitlab from 0.106.0 to 0.107.0 (#5000)
  • chore(deps): bump github/codeql-action from 3.25.11 to 3.25.12 (#4996)
  • chore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 (#5009)
  • chore(deps): bump github/codeql-action from 3.25.13 to 3.25.14 (#5026)
  • chore(deps): bump github/codeql-action from 3.25.14 to 3.25.15 (#5032)
  • chore(deps): bump github/codeql-action from 3.25.15 to 3.26.0 (#5053)
  • chore(deps): bump github/codeql-action from 3.26.0 to 3.26.1 (#5077)
  • chore(deps): bump gocloud.dev from 0.37.0 to 0.38.0 (#5028)
  • chore(deps): bump golang from 1.22.5-alpine to 1.22.6-alpine (#5054)
  • chore(deps): bump golang from 1.22.6-alpine to 1.23.0-alpine (#5076)
  • chore(deps): bump golang from 8c9183f to ff45d87 (#5010)
  • chore(deps): bump golang from ff45d87 to 0d3653d (#5022)
  • chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (#5052)
  • chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 (#5048)
  • chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 (#5055)
  • chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 (#5060)
  • chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#5036)
  • chore(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#5058)
  • chore(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#794)
  • chore(deps): update env and lipgloss (#5066)
  • chore(deps): update lipgloss
  • chore(deps): update nfpm
  • feat(deps): update ko and gocloud.dev (#5063)

Documentation updates

  • docs: clean
  • docs: fix
  • docs: improve dirty.md
  • docs: improve docs (#5006)
  • docs: improve menus
  • docs: improvements
  • docs: update
  • docs: update
  • docs: update
  • docs: update
  • docs: update
  • docs: update
  • docs: update
  • docs: update
  • docs: update schemas
  • docs: update sponsors page
  • docs: updates
  • docs: use "~> v2" in GitHub actions docs (#5067)
  • docs: users update
  • docs: v2.1 announcement (#4987)

Build process updates

  • build: name template
  • ci: auto approve dependency prs
  • ci: git pull before auto commit
  • ci: htmltest config update
  • ci: notify nightly builds on discord
  • ci: split test and check jobs (#5062)

Other work

  • chore: auto-update generated files
  • chore: auto-update generated files
  • chore: crlf
  • chore: improv msg

v2.1.0-pro

13 Jul 17:46
72c8133
Compare
Choose a tag to compare

Changelog

Pro-only

New features

  • feat(pro): before publish hooks (#743)
  • feat(pro): cloudsmith support (#750)
  • feat(pro): global metadata (#748)
  • feat(pro): goreleaser subscribe
  • feat(pro): http uploads and artifactory templated extra files support

Bug fixes

  • fix(pro): lint issue
  • fix(pro): move a log to verbose

Build process updates

  • build(pro): fix nightly

Other work

  • chore(pro): schema update
  • chore(pro): schema update

Shared with OSS

New features

  • feat(archive): support .tzst suffix (#4870)
  • feat(blob): allow to upload only extra_files (#4925)
  • feat(build): use GOCACHEPROG if set (#4941)
  • feat(chocolatey): allow template in copyright, provide ctx.ReleaseNotes (#4858)
  • feat(nfpm): add support for ipk package format (#4863)
  • feat(nfpm): support arm in termux (#4901)
  • feat(notary): allow to sign without notarizing (#4919)
  • feat: --skip=archive (#4916)
  • feat: build --auto-snapshot (#4917)
  • feat: support extra_files in http upload and artifactories (#4940)

Bug fixes

  • fix(github): set discussion category on publish only
  • fix(gitlab): better handle CI_JOB_TOKEN and unavailable APIs (#4918)
  • fix(snapcraft): set confinement to strict by default
  • fix: actually respect changelog.abbrev (#4942)
  • fix: improve snapcraft configuration handling
  • fix: make latest on drafts (#4966)
  • fix: moving some logs to debug
  • fix: revert unwanted change
  • fix: snapcraft temporary directory + concurrency (#4963)

Dependency updates

  • chore(deps): bump golang to 1.22.5-alpine (#4993)
  • chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#4933)
  • chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#735)
  • chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 (#4984)
  • chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 (#762)
  • chore(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1 (#4979)
  • chore(deps): bump anchore/sbom-action from 0.16.0 to 0.16.1 (#761)
  • chore(deps): bump anchore/scan-action from 3 to 4 (#4985)
  • chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 (#4932)
  • chore(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#4973)
  • chore(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#754)
  • chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#4972)
  • chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (#753)
  • chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 (#4928)
  • chore(deps): bump github.com/anchore/quill from 0.4.1 to 0.4.2 (#4988)
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.53.0 to 1.54.0 (#4929)
  • chore(deps): bump github.com/caarlos0/env/v11 from 11.0.1 to 11.1.0 (#4951)
  • chore(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.11.1 (#4982)
  • chore(deps): bump github.com/charmbracelet/x/exp/ordered from 0.0.0-20231010190216-1cb11efc897d to 0.1.0 (#4948)
  • chore(deps): bump github.com/distribution/distribution/v3 from 3.0.0-alpha.1 to 3.0.0-beta.1 (#4983)
  • chore(deps): bump github.com/google/go-containerregistry from 0.19.1 to 0.19.2 (#4946)
  • chore(deps): bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 (#4978)
  • chore(deps): bump github.com/goreleaser/nfpm/v2 from 2.37.1 to 2.38.0 (#4976)
  • chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.7 (#4955)
  • chore(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9 (#4930)
  • chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#4945)
  • chore(deps): bump github.com/xanzy/go-gitlab from 0.105.0 to 0.106.0 (#4958)
  • chore(deps): bump github/codeql-action from 3.25.10 to 3.25.11 (#4967)
  • chore(deps): bump github/codeql-action from 3.25.8 to 3.25.10 (#4935)
  • chore(deps): bump golang from 1.22.4-alpine to 1.23rc1-alpine (#4970)
  • chore(deps): bump golang from 6522f0c to 8274bcf (#4952)
  • chore(deps): bump golang from 8274bcf to ace6cc3 (#4954)
  • chore(deps): bump golang from 9bdd569 to 6522f0c (#4944)
  • chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#4975)
  • chore(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0 (#4977)
  • chore(deps): update go-github to v63
  • chore(deps): update lipgloss to v0.12.0

Documentation updates

  • docs(notarize): use a Application cert not an Installer cert (#4938)
  • docs: add version error to common errors
  • docs: big cleanup (#4943)
  • docs: big cleanup (#4943)
  • docs: blob.md neq -> ne (#4991)
  • docs: clarify install instructions for apk, deb, and rpm
  • docs: clarify places that might need a PAT
  • docs: clean up nfpm docs
  • docs: fix deprecation keyword in .gitlab-ci.yml (#4964)
  • docs: fix light/dark mode switch title
  • docs: fix links
  • docs: fix margin
  • docs: fix missing closing quote (#4949)
  • docs: fix social icons
  • docs: improve /install
  • docs: improve docs on goamd64
  • docs: improve version error
  • docs: improvements
  • docs: improving docs (#4956)
  • docs: improving home page (#4953)
  • docs: slugify tabs
  • docs: update
  • docs: update
  • docs: update
  • docs: update
  • docs: update
  • docs: update
  • docs: update
  • docs: update
  • docs: wording

Build process updates

  • build: fix nightly
  • build: fix nightly

Other work

  • chore: auto-update generated files
  • chore: remove deprecated todos
  • chore: update docs

v2.0.1-pro

11 Jun 02:13
2d5b2fd
Compare
Choose a tag to compare

Changelog

Pro-only

Bug fixes

  • fix(pro): improve log messages (#722)

Shared with OSS

Bug fixes

  • Revert "fix(blobs): do not upload artifacts if ids is set to empty (#4921)"
  • fix(blobs): do not upload artifacts if ids is set to empty (#4921)
  • fix: init in v2 (#4915)

Dependency updates

  • chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#4896)
  • chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#725)
  • chore(deps): bump github.com/caarlos0/log from 0.4.4 to 0.4.5 (#4895)
  • chore(deps): bump github/codeql-action from 3.25.6 to 3.25.8 (#4906)
  • chore(deps): bump golang from 1.22.3-alpine to 1.22.4-alpine (#4912)
  • chore(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (#4909)
  • chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 (#4911)
  • chore(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 (#4910)
  • chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#4908)

Documentation updates

  • docs: added the missing deprecation notices deep link to v2 section (#4922)
  • docs: announce v2
  • docs: fix go install instructions for v2
  • docs: fix link
  • docs: fix more comment
  • docs: improve docker documentation
  • docs: latest
  • docs: update
  • docs: update cmd docs
  • docs: update goreleaser-action version
  • docs: update jsonschema
  • docs: update jsonschema
  • docs: update schema pro

Build process updates

  • ci: fix snapcraft

Other work

  • chore: auto-update generated files
  • chore: update comment

v2.0.0-pro

05 Jun 00:11
2d5b2fd
Compare
Choose a tag to compare

Warning

This is a breaking change!

Follow the instructions here to upgrade!

Changelog

Pro-only

New features

  • feat(pro): v2

Bug fixes

  • fix(pro): more v2 cleaning
  • fix(pro): v2 cleanups
  • fix(pro): v2 merge issues

Shared with OSS

New features

  • feat!: more v2 cleanups (#4892)
  • feat!: rename module to /v2 (#4894)
  • feat!: v2 (#4806)
  • feat(pro)!: rename module to v2

Documentation updates

  • docs: update
  • docs: update error page
  • docs: update users
  • docs: update users

Build process updates

  • ci: update .goreleaser.yaml

Other work

  • chore: auto-update generated files

v1.26.2-pro

24 May 01:34
737d1c0
Compare
Choose a tag to compare

Changelog

Pro-only

Bug fixes

  • fix(pro): lint issues

Shared with OSS

Bug fixes

  • fix(docs): version typo (#4878)

Dependency updates

  • chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#4876)
  • chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#715)
  • chore(deps): bump anchore/sbom-action from 0.15.11 to 0.16.0 (#4881)
  • chore(deps): bump anchore/sbom-action from 0.15.11 to 0.16.0 (#718)
  • chore(deps): bump cachix/install-nix-action from 26 to 27 (#4874)
  • chore(deps): bump cachix/install-nix-action from 26 to 27 (#711)
  • chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#4882)
  • chore(deps): bump github.com/caarlos0/env/v11 from 11.0.0 to 11.0.1 (#4888)
  • chore(deps): bump github.com/google/ko from 0.15.2 to 0.15.4 (#4885)
  • chore(deps): bump github.com/mattn/go-mastodon from 0.0.6 to 0.0.8 (#4872)
  • chore(deps): bump github.com/slack-go/slack from 0.12.5 to 0.13.0 (#4871)
  • chore(deps): bump github/codeql-action from 2.13.4 to 3.25.5 (#4880)
  • chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 (#4883)
  • chore(deps): bump golang from c24516e to f1fe698 (#4873)
  • chore(deps): bump golang from f1fe698 to b8ded51 (#4887)

Documentation updates

  • docs: fix winget default path (#4875)

Build process updates

  • build: fix changelog not showing dependencies updates

Other work

  • chore: auto-update generated files

v1.26.1-pro

15 May 13:46
737d1c0
Compare
Choose a tag to compare

Changelog

Shared with OSS

Security updates

Bug fixes

  • fix(build): do not print 'go: downloading' bits of go build output (#4869)
  • fix(cmd): --draft should only override if set
  • fix: close HTTP resp body to prevent resource leak (#4857)
  • fix: disable logs on some commands (#4865)
  • fix: fix nolintlint issues (#4854)
  • refactor: remove unneeded in Go 1.22 loop var copy (#4856)

Documentation updates

  • docs: announce v1.26 (#4851)
  • docs: update action docs
  • docs: update old Go website links (#4855)

Build process updates

  • build: disable appendAssign gocritic check