Skip to content

Commit

Permalink
Merge pull request #461 from dnum-mi/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--dso-console

chore(main): release 4.0.0
  • Loading branch information
this-is-tobi committed Jun 8, 2023
2 parents 72261b9 + 5f21430 commit 648baf5
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 5 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [4.0.0](https://github.com/dnum-mi/dso-console/compare/v3.4.1...v4.0.0) (2023-06-08)


### ⚠ BREAKING CHANGES

* :boom: clarify business logic on status and locking

### Features

* :alien: add hook to synchronize organizations ([6ccd985](https://github.com/dnum-mi/dso-console/commit/6ccd9855fc8713043a9f24687cfe07d105540c91))
* :alien: add hook to synchronize organizations ([6ccd985](https://github.com/dnum-mi/dso-console/commit/6ccd9855fc8713043a9f24687cfe07d105540c91))
* :alien: add keys to source organizations ([626c031](https://github.com/dnum-mi/dso-console/commit/626c03135571199c3a1f1e72e19132bc651288a3))
* :boom: if status: failed (aka plugins failed), project remains locked ([8548d6e](https://github.com/dnum-mi/dso-console/commit/8548d6e0d654673789bdebba31237fa98a86788a))
* :children_crossing: improve user experience on dso-console ([720b3c9](https://github.com/dnum-mi/dso-console/commit/720b3c9570238453edeb9ceff11ba21f37c50c41))
* :children_crossing: improve ux for danger zone ([720b3c9](https://github.com/dnum-mi/dso-console/commit/720b3c9570238453edeb9ceff11ba21f37c50c41))
* :children_crossing: improve UX on permission form ([fb72076](https://github.com/dnum-mi/dso-console/commit/fb72076f16f79df456392fc7f9a7129ab1655832))
* :children_crossing: redirect to dashboard when selecting a project ([720b3c9](https://github.com/dnum-mi/dso-console/commit/720b3c9570238453edeb9ceff11ba21f37c50c41))
* :necktie: allow only one plugin to register on hook fetchOrganizations ([6ccd985](https://github.com/dnum-mi/dso-console/commit/6ccd9855fc8713043a9f24687cfe07d105540c91))
* :sparkles: add project admin view ([b49ff96](https://github.com/dnum-mi/dso-console/commit/b49ff967853e31ca6cbcd8cd2ff78b299023788e))


### Bug Fixes

* :art: temp fix labels, add check, refacto get ns ([a43f50c](https://github.com/dnum-mi/dso-console/commit/a43f50cb93b2453f025b9d4284f2b65b6134161a))
* :bug: fix payload, fix check step ([ff76b27](https://github.com/dnum-mi/dso-console/commit/ff76b2750352cbe7b2d49ff5fb6e4d3e424b328f))
* :bug: remove harbor repos before projects ([7239329](https://github.com/dnum-mi/dso-console/commit/72393297dcfaf44938e2814cccfd8366613ba75c))
* :necktie: clarify business logic on status and locking ([8548d6e](https://github.com/dnum-mi/dso-console/commit/8548d6e0d654673789bdebba31237fa98a86788a))


### Code Refactoring

* :boom: clarify business logic on status and locking ([8548d6e](https://github.com/dnum-mi/dso-console/commit/8548d6e0d654673789bdebba31237fa98a86788a))

## [3.4.1](https://github.com/dnum-mi/dso-console/compare/v3.4.0...v3.4.1) (2023-05-22)


Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.4.1 # x-release-please-version
version: 4.0.0 # x-release-please-version

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.4.1" # x-release-please-version
appVersion: "4.0.0" # x-release-please-version
4 changes: 2 additions & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ server:
name: dso-config
container:
env: #hashmap of custom env
image: ghcr.io/dnum-mi/dso-console/server:3.4.1 # x-release-please-version
image: ghcr.io/dnum-mi/dso-console/server:4.0.0 # x-release-please-version
port: 8080
node_env: production
data-configmap:
Expand All @@ -41,7 +41,7 @@ server:

client:
container:
image: ghcr.io/dnum-mi/dso-console/client:3.4.1 # x-release-please-version
image: ghcr.io/dnum-mi/dso-console/client:4.0.0 # x-release-please-version
port: 8080
env: #hashmap of custom env
service:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dso-console",
"version": "3.4.1",
"version": "4.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 648baf5

Please sign in to comment.