From 0751e8f57dc359534e10eb37df3e6992222127d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Sep 2024 16:12:11 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9b430..9077013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # 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 + ## [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