From 91ce0fb611ee6f33e9f7f464c3c302564e7cbebd Mon Sep 17 00:00:00 2001 From: Imran Ismail Date: Tue, 13 Oct 2020 23:16:16 +0800 Subject: [PATCH] Add changelog following https://keepachangelog.com/ format (#31) --- CHANGELOG.MD | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CHANGELOG.MD diff --git a/CHANGELOG.MD b/CHANGELOG.MD new file mode 100644 index 0000000..1cbc4bc --- /dev/null +++ b/CHANGELOG.MD @@ -0,0 +1,42 @@ +# Changelog + +## v1.5.2 + +### Security + +- Bump @actions/core to v1.2.6 to address deprecations raised in #30 + +## v1.5.1 + +### Changed + +- Cache kustomize by requested version spec as key + +## v1.5.0 + +### Changed + +- Simplified asset look up + +## v1.4.0 + +### Added + +- Adds support for semver version ranges. Example: 3.x, 3.2.x +- Add a step in the workflow to test the action with default value + +## v1.2.0 + +N/A + +## v1.1.0 + +### Fixed + +- Support for new download path for kustomize + +## v1.0.0 + +### Changed + +- Update metadata