Skip to content

Commit

Permalink
release: 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Levente Orban committed Jul 15, 2024
1 parent 3e4f5d1 commit 75b2d2e
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 17 deletions.
62 changes: 53 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# CHANGELOG


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


<a name="0.12.0"></a>
## [0.12.0](https://github.com/dyrector-io/dyrectorio/compare/0.11.7...0.12.0) (2024-05-13)

Expand Down Expand Up @@ -59,7 +84,11 @@


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


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

### Feat

Expand Down Expand Up @@ -93,23 +122,30 @@


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

* container log new line ([#932](https://github.com/dyrector-io/dyrectorio/issues/932))
* add ENCRYPTION_SECRET_KEY to compose files ([#927](https://github.com/dyrector-io/dyrectorio/issues/927))


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


<a name="0.11.2"></a>
## [0.11.2](https://github.com/dyrector-io/dyrectorio/compare/0.11.1...0.11.2) (2024-02-23)

Expand Down Expand Up @@ -980,7 +1016,7 @@


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

Expand Down Expand Up @@ -1133,8 +1169,12 @@
* websocket message routing


<a name="v0.1.1"></a>
## [v0.1.1](https://github.com/dyrector-io/dyrectorio/compare/0.1.1...v0.1.1) (2022-08-03)


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

Expand All @@ -1150,6 +1190,10 @@
* **(agent):** tests ([#54](https://github.com/dyrector-io/dyrectorio/issues/54))


<a name="v0.1.0"></a>
## [v0.1.0](https://github.com/dyrector-io/dyrectorio/compare/0.1.0...v0.1.0) (2022-08-01)


<a name="0.1.0"></a>
## [0.1.0](https://github.com/dyrector-io/dyrectorio/compare/0.0.1...0.1.0) (2022-08-01)

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.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
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.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,
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.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,
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.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 = {
Expand Down

0 comments on commit 75b2d2e

Please sign in to comment.