Skip to content

Commit

Permalink
release: 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Levente Orban committed Sep 25, 2023
1 parent 2059ab0 commit 390c631
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 7 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# CHANGELOG


<a name="0.8.2"></a>
## [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))


<a name="0.8.1"></a>
## [0.8.1](https://github.com/dyrector-io/dyrectorio/compare/0.8.0...0.8.1) (2023-09-07)

Expand Down
2 changes: 1 addition & 1 deletion golang/internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions web/crux-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/crux-ui/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
4 changes: 2 additions & 2 deletions web/crux/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/crux/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 390c631

Please sign in to comment.