From 03572d70f8af5ffcb2a0ee98c5975f9cad94e03c Mon Sep 17 00:00:00 2001 From: Nandor Magyar Date: Wed, 14 Jun 2023 09:51:19 +0200 Subject: [PATCH] release: 0.5.1 --- CHANGELOG.md | 26 +++++++++++++++----------- golang/internal/version/version.go | 2 +- web/crux-ui/package-lock.json | 2 +- web/crux-ui/package.json | 2 +- web/crux/package-lock.json | 2 +- web/crux/package.json | 2 +- 6 files changed, 20 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc9d6a40..08c123290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,20 @@ # CHANGELOG + +## [0.5.1](https://github.com/dyrector-io/dyrectorio/compare/0.5.0...0.5.1) (2023-06-14) + +### Build + +* include golang version change in release script ([#690](https://github.com/dyrector-io/dyrectorio/issues/690)) + +### Fix + +* **(ci):** minor versioning with crux push ([#689](https://github.com/dyrector-io/dyrectorio/issues/689)) + + -## [0.5.0](https://github.com/dyrector-io/dyrectorio/compare/0.4.2...0.5.0) (2023-06-13) +## [0.5.0](https://github.com/dyrector-io/dyrectorio/compare/0.4.2...0.5.0) (2023-06-14) ### Build @@ -501,7 +513,7 @@ -## [0.2.1](https://github.com/dyrector-io/dyrectorio/compare/v0.1.1...0.2.1) (2022-09-27) +## [0.2.1](https://github.com/dyrector-io/dyrectorio/compare/0.1.1...0.2.1) (2022-09-27) ### Chore @@ -654,12 +666,8 @@ * websocket message routing - -## [v0.1.1](https://github.com/dyrector-io/dyrectorio/compare/0.1.1...v0.1.1) (2022-08-03) - - -## [0.1.1](https://github.com/dyrector-io/dyrectorio/compare/v0.1.0...0.1.1) (2022-08-03) +## [0.1.1](https://github.com/dyrector-io/dyrectorio/compare/0.1.0...0.1.1) (2022-08-03) ### Chore @@ -675,10 +683,6 @@ * **(agent):** tests ([#54](https://github.com/dyrector-io/dyrectorio/issues/54)) - -## [v0.1.0](https://github.com/dyrector-io/dyrectorio/compare/0.1.0...v0.1.0) (2022-08-01) - - ## [0.1.0](https://github.com/dyrector-io/dyrectorio/compare/0.0.1...0.1.0) (2022-08-01) diff --git a/golang/internal/version/version.go b/golang/internal/version/version.go index 01871c75d..60d840b97 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.5.0" + Version = "0.5.1" // 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 cd85d886f..0d4b5bc03 100644 --- a/web/crux-ui/package-lock.json +++ b/web/crux-ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "crux-ui", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/web/crux-ui/package.json b/web/crux-ui/package.json index 5efcda871..5ac32d75d 100644 --- a/web/crux-ui/package.json +++ b/web/crux-ui/package.json @@ -1,6 +1,6 @@ { "name": "crux-ui", - "version": "0.5.0", + "version": "0.5.1", "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 f5c1a114e..d6ba52208 100644 --- a/web/crux/package-lock.json +++ b/web/crux/package-lock.json @@ -1,6 +1,6 @@ { "name": "crux", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/web/crux/package.json b/web/crux/package.json index 514c88886..91328d8d7 100644 --- a/web/crux/package.json +++ b/web/crux/package.json @@ -1,6 +1,6 @@ { "name": "crux", - "version": "0.5.0", + "version": "0.5.1", "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,