Skip to content

Commit

Permalink
release: 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
polaroi8d committed Feb 13, 2024
1 parent 0d2e7a9 commit 7b66f30
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 7 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# CHANGELOG


<a name="0.11.0"></a>
## [0.11.0](https://github.com/dyrector-io/dyrectorio/compare/0.10.0...0.11.0) (2024-02-13)

### Feat

* container expected state ([#891](https://github.com/dyrector-io/dyrectorio/issues/891))
* **(web):** pipeline event watchers ([#905](https://github.com/dyrector-io/dyrectorio/issues/905))
* **(web):** pipelines ([#900](https://github.com/dyrector-io/dyrectorio/issues/900))
* **(web):** add image push and pull to notifications ([#897](https://github.com/dyrector-io/dyrectorio/issues/897))
* adds crux coverage to codecov ([#898](https://github.com/dyrector-io/dyrectorio/issues/898))
* **(web):** add encryption for third party credentials ([#892](https://github.com/dyrector-io/dyrectorio/issues/892))
* COAL ([#878](https://github.com/dyrector-io/dyrectorio/issues/878))

### Fix

* pipeline related bugs ([#907](https://github.com/dyrector-io/dyrectorio/issues/907))
* missing teamslug from pipeline hooks ([#906](https://github.com/dyrector-io/dyrectorio/issues/906))
* **(crux):** pipelines migration
* **(web):** v2 manifest list & yup translate error ([#896](https://github.com/dyrector-io/dyrectorio/issues/896))
* **(crux):** coal label parser typo ([#895](https://github.com/dyrector-io/dyrectorio/issues/895))
* **(crux):** crash while selecting tag for images without an environment ([#894](https://github.com/dyrector-io/dyrectorio/issues/894))
* **(crux-ui):** hide change credentials field when creating a registry or storage ([#893](https://github.com/dyrector-io/dyrectorio/issues/893))


<a name="0.10.0"></a>
## [0.10.0](https://github.com/dyrector-io/dyrectorio/compare/0.9.0...0.10.0) (2023-12-04)

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.10.0"
Version = "0.11.0"
// 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.10.0",
"version": "0.11.0",
"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.10.0",
"version": "0.11.0",
"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 7b66f30

Please sign in to comment.