Releases: aws/aws-secretsmanager-agent
Releases · aws/aws-secretsmanager-agent
v2.0.0
What's Changed
- feat: debug logging for cache metrics by @ThirdEyeSqueegee in #98
- chore: remove
prefer-post-quantum
flag, bump project version by @ThirdEyeSqueegee in #97
Full Changelog: v1.2.1...v2.0.0
v1.2.1
What's Changed
- Bump docker/build-push-action from 3 to 6 by @dependabot in #45
- Pin to rustls version 0 by @simonmarty in #93
Full Changelog: v1.2.0...v1.2.1
v1.2.0
NOTE: This release includes a minor update for a versioning error in the previous release (v1.1.0) which caused the agent to report its current version as v1.0.1 instead of v1.1.0.
- NEW: The agent can now be built with two new feature flags that improve security posture:
prefer-post-quantum
: enables post-quantum key exchange by makingX25519MLKEM768
the highest-priority key exchange algorithm.fips
: restricts the cipher suites used by the agent to only FIPS-approved ciphers.
- NEW: A new config option,
log_to_file
, can be used to control whether the agent writes logs to a file (default) or to stdout/stderr. Setting this option tofalse
allows the agent to work correctly with journald when running the agent as a systemd service.
What's Changed
- Group GH actions & Docker dependabot updates by @simonmarty in #71
- Update Cargo.lock by @simonmarty in #76
- Added Config Parameter to control STS check on startup by @gnaikrah in #70
- Provide a feature to prefer post quantum key exchange. by @simonmarty in #78
- feat: FIPS support by @ThirdEyeSqueegee in #83
- chore: bump project version by @ThirdEyeSqueegee in #90
- feat: add console logging support by @ThirdEyeSqueegee in #87
New Contributors
- @gnaikrah made their first contribution in #70
- @ThirdEyeSqueegee made their first contribution in #83
Full Changelog: v1.1.0...v1.2.0
v1.1.0
NOTE: We recommend upgrading to the latest release (v1.2.0) as this release includes a versioning error which causes the agent to report its current version as v1.0.1 instead of v1.1.0
What's Changed
- Group minor version updates by @simonmarty in #39
- Add Dockerfile by @simonmarty in #19
- Add build instructions for Windows by @simonmarty in #49
- make lambda section more clear by @rstevens011 in #59
- fix typo by @rstevens011 in #62
- Correct
cache_size
andttl_seconds
in README to match actual behavior by @simonmarty in #60 - Adding cache refresh logic with new URL RefreshNow parameter by @crus-umich in #65
New Contributors
- @rstevens011 made their first contribution in #59
- @crus-umich made their first contribution in #65
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Documentation update by @ecraw-amzn in #10
- Fix Cargo.toml metadata by @simonmarty in #14
- Add code owners and test coverage by @simonmarty in #15
- Lambda extension example script instructions by @ecraw-amzn in #21
- Add caching library README and associated constructors by @simonmarty in #13
- Minor fixes to agent installation by @StevenEmelander in #24
- Follow on-screen instructions by @simonmarty in #27
- Add AWS_CONTAINER_AUTHORIZATION_TOKEN as default value for SSRF_ENV_VARIABLES by @dhinakk in #28
- Serve cache on transient errors by @benjaminkz in #34
- Fixed typo in README : aws-secrets-manager-agent to aws_secretsmanager_agent by @dhinakk in #35
- Fix deprecated command line argument by @simonmarty in #37
New Contributors
- @ecraw-amzn made their first contribution in #10
- @StevenEmelander made their first contribution in #24
- @dhinakk made their first contribution in #28
- @benjaminkz made their first contribution in #34
Full Changelog: https://github.com/aws/aws-secretsmanager-agent/commits/v1.0.1
v1.0.0
Full Changelog: https://github.com/aws/aws-secretsmanager-agent/commits/v1.0.0