From 75b2d2e64acefbc659e6dff8ff3ae91c17e8b1c5 Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Mon, 15 Jul 2024 11:07:01 +0200 Subject: [PATCH] release: 0.13.0 --- CHANGELOG.md | 62 +++++++++++++++++++++++++----- golang/internal/version/version.go | 2 +- web/crux-ui/package-lock.json | 4 +- web/crux-ui/package.json | 2 +- web/crux/package-lock.json | 4 +- web/crux/package.json | 2 +- web/crux/src/shared/const.ts | 2 +- 7 files changed, 61 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2528d0d..3965915cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # CHANGELOG + +## [0.13.0](https://github.com/dyrector-io/dyrectorio/compare/0.12.0...0.13.0) (2024-07-10) + +### Ci + +* tag version only from release ([#975](https://github.com/dyrector-io/dyrectorio/issues/975)) + +### Doc + +* fix typo ([#984](https://github.com/dyrector-io/dyrectorio/issues/984)) + +### Feat + +* **(web):** packages ([#981](https://github.com/dyrector-io/dyrectorio/issues/981)) +* **(web):** add option to disable deployment copy on version increase ([#978](https://github.com/dyrector-io/dyrectorio/issues/978)) +* **(crux-ui):** reorganize the menu structure ([#977](https://github.com/dyrector-io/dyrectorio/issues/977)) +* **(crux):** get container list api ([#976](https://github.com/dyrector-io/dyrectorio/issues/976)) + +### Fix + +* **(ci):** add dev-deps to scopes in pr_title_validation.sh ([#987](https://github.com/dyrector-io/dyrectorio/issues/987)) +* **(crux-ui):** image ordering ([#979](https://github.com/dyrector-io/dyrectorio/issues/979)) +* **(crux-ui):** secret releated env keys ([#974](https://github.com/dyrector-io/dyrectorio/issues/974)) + + ## [0.12.0](https://github.com/dyrector-io/dyrectorio/compare/0.11.7...0.12.0) (2024-05-13) @@ -59,7 +84,11 @@ -## [0.11.5](https://github.com/dyrector-io/dyrectorio/compare/0.11.4...0.11.5) (2024-04-05) +## [0.11.5](https://github.com/dyrector-io/dyrectorio/compare/help...0.11.5) (2024-04-05) + + + +## [help](https://github.com/dyrector-io/dyrectorio/compare/0.11.4...help) (2024-04-05) ### Feat @@ -93,16 +122,11 @@ -## [0.11.3](https://github.com/dyrector-io/dyrectorio/compare/0.11.2...0.11.3) (2024-03-11) - -### Doc - -* **(crux):** add extra info encrpytion gey generation ([#926](https://github.com/dyrector-io/dyrectorio/issues/926)) +## [0.11.3](https://github.com/dyrector-io/dyrectorio/compare/ls...0.11.3) (2024-03-11) ### Feat * container log api ([#931](https://github.com/dyrector-io/dyrectorio/issues/931)) -* **(web):** update kratos to 1.1.0 ([#925](https://github.com/dyrector-io/dyrectorio/issues/925)) ### Fix @@ -110,6 +134,18 @@ * add ENCRYPTION_SECRET_KEY to compose files ([#927](https://github.com/dyrector-io/dyrectorio/issues/927)) + +## [ls](https://github.com/dyrector-io/dyrectorio/compare/0.11.2...ls) (2024-02-26) + +### Doc + +* **(crux):** add extra info encrpytion gey generation ([#926](https://github.com/dyrector-io/dyrectorio/issues/926)) + +### Feat + +* **(web):** update kratos to 1.1.0 ([#925](https://github.com/dyrector-io/dyrectorio/issues/925)) + + ## [0.11.2](https://github.com/dyrector-io/dyrectorio/compare/0.11.1...0.11.2) (2024-02-23) @@ -980,7 +1016,7 @@ -## [0.2.1](https://github.com/dyrector-io/dyrectorio/compare/0.1.1...0.2.1) (2022-09-27) +## [0.2.1](https://github.com/dyrector-io/dyrectorio/compare/v0.1.1...0.2.1) (2022-09-27) ### Chore @@ -1133,8 +1169,12 @@ * 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/0.1.0...0.1.1) (2022-08-03) +## [0.1.1](https://github.com/dyrector-io/dyrectorio/compare/v0.1.0...0.1.1) (2022-08-03) ### Chore @@ -1150,6 +1190,10 @@ * **(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 15415b493..99237fdc9 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.12.0" + Version = "0.13.0" // 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 00fc489ff..876ce994a 100644 --- a/web/crux-ui/package-lock.json +++ b/web/crux-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "crux-ui", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "crux-ui", - "version": "0.12.0", + "version": "0.13.0", "license": "Apache-2.0", "dependencies": { "@ory/kratos-client": "^1.1.0", diff --git a/web/crux-ui/package.json b/web/crux-ui/package.json index c318232e2..fb1a29f40 100644 --- a/web/crux-ui/package.json +++ b/web/crux-ui/package.json @@ -1,6 +1,6 @@ { "name": "crux-ui", - "version": "0.12.0", + "version": "0.13.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, diff --git a/web/crux/package-lock.json b/web/crux/package-lock.json index ca2344970..4a657ea53 100644 --- a/web/crux/package-lock.json +++ b/web/crux/package-lock.json @@ -1,12 +1,12 @@ { "name": "crux", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crux", - "version": "0.12.0", + "version": "0.13.0", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.9.15", diff --git a/web/crux/package.json b/web/crux/package.json index 28b8e16bd..a2360fb5e 100644 --- a/web/crux/package.json +++ b/web/crux/package.json @@ -1,6 +1,6 @@ { "name": "crux", - "version": "0.12.0", + "version": "0.13.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, diff --git a/web/crux/src/shared/const.ts b/web/crux/src/shared/const.ts index ded908a8e..4100b7d5d 100644 --- a/web/crux/src/shared/const.ts +++ b/web/crux/src/shared/const.ts @@ -21,7 +21,7 @@ export const AGENT_STREAM_TIMEOUT = 60_000 export const GET_CONTAINER_LOG_DEFAULT_TAKE = 100 // NOTE(@m8vago): This should be incremented, when a new release includes a proto file change -const AGENT_PROTO_COMPATIBILITY_MINIMUM_VERSION = '0.12.0' +const AGENT_PROTO_COMPATIBILITY_MINIMUM_VERSION = '0.13.0' export const AGENT_SUPPORTED_MINIMUM_VERSION = coerce(AGENT_PROTO_COMPATIBILITY_MINIMUM_VERSION) export const API_CREATED_LOCATION_HEADERS = {