Sourced from docker/login-action's releases.
v3.0.0
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-max
in docker/login-action#593- Bump
@actions/core
from 1.10.0 to 1.10.1 in docker/login-action#598- Bump
@aws-sdk/client-ecr
and@aws-sdk/client-ecr-public
to 3.410.0 in docker/login-action#555 docker/login-action#560 docker/login-action#582 docker/login-action#599- Bump semver from 6.3.0 to 6.3.1 in docker/login-action#556
- Bump https-proxy-agent to 7.0.2 docker/login-action#561 docker/login-action#588
Full Changelog: https://github.com/docker/login-action/compare/v2.2.0...v3.0.0
v2.2.0
- Switch to actions-toolkit implementation by
@crazy-max
in docker/login-action#409 docker/login-action#470 docker/login-action#476- Bump
@aws-sdk/client-ecr
and@aws-sdk/client-ecr-public
to 3.347.1 in docker/login-action#524 docker/login-action#364 docker/login-action#363- Bump minimatch from 3.0.4 to 3.1.2 in docker/login-action#354
- Bump json5 from 2.2.0 to 2.2.3 in docker/login-action#378
- Bump http-proxy-agent from 5.0.0 to 7.0.0 in docker/login-action#509
- Bump https-proxy-agent from 5.0.1 to 7.0.0 in docker/login-action#508
Full Changelog: https://github.com/docker/login-action/compare/v2.1.0...v2.2.0
v2.1.0
- Ensure AWS temp credentials are redacted in workflow logs by
@crazy-max
(#275)- Bump
@actions/core
from 1.6.0 to 1.10.0 (#252 #292)- Bump
@aws-sdk/client-ecr
from 3.53.0 to 3.186.0 (#298)- Bump
@aws-sdk/client-ecr-public
from 3.53.0 to 3.186.0 (#299)Full Changelog: https://github.com/docker/login-action/compare/v2.0.0...v2.1.0
343f7c4
Merge pull request #599
from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...aad0f97
chore: update generated content2e0cd39
build(deps): bump the aws-sdk-dependencies group with 2 updates203bc9c
Merge pull request #588
from docker/dependabot/npm_and_yarn/proxy-agent-depen...2199648
chore: update generated contentb489376
build(deps): bump the proxy-agent-dependencies group with 1 update7c309e7
Merge pull request #598
from docker/dependabot/npm_and_yarn/actions/core-1.10.10ccf222
chore: update generated content56d703e
Merge pull request #597
from docker/dependabot/github_actions/aws-actions/con...24d3b35
build(deps): bump @actions/core
from 1.10.0 to 1.10.1Sourced from actions/upload-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
- The changelog post.
- The README.
- The migration documentation.
- As well as the underlying npm package,
@actions/artifact
documentation.New Contributors
@vmjoseph
made their first contribution in actions/upload-artifact#464Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0
v3.1.3
What's Changed
- chore(github): remove trailing whitespaces by
@ljmf00
in actions/upload-artifact#313- Bump
@actions/artifact
version to v1.1.2 by@bethanyj28
in actions/upload-artifact#436Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v3.1.3
v3.1.2
- Update all
@actions/*
NPM packages to their latest versions- #374- Update all dev dependencies to their most recent versions - #375
v3.1.1
- Update actions/core package to latest version to remove
set-output
deprecation warning #351v3.1.0
What's Changed
- Bump
@actions/artifact
to v1.1.0 (actions/upload-artifact#327)
- Adds checksum headers on artifact upload (actions/toolkit#1095) (actions/toolkit#1063)
5d5d22a
Merge pull request #515
from actions/eggyhead/update-artifact-v2.1.1f1e993d
update artifact license4881bfd
updating dist:a30777e
@eggyhead
3a80482
Merge pull request #511
from actions/robherley/migration-docs-typo9d63e3f
Merge branch 'main' into robherley/migration-docs-typodfa1ab2
fix typo with v3 artifact downloads in migration guided00351b
Merge pull request #509
from markmssd/patch-1707f5a7
Update limitation of 10
artifacts upload to
500
26f96df
Merge pull request #505
from actions/robherley/merge-artifactsSourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takost
in actions/checkout#1436- Support fetching without the --progress option by
@simonbaird
in actions/checkout#1067- Release 4.0.0 by
@takost
in actions/checkout#1447New Contributors
@takost
made their first contribution in actions/checkout#1436@simonbaird
made their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dscho
in actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreck
in actions/checkout#579- Release 3.6.0 by
@luketomlinson
in actions/checkout#1437New Contributors
@RobertWieczoreck
made their first contribution in actions/checkout#579@luketomlinson
made their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanics
in actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulos
in actions/checkout#1287- Add support for sparse checkouts by
@dscho
and@dfdez
in actions/checkout#1369- Release v3.5.3 by
@TingluoHuang
in actions/checkout#1376New Contributors
@megamanics
made their first contribution in actions/checkout#1196@DimitriPapadopoulos
made their first contribution in actions/checkout#1287@dfdez
made their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerl
in actions/checkout#1289 based on #1286 by@1newsr
Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/github
dependency by@BrettDong
in actions/checkout#1246New Contributors
@BrettDong
made their first contribution in actions/checkout#1246
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
v3.3.0
- Implement branch list using callbacks from exec function
- Add in explicit reference to private checkout options
- [Fix comment typos (that got added in #770)](actions/checkout#1057)
v3.2.0
- Add GitHub Action to perform release
- Fix status badge
- Replace datadog/squid with ubuntu/squid Docker image
- Wrap pipeline commands for submoduleForeach in quotes
- Update
@actions/io
to 1.1.2- Upgrading version to 3.2.0
v3.1.0
v3.0.2
... (truncated)
b4ffde6
Link to release page from what's new section (#1514)8530928
Correct link to GitHub Docs (#1511)7cdaf2f
Update CODEOWNERS to Launch team (#1510)8ade135
Prepare 4.1.0 release (#1496)c533a0a
Add support for partial checkout filters (#1396)72f2cec
Update README.md for V4 (#1452)3df4ab1
Release 4.0.0 (#1447)8b5e8b7
Support fetching without the --progress option (#1067)97a652b
Update default runtime to node20 (#1436)Sourced from cachix/install-nix-action's releases.
v26
Bump to Nix 2.20.5 to address CVE-2024-27297 / GHSA-2ffj-w4mj-pg37.
8887e59
Nix: 2.20.539a075c
bumpSourced from env_logger's releases.
v0.11.3
[0.11.3] - 2024-03-05
Features
- Experimental support for key-value logging behind
unstable-kv
v0.11.2
[0.11.2] - 2024-02-13
Sourced from env_logger's changelog.
[0.11.3] - 2024-03-05
Features
- Experimental support for key-value logging behind
unstable-kv
[0.11.2] - 2024-02-13
98ce803
chore: Release7a16130
docs: Update changeloge55af6f
Merge pull request #137
from tmccombs/structuredf6e2d45
feat(kv): Use now-stable kv feature of log crate9f4a33a
feat(kv): Add styling for key in default format9d26ad5
feat: Add support for Key-Value data in log records8962096
Merge pull request #314
from rust-cli/renovate/pre-commit-action-3.x4127228
chore(deps): update pre-commit/action action to v3.0.1b0e3ea9
chore: Release522ce17
Merge pull request #310
from epage/docsSourced from reqwest's releases.
v0.11.25
What's Changed
- Fix
Certificate::from_pem_bundle()
parsing.- Fix Apple linker errors from detecting system proxies.
New Contributors
@cdata
made their first contribution in seanmonstar/reqwest#2130@yottalogical
made their first contribution in seanmonstar/reqwest#2154Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.11.24...v0.11.25
Sourced from reqwest's changelog.
v0.11.25
- Fix
Certificate::from_pem_bundle()
parsing.- Fix Apple linker errors from detecting system proxies.
7e77674
v0.11.25ba550f0
docs: change no-default-features to default-features (#2154)68547a0
chore: blocking doesn't need multi-threaded (#2146)e639bdc
fix: Patch system-configuration
version (#2130)ba9e588
Fix Certificate::from_pem_bundle (#2129)2d6eb24
chore: Inline format args (#2024)05c3982
chore: Use edition 2021 panics (#2122)05996d8
chore: edition 2021 (#2023)Sourced from clap's releases.
v4.5.2
[4.5.2] - 2024-03-06
Fixes
- (macros) Silence a warning
f65d421
chore: Release886b272
docs: Update changelog3ba4297
Merge pull request #5386
from amaanq/static-var-name2aea950
fix: Use SCREAMING_SNAKE_CASE for static variable
authors
690f555
Merge pull request #5382
from clap-rs/renovate/pre-commit-action-3.xa2aa644
chore(deps): update compatible (dev) (#5381)c233de5
chore(deps): update pre-commit/action action to v3.0.1d0028d7
Merge pull request #5371
from BenWiederhake/dev-fix-link-command-trailing_var...0076cac
fix(builder): Don't doc-link to undocumented item