Releases: goreleaser/goreleaser-pro
Releases · goreleaser/goreleaser-pro
v1.22.1-pro
Changelog
Shared with OSS
Bug fixes
- fix: --single-target when no match
- fix: handle configs with no explicit targets on --single-target
Dependency updates
- fix(deps): bump golang from 1.21.3-alpine to 1.21.4-alpine (#4414)
Build process updates
- build: fix setup-task rate limit
- build: update workflow
Other work
- docs: update
v1.22.0-pro
Changelog
Pro-only
Bug fixes
- fix(pro): amd64 build opt
- fix(pro): merge issues
- fix(pro): unused import
Other work
- test(pro): filter
- test(pro): fix after merge
Shared with OSS
New features
- feat(nix): mark all Nix packages with the right source provenance
- feat: --skip-nix
- feat: --skip=aur
- feat: --skip=homebrew
- feat: --skip=scoop
- feat: --skip=snapcraft
- feat: --skip=winget
- feat: check if go.mod has replace directives (#4398)
- feat: version in the yaml file
Bug fixes
- fix(docker): improve error msg
- fix(jsonschema): version is not required on v1.x
- fix: .Amd64 in build hooks
- fix: build --single-target (#4370)
- fix: decouple project_name guessing from the release pipe (#4335)
- fix: github getbranch maxredirects
- fix: improve run script
- fix: properly handle multi-module projects with a go.work file
- fix: schema enum options for dockers.use
- fix: sort checksum lines by filename
Dependency updates
- feat(deps): bump github.com/caarlos0/log from 0.4.2 to 0.4.3 (#4366)
- feat(deps): bump github.com/caarlos0/log from 0.4.3 to 0.4.4 (#4372)
- feat(deps): bump github.com/charmbracelet/lipgloss from 0.8.0 to 0.9.0 (#4364)
- feat(deps): bump github.com/charmbracelet/lipgloss from 0.9.0 to 0.9.1 (#4367)
- feat(deps): bump github.com/disgoorg/disgo from 0.16.9 to 0.16.11 (#4337)
- feat(deps): bump github.com/docker/docker
- feat(deps): bump github.com/google/ko from 0.14.1 to 0.15.0 (#4373)
- feat(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0
- feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.33.1 to 2.34.0
- feat(deps): bump github.com/invopop/jsonschema from 0.11.0 to 0.12.0 (#4348)
- feat(deps): bump github.com/invopop/jsonschema from 0.9.0 to 0.11.0 (#4343)
- feat(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#4410)
- feat(deps): bump github.com/xanzy/go-gitlab from 0.91.1 to 0.92.3 (#4338)
- feat(deps): bump github.com/xanzy/go-gitlab from 0.92.3 to 0.93.0 (#4349)
- feat(deps): bump github.com/xanzy/go-gitlab from 0.93.0 to 0.93.1 (#4358)
- feat(deps): bump github.com/xanzy/go-gitlab from 0.93.1 to 0.93.2 (#4381)
- feat(deps): bump golang from 1.21.1-alpine to 1.21.2-alpine (#4351)
- feat(deps): bump golang from 1.21.2-alpine to 1.21.3-alpine (#4363)
- feat(deps): bump golang from
2b74246
to1c9cc94
(#4347) - feat(deps): bump golang from
926f7f7
to96a8a70
- feat(deps): bump golang from
96634e5
toec31b7f
(#4330) - feat(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 (#4365)
- feat(deps): bump golang.org/x/oauth2 from 0.12.0 to 0.13.0 (#4352)
- feat(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 (#4353)
- feat(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0 (#4408)
- feat(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 (#4409)
- feat(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0 (#4359)
- feat(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3
- feat(deps): update charmbracelet/keygen
- feat(deps): update go-github to v56
Build process updates
- build: auto check boxes on winget
- build: auto check boxes on winget
- build: fix prerelease task
- build: fix workflow name
- build: only update docs, schema, after a release
Other work
- Add updatecli.io to USERS.md
- SLSA Provenance generation blog post (#4361)
- adjusted the string to search for in the error message
- docs: announce v1.22
- docs: conventional file name on armv6
- docs: fix broken link
- docs: fix discord link
- docs: fix typos (#4406)
- docs: fix typos, formatting
- docs: organizing docs a bit better (#4328)
- docs: release cadence post (#4329)
- more explicit error message for docker buildx context error
- refactor(tmpl): avoid unnecessary byte/string conversion (#4356)
- refactor: improve releases/scm.go a bit (#4334)
- refactor: improve ssh key gen on tests
- refactor: use ordered.First (#4362)
- spelling fix
- style: invert if statement
- switched to double quotes
v1.21.2-pro
Changelog
Shared with OSS
Bug fixes
- fix(git): error when pushing to a git repo with no branch
v1.21.1-pro
Changelog
Shared with OSS
Bug fixes
- fix: git client should respect specified branch (#4324)
- fix: git.ignore_tags not working (#4322)
- fix: only log skips if something is actually being skipped
- fix: skips log on goreleaser build
Other work
- docs: draft 1.21 announcement (#4310)
- docs: reword
- docs: update announcement blog post
v1.21.0-pro
Changelog
Pro-only
New features
- feat(pro): git.tag_sort semver
Bug fixes
- fix(pro): --ids when not --single-target should infer partial build
- fix(pro): --split
- fix(pro): changelog --skip
- fix(pro): check version properly handle 5xx requests
- fix(pro): continue --skip-after
- fix(pro): do not show outdated info if get latest fails
- fix(pro): jsonschema for git.tag_sort
- fix(pro): nightly should run before before hooks
Other work
- test(pro): merge
- test(pro): merge
- test(pro): merge
- test(pro): merge
- test(pro): update golden files
- test(pro): update golden files
- test(pro): update golden files
Shared with OSS
New features
- feat(dependencies): upgrade cosign (#4254)
- feat(docker): retry push if 503 (#4265)
- feat(winget): support dependencies (#4299)
- feat(winget): update manifest schema version & links (#4298)
- feat: add
map
andindexOrDefault
template functions (#4317) - feat: add
map
andindexOrDefault
template functions (#4317) - feat: allow goreleaser to run in gerrit, soft-serve and others (#4271)
- feat: git.ignore_tags (#4255)
- feat: improve template error handling (#4256)
- feat: skip gomod pipe when Go does not support modules (#4280)
- feat: skip pre build hooks
- feat: support WASI (#4230)
- feat: templates in upx.enabled (#4269)
- feat: update to go 1.21 (#4244)
Bug fixes
- fix(chocolatey): skip publish is check by publish pipe (#4273)
- fix(custom_publishers): skip publish is check by publish pipe (#4274)
- fix(git): ignore_tags should ignore empty
- fix(sbom): Add LOCALAPPDATA to passthroughEnvVars (#4291)
- fix(sbom): syft might fail on windows (#4301)
- fix(skips): print all steps that will be skipped
- fix(skips): print all steps that will be skipped
- fix(skips): print all steps that will be skipped (#4319)
- fix(skips): print all steps that will be skipped (#4319)
- fix(snapcrafts): skip publish is check by publish pipe (#4275)
- fix: chocolatey push failing (#4300)
- fix: failing when pull_request.base is empty (#4261)
- fix: improve check/load config logs
- fix: improve example config used in init
- fix: improve git info log output
- fix: jsonschema for git.tag_sort
- fix: skip post-hook on universal binaries as well
- fix: snapshot should run before before hooks
- fix: snapshot should run before before hooks (#4250)
- fix: typo in error message
Dependency updates
- feat(deps): bump code.gitea.io/sdk/gitea from 0.15.1 to 0.16.0 (#4313)
- feat(deps): bump github.com/charmbracelet/lipgloss from 0.7.1 to 0.8.0 (#4260)
- feat(deps): bump github.com/disgoorg/disgo from 0.16.8 to 0.16.9 (#4316)
- feat(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 (#4257)
- feat(deps): bump github.com/goreleaser/nfpm/v2 from v2.32.0 to v2.33.0
- feat(deps): bump github.com/goreleaser/nfpm/v2 from v2.33.0 to v2.33.1
- feat(deps): bump github.com/invopop/jsonschema from 0.7.0 to 0.8.0 (#4308)
- feat(deps): bump github.com/invopop/jsonschema from 0.8.0 to 0.9.0
- feat(deps): bump github.com/jarcoal/httpmock from 1.3.0 to 1.3.1 (#4253)
- feat(deps): bump github.com/slack-go/slack from 0.12.2 to 0.12.3 (#4305)
- feat(deps): bump github.com/xanzy/go-gitlab from 0.90.0 to 0.91.1 (#4304)
- feat(deps): bump gocloud.dev from 0.33.0 to 0.34.0 (#4306)
- feat(deps): bump golang from 1.21.0-alpine to 1.21.1-alpine (#4279)
- feat(deps): bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#4314)
- feat(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (#4312)
- feat(deps): bump golang.org/x/text from 0.12.0 to 0.13.0 (#4307)
- feat(deps): bump golang.org/x/tools from 0.12.0 to 0.13.0 (#4315)
- feat(deps): bump golang.org/x/tools from 0.12.0 to 0.13.0 (#4315)
- feat(deps): udpate go-github to v55
- feat(deps): update go-github to v54 (#4251)
Build process updates
- build: increase nightly release timeout
Other work
- ci: fix docs build workflow
- ci: ignore nightly only when not nightly
- docs: blog (#4264)
- docs: clarify includes
- docs: fix broken links
- docs: fix link to homebrew formula on
install
page (#4294) - docs: fix some broken links (#4295)
- docs: improve docs
- docs: improve tmpl.map
- docs: improve tmpl.map
- docs: udpate jsonschema
- docs: update
- docs: update
- docs: update
- docs: update
- docs: update changelog.md
- docs: update goreleaser-action (#4297)
- refactor: --skip=item (#4272)
- refactor: improve --skip completions
v1.20.0-pro
Changelog
Pro-only
New features
- feat(pro): brew alternative names (#491)
- feat(pro): check boxes in PR template (#484)
- feat(pro): dockers.dockerfile template contents (#480)
- feat(pro): http.matrix and artifactory.matrix (#494)
- feat(pro): nfpms.templated_scripts (#481)
- feat(pro): release --single-target (#482)
- feat(pro): release.footer/header can load from file/url (#487)
Bug fixes
- fix(pro): fix skipping docker push on partial builds
- fix(pro): skip docker push if partial && --skip-publish
Build process updates
- build(pro): fix nightly workflow
- build(pro): rename workflow
Other work
- refactor(pro): improve includes and footer/header from urls/files (#488)
- test(pro): fix broken test
- test(pro): fix metadata tests
- test(pro): improve nfpm templated_scripts tests
Shared with OSS
New features
- feat(brew): extra_install
- feat(nfpm): allow to template scripts names
- feat(nfpm): allow to template scripts names
- feat(nfpm): update + rpm prefixes support
- feat(nix): extraInstall
- feat(nix): runtime dependencies
- feat(nix): support zip packages (#4225)
- feat(scoop): support arm64 (#4193)
- feat(scoop): support arm64 (#4193)
- feat(snapcraft): allow to disable (#4228)
- feat(winget): PortableCommandAlias (#4196)
- feat: adds syft to docker image (#4182)
- feat: improve output (#4206)
- feat: init improvements
- feat: metadata mod_timestamp (#4188)
- feat: publishers.disable (#4239)
- feat: support
make_latest
for GitHub release (#4161) - feat: support setting mod_timestamp in universalbinary (#4172)
Bug fixes
- Revert "fix: skip defaults for skipped pipes (#4210)"
- fix(docker): should use cmd.Environ() instead of cmd.Env
- fix(nfpm): lintian unix path (#4175)
- fix(nfpm): rpm.packager binding was missing
- fix(nix): fmt
- fix(nix): improve extra_install
- fix(nix): multiple archives for the same platform (#4227)
- fix(nix): potentially unused with lib
- fix(winget): improve commit msgs (#4199)
- fix(winget): replace forward slashes in Winget
RelativeFilePath
(#4195) - fix: chocolatey jsonschema
- fix: delete temporary dir used for docker build (#4178)
- fix: docker respects builds binary file paths (#4218)
- fix: docker.env should be first
- fix: goreleaser check --soft
- fix: jsonschema for builds.hooks
- fix: properly log file with issues on check
- fix: skip defaults for skipped pipes (#4210)
- fix: use t.TempDir
- fix: use t.TempDir
- fix: using token log message
Dependency updates
- feat(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.7.1 to 2.8.0 (#4216)
- feat(deps): bump github.com/disgoorg/disgo from 0.16.7 to 0.16.8 (#4234)
- feat(deps): bump github.com/google/go-containerregistry from 0.15.2 to 0.16.1 (#4229)
- feat(deps): bump github.com/xanzy/go-gitlab from 0.88.0 to 0.89.0
- feat(deps): bump github.com/xanzy/go-gitlab from 0.89.0 to 0.90.0 (#4232)
- feat(deps): bump gocloud.dev from 0.32.0 to 0.33.0
- feat(deps): bump golang from 1.20.5-alpine to 1.20.6-alpine (#4181)
- feat(deps): bump golang from 1.20.6-alpine to 1.20.7-alpine
- feat(deps): bump golang from 1.20.7-alpine to 1.21.0-alpine (#4240)
- feat(deps): bump golang from
7efb78d
tob255d93
(#4238) - feat(deps): bump golang from
e959001
to7839c9f
(#4189) - feat(deps): bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#4235)
- feat(deps): bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 (#4233)
- feat(deps): bump golang.org/x/text from 0.11.0 to 0.12.0 (#4236)
- feat(deps): bump golang.org/x/tools from 0.11.0 to 0.11.1 (#4220)
- feat(deps): bump golang.org/x/tools from 0.11.1 to 0.12.0 (#4237)
- feat(deps): bump the gomod-deps group with 3 updates (#4165)
- feat(deps): bump the gomod-deps group with 3 updates (#4200)
- feat(deps): use mergo 1.0.0
Build process updates
- Revert "build(dependabot): group dependency updates"
- build: add a nightly task
- build: fix release name when nightly
- build: improve archive name_template
- build: nightly every wednesday night
- build: release nightly every Thursday (#4211)
- build: remove snapcraft from nightlies
- build: rename file
- build: rename file
- build: rename workflow
- build: update nix config
- build: update nix config
Other work
- Support
make_latest
for GitHub release (#4161) - ci: append envs when calling docker instead of overriding (#4187)
- docs: add dagger to users.md
- docs: fix
- docs: fix deprecations notice about
scoops.bucket
(#4207) - docs: fix links (#4183)
- docs: fix migration example
- docs: fix typo in builds.md (#4205)
- docs: fix yaml formatting on scoop deprecations (#4170)
- docs: remove newsletter link
- docs: update
- docs: update
- docs: update
- docs: update
- docs: update
- docs: update
- docs: update
- docs: update /pro
- docs: update schema
- refactor: dockefile tmpl
- refactor: gio.Chtimes (#4191)
- refactor: properly annotate deprecated options
- test(docker): fix broken test
v1.19.2-pro
Changelog
Shared with OSS
Bug fixes
- fix(github): check rate limit again after sleeping (#4152)
- fix(nix): description, path and homepage should allow templates (#4156)
- fix(winget): add missing fields, more templates (#4164)
- fix: improve error message
- fix: improve log
Build process updates
- build(dependabot): group dependency updates
- build: winget branch
Other work
- docs: fix spacing
- docs: fix templated contents
- refactor(winget): minor improvements (#4157)
- refactor: add function to apply template multiple times (#4158)
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v1.19.1-pro
Changelog
Pro-only
Build process updates
- build(pro): license
Shared with OSS
Bug fixes
- fix: go install
Build process updates
- build(nix): fix goreleaser config path (#4151)
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v1.19.0-pro
Changelog
Pro-only
New features
- feat(pro): allow to customize the git tag to be used in github
Bug fixes
- fix(pro): --continue
- fix(pro): check latest incorrectly saying v1.18.1-pro is latest
- fix(pro): improve error message
- fix(pro): improve fury.skip template error message
- fix(pro): krew on --continue
- fix(pro): mark pro-only release flags
- fix(pro): nix on --continue
- fix(pro): nix with partial & nightly builds
- fix(pro): prefixed tags in nix and winget
- fix(pro): show commit when version is nightly
- fix(pro): winget on continue
Build process updates
- build(pro): fix winget and nix licenses
- build(pro): install nix
- build(pro): nix name
Other work
- test(pro): fix broken test
- test(pro): fix golden api
- test(pro): fix metadata
- test(pro): update golden files
- test(pro): winget and nix when nightly or partial
Shared with OSS
New features
- Revert "feat: add winget to pipeline"
- feat(aur): single commit per package (#4126)
- feat(github): allow to PR cross-repo (#4053)
- feat(github): allow to open PRs as drafts (#4054)
- feat(github): avoid rate limits (#4037)
- feat(jsonschema): mark deprecated options as so
- feat(ko): allow to have an empty tag name (#4043)
- feat(nix): support armv6l and armv7l (#4051)
- feat(scoop): allow to template description and homepage (#4057)
- feat(snapcraft): support title, icon, assumes & hooks (#3930)
- feat(telegram): ability to choose msg format, mdv2escape (#4036)
- feat(upx): allow to filter by goos, goarch, goarm, goamd64 (#4056)
- feat(winget): support arm64
- feat(winget): support arm64
- feat: Checksums as a template field (#4064)
- feat: add winget to pipeline
- feat: added IsNightly to OSS template variables
- feat: allow to sign KO manifests (#4038)
- feat: allow to template dockers.skip_push and docker_manifests.skip_push (#4008)
- feat: changelog.include (#4122)
- feat: completion improvements (#4071)
- feat: continue on error (#4127)
- feat: deprecate brews.tap, krews.index & scoops.bucket (#4099)
- feat: envOrDefault template function (#4097)
- feat: improve deprecations
- feat: improve verbose output (#4017)
- feat: make git client support creating multiple files in a single commit (#4107)
- feat: nix support (#4012)
- feat: remove deprecated replacements (#4075)
- feat: remove deprecated rlcp options (#4076)
- feat: sort brew dependencies
- feat: support pull request templates (#4105)
- feat: winget support (#4081)
Security updates
- sec: fix for GHSA-2fvp-53hw-f9fc
Bug fixes
- fix(archive): warn only for non-default globs with no matches (#4013)
- fix(cmd): check with no args
- fix(nfpm): write too long when writing the lintian file (#4039)
- fix(nix): better errors if nix-prefetch-url fails
- fix(nix): hc should report nix-prefetch-url as a dependency
- fix(nix): improve error message
- fix(nix): local filename when path not set
- fix(nix): missing artifact type stringer
- fix(scoop): allow templating name and skip_upload
- fix(snapcraft): title and icon are optional (#4138)
- fix(winget): default commit message
- fix(winget): incorrect filenames (#4139)
- fix(winget): release notes should be optional
- fix: Scoop releases being skipped via disabled SCM releases (#4150)
- fix: add do not edit header to generated files
- fix: archive extraformat when using format override
- fix: archives should always use forward slash (#4116)
- fix: artifact.Path should filepath.ToSlash (#4117)
- fix: deprecate brews.plist (#4073)
- fix: do runner cleanups also on
SIGINT
andSIGTERM
(#4133) - fix: goreleaser build index out of range (#4007)
- fix: improve "pushing" logs for multiple publishers
- fix: improve brew/krew/scoop/nix/winget paths inside dist (#4137)
- fix: runner tarball download URL (#4113)
- fix: runner tarball extract path (#4114)
- fix: umask nfpm field (#4136)
- fix: use commit msg as PR title
- fix: version git tree state
Dependency updates
- feat(deps): bump github.com/atc0005/go-teams-notify/v2 from 2.7.0 to 2.7.1 (#4090)
- feat(deps): bump github.com/charmbracelet/keygen from 0.4.2 to 0.4.3 (#4149)
- feat(deps): bump github.com/disgoorg/disgo from 0.16.3 to 0.16.4 (#3996)
- feat(deps): bump github.com/disgoorg/disgo from 0.16.4 to 0.16.5 (#4025)
- feat(deps): bump github.com/disgoorg/disgo from 0.16.5 to 0.16.6 (#4089)
- feat(deps): bump github.com/disgoorg/disgo from 0.16.6 to 0.16.7 (#4145)
- feat(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible (#4006)
- feat(deps): bump github.com/google/go-github/v53 50.1.0 to 53.2.0 (#4146)
- feat(deps): bump github.com/google/ko from 0.13.0 to 0.14.1 (#4132)
- feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.28.0 to 2.29.0 (#4030)
- feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.29.0 to 2.30.0 (#4074)
- feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.30.0 to 2.30.1 (#4079)
- feat(deps): bump github.com/goreleaser/nfpm/v2 from 2.30.1 to 2.31.0 (#4144)
- feat(deps): bump github.com/imdario/mergo from 0.3.15 to 0.3.16 (#4045)
- feat(deps): bump github.com/klauspost/pgzip from 1.2.5 to 1.2.6 (#3985)
- feat(deps): bump github.com/muesli/termenv from 0.15.1 to 0.15.2 (#4148)
- feat(deps): bump github.com/sigstore/rekor from 1.1.1 to 1.2.0 (#4044)
- feat(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#4022)
- feat(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#4059)
- feat(deps): bump github.com/xanzy/go-gitlab from 0.83.0 to 0.84.0 (#4061)
- feat(deps): bump github.com/xanzy/go-gitlab from 0.84.0 to 0.85.0 (#4091)
- feat(deps): bump github.com/xanzy/go-gitlab from 0.85.0 to 0.86.0 (#4131)
- feat(deps): bump gocloud.dev from 0.29.0 to 0.30.0 (#4129)
- feat(deps): bump golang from 1.20.4-alpine to 1.20.5-alpine (#4078)
- feat(deps): bump golang from
913de96
toee2f23f
(#4009) - feat(deps): bump golang from
b036c52
tofd9d9d7
(#4108) - feat(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 (#4001)
- feat(deps): bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#4101)
- feat(deps): bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#4002)
- feat(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 (#4103)
- feat(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 (#4109)
- feat(deps): bump golang.org/x/text from 0.9.0 to 0.10.0 (#4102)
- feat(deps): bump golang.org/x/tools from 0.8.0 to 0.9.1 (#3999)
- feat(deps): bump golang.org/x/tools from 0.9.1 to 0.9.2 (#4062)
- feat(deps): bump golang.org/x/tools from 0.9.2 to 0.9.3 (#4067)
- feat(deps): bump golang.org/x/tools from 0.9.3 to 0.10.0 (#4121)
- feat(deps): update env to v9
- feat(deps): update log
Build process updates
- build: add depguard
- build: do not use deprecated options
- build: fix config
- build: fix docs build
- build: fix docs build
- build: improve task
- build: rm deprecated option
- build: winget branch
Other work
- test: syscall.EACCES and os.ErrNoExist (#4120)
- docs: add banner asking for support to the website, release notes, etc
- docs: add missing dash in ldflags default (#4070)
- docs: add more info about opening prs (#4106)
- docs: clarify prebuilt.path and binary
- docs: clarify replacements a bit more
- docs: cookbook for monorepos, release.tag
- docs: explain artifactory mode binary better
- docs: fix broken link
- docs: fix cookbooks/contributing
- docs: fix typo
- docs: homebrew link to resource-not-accessible-by-integration (#4003)
- docs: improve brew and krew docs
- docs: improve nix docs
- docs: improve nur help
- docs: include markdown plugin (#4098)
- docs: mark flags as pro only
- docs: pre-fill scopes for new Personal Access Token (#4010)
- docs: runner script fixes (#4112)
- docs: smallstep sponsorship
- docs: sync
- docs: typo fix
- docs: update
- docs: update
- docs: update
- docs: update
- docs: update
- docs: update SECURITY.md
- docs: update snapcraft docs
- docs: update templates.md
- docs: update users
- style: spelling and grammar fixes (#4069)
- test(ko): fix
- test(ko): fix error msg
- test(nfpm): fix after update
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v1.18.2-pro
Changelog
Pro-only
Bug fixes
- fix(pro): allow archive/extra files to use ../ as source
Shared with OSS
Bug fixes
- fix: warn when no match on archive files (#3992)
Build process updates
- Revert "build: temp disable push to aur"
Other work
- docs: fix prebuilt binaries page (#3987)
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!