Skip to content

Commit

Permalink
release: 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Levente Orban committed Apr 9, 2024
1 parent 0510823 commit 0b27b80
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# CHANGELOG


<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)

### Feat

* **(crux):** add env to set grpc maxReceiveMessageLength ([#950](https://github.com/dyrector-io/dyrectorio/issues/950))

### Fix

* fix the Makefile mechanisms at release task ([#951](https://github.com/dyrector-io/dyrectorio/issues/951))
* watch container status hanging, jwt payload ([#948](https://github.com/dyrector-io/dyrectorio/issues/948))
* check existing branches in make release ([#947](https://github.com/dyrector-io/dyrectorio/issues/947))


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


<a name="help"></a>
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.5"
Version = "0.11.6"
// 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.5",
"version": "0.11.6",
"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.5",
"version": "0.11.6",
"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.5'
const AGENT_PROTO_COMPATIBILITY_MINIMUM_VERSION = '0.11.6'
export const AGENT_SUPPORTED_MINIMUM_VERSION = coerce(AGENT_PROTO_COMPATIBILITY_MINIMUM_VERSION)

export const API_CREATED_LOCATION_HEADERS = {
Expand Down

0 comments on commit 0b27b80

Please sign in to comment.