From c592368fdc93861d7d58d6d9347215415addcdf6 Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Thu, 3 Oct 2024 12:44:19 +0200 Subject: [PATCH] release: 0.14.1 --- CHANGELOG.md | 12 ++++++++++++ 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, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a64bfde..803d998b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # CHANGELOG + +## [0.14.1](https://github.com/dyrector-io/dyrectorio/compare/0.14.0...0.14.1) (2024-10-03) + +### Feat + +* **(web):** add subpath for v2 registries ([#1003](https://github.com/dyrector-io/dyrectorio/issues/1003)) + +### Fix + +* **(agent):** add support for mixed-case image tags ([#1002](https://github.com/dyrector-io/dyrectorio/issues/1002)) + + ## [0.14.0](https://github.com/dyrector-io/dyrectorio/compare/0.13.0...0.14.0) (2024-09-25) diff --git a/golang/internal/version/version.go b/golang/internal/version/version.go index c043ebf94..5b99887c4 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.14.0" + Version = "0.14.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 4839b6920..a319cf72f 100644 --- a/web/crux-ui/package-lock.json +++ b/web/crux-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "crux-ui", - "version": "0.14.0", + "version": "0.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "crux-ui", - "version": "0.14.0", + "version": "0.14.1", "license": "Apache-2.0", "dependencies": { "@ory/kratos-client": "^1.2.1", diff --git a/web/crux-ui/package.json b/web/crux-ui/package.json index cae7dc90d..2ae23b454 100644 --- a/web/crux-ui/package.json +++ b/web/crux-ui/package.json @@ -1,6 +1,6 @@ { "name": "crux-ui", - "version": "0.14.0", + "version": "0.14.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 3cbb830dd..3b8b7c36d 100644 --- a/web/crux/package-lock.json +++ b/web/crux/package-lock.json @@ -1,12 +1,12 @@ { "name": "crux", - "version": "0.14.0", + "version": "0.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crux", - "version": "0.14.0", + "version": "0.14.1", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.9.15", diff --git a/web/crux/package.json b/web/crux/package.json index a09604325..2849d6cb8 100644 --- a/web/crux/package.json +++ b/web/crux/package.json @@ -1,6 +1,6 @@ { "name": "crux", - "version": "0.14.0", + "version": "0.14.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/src/shared/const.ts b/web/crux/src/shared/const.ts index db6f87d28..6c3f79372 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.14.0' +const AGENT_PROTO_COMPATIBILITY_MINIMUM_VERSION = '0.14.1' export const AGENT_SUPPORTED_MINIMUM_VERSION = coerce(AGENT_PROTO_COMPATIBILITY_MINIMUM_VERSION) export const API_CREATED_LOCATION_HEADERS = {