Sourced from golangci/golangci-lint-action's releases.
v6.3.1
What's Changed
Changes
- fix: restrict patched version to v1 by
@ldez
in golangci/golangci-lint-action#1158- chore: update golangci-lint versions by
@ldez
in golangci/golangci-lint-action#1159Dependencies
- build(deps-dev): bump the dev-dependencies group with 2 updates by
@dependabot
in golangci/golangci-lint-action#1155- build(deps): bump
@types/node
from 22.13.0 to 22.13.1 in the dependencies group by@dependabot
in golangci/golangci-lint-action#1156Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.3.0...v6.3.1
2e78893
6.3.1aa1e094
chore: update golangci-lint versions (#1159)3e6beaf
fix: restrict patched version to v1 (#1158)1cc4e00
build(deps): bump @types/node
from 22.13.0 to 22.13.1 in
the dependencies gro...bbe109d
build(deps-dev): bump the dev-dependencies group with 2 updates (#1155)Sourced from github/codeql-action's releases.
v3.28.9
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712
3.28.2 - 21 Jan 2025
No user facing changes.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
- Update default CodeQL bundle version to 2.20.1. #2678
3.28.0 - 20 Dec 2024
- Bump the minimum CodeQL bundle version to 2.15.5. #2655
... (truncated)
9e8d078
Merge pull request #2757
from github/update-v3.28.9-24e1c2d3343d9be6
Update changelog for v3.28.924e1c2d
Merge pull request #2753
from github/update-bundle/codeql-bundle-v2.20.457a08c0
Add changelog note52189d2
Update default bundle to codeql-bundle-v2.20.408bc0cf
Merge pull request #2751
from github/henrymercer/fix-init-post-without-configcf7c687
Send init-post
status report in absence of configad42dbd
Merge pull request #2750
from github/dependabot/npm_and_yarn/npm-768bd9b555a8f5935
Merge pull request #2749
from github/dependabot/github_actions/actions-29d379...9660df3
Update checked-in dependencies9290511
go.mod: update golang.org/x dependenciesfa5273e
x509roots/fallback: update bundlea8ea4be
ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner)
interface71d3a4c
acme: support challenges that require the ACME client to send a
non-empty JSO...Sourced from github.com/slack-go/slack's releases.
v0.16.0
[!WARNING]
This release may mean a breaking change! Read below for more although for most folks this should all be fine.👋 Hi folks,
I've tried my best to keep this version to just non-breaking changes but there are a couple of changes that might introduce breaking changes in rare circumstances.
If you're upgrading, please pay special attention to:
- Add ID() to the Block interface by
@samstarling
in slack-go/slack#1359If you were using only what we provide in the library, this is a non-breaking change, but if not, it may be considered a breaking change.
Next release will likely bring a few required breaking changes (hard deprecations for example).
Thank you to everyone that contributed to this release 🥳
What's Changed
- feat: Slack AI & Assistants Compatibility by
@MattDavisRV
in slack-go/slack#1331- fix: Assistant Prompts and Status, send channel_id with request by
@MattDavisRV
in slack-go/slack#1344- fix: Don't require
skin_tone
for rich text emoji element by@calebmckay
in slack-go/slack#1341- fix: ScheduleMessage not returning scheduled_message_id by
@hussachai
in slack-go/slack#1153- chore: Contributing Guide - Codification of Project Norms by
@lorenzoaiello
in slack-go/slack#1340- chore: Add parse channel context and host for shared channel by
@fahmizulhasymi
in slack-go/slack#1353- chore: Adding A Deprecation Notice for rtm.start (no-op) by
@lorenzoaiello
in slack-go/slack#1351- Additional field to the File structure by
@rntk
in slack-go/slack#1370- add enable_section option for UserGroup API by
@sivchari
in slack-go/slack#1364- Add ID() to the Block interface by
@samstarling
in slack-go/slack#1359- Add assistant app thread message subtype by
@dorkauf
in slack-go/slack#1368New Contributors
@fahmizulhasymi
made their first contribution in slack-go/slack#1353@rntk
made their first contribution in slack-go/slack#1370@samstarling
made their first contribution in slack-go/slack#1359@dorkauf
made their first contribution in slack-go/slack#1368Full Changelog: https://github.com/slack-go/slack/compare/v0.15.0...v0.16.0
209ec09
Add assistant app thread message subtype (#1368)9672f44
Add ID() to the Block interface (#1359)3d65d90
Fix linting issues7d458ac
Update unit tests to assert on ID()1992e48
Add ID function to the Block interface76e627a
add enable_section option for UserGroup API (#1364)9bca9de
make CreateUserGroupParam private6615a26
add enable_section option for UserGroup API1c78410
Additional field to the File structure (#1370)383179b
add CC to File struct for email file026e6f9
store frame values not references (#539)790af2d
chore(deps): bump github.com/blacktop/go-macho from 1.1.234 to 1.1.238
(#538)2c39dab
chore(deps): bump github.com/charmbracelet/bubbletea from 1.2.4 to 1.3.0
(#537)b360a86
chore(deps): bump anchore/sbom-action from 0.17.7 to 0.18.0 (#536)5f46bc8
chore(deps): bump actions/upload-artifact from 4.4.3 to 4.6.0 (#533)5f21e2e
chore(deps): bump github.com/blacktop/go-macho from 1.1.233 to 1.1.234
(#528)a3e0e9a
chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.8
(#532)161a69f
chore(deps): bump github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6 (#535)5f1e4d1
chore(deps): bump github.com/PuerkitoBio/goquery from 1.10.0 to 1.10.1
(#530)2bfb8c1
chore: bump environment to use new macOS-15; unblock unit; (#534)Sourced from golangci/golangci-lint-action's releases.
v6.3.2
What's Changed
Changes
- fix: path patch by
@ldez
in golangci/golangci-lint-action#1162Dependencies
- build(deps-dev): bump prettier from 3.4.2 to 3.5.0 in the dev-dependencies group by
@dependabot
in golangci/golangci-lint-action#1160Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.3.1...v6.3.2
09747cd
go.mod: update golang.org/x dependenciesdc9353b
gopls/internal/analysis/modernize: appendclipped: unclipa886a1c
internal/analysisinternal: AddImport handles dot imports94c3c49
go/analysis/analysistest: RunWithSuggestedFix: assume valid fixes5f9967d
gopls/internal/analysis/modernize: strings.Split -> SplitSeqa1eb5fd
go/analysis/passes/framepointer: support arm649c087d9
internal/analysis/gofix: change "forward" back to
"inline"82317ce
gopls/internal/analysis/modernize: slices.Delete: import slicese65ea15
go/analysis/internal/checker: implement three-way mergea9bf6fd
gopls/internal/analysis/modernize: remove SortStableSourced from github.com/distribution/distribution/v3's releases.
v3.0.0-rc.3
Welcome to the
v3.0.0-rc.3
release of registry!This is the third stable release candidate!
See the changelog below for a full list of changes.
Notable changes
- Fixes CVE-2025-24976, thanks
@evanebb
for reporting!What's Changed
- build(deps): bump actions/upload-artifact from 4.3.6 to 4.5.0 by
@dependabot
in distribution/distribution#4538- ci: update bake-action to v6 by
@crazy-max
in distribution/distribution#4554- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 by
@dependabot
in distribution/distribution#4553- (security): Bump golang.org/x/net module by
@milosgajdos
in distribution/distribution#4542- (security): fix registry Token authentication bug by
@milosgajdos
in https://github.com/distribution/distribution/commit/f4a500caf68169dccb0b54cb90523e68ee1ac2be- ci: fix bake build by
@crazy-max
in distribution/distribution#4555- Bump Go version by
@milosgajdos
in distribution/distribution#4566- Prep for v3-rc.3 release by
@milosgajdos
in distribution/distribution#4568Full Changelog: https://github.com/distribution/distribution/compare/v3.0.0-rc.2...v3.0.0-rc.3
51bdcb7
Prep for v3-rc.3 release (#4568)198db9c
Prep for v3-rc.3 release5ea9aa0
Merge commit from fork939a525
Bump Go version (#4566)7098b3f
Bump Go version6ed60b0
Apply suggestions from code review53c3826
Remove named returns and fix linting woesf4a500c
Fix registry token authentication bug7271d88
ci: fix bake build (#4555)4c5e394
ci: fix bake buildSourced from golangci/golangci-lint-action's releases.
v6.5.0
What's Changed
Changes
- feat: verify with the JSONSchema by default by
@ldez
in golangci/golangci-lint-action#1171Dependencies
- build(deps): bump
@octokit/request-error
from 5.1.0 to 5.1.1 by@dependabot
in golangci/golangci-lint-action#1169- build(deps): bump
@octokit/endpoint
from 9.0.5 to 9.0.6 by@dependabot
in golangci/golangci-lint-action#1170Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.4.1...v6.5.0
v6.4.1
What's Changed
Changes
- fix: use config arg for verify by
@ldez
in golangci/golangci-lint-action#1168Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.4.0...v6.4.1
v6.4.0
What's Changed
Changes
- chore: extract patch related code by
@ldez
in golangci/golangci-lint-action#1166- feat: add an option to verify with the JSONSchema by
@ldez
in golangci/golangci-lint-action#1167Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.3.3...v6.4.0
v6.3.3
What's Changed
Changes
- fix: go.mod parsing by
@ldez
in golangci/golangci-lint-action#1165Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.3.2...v6.3.3
2226d7c
6.5.08d744d5
feat: verify with the JSONSchema by default (#1171)0e58f8e
build(deps): bump @octokit/endpoint
from 9.0.5 to 9.0.6
(#1170)6a3fb76
build(deps): bump @octokit/request-error
from 5.1.0 to
5.1.1 (#1169)696fa5c
chore: clean workflows80284ed
chore: use ubuntu-22.04-arm818ec4d
6.4.11c50240
fix: use config arg for verify (#1168)0adbc47
6.4.0f7463c5
feat: add an option to verify with the JSONSchema (#1167)Sourced from dagger/dagger-for-github's releases.
v7.0.6
What's Changed
- chore: bump default dagger version to v0.15.4 by
@jedevc
in dagger/dagger-for-github#173Full Changelog: https://github.com/dagger/dagger-for-github/compare/v7...v7.0.6
b81317a
chore: bump default dagger version to v0.15.4Sourced from github.com/spf13/cobra's releases.
v1.9.1
🐛 Fixes
- Fix CompletionFunc implementation by
@ccoVeille
in spf13/cobra#2234- Revert "Make detection for test-binary more universal (#2173)" by
@marckhouzam
in spf13/cobra#2235Full Changelog: https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1
v1.9.0
✨ Features
- Allow linker to perform deadcode elimination for program using Cobra by
@aarzilli
in spf13/cobra#1956- Add default completion command even if there are no other sub-commands by
@marckhouzam
in spf13/cobra#1559- Add CompletionWithDesc helper by
@ccoVeille
in spf13/cobra#2231🐛 Fixes
- Fix deprecation comment for Command.SetOutput by
@thaJeztah
in spf13/cobra#2172- Replace deprecated ioutil usage by
@nirs
in spf13/cobra#2181- Fix --version help and output for plugins by
@nirs
in spf13/cobra#2180- Allow to reset the templates to the default by
@marckhouzam
in spf13/cobra#2229🤖 Completions
- Make Powershell completion work in constrained mode by
@lstemplinger
in spf13/cobra#2196- Improve detection for flags that accept multiple values by
@thaJeztah
in spf13/cobra#2210- add CompletionFunc type to help with completions by
@ccoVeille
in spf13/cobra#2220- Add similar whitespace escape logic to bash v2 completions than in other completions by
@kangasta
in spf13/cobra#1743- Print ActiveHelp for bash along other completions by
@marckhouzam
in spf13/cobra#2076- fix(completions): Complete map flags multiple times by
@gabe565
in spf13/cobra#2174- fix(bash): nounset unbound file filter variable on empty extension by
@scop
in spf13/cobra#2228🧪 Testing
- Test also with go 1.23 by
@nirs
in spf13/cobra#2182- Make detection for test-binary more universal by
@thaJeztah
in spf13/cobra#2173✍🏼 Documentation
- docs: update README.md by
@eltociear
in spf13/cobra#2197- Improve site formatting by
@nirs
in spf13/cobra#2183- doc: add Conduit by
@raulb
in spf13/cobra#2230- doc: azion project added to the list of CLIs that use cobra by
@maxwelbm
in spf13/cobra#2198- Fix broken links in active_help.md by
@vuil
in spf13/cobra#2202- chore: fix function name in comment by
@zhuhaicity
in spf13/cobra#2216🔧 Dependency upgrades
- build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6 by
@thaJeztah
in spf13/cobra#2206- Update to latest go-md2man by
@mikelolasagasti
in spf13/cobra#2201
... (truncated)
40b5bc1
Revert "Make detection for test-binary more universal (#2173)"
(#2235)a97f9fd
fix CompletionFunc implementation (#2234)5f9c408
chore: Upgrade dependencies for v1.9.0 (#2233)24ada7f
Remove the default "completion" cmd if it is alone (#1559)680936a
New logo8cb30f9
feat: add CompletionWithDesc helper (#2231)17b6dca
doc: add Conduit (#2230)ab5cadc
Allow to reset the templates to the default (#2229)4ba5566
fix(bash): nounset unbound file filter variable on empty extension (#2228)41b26ec
Print ActiveHelp for bash along other completions (#2076)Sourced from gitlab.com/gitlab-org/api/client-go's releases.
v0.123.0
0.123.0 (2025-02-14)
Improvements (2 changes)
410a46a
Merge branch 'pguinoiseau/group-service-account-rotate-expires-at' into
'main'9429560
Add support for expires_at attribute in
GroupsService.RotateServiceAccountPer...8f066ed
Merge branch 'renovate/golangci-golangci-lint-1.x' into 'main'5d94f1a
Update golangci/golangci-lint Docker tag to v1.64.59ce8bfc
Merge branch 'renovate/go-1.x' into 'main'4365270
Update go test matrix to include v1.24f85e69e
Merge branch 'add-member-role-id-to-group-share' into 'main'1af12fa
Add member_role_id to group shareb5ce1ce
Merge branch 'renovate/golangci-golangci-lint-1.x' into 'main'cd7ca29
Update golangci/golangci-lint Docker tag to v1.64.4Sourced from github.com/awslabs/amazon-ecr-credential-helper/ecr-login's releases.
Amazon ECR Credential Helper - Release v0.9.1
- Drop golang 1.21 support.
- Upgrade dependencies.
Assets
- release.tar.gz (SHA256)
- release-novendor.tar.gz (SHA256)
- linux-amd64/docker-credential-ecr-login (SHA256)
- linux-arm64/docker-credential-ecr-login (SHA256)
- darwin-amd64/docker-credential-ecr-login (SHA256)
- darwin-arm64/docker-credential-ecr-login (SHA256)
- windows-amd64/docker-credential-ecr-login.exe (SHA256)
- windows-arm64/docker-credential-ecr-login.exe (SHA256)
Amazon ECR Credential Helper - Release v0.9.0
- Enhancement - Added support for environment variable
AWS_ECR_IGNORE_CREDS_STORAGE=true
to ignore ADD and DELETE requests. This makes tools that try todocker login
work with registries managed the amazon-ecr-credential-helper. (#102 and #847)- Enhancement - Updated ECR pattern for new isolated regions. (#850)
- Upgraded dependencies.
Assets
- release.tar.gz (SHA256)
- release-novendor.tar.gz (SHA256)
- linux-amd64/docker-credential-ecr-login (SHA256)
- linux-arm64/docker-credential-ecr-login (SHA256)
- darwin-amd64/docker-credential-ecr-login (SHA256)
- darwin-arm64/docker-credential-ecr-login (SHA256)
- windows-amd64/docker-credential-ecr-login.exe (SHA256)
- windows-arm64/docker-credential-ecr-login.exe (SHA256)
Amazon ECR Credential Helper - Release v0.8.0
- Enhancement - Updated ECR pattern to match C2S environments. (#433)
- Feature (Experimental) - Added support for building Windows ARM credential helper binaries. (#795)
Assets
- release.tar.gz (SHA256)
- release-novendor.tar.gz (SHA256)
- linux-amd64/docker-credential-ecr-login (SHA256)
- linux-arm64/docker-credential-ecr-login (SHA256)
- darwin-amd64/docker-credential-ecr-login (SHA256)
- darwin-arm64/docker-credential-ecr-login (SHA256)
- windows-amd64/docker-credential-ecr-login.exe (SHA256)
- windows-arm64/docker-credential-ecr-login.exe (SHA256)
Amazon ECR Credential Helper - Release v0.7.1
... (truncated)
Sourced from github.com/awslabs/amazon-ecr-credential-helper/ecr-login's changelog.
0.9.1
- Drop golang 1.21 support.
- Upgrade dependencies.
0.9.0
- Enhancement - Added support for environment variable
AWS_ECR_IGNORE_CREDS_STORAGE=true
to ignore ADD and DELETE requests. This makes tools that try todocker login
work with registries managed the amazon-ecr-credential-helper. (#102 and #847)- Enhancement - Updated ECR pattern for new isolated regions. (#850)
- Upgraded dependencies.
0.8.0
- Enhancement - Updated ECR pattern to match C2S environments. (#433)
- Feature (Experimental) - Added support for building Windows ARM credential helper binaries. (#795)
0.7.1
Note: v0.7.1 is functionally equivalent to v0.7.0. We have decided to create a duplicate release to reflect a more accurate changelog, since our v0.7.0 release did not contain any direct/indirect security patches.
0.7.0
- Feature - Allow callers to set log output. (#309 and #312)
- Upgrade dependencies for bug fixes and security patches.
0.6.0
- Feature - Added support for AWS SSO (#229)
- Feature - Added support to assume roles via EC2 instance metadata. (#282)
- Feature - Added support for Apple Silicon (#291)
- Enhancement - The AWS shared config file (
~/.aws/config
) is now always enabled. (AWS_SDK_LOAD_CONFIG
environment variable is no longer supported) (#282)0.5.0
- Feature - Added support for ECR Public (#253)
- Feature - Added support for EC2 IMDSv2 (#240)
- Enhancement - The AWS shared config file (
~/.aws/config
) is now enabled by default. This can be disabled by setting the environment variableAWS_SDK_LOAD_CONFIG
tofalse
(#201)- Bug - Fixed an issue where output from a
credential_process
was sometimes too big for the default buffer (#240)0.4.0
- Feature - Added support for chaining assumed roles in the shared config file (
~/.aws/config
) defined bysource_profile
andcredential_source
(#177)- Feature - Added support for Web Identities and IAM Roles for Service Accounts (IRSA) with Kubernetes (#183)
- Bug - Fixed the
make docker
target when the credential helper git repository is used as a git submodule (#184)0.3.1
- Bug - Log directory is now automatically created when the helper runs
... (truncated)
Sourced from github.com/google/go-github/v69's releases.
v69.2.0
This minor release contains the following changes:
- Add helper to get runID from Custom Deployment Protection Rule Event (#3476)
- feat: Add JSON marshal tests for dependabot alerts (#3480)
- feat: Add sorting list options for secret scanning (#3481)
- Bump version of go-github to v69.2.0 (#3482)
v69.1.0
This minor release contains the following changes:
- Bump go-github from v68 to v69 in /scrape (#3464)
- Use a max retry after duration for secondary rate limit if specified (#3438)
- docs: Clarify ListPullRequestsWithCommit usage (#3465)
- fix: go 1.22 test breakage (#3459)
- feat: Add link to bored-engineer/github-conditional-http-transport to conditional requests documentation (#3469)
- build(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 in /tools (#3472)
- build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 in /scrape (#3470)
- build(deps): bump github.com/alecthomas/kong from 1.7.0 to 1.8.0 in /tools (#3471)
- Update workflow and tools to use Go1.24 and 1.23 (#3474)
- chore: Only use master test runs for status badge (#3475)
- feat: Add ListProvisionedScimGroupsForEnterprise inside SCIM service (#3467)
- fix: Add missing query params to AlertListOptions (#3477)
- Bump version of go-github to v69.1.0 (#3478)
0b11dbf
Bump version of go-github to v69.2.0 (#3482)e4c974e
feat: Add sorting list options for secret scanning (#3481)81dc7a9
feat: Add JSON marshal tests for dependabot alerts (#3480)6c46d71
Add helper to get runID
from Custom Deployment Protection
Rule Event (#3476)f867d00
Bump version of go-github to v69.1.0 (#3478)c4b2cb9
fix: Add missing query params to AlertListOptions (#3477)77684a4
feat: Add ListProvisionedScimGroupsForEnterprise inside SCIM service (#3467)ce42642
chore: Only use master test runs for status badge (#3475)26f71a3
Update workflow and tools to use Go1.24 and 1.23 (#3474)3d4784c
build(deps): bump github.com/alecthomas/kong from 1.7.0 to 1.8.0 in
/tools (#...Sourced from actions/cache's releases.
v4.2.1
What's Changed
[!IMPORTANT] As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.
- docs: GitHub is spelled incorrectly in caching-strategies.md by
@janco-absa
in actions/cache#1526- docs: Make the "always save prime numbers" example more clear by
@Tobbe
in actions/cache#1525- Update force deletion docs due a recent deprecation by
@sebbalex
in actions/cache#1500- Bump
@actions/cache
to v4.0.1 by@robherley
in actions/cache#1554New Contributors
@janco-absa
made their first contribution in actions/cache#1526@Tobbe
made their first contribution in actions/cache#1525@sebbalex
made their first contribution in actions/cache#1500Full Changelog: https://github.com/actions/cache/compare/v4.2.0...v4.2.1
Sourced from actions/cache's changelog.
Releases
4.2.1
- Bump
@actions/cache
to v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hit
output - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-miss
not working.4.0.1
- Updated
isGhes
check4.0.0
- Updated minimum runner version support from node 12 -> node 20
3.4.0
- Integrated with the new cache service (v2) APIs
... (truncated)
0c907a7
Merge pull request #1554
from actions/robherley/v4.2.1710893c
bump @actions/cache
to v4.0.19fa7e61
Update force deletion docs due a recent deprecation (#1500)36f1e14
docs: Make the "always save prime numbers" example more clear
(#1525)53aa38c
Correct GitHub Spelling in caching-strategies.md (#1526)Sourced from github.com/klauspost/compress's releases.
v1.18.0
What's Changed
- Deprecate Go 1.21 and add 1.24 by
@klauspost
in klauspost/compress#1055- Add unsafe little endian loaders by
@klauspost
in klauspost/compress#1036- fix: check
r.err != nil
but return a nil value errorerr
by@alingse
in klauspost/compress#1028- refactor: use built-in
min
function by@Juneezee
in klauspost/compress#1038- zstd: use
slices.Max
for max value in slice by@Juneezee
in klauspost/compress#1041- flate: Simplify L4-6 loading by
@klauspost
in klauspost/compress#1043- flate: Simplify matchlen (remove asm) by
@klauspost
in klauspost/compress#1045- s2: Add block decode fuzzer by
@klauspost
in klauspost/compress#1044- s2: Improve small block compression speed w/o asm by
@klauspost
in klauspost/compress#1048- flate: Fix matchlen L5+L6 by
@klauspost
in klauspost/compress#1049- flate: Cleanup & reduce casts by
@klauspost
in klauspost/compress#1050New Contributors
@tcpdumppy
made their first contribution in klauspost/compress#1021@sam9291
made their first contribution in klauspost/compress#1022@dezza
made their first contribution in klauspost/compress#1023@alingse
made their first contribution in klauspost/compress#1028@hyunsooda
made their first contribution in klauspost/compress#1031@Juneezee
made their first contribution in klauspost/compress#1038@Bbulatov
made their first contribution in klauspost/compress#1052Full Changelog: https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0
8e79dc4
Deprecate Go 1.21 and add 1.24 (#1055)df8e99c
build(deps): bump the github-actions group with 2 updates (#1053)7787431
zstd: fix unused debug code (#1052)0bf3ecb
flate: Cleanup & reduce casts (#1050)e0f89a9
flate: Fix matchlen L5+L6 (#1049)c8a8470
s2: Improve small block compression speed w/o asm (#1048)b05b993
s2: Add block decode fuzzer (#1044)aafbabd
flate: Simplify matchlen (remove asm) (#1045)dbaa9c1
flate: Simplify l4-6 loading (#1043)4fa2036
Add unsafe little endian loaders (#1036)Sourced from sigstore/cosign-installer's releases.
v3.8.1
What's Changed
- use cosign 2.4.3 and other updates by
@cpanato
in sigstore/cosign-installer#182Full Changelog: https://github.com/sigstore/cosign-installer/compare/v3...v3.8.1
d7d6bc7
use cosign 2.4.3 and other updates (#182)Tip
", + f"Discover more about the name template engine.
", - f"Sourced from github/codeql-action's releases.
v3.28.10
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712
3.28.2 - 21 Jan 2025
No user facing changes.
3.28.1 - 10 Jan 2025
- CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
... (truncated)
b56ba49
Merge pull request #2778
from github/update-v3.28.10-9856c48b160c9c77
Update changelog for v3.28.109856c48
Merge pull request #2773
from github/redsun82/rust9572e09
Rust: fix log string1a52936
Rust: special case default setupcf7e909
Merge pull request #2772
from github/update-bundle/codeql-bundle-v2.20.5b7006aa
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.5cfedae7
Rust: throw configuration errors if requested and not correctly
enabled3971ed2
Merge branch 'main' into redsun82/rustd38c6e6
Merge pull request #2775
from github/angelapwen/bump-octokitSourced from github.com/go-jose/go-jose/v4's releases.
v4.0.5
What's Changed
- Don't allow unbounded amounts of splits by
@mcpherrinm
in go-jose/go-jose#167Fixes https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78
Various other dependency updates, small fixes, and documentation updates in the full changelog
New Contributors
@tgeoghegan
made their first contribution in go-jose/go-jose#161Full Changelog: https://github.com/go-jose/go-jose/compare/v4.0.4...v4.0.5
99b346c
Don't allow unbounded amounts of splits (#167)22811e7
Fix broken link in README.md (#161)9dde849
Remove CLA mentions from CONTRIBUTING.md (#160)89172c5
Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#158)ee05e01
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#157)c0aef3e
Bump golang.org/x/crypto from 0.25.0 to 0.31.0 (#156)fdc2ceb
Remove export disclaimer (#146)10c69ef
Short circuit return errors from JSONWebKey.UnmarshalJSON()
(#141)Sourced from dagger/dagger-for-github's releases.
8.0.0
What's Changed
- chore: bump default dagger version to v0.16.1 by
@sipsma
in dagger/dagger-for-github#175- feat: makes dagger version required by
@jpadams
in dagger/dagger-for-github#176Full Changelog: https://github.com/dagger/dagger-for-github/compare/v7...8.0.0
e47aba4
chore: remove dev module for version bumpsbdb568f
chore: update README action 8.0.0, dagger latest2520492
feat: makes dagger version required361ee54
chore: bump default dagger version to v0.16.1Sourced from github.com/muesli/termenv's releases.
v0.16.0
What's Changed
- build(deps): bump github.com/mattn/go-isatty from 0.0.18 to 0.0.19 by
@dependabot
in muesli/termenv#137- build(deps): bump golang.org/x/sys from 0.7.0 to 0.10.0 by
@dependabot
in muesli/termenv#142- fix(output): export output writer by
@aymanbagabas
in muesli/termenv#122- docs: update alacritty OSC 8 support documentation by
@Thesmader
in muesli/termenv#157- fix(termenv): prevent hang in Emacs shell by
@bard
in muesli/termenv#152- feat: ghostty is truecolor by
@caarlos0
in muesli/termenv#161- fix: do not use ioutil and other fixes by
@caarlos0
in muesli/termenv#162- Use
uniseg.StringWidth
by@maaslalani
in muesli/termenv#164- Add support for building on z/OS by
@dustin-ward
in muesli/termenv#165- feat: Profile.Name() by
@caarlos0
in muesli/termenv#163- Fix lint comments (godot) by
@maaslalani
in muesli/termenv#160- feat: mark more term as truecolor by
@caarlos0
in muesli/termenv#171- feat: rio is truecolor, xterm is ansi by
@caarlos0
in muesli/termenv#174- build(deps): bump golang.org/x/crypto from 0.3.0 to 0.31.0 in /examples/ssh by
@dependabot
in muesli/termenv#175- update deps, fixes lint issues by
@caarlos0
in muesli/termenv#183New Contributors
@Thesmader
made their first contribution in muesli/termenv#157@bard
made their first contribution in muesli/termenv#152@maaslalani
made their first contribution in muesli/termenv#164@dustin-ward
made their first contribution in muesli/termenv#165Full Changelog: https://github.com/muesli/termenv/compare/v0.15.2...v0.16.0
2e6fa35
fix: more lint issues44c6825
ci: fix lint-soft job46061a4
ci: fix lint job44e5a50
chore(deps): update actions34b0cf0
fix: goveralls, maybeb470d69
fix: lint issues944e1cd
build(deps): update go-isatty, uniseg, x/sys8c990cd
build(deps): bump golang.org/x/crypto in /examples/ssh0d230cb
feat: rio is truecolor, xterm is ansi (#174)82936c5
feat: mark more terminals as truecolor (#171)7292932
ssh: limit the size of the internal packet queue while waiting for
KEXf66f74b
acme/autocert: check host policy before probing the cacheb0784b7
x509roots/fallback: drop obsolete build constraint911360c
all: bump golang.org/x/crypto dependencies of asm generators89ff08d
all: upgrade go directive to at least 1.23.0 [generated]e47973b
all: update certs for go1.24Sourced from docker/setup-buildx-action's releases.
v3.10.0
- Bump
@docker/actions-toolkit
from 0.54.0 to 0.56.0 in docker/setup-buildx-action#408Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.9.0...v3.10.0
b5ca514
Merge pull request #408
from docker/dependabot/npm_and_yarn/docker/actions-to...1418a4e
chore: update generated content93acf83
build(deps): bump @docker/actions-toolkit
from 0.54.0 to
0.56.0Sourced from docker/setup-qemu-action's releases.
v3.5.0
- Bump
@docker/actions-toolkit
from 0.54.0 to 0.56.0 in docker/setup-qemu-action#205Full Changelog: https://github.com/docker/setup-qemu-action/compare/v3.4.0...v3.5.0
5964de0
Merge pull request #205
from docker/dependabot/npm_and_yarn/docker/actions-to...862b663
chore: update generated content138de3b
build(deps): bump @docker/actions-toolkit
from 0.54.0 to
0.56.0Sourced from github.com/goreleaser/nfpm/v2's releases.
v2.41.3
Changelog
Bug fixes
- 38a851d7736fe3c0a5bbdd3e0402b200093d062d: fix(deb): content file modes to support gdebi (#904) (
@erikgeiser
)- 7a6c105aedf4a212962eb2277ea35e9d439e99fd: fix(rpm): signing for rpm <= 4.16 (#910) (
@caarlos0
)Other work
- 14dcdfeb0b8228b93b067b92319579285b84679f: docs: update cmd docs (
@caarlos0
)Full Changelog: https://github.com/goreleaser/nfpm/compare/v2.41.2...v2.41.3
Helping out
This release is only possible thanks to all the support of awesome people!
Want to be one of them? You can sponsor or contribute with code.
Where to go next?
- nFPM is a satellite project from GoReleaser. Check it out!
- Find examples and commented usage of all options in our website.
- Reach out on Discord and Twitter!
7a6c105
fix(rpm): signing for rpm <= 4.16 (#910)505f7ab
chore(deps): bump sigstore/cosign-installer from 3.8.0 to 3.8.1 (#909)63c9fed
chore(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0
(#908)af0cd99
chore(deps): bump actions/cache from 4.2.0 to 4.2.1 (#907)4fe07d0
chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#906)38a851d
fix(deb): content file modes to support gdebi (#904)0d40536
chore(deps): bump sigstore/cosign-installer from 3.7.0 to 3.8.0 (#905)388cff1
chore(deps): bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 (#902)9708afd
chore(deps): bump anchore/sbom-action from 0.17.9 to 0.18.0 (#901)b6a1a9d
chore(deps): bump github.com/ProtonMail/go-crypto from 1.1.4 to 1.1.5
(#900)Sourced from docker/setup-qemu-action's releases.
v3.6.0
- Display binfmt version by
@crazy-max
in docker/setup-qemu-action#202Full Changelog: https://github.com/docker/setup-qemu-action/compare/v3.5.0...v3.6.0
2910929
Merge pull request #202
from crazy-max/binfmt-version7ffe24a
chore: update generated content17bc18b
display binfmt versionSourced from gitlab.com/gitlab-org/api/client-go's releases.
v0.124.0
0.124.0 (2025-02-28)
Breaking Changes (4 changes)
- Refactor ShareWithGroup as a Named Struct instead of an Anonymous Struct by
@heidi
.berry (merge request)- Add support for instance member roles API, and align
CreateMemberRoleOptions
... by@heidi
.berry (merge request)- Switch to using BasicMergeRequest for API endpoints that use it by
@heidi
.berry (merge request)- Add state option when listing project access tokens. This requires that... by
@heidi
.berry (merge request)Improvements (13 changes)
- Add bundled reviewable command for ease of local development by
@heidi
.berry (merge request)- Add function for uploading a wiki attachment by
@heidi
.berry (merge request)- Add internal flag when creating different types of notes. Update documentation... by
@heidi
.berry (merge request)- Add
Internal
support toCreateIssueNoteOptions
by@ebuildy
(merge request)- Add support for Secure Files API by
@heidi
.berry (merge request)- add ci_delete_pipelines_in_seconds to project edit and read by
@kingcrunch
(merge request)- Add filter to group variables update and delete by
@heidi
.berry (merge request)- Add support for group releases API by
@heidi
.berry (merge request)- Add description to personal access token APIs by
@heidi
.berry (merge request)- Add description to group access token APIs by
@heidi
.berry (merge request)- Add description to project access token APIs by
@heidi
.berry (merge request)- Add 'username' support to AddProjectMemberOptions by
@sy-be
(merge request)- Update Group Hooks to add missing options and fix documentation links by
@heidi
.berry (merge request)Breaking Change (1 change)
Features (1 change)
04cfd77
Merge branch 'named-struct-for-shared-with-group' into 'main'65524df
Refactor ShareWithGroup as a Named Struct instead of an Anonymous
Struct1be3465
Merge branch 'support-instance-custom-roles' into 'main'6d63332
Add support for instance member roles API, and align
`CreateMemberRoleOptions...8b50e96
Merge branch 'use-basic-merge-request' into 'main'42ec248
Switch to using BasicMergeRequest for API endpoints that use it34a1106
Merge branch 'add-reviewable-command' into 'main'fd06b55
Add bundled reviewable command for ease of local development3d91c3a
Merge branch 'add-wiki-attachment-uploads' into 'main'bf2d5c0
Add function for uploading a wiki attachment49bf5b8
go.mod: update golang.org/x dependencies24852b6
ssh: add decode support for bannersbbc689c
ssh: use a more straightforward return value6a5b66b
go.mod: update golang.org/x dependencies25a90be
gopls/internal/golang: Implementations for func typesdb6008c
go/types/internal/play: show Cursor.Stack of selected nodeece9e9b
gopls/doc/generate: add status in codelenses and inlayhints340f21a
gopls: move gopls/doc/generate package0721940
gopls/internal/analysis/modernize: strings.Fields -> FieldsSeq8d38122
gopls/internal/cache: reproduce and fix crash on if cond overflowd81d6fc
gopls/internal/util/asm: better assembly parsing455db21
gopls/internal/cache/parsego: fix OOB crash in fixInitStmt2b1f550
gopls/internal/analysis/gofix: allow literal array lengths0042180
oauth2: Deep copy context client in NewClientce350bf
oauth2: remove unneeded TokenSource implementation in transport
test44967ab
google: fix typos9c82a8c
oauth2.go: use a more straightforward return valueSourced from github.com/charmbracelet/keygen's releases.
v0.5.3
Changelog
Bug fixes
- fdbb599b81acd53822d8235e5a60c2f653a372ba: fix: no toolchain (
@caarlos0
)
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
v0.5.2
Changelog
New Features
- c42588beaa824fd6674e943ce3383e8d981567ba: feat(ci): add lint-sync workflow and update linters and workflow (
@aymanbagabas
)Other work
- 11a1d3bcd5737895d9bcbe4b17aee976d2ece7ec: ci: sync dependabot config (#29) (
@charmcli
)
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.
fdbb599
fix: no toolchaindd25f0e
chore(deps): mandatory go update878bc1e
chore(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#31)c42588b
feat(ci): add lint-sync workflow and update linters and workflow11a1d3b
ci: sync dependabot config (#29)43a94e5
chore(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#28)1dfb9e3
chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#26)cca1d60
chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#25)c9c7e7f
chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#24)b75f567
chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#23)Sourced from github/codeql-action's releases.
v3.28.11
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.28.11 - 07 Mar 2025
- Update default CodeQL bundle version to 2.20.6. #2793
3.28.10 - 21 Feb 2025
- Update default CodeQL bundle version to 2.20.5. #2772
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #2768
3.28.9 - 07 Feb 2025
- Update default CodeQL bundle version to 2.20.4. #2753
3.28.8 - 29 Jan 2025
- Enable support for Kotlin 2.1.10 when running with CodeQL CLI v2.20.3. #2744
3.28.7 - 29 Jan 2025
No user facing changes.
3.28.6 - 27 Jan 2025
- Re-enable debug artifact upload for CLI versions 2.20.3 or greater. #2726
3.28.5 - 24 Jan 2025
- Update default CodeQL bundle version to 2.20.3. #2717
3.28.4 - 23 Jan 2025
No user facing changes.
3.28.3 - 22 Jan 2025
- Update default CodeQL bundle version to 2.20.2. #2707
- Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise Server instance which occurred when the CodeQL Bundle had been synced to the instance using the CodeQL Action sync tool and the Actions runner did not have Zstandard installed. #2710
- Uploading debug artifacts for CodeQL analysis is temporarily disabled. #2712
3.28.2 - 21 Jan 2025
No user facing changes.
... (truncated)
6bb031a
Merge pull request #2798
from github/update-v3.28.11-56b25d5d56bca7dd
Update changelog for v3.28.1156b25d5
Merge pull request #2793
from github/update-bundle/codeql-bundle-v2.20.6256aa16
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.6911d845
Merge pull request #2796
from github/nickfyson/adjust-rate-error-string7b7ed63
adjust string for handling rate limit error608ccd6
Merge pull request #2794
from github/update-supported-enterprise-server-versions35d04d3
Update supported GitHub Enterprise Server versionsec3b221
Update supported GitHub Enterprise Server versions8dc01f6
Add changelog noteSourced from cachix/install-nix-action's releases.
v31
What's Changed
- nix: 2.24.9 -> 2.25.2 by
@Mic92
in cachix/install-nix-action#218- ci: fix latest installer tests by
@sandydoo
in cachix/install-nix-action#220- ci: add ubuntu-24.04-arm to matrix by
@msgilligan
in cachix/install-nix-action#221- nix: 2.25.2 -> 2.26.2 by
@Mic92
in cachix/install-nix-action#226New Contributors
@msgilligan
made their first contribution in cachix/install-nix-action#221Full Changelog: https://github.com/cachix/install-nix-action/compare/v30...v31
91a0719
Merge pull request #226
from Mic92/nix-updated81eadf
nix: 2.25.2 -> 2.26.23d69a1d
Merge pull request #221
from msgilligan/msgilligan/github-test-aarch64-linux265a04a
GitHub test.yml: add ubuntu-24.04-arm to matrix89fd1e9
Merge pull request #220
from cachix/fix-master-testsa76df16
ci: bump nixpkgs channela49b703
ci: fix act testf3f544c
ci: fix latest installer tests14344b3
Merge pull request #218
from Mic92/nix-upgradeb1deb06
nix: 2.24.9 -> 2.25.2These template properties are exclusively available with GoReleaser Pro.
", + f"