Skip to content

Commit

Permalink
release: 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Levente Orban committed Mar 25, 2024
1 parent 8b467a2 commit aae3d71
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# CHANGELOG


<a name="0.11.4"></a>
## [0.11.4](https://github.com/dyrector-io/dyrectorio/compare/0.11.3...0.11.4) (2024-03-24)

### Feat

* add tooltip for container names in node container list ([#934](https://github.com/dyrector-io/dyrectorio/issues/934))

### Fix

* overwritten deployment secrets ([#939](https://github.com/dyrector-io/dyrectorio/issues/939))
* **(crux-ui):** simplify list sorting ([#935](https://github.com/dyrector-io/dyrectorio/issues/935))
* **(crux-ui):** truncate ports in container list ([#936](https://github.com/dyrector-io/dyrectorio/issues/936))
* active menu ([#938](https://github.com/dyrector-io/dyrectorio/issues/938))
* **(web):** breadcrumb navigations on list pages ([#928](https://github.com/dyrector-io/dyrectorio/issues/928))
* github label fetching ([#933](https://github.com/dyrector-io/dyrectorio/issues/933))


<a name="0.11.3"></a>
## [0.11.3](https://github.com/dyrector-io/dyrectorio/compare/ls...0.11.3) (2024-03-11)

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.11.3"
Version = "0.11.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
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.11.3",
"version": "0.11.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
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.11.3",
"version": "0.11.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 aae3d71

Please sign in to comment.