Release v2.0.1#217
Merged
Merged
Conversation
If the username in the ticket info does not match, fetch it from the secret. Username could have been changed in the secret, the credspec has secret arn not the username. cr: https://code.amazon.com/reviews/CR-254306649
Startup order is important for this service to integrate with the ECS agent. To account for this, create a systemd drop-in file for `ecs.service` so that it depends on `credentials-fetcher.service` as long as it is installed. The drop-in also makes the agent wait for the credentials-fetcher socket to be created. Ship a userdata script to set up startup order as an alternative approach callable from the userdata script which installs a dependency so that ecs.service requires credentials-fetcher.service to start. Fix postun script to only clean up on full removal, not upgrades. Update changelog and bump release number to 2. GitHub-PR: #215 cr: https://code.amazon.com/reviews/CR-255829737
fs.removeall recursively deletes the specified path and all its children (similar to rm -rf in Unix). https://github.com/golang/go/blob/master/src/os/removeall_at.go cr: https://code.amazon.com/reviews/CR-255838804
Move credentials-fetcher-startup-order.sh to configuration/scripts/ so it gets included in the Brazil build artifacts. The RPM spec file expects this script at ./scripts/ in the runtime environment. cr: https://code.amazon.com/reviews/CR-257812196
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.38.0. - [Commits](golang/net@v0.35.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> cr: https://code.amazon.com/reviews/CR-258090722
Update userdata.md
v2.0.1 release
smhmhmd
approved these changes
Mar 6, 2026
bhallasaksham
approved these changes
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v2.0.1