From 82e3dfe0e8814cb33e60c08e71ef6e44ae04a37d Mon Sep 17 00:00:00 2001 From: Levente Orban Date: Tue, 8 Aug 2023 11:19:12 +0200 Subject: [PATCH] release: 0.7.0 --- CHANGELOG.md | 41 ++++++++++++++++++++++++++++++ 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 +- 6 files changed, 48 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e568a4f..fe3be394c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,47 @@ # CHANGELOG + +## [0.7.0](https://github.com/dyrector-io/dyrectorio/compare/0.6.1...0.7.0) (2023-08-07) + +### Chore + +* **(web):** update node packages ([#778](https://github.com/dyrector-io/dyrectorio/issues/778)) +* new export dyrectorio offline bundle ([#776](https://github.com/dyrector-io/dyrectorio/issues/776)) + +### Doc + +* add GETTING_STARTED.md, small section rewrites ([#768](https://github.com/dyrector-io/dyrectorio/issues/768)) + +### Feat + +* **(crux-ui):** save view mode for projects, deployment state, version state pages ([#772](https://github.com/dyrector-io/dyrectorio/issues/772)) +* **(web):** updated Kratos to v1.0 ([#771](https://github.com/dyrector-io/dyrectorio/issues/771)) +* **(web):** add team slug ([#752](https://github.com/dyrector-io/dyrectorio/issues/752)) +* **(agent):** dagent ipc health ([#765](https://github.com/dyrector-io/dyrectorio/issues/765)) +* add HEALTHCHECK directives to every platform image ([#767](https://github.com/dyrector-io/dyrectorio/issues/767)) +* **(web):** node in use ([#763](https://github.com/dyrector-io/dyrectorio/issues/763)) +* **(web):** deployment patch prefix error & fixed json editor kubernetes labels ([#759](https://github.com/dyrector-io/dyrectorio/issues/759)) +* rename ingress to routing in container config ([#749](https://github.com/dyrector-io/dyrectorio/issues/749)) +* **(crux-ui):** leave team ([#748](https://github.com/dyrector-io/dyrectorio/issues/748)) + +### Fix + +* container list watching with multiple users ([#777](https://github.com/dyrector-io/dyrectorio/issues/777)) +* **(web):** docker log config default value ([#766](https://github.com/dyrector-io/dyrectorio/issues/766)) +* **(crux-ui):** kratos oidc missing info ([#773](https://github.com/dyrector-io/dyrectorio/issues/773)) +* **(web):** config validation & project version number & dagent correct image log ([#764](https://github.com/dyrector-io/dyrectorio/issues/764)) +* **(crux-ui):** project name filter ([#754](https://github.com/dyrector-io/dyrectorio/issues/754)) +* improve release makefile command and update modules ([#755](https://github.com/dyrector-io/dyrectorio/issues/755)) +* **(crux-ui):** change rolling version deployment error to warning ([#751](https://github.com/dyrector-io/dyrectorio/issues/751)) +* **(crux):** prisma error handling & team user delete ([#746](https://github.com/dyrector-io/dyrectorio/issues/746)) + +### Refactor + +* **(crux-ui):** useConfirmation ([#761](https://github.com/dyrector-io/dyrectorio/issues/761)) +* **(web):** rename container status to container state ([#760](https://github.com/dyrector-io/dyrectorio/issues/760)) + + ## [0.6.1](https://github.com/dyrector-io/dyrectorio/compare/0.6.0...0.6.1) (2023-07-14) diff --git a/golang/internal/version/version.go b/golang/internal/version/version.go index 3c22435ec..32d5c972b 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.6.1" + Version = "0.7.0" // 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 52241c196..06683925f 100644 --- a/web/crux-ui/package-lock.json +++ b/web/crux-ui/package-lock.json @@ -1,12 +1,12 @@ { "name": "crux-ui", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "crux-ui", - "version": "0.6.1", + "version": "0.7.0", "license": "Apache-2.0", "dependencies": { "@ory/kratos-client": "^0.13.1", diff --git a/web/crux-ui/package.json b/web/crux-ui/package.json index a1c397f95..d81d2733d 100644 --- a/web/crux-ui/package.json +++ b/web/crux-ui/package.json @@ -1,6 +1,6 @@ { "name": "crux-ui", - "version": "0.6.1", + "version": "0.7.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, diff --git a/web/crux/package-lock.json b/web/crux/package-lock.json index b08e1c95a..65637b96f 100644 --- a/web/crux/package-lock.json +++ b/web/crux/package-lock.json @@ -1,12 +1,12 @@ { "name": "crux", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "crux", - "version": "0.6.1", + "version": "0.7.0", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.9.0", diff --git a/web/crux/package.json b/web/crux/package.json index ce3aee68f..151cbb2e0 100644 --- a/web/crux/package.json +++ b/web/crux/package.json @@ -1,6 +1,6 @@ { "name": "crux", - "version": "0.6.1", + "version": "0.7.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,