From 19b59cbaefb1d1cade22199b5fb2da0c27e5d5f3 Mon Sep 17 00:00:00 2001 From: Lei Jin <166442440+leijin-lw@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:57:12 -0700 Subject: [PATCH] release: v1.4.2 (#77) Signed-off-by: Lacework Co-authored-by: Lacework --- CHANGELOG.md | 8 ++++++++ RELEASE_NOTES.md | 14 +++++--------- VERSION | 2 +- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfda3a..7288ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v1.4.2 + +## Bug Fixes +* fix: remove tests folder (#72) (Pengyuan Zhao)([0a0bd15](https://github.com/lacework/lw-scanner-action/commit/0a0bd158a1ea119be188fda9bbb9bda9e48e510b)) +## Other Changes +* chore:Upgrade inline scanner version to 0.27.0 (#75) (Lei Jin)([74fb2c2](https://github.com/lacework/lw-scanner-action/commit/74fb2c2ee06c8188d35705a1f296c54bfca5078b)) +* ci: version bump to v1.4.2-dev (Lacework)([975a4e1](https://github.com/lacework/lw-scanner-action/commit/975a4e11203b24b7201da7ab4f1fc0e7ef4e62ed)) +--- # v1.4.1 ## Documentation Updates diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7192d10..1529675 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,12 +1,8 @@ # Release Notes -Another day, another release. These are the release notes for the version `v1.4.1`. +Another day, another release. These are the release notes for the version `v1.4.2`. -## Documentation Updates -* docs(CONTRIBUTING.md): Fix link (#63) (Mateusz Wroński)([2d20deb](https://github.com/lacework/lw-scanner-action/commit/2d20deb947955add3ee4e1ce34157dde3873067d)) -* docs(readme): fix typo (#64) (Mateusz Wroński)([24a046e](https://github.com/lacework/lw-scanner-action/commit/24a046ed6e50ce18ba1e0452fd2c0e40cbd83171)) +## Bug Fixes +* fix: remove tests folder (#72) (Pengyuan Zhao)([0a0bd15](https://github.com/lacework/lw-scanner-action/commit/0a0bd158a1ea119be188fda9bbb9bda9e48e510b)) ## Other Changes -* chore(tests): Use newer docker actions as old version use deprecated node version. (#67) (Tim Arenz)([04dc248](https://github.com/lacework/lw-scanner-action/commit/04dc2487967670ed26f5a2bd835d0ef0385e85db)) -* chore(deps): lw-scanner to version 0.23.2 (#65) (lacework-releng)([a4dae24](https://github.com/lacework/lw-scanner-action/commit/a4dae249a84654d2384f9a7f962d02326cac17db)) -* ci: fix workflow url in slack message (#69) (Pengyuan Zhao)([cf13c01](https://github.com/lacework/lw-scanner-action/commit/cf13c01ffebabcb40fd5ca7b1f465fefc82f9faf)) -* ci: migrate Codefresh pipelines to Github Actions (#68) (Pengyuan Zhao)([35b05ef](https://github.com/lacework/lw-scanner-action/commit/35b05efd9997d734b89ec3a8502291706a05886e)) -* ci: version bump to v1.4.1-dev (Lacework)([4127bc0](https://github.com/lacework/lw-scanner-action/commit/4127bc0cf4a54319fa4adc65d7dde1af8fad90d8)) +* chore:Upgrade inline scanner version to 0.27.0 (#75) (Lei Jin)([74fb2c2](https://github.com/lacework/lw-scanner-action/commit/74fb2c2ee06c8188d35705a1f296c54bfca5078b)) +* ci: version bump to v1.4.2-dev (Lacework)([975a4e1](https://github.com/lacework/lw-scanner-action/commit/975a4e11203b24b7201da7ab4f1fc0e7ef4e62ed)) diff --git a/VERSION b/VERSION index b70e28a..c9929e3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.2-dev \ No newline at end of file +1.4.2 \ No newline at end of file