From 1fd8315768b3c7f422cffa5ea3fc094db4d05dd8 Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Thu, 11 Apr 2024 22:43:41 +0200 Subject: [PATCH] release: 0.11.7 --- CHANGELOG.md | 13 +++++++++++++ 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, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6db5d04d..4acc588e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ # CHANGELOG + +## [0.11.7](https://github.com/dyrector-io/dyrectorio/compare/0.11.6...0.11.7) (2024-04-11) + +### Fix + +* **(cli):** use default traefik port instead url for crux_url ([#952](https://github.com/dyrector-io/dyrectorio/issues/952)) +* **(crux):** token expiration ([#953](https://github.com/dyrector-io/dyrectorio/issues/953)) + +### Refactor + +* container log stream ([#954](https://github.com/dyrector-io/dyrectorio/issues/954)) + + ## [0.11.6](https://github.com/dyrector-io/dyrectorio/compare/0.11.5...0.11.6) (2024-04-09) diff --git a/golang/internal/version/version.go b/golang/internal/version/version.go index 4854a6af5..ec7c0f058 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.11.6" + Version = "0.11.7" // 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 1b921d605..199786d26 100644 --- a/web/crux-ui/package-lock.json +++ b/web/crux-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "crux-ui", - "version": "0.11.6", + "version": "0.11.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "crux-ui", - "version": "0.11.6", + "version": "0.11.7", "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 8e1307dbb..b1895046c 100644 --- a/web/crux-ui/package.json +++ b/web/crux-ui/package.json @@ -1,6 +1,6 @@ { "name": "crux-ui", - "version": "0.11.6", + "version": "0.11.7", "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 584b4e5f0..09a2d61a1 100644 --- a/web/crux/package-lock.json +++ b/web/crux/package-lock.json @@ -1,12 +1,12 @@ { "name": "crux", - "version": "0.11.6", + "version": "0.11.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crux", - "version": "0.11.6", + "version": "0.11.7", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.9.0", diff --git a/web/crux/package.json b/web/crux/package.json index 94f2144ab..dc1f6bcc0 100644 --- a/web/crux/package.json +++ b/web/crux/package.json @@ -1,6 +1,6 @@ { "name": "crux", - "version": "0.11.6", + "version": "0.11.7", "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 fac7a8a73..ee47f40dd 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.11.6' +const AGENT_PROTO_COMPATIBILITY_MINIMUM_VERSION = '0.11.7' export const AGENT_SUPPORTED_MINIMUM_VERSION = coerce(AGENT_PROTO_COMPATIBILITY_MINIMUM_VERSION) export const API_CREATED_LOCATION_HEADERS = {