-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
601060d
commit 750ae6c
Showing
2 changed files
with
35 additions
and
2 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,34 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-03-07) | ||
|
||
|
||
### Features | ||
|
||
* added kubectl installer ([aa60571](https://github.com/coquer/deploy-with-kustomize/commit/aa60571bd190ad2ba2c3075da6be716854a27e30)) | ||
* Added namesuffix option ([#2](https://github.com/coquer/deploy-with-kustomize/issues/2)) ([98170ae](https://github.com/coquer/deploy-with-kustomize/commit/98170aed4f02da09bded3d86b428f034b32958d3)) | ||
* init release open-source forked ([0628aa0](https://github.com/coquer/deploy-with-kustomize/commit/0628aa075a27bf2594bfa7798b96df6e985cc9fa)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fixed issue with default version ([849b18c](https://github.com/coquer/deploy-with-kustomize/commit/849b18cde5216d1f728a05fef20420e32e2fc7e7)) | ||
* fixed issue with incorrect syntax ([f4ea841](https://github.com/coquer/deploy-with-kustomize/commit/f4ea841385c0fc83fb4d9b74965440d6f49cdb49)) | ||
* fixed url to kubectl download ([037bb7b](https://github.com/coquer/deploy-with-kustomize/commit/037bb7bd75764c862fb3eef0294dae10b3e209c6)) | ||
* use latests ubuntu version ([601060d](https://github.com/coquer/deploy-with-kustomize/commit/601060d40e06341cba46e85a754e5607d18820ce)) | ||
|
||
|
||
### Miscellaneous | ||
|
||
* add right release action ([0e1cc28](https://github.com/coquer/deploy-with-kustomize/commit/0e1cc28e5953b15c521b5ddef71315c9ade3f325)) | ||
* added a simple example ([ea3ee0a](https://github.com/coquer/deploy-with-kustomize/commit/ea3ee0a27f9e5c7d0abe5a82384310ca84b726f8)) | ||
* cleaned up code and logs ([796b6f1](https://github.com/coquer/deploy-with-kustomize/commit/796b6f1087154ec5b9f2ea9149ba9e4abc2d9d59)) | ||
* **deps-dev:** bump typescript from 3.9.7 to 5.4.2 ([db59622](https://github.com/coquer/deploy-with-kustomize/commit/db596220656fc246dc9c6c6bf7069c634095e0a9)) | ||
* **deps:** bump @actions/core from 1.10.0 to 1.10.1 ([48c7309](https://github.com/coquer/deploy-with-kustomize/commit/48c7309f6efb51439dc0ce47420908817075daf3)) | ||
* **deps:** bump @actions/exec from 1.0.4 to 1.1.1 ([9f785d0](https://github.com/coquer/deploy-with-kustomize/commit/9f785d0b9bd42b7ebf6b7927d5b3487073dbc2fe)) | ||
* **deps:** bump @actions/tool-cache from 1.6.0 to 2.0.1 ([fb0e646](https://github.com/coquer/deploy-with-kustomize/commit/fb0e646e7ae625350260b436dac835e065567113)) | ||
* **deps:** bump yaml from 1.10.0 to 2.4.1 ([981a020](https://github.com/coquer/deploy-with-kustomize/commit/981a0205619200d2f7f9ad71581e0d7147c8eda9)) | ||
* update to nodejs16 ([d6ee244](https://github.com/coquer/deploy-with-kustomize/commit/d6ee2443cffe7a42b13d95ad5a53dd2b977d9ebc)) | ||
* update to nodejs16 ([#5](https://github.com/coquer/deploy-with-kustomize/issues/5)) ([e7eb3b8](https://github.com/coquer/deploy-with-kustomize/commit/e7eb3b8887a5bab549dd2a95600cfceab912db3f)) | ||
* updated action.yaml ([03efce4](https://github.com/coquer/deploy-with-kustomize/commit/03efce43e02d4fcb60e648b7f52e78f10f9ee2a6)) | ||
* upgraded npm packages ([4064289](https://github.com/coquer/deploy-with-kustomize/commit/40642896fa5b2a612c0ad760aa396e595b34f0a8)) |
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 |
---|---|---|
@@ -1,2 +1 @@ | ||
0.0.0 | ||
|
||
1.0.0 |