Skip to content

Commit

Permalink
release: 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Levente Orban committed Apr 11, 2024
1 parent de31b90 commit 1fd8315
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# CHANGELOG


<a name="0.11.7"></a>
## [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))


<a name="0.11.6"></a>
## [0.11.6](https://github.com/dyrector-io/dyrectorio/compare/0.11.5...0.11.6) (2024-04-09)

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.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
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.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,
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.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,
Expand Down
2 changes: 1 addition & 1 deletion web/crux/src/shared/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 1fd8315

Please sign in to comment.