diff --git a/CHANGELOG.md b/CHANGELOG.md index dee83fa94..73ebb0b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # CHANGELOG + +## [0.8.2](https://github.com/dyrector-io/dyrectorio/compare/0.8.1...0.8.2) (2023-09-21) + +### Doc + +* update development.md ([#821](https://github.com/dyrector-io/dyrectorio/issues/821)) + +### Feat + +* **(web):** node deployment list ([#826](https://github.com/dyrector-io/dyrectorio/issues/826)) +* **(web):** agent update button availability ([#822](https://github.com/dyrector-io/dyrectorio/issues/822)) +* **(crux-ui):** yup localization ([#813](https://github.com/dyrector-io/dyrectorio/issues/813)) + +### Fix + +* **(crux):** WS session expire cleanup ([#823](https://github.com/dyrector-io/dyrectorio/issues/823)) +* copying a deployment now does not copies the secret values to a different node ([#828](https://github.com/dyrector-io/dyrectorio/issues/828)) +* shorthash mismatch ([#825](https://github.com/dyrector-io/dyrectorio/issues/825)) +* **(crux-ui):** versionless type tag not showing & update deployment uptime counters ([#824](https://github.com/dyrector-io/dyrectorio/issues/824)) +* update env.examples ([#817](https://github.com/dyrector-io/dyrectorio/issues/817)) +* kratos user list pagination ([#820](https://github.com/dyrector-io/dyrectorio/issues/820)) +* **(crux):** legacy agent update ([#819](https://github.com/dyrector-io/dyrectorio/issues/819)) +* **(agent):** crashing on install and connection token mismatch ([#815](https://github.com/dyrector-io/dyrectorio/issues/815)) + + ## [0.8.1](https://github.com/dyrector-io/dyrectorio/compare/0.8.0...0.8.1) (2023-09-07) diff --git a/golang/internal/version/version.go b/golang/internal/version/version.go index c467e8cfb..3b77b6b11 100644 --- a/golang/internal/version/version.go +++ b/golang/internal/version/version.go @@ -6,7 +6,7 @@ import ( var ( // Version represents the version of the application - Version = "0.8.1" + Version = "0.8.2" // CommitHash is the hash of the commit used for the build CommitHash = "n/a" // BuildTimestamp represents the timestamp when the build was created diff --git a/web/crux-ui/package-lock.json b/web/crux-ui/package-lock.json index b292e97d2..e71d0efb0 100644 --- a/web/crux-ui/package-lock.json +++ b/web/crux-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "crux-ui", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "crux-ui", - "version": "0.8.1", + "version": "0.8.2", "license": "Apache-2.0", "dependencies": { "@ory/kratos-client": "^0.13.1", diff --git a/web/crux-ui/package.json b/web/crux-ui/package.json index 4e74c5980..f53d44b2e 100644 --- a/web/crux-ui/package.json +++ b/web/crux-ui/package.json @@ -1,6 +1,6 @@ { "name": "crux-ui", - "version": "0.8.1", + "version": "0.8.2", "description": "Open-source delivery platform that helps developers to deliver applications efficiently by simplifying software releases and operations in any environment.", "author": "dyrector.io", "private": true, diff --git a/web/crux/package-lock.json b/web/crux/package-lock.json index d218870fb..486392d91 100644 --- a/web/crux/package-lock.json +++ b/web/crux/package-lock.json @@ -1,12 +1,12 @@ { "name": "crux", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crux", - "version": "0.8.1", + "version": "0.8.2", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.9.0", diff --git a/web/crux/package.json b/web/crux/package.json index 161f93285..5ad6c585d 100644 --- a/web/crux/package.json +++ b/web/crux/package.json @@ -1,6 +1,6 @@ { "name": "crux", - "version": "0.8.1", + "version": "0.8.2", "description": "Open-source delivery platform that helps developers to deliver applications efficiently by simplifying software releases and operations in any environment.", "author": "dyrector.io", "private": true,