diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b77f50..6538ca9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5d7bd..03156e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.8.0](https://github.com/nearform/initium-cli/compare/v0.7.0...v0.8.0) (2023-11-30) + + +### Features + +* add secrets management ([#145](https://github.com/nearform/initium-cli/issues/145)) ([9623e63](https://github.com/nearform/initium-cli/commit/9623e638883fd87fa4f46e1e7b006d4eea3758b3)) +* enforce linux/amd64 images ([#154](https://github.com/nearform/initium-cli/issues/154)) ([90aa6d8](https://github.com/nearform/initium-cli/commit/90aa6d8210fdb78514062659275a407b2abbf8f3)) +* post application url and commit hash as a PR comment after every deploy ([#148](https://github.com/nearform/initium-cli/issues/148)) ([79d5a2e](https://github.com/nearform/initium-cli/commit/79d5a2e4e6423a409aea36643be4dcc1e9405674)) + + +### Bug Fixes + +* cluster name for INITIUM_CLUSTER_ENDPOINT envvar ([#151](https://github.com/nearform/initium-cli/issues/151)) ([05c14db](https://github.com/nearform/initium-cli/commit/05c14db4836afb518c91427d5a39375cbab52e1c)) +* code refactoring and cleanup ([#156](https://github.com/nearform/initium-cli/issues/156)) ([b08bdd7](https://github.com/nearform/initium-cli/commit/b08bdd7f54c174c7db0247c100b8cd7ac756c6b7)) + ## [0.7.0](https://github.com/nearform/initium-cli/compare/v0.6.0...v0.7.0) (2023-10-31) diff --git a/npm/package-lock.json b/npm/package-lock.json index dc23f03..5930f72 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "initium", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "initium", - "version": "0.7.0", + "version": "0.8.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/npm/package.json b/npm/package.json index d01dfdb..7c350da 100644 --- a/npm/package.json +++ b/npm/package.json @@ -2,7 +2,7 @@ "name": "initium", "binaryName": "initium", "repositoryName": "initium-cli", - "version": "0.7.0", + "version": "0.8.0", "description": "A single static binary that can run on any CI to build your code and deploy it in a single step.", "scripts": { "postinstall": "node scripts/npm-install.js",