Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release for v0.5.0 #22

Merged
merged 2 commits into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v0.5.0](https://github.com/fujiwara/ecrm/compare/v0.4.0...v0.5.0) - 2024-09-13
- modernization by @fujiwara in https://github.com/fujiwara/ecrm/pull/21
- Bump github.com/Songmu/prompter from 0.5.0 to 0.5.1 by @dependabot in https://github.com/fujiwara/ecrm/pull/29
- Bump github.com/google/go-containerregistry from 0.16.1 to 0.20.0 by @dependabot in https://github.com/fujiwara/ecrm/pull/28
- Bump the aws-sdk-go-v2 group with 5 updates by @dependabot in https://github.com/fujiwara/ecrm/pull/25
- Bump github.com/aws/aws-lambda-go from 1.32.0 to 1.47.0 by @dependabot in https://github.com/fujiwara/ecrm/pull/27
- Bump github.com/fatih/color from 1.13.0 to 1.17.0 by @dependabot in https://github.com/fujiwara/ecrm/pull/26
- Bump goreleaser/goreleaser-action from 2 to 6 by @dependabot in https://github.com/fujiwara/ecrm/pull/24
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/fujiwara/ecrm/pull/23
- Hold images identified by digest. by @fujiwara in https://github.com/fujiwara/ecrm/pull/30
- Fix hold order by @fujiwara in https://github.com/fujiwara/ecrm/pull/40
- feat: Support manifest list as Image Index of "Docker Image Manifest V2 Schema 2" by @yamoyamoto in https://github.com/fujiwara/ecrm/pull/42
- Switch to kong by @fujiwara in https://github.com/fujiwara/ecrm/pull/41
- Add scan command. by @fujiwara in https://github.com/fujiwara/ecrm/pull/44
- Refactor types by @fujiwara in https://github.com/fujiwara/ecrm/pull/45
- collect ECS tasks whose desired status is STOPPED. by @fujiwara in https://github.com/fujiwara/ecrm/pull/46
- Bump github.com/samber/lo from 1.26.0 to 1.47.0 by @dependabot in https://github.com/fujiwara/ecrm/pull/38
- Bump github.com/fujiwara/logutils from 1.1.0 to 1.1.2 by @dependabot in https://github.com/fujiwara/ecrm/pull/35
- Bump github.com/k1LoW/duration from 1.1.0 to 1.2.0 by @dependabot in https://github.com/fujiwara/ecrm/pull/33

## [v0.4.0](https://github.com/fujiwara/ecrm/compare/v0.3.3...v0.4.0) - 2023-08-29
- support to expire image indexes and soci indexes. by @fujiwara in https://github.com/fujiwara/ecrm/pull/17
- use go 1.21 by @fujiwara in https://github.com/fujiwara/ecrm/pull/19
Expand Down