Skip to content

Commit

Permalink
release: 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Levente Orban committed Jun 22, 2023
1 parent 873bf79 commit adceabf
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# CHANGELOG


<a name="0.5.4"></a>
## [0.5.4](https://github.com/dyrector-io/dyrectorio/compare/0.5.3...0.5.4) (2023-06-22)

### Feat

* **(crux-ui):** add delete button to deployments list ([#709](https://github.com/dyrector-io/dyrectorio/issues/709))
* **(web):** select instances to deploy ([#700](https://github.com/dyrector-io/dyrectorio/issues/700))
* **(web):** convert versionless project to versioned ([#705](https://github.com/dyrector-io/dyrectorio/issues/705))
* **(crux-ui):** reload on kratos gone ([#707](https://github.com/dyrector-io/dyrectorio/issues/707))
* **(web):** add deployment tokens ([#701](https://github.com/dyrector-io/dyrectorio/issues/701))
* **(web):** registry api errors ([#699](https://github.com/dyrector-io/dyrectorio/issues/699))

### Fix

* **(crux):** deployment deletes containers ([#703](https://github.com/dyrector-io/dyrectorio/issues/703))
* small improvements in makefile around bundle ([#702](https://github.com/dyrector-io/dyrectorio/issues/702))
* add crane to signer image and add additional cache restore ([#698](https://github.com/dyrector-io/dyrectorio/issues/698))


<a name="0.5.3"></a>
## [0.5.3](https://github.com/dyrector-io/dyrectorio/compare/0.5.2...0.5.3) (2023-06-16)

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.5.3"
Version = "0.5.4"
// 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
2 changes: 1 addition & 1 deletion 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.5.3",
"version": "0.5.4",
"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
2 changes: 1 addition & 1 deletion 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.5.3",
"version": "0.5.4",
"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 adceabf

Please sign in to comment.