-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @code-build-actions/[email protected] - @code-check-actions/[email protected] - @code-check-actions/[email protected] - @pr-previews/[email protected] - @pr-previews/[email protected] - @pr-previews/[email protected] - @security-actions/[email protected] - @security-actions/[email protected] - @security-actions/[email protected] - @security-actions/[email protected] - @security-actions/[email protected] - @slack-actions/[email protected]
- Loading branch information
1 parent
3d24b7f
commit 11e80bb
Showing
24 changed files
with
620 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 4.0.0 (2025-01-03) | ||
|
||
|
||
### ✨ Features | ||
|
||
* **release:** independent releases for public shared actions ([#201](https://github.com/Kong/public-shared-actions/issues/201)) ([3d24b7f](https://github.com/Kong/public-shared-actions/commit/3d24b7f70c912df037063a571e59e789f4e49fc2)) | ||
|
||
|
||
### 🐛 Bug Fixes | ||
|
||
* **build-js-sdk:** hardcode src as the output directory ([#49](https://github.com/Kong/public-shared-actions/issues/49)) ([4517bad](https://github.com/Kong/public-shared-actions/commit/4517bad0f9414091f830ddc739cfc3df214d903a)) | ||
* use input string instead of boolean ([#50](https://github.com/Kong/public-shared-actions/issues/50)) ([3d93b96](https://github.com/Kong/public-shared-actions/commit/3d93b96af46a4f38d62cb65ab0c221aa3531522c)) | ||
|
||
|
||
### ♻️ Chores | ||
|
||
* move build-js-sdk to public ([#34](https://github.com/Kong/public-shared-actions/issues/34)) ([7119dd2](https://github.com/Kong/public-shared-actions/commit/7119dd21a38e4fc6e879f9c9fff2e593966c43a5)) | ||
|
||
|
||
### Breaking changes | ||
|
||
* **release:** - Each project within Public Shared Action is now treated as an independent package. | ||
- Each package will have its own versioned release. | ||
- Releases tag example "@security-actions/scan-docker-image@1.1.0". | ||
- Markdown (.md) files will be ignored when determining changes for releases. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 4.0.0 (2025-01-03) | ||
|
||
|
||
### ✨ Features | ||
|
||
* **release:** independent releases for public shared actions ([#201](https://github.com/Kong/public-shared-actions/issues/201)) ([3d24b7f](https://github.com/Kong/public-shared-actions/commit/3d24b7f70c912df037063a571e59e789f4e49fc2)) | ||
|
||
|
||
### Breaking changes | ||
|
||
* **release:** - Each project within Public Shared Action is now treated as an independent package. | ||
- Each package will have its own versioned release. | ||
- Releases tag example "@security-actions/scan-docker-image@1.1.0". | ||
- Markdown (.md) files will be ignored when determining changes for releases. | ||
|
||
|
||
|
||
## 2.2.3 (2024-05-07) | ||
|
||
|
||
### ✨ Features | ||
|
||
* **lua-lint:** add an option to make the action fail if the linting fails ([#121](https://github.com/Kong/public-shared-actions/issues/121)) ([a98be01](https://github.com/Kong/public-shared-actions/commit/a98be0184f832cb24a9dd233f99074e8ba17b488)) | ||
|
||
|
||
### ♻️ Chores | ||
|
||
* **readme:** Add vulnerability migration and breakglass strategy for SCA and CVE action ([#107](https://github.com/Kong/public-shared-actions/issues/107)) ([ad89a25](https://github.com/Kong/public-shared-actions/commit/ad89a255ff44a03377215b8bccbfdc17c8c7fb46)) | ||
|
||
|
||
|
||
# 1.15.0 (2024-01-22) | ||
|
||
|
||
|
||
# 1.14.0 (2024-01-12) | ||
|
||
|
||
### 🐛 Bug Fixes | ||
|
||
* **lint:** does not specify global standard in luacheck command line arguments ([#57](https://github.com/Kong/public-shared-actions/issues/57)) ([2804623](https://github.com/Kong/public-shared-actions/commit/28046231055b99899d55d32eda2a5f4a6075db36)) | ||
|
||
|
||
### ♻️ Chores | ||
|
||
* **ci:** configurable failure mode for semgrep ([#55](https://github.com/Kong/public-shared-actions/issues/55)) ([bc77fa6](https://github.com/Kong/public-shared-actions/commit/bc77fa65f43dfb6b3ef0b9d258c02faf5892aab1)) | ||
|
||
|
||
|
||
# 1.10.0 (2023-06-26) | ||
|
||
|
||
|
||
# 1.8.0 (2023-06-26) | ||
|
||
|
||
### 📦 Code Refactoring | ||
|
||
* **sca:** Separate linters and sca for rust ([#46](https://github.com/Kong/public-shared-actions/issues/46)) ([b037b99](https://github.com/Kong/public-shared-actions/commit/b037b9950d987b47b5caf3d418fa09ffc046e6ca)) |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 4.0.0 (2025-01-03) | ||
|
||
|
||
### ✨ Features | ||
|
||
* **release:** independent releases for public shared actions ([#201](https://github.com/Kong/public-shared-actions/issues/201)) ([3d24b7f](https://github.com/Kong/public-shared-actions/commit/3d24b7f70c912df037063a571e59e789f4e49fc2)) | ||
|
||
|
||
### ♻️ Chores | ||
|
||
* **ci:** configurable failure mode for semgrep ([#55](https://github.com/Kong/public-shared-actions/issues/55)) ([bc77fa6](https://github.com/Kong/public-shared-actions/commit/bc77fa65f43dfb6b3ef0b9d258c02faf5892aab1)) | ||
* **readme:** Add vulnerability migration and breakglass strategy for SCA and CVE action ([#107](https://github.com/Kong/public-shared-actions/issues/107)) ([ad89a25](https://github.com/Kong/public-shared-actions/commit/ad89a255ff44a03377215b8bccbfdc17c8c7fb46)) | ||
|
||
|
||
### Breaking changes | ||
|
||
* **release:** - Each project within Public Shared Action is now treated as an independent package. | ||
- Each package will have its own versioned release. | ||
- Releases tag example "@security-actions/scan-docker-image@1.1.0". | ||
- Markdown (.md) files will be ignored when determining changes for releases. | ||
|
||
|
||
|
||
# 1.10.0 (2023-06-26) | ||
|
||
|
||
|
||
# 1.8.0 (2023-06-26) | ||
|
||
|
||
### 📦 Code Refactoring | ||
|
||
* **sca:** Separate linters and sca for rust ([#46](https://github.com/Kong/public-shared-actions/issues/46)) ([b037b99](https://github.com/Kong/public-shared-actions/commit/b037b9950d987b47b5caf3d418fa09ffc046e6ca)) |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 4.0.0 (2025-01-03) | ||
|
||
|
||
### ✨ Features | ||
|
||
* limit cleanup to versions created in last X days [KHCP-7885] ([#58](https://github.com/Kong/public-shared-actions/issues/58)) ([3c05dce](https://github.com/Kong/public-shared-actions/commit/3c05dce1fddb81fa49b2eb6c57e613be238bb917)) | ||
* **release:** independent releases for public shared actions ([#201](https://github.com/Kong/public-shared-actions/issues/201)) ([3d24b7f](https://github.com/Kong/public-shared-actions/commit/3d24b7f70c912df037063a571e59e789f4e49fc2)) | ||
|
||
|
||
### 🐛 Bug Fixes | ||
|
||
* cleanup starting with newer PR versions [KHCP-7461] ([#44](https://github.com/Kong/public-shared-actions/issues/44)) ([92fb10e](https://github.com/Kong/public-shared-actions/commit/92fb10ede738f04f917230d01da70ec0c69ce4b3)) | ||
* do not attempt to proceed already removed version [KHCP-7885] ([#59](https://github.com/Kong/public-shared-actions/issues/59)) ([32dac54](https://github.com/Kong/public-shared-actions/commit/32dac54b94ba0e1c2d1ab7e9c78543dc8ad358d5)) | ||
* moving actions that deal with PR preview packages from shared-actions [KHCP-7461] ([#18](https://github.com/Kong/public-shared-actions/issues/18)) ([a61b6ff](https://github.com/Kong/public-shared-actions/commit/a61b6ff5141d0692f3a0fe1c2bff5b4c1b63aee7)) | ||
|
||
|
||
### Breaking changes | ||
|
||
* **release:** - Each project within Public Shared Action is now treated as an independent package. | ||
- Each package will have its own versioned release. | ||
- Releases tag example "@security-actions/scan-docker-image@1.1.0". | ||
- Markdown (.md) files will be ignored when determining changes for releases. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 4.0.0 (2025-01-03) | ||
|
||
|
||
### ✨ Features | ||
|
||
* **release:** independent releases for public shared actions ([#201](https://github.com/Kong/public-shared-actions/issues/201)) ([3d24b7f](https://github.com/Kong/public-shared-actions/commit/3d24b7f70c912df037063a571e59e789f4e49fc2)) | ||
|
||
|
||
### 🐛 Bug Fixes | ||
|
||
* moving actions that deal with PR preview packages from shared-actions [KHCP-7461] ([#18](https://github.com/Kong/public-shared-actions/issues/18)) ([a61b6ff](https://github.com/Kong/public-shared-actions/commit/a61b6ff5141d0692f3a0fe1c2bff5b4c1b63aee7)) | ||
|
||
|
||
### Breaking changes | ||
|
||
* **release:** - Each project within Public Shared Action is now treated as an independent package. | ||
- Each package will have its own versioned release. | ||
- Releases tag example "@security-actions/scan-docker-image@1.1.0". | ||
- Markdown (.md) files will be ignored when determining changes for releases. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 4.0.0 (2025-01-03) | ||
|
||
|
||
### ✨ Features | ||
|
||
* **release:** independent releases for public shared actions ([#201](https://github.com/Kong/public-shared-actions/issues/201)) ([3d24b7f](https://github.com/Kong/public-shared-actions/commit/3d24b7f70c912df037063a571e59e789f4e49fc2)) | ||
|
||
|
||
### 🐛 Bug Fixes | ||
|
||
* moving actions that deal with PR preview packages from shared-actions [KHCP-7461] ([#18](https://github.com/Kong/public-shared-actions/issues/18)) ([a61b6ff](https://github.com/Kong/public-shared-actions/commit/a61b6ff5141d0692f3a0fe1c2bff5b4c1b63aee7)) | ||
* **validate:** check all pr formats ([#52](https://github.com/Kong/public-shared-actions/issues/52)) ([052816f](https://github.com/Kong/public-shared-actions/commit/052816facfea621ca1d555d69fb84cd9b4c446ec)) | ||
|
||
|
||
### Breaking changes | ||
|
||
* **release:** - Each project within Public Shared Action is now treated as an independent package. | ||
- Each package will have its own versioned release. | ||
- Releases tag example "@security-actions/scan-docker-image@1.1.0". | ||
- Markdown (.md) files will be ignored when determining changes for releases. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 4.0.0 (2025-01-03) | ||
|
||
|
||
### ✨ Features | ||
|
||
* **release:** independent releases for public shared actions ([#201](https://github.com/Kong/public-shared-actions/issues/201)) ([3d24b7f](https://github.com/Kong/public-shared-actions/commit/3d24b7f70c912df037063a571e59e789f4e49fc2)) | ||
|
||
|
||
### Breaking changes | ||
|
||
* **release:** - Each project within Public Shared Action is now treated as an independent package. | ||
- Each package will have its own versioned release. | ||
- Releases tag example "@security-actions/scan-docker-image@1.1.0". | ||
- Markdown (.md) files will be ignored when determining changes for releases. | ||
|
||
|
||
|
||
## 2.5.1 (2024-09-03) | ||
|
||
|
||
|
||
# 2.5.0 (2024-08-27) | ||
|
||
|
||
|
||
## 2.4.1 (2024-08-22) | ||
|
||
|
||
|
||
# 2.4.0 (2024-08-16) | ||
|
||
|
||
|
||
# 2.3.0 (2024-05-20) | ||
|
||
|
||
|
||
## 2.2.1 (2024-04-17) | ||
|
||
|
||
|
||
# 2.2.0 (2024-04-16) | ||
|
||
|
||
### ♻️ Chores | ||
|
||
* **readme:** Add usage examples to security actions ([#106](https://github.com/Kong/public-shared-actions/issues/106)) ([d9e10a3](https://github.com/Kong/public-shared-actions/commit/d9e10a320e1fe023ac52e380d349b26bba67152b)) | ||
* **readme:** Add vulnerability migration and breakglass strategy for SCA and CVE action ([#107](https://github.com/Kong/public-shared-actions/issues/107)) ([ad89a25](https://github.com/Kong/public-shared-actions/commit/ad89a255ff44a03377215b8bccbfdc17c8c7fb46)) | ||
|
||
|
||
|
||
## 2.0.3 (2024-03-04) | ||
|
||
|
||
### ⚙️ Continuous Integrations | ||
|
||
* **.github:** deprecate reuse of sca scan action in docker image scan ([#95](https://github.com/Kong/public-shared-actions/issues/95)) ([60c9b13](https://github.com/Kong/public-shared-actions/commit/60c9b136104671b7091b2306c599d80fec34ae3f)) | ||
|
||
|
||
|
||
## 2.0.2 (2024-02-12) | ||
|
||
|
||
### ✨ Features | ||
|
||
* Add optional "config" input to sca syft action ([#94](https://github.com/Kong/public-shared-actions/issues/94)) ([b0ef627](https://github.com/Kong/public-shared-actions/commit/b0ef627fa71528272d1daa9257b71dc90246cc46)) | ||
|
||
|
||
### ⚙️ Continuous Integrations | ||
|
||
* **.github:** generalize sca scan for non docker artifacts ([#89](https://github.com/Kong/public-shared-actions/issues/89)) ([7f27a2b](https://github.com/Kong/public-shared-actions/commit/7f27a2becf7cfbda29125107f07b1482fabe3b77)) |
This file contains 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
Oops, something went wrong.