From f97462bf6d548f2b901007c66e3b5950dcae69c2 Mon Sep 17 00:00:00 2001 From: "glasskube[bot]" <133648757+glasskube-bot@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:54:18 +0100 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ README.md | 2 +- deploy/charts/distr/Chart.yaml | 4 ++-- deploy/docker/docker-compose.yaml | 2 +- package.json | 2 +- sdk/js/package.json | 2 +- 7 files changed, 37 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6dccc2da..d0ab6645 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.6" + ".": "1.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 26071e60..50722cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [1.2.0](https://github.com/glasskube/distr/compare/1.1.6...1.2.0) (2025-02-18) + + +### Features + +* add selecting a license for a deployment ([#463](https://github.com/glasskube/distr/issues/463)) ([f68aeee](https://github.com/glasskube/distr/commit/f68aeeef47ddcb1781cdabbb3bbda107ce04fd4b)) +* license management ([#476](https://github.com/glasskube/distr/issues/476)) ([ea0cad2](https://github.com/glasskube/distr/commit/ea0cad2bd188966acbf76ca4b8990b84b144b191)) + + +### Bug Fixes + +* **deps:** update dependency @codemirror/view to v6.36.3 ([#506](https://github.com/glasskube/distr/issues/506)) ([8a4635e](https://github.com/glasskube/distr/commit/8a4635e50f55ab5994cc9f492c6b0ed5ded6c384)) +* **deps:** update dependency posthog-js to v1.217.6 ([#497](https://github.com/glasskube/distr/issues/497)) ([d95131f](https://github.com/glasskube/distr/commit/d95131f73641e711c1fc1d58359e512059ffc191)) +* **deps:** update dependency posthog-js to v1.218.2 ([#500](https://github.com/glasskube/distr/issues/500)) ([01eacdb](https://github.com/glasskube/distr/commit/01eacdb24b16e901c8354010d4d95585c7a0a88d)) +* **deps:** update dependency posthog-js to v1.219.2 ([#505](https://github.com/glasskube/distr/issues/505)) ([09ebe68](https://github.com/glasskube/distr/commit/09ebe6882199f26223709fcd54458660fa2d7496)) +* **deps:** update dependency posthog-js to v1.219.3 ([#508](https://github.com/glasskube/distr/issues/508)) ([4a8b27b](https://github.com/glasskube/distr/commit/4a8b27bd48f499a4cc292e98f8cdc09c99dd5bcb)) +* **deps:** update module github.com/wneessen/go-mail to v0.6.2 ([#503](https://github.com/glasskube/distr/issues/503)) ([143d34f](https://github.com/glasskube/distr/commit/143d34f8d2030a52ce84abec8531e4138f1f5c86)) + + +### Other + +* add SECURITY.md ([#504](https://github.com/glasskube/distr/issues/504)) ([6c13bc8](https://github.com/glasskube/distr/commit/6c13bc80f14cb5b2b591f047efac7922a9726026)) +* **deps:** update axllent/mailpit docker tag to v1.22.3 ([#502](https://github.com/glasskube/distr/issues/502)) ([de83857](https://github.com/glasskube/distr/commit/de83857a47ab72773a58ba2353c18f06cf5ead87)) +* **deps:** update azure/setup-helm action to v4.3.0 ([#507](https://github.com/glasskube/distr/issues/507)) ([0f6ace1](https://github.com/glasskube/distr/commit/0f6ace185d24938e02dce4c69bb9a225ccb85c96)) +* **deps:** update dependency @sentry/cli to v2.42.0 ([#509](https://github.com/glasskube/distr/issues/509)) ([e38093f](https://github.com/glasskube/distr/commit/e38093f617ddecbf2b2a35c20d83439740ad68bf)) +* **deps:** update dompurify to 3.2.4 ([#512](https://github.com/glasskube/distr/issues/512)) ([d078695](https://github.com/glasskube/distr/commit/d0786954300980a8baa942310a309f5510a091c0)) +* **deps:** update golangci/golangci-lint-action action to v6.4.1 ([#499](https://github.com/glasskube/distr/issues/499)) ([724abeb](https://github.com/glasskube/distr/commit/724abeb48bccf0fb031efab036fcf8b14a1a8c57)) +* **deps:** update golangci/golangci-lint-action action to v6.5.0 ([#501](https://github.com/glasskube/distr/issues/501)) ([0b5a180](https://github.com/glasskube/distr/commit/0b5a180b0bcdd1ddacd15c0274a53dee93be7002)) +* resolve some code scanning alerts ([#511](https://github.com/glasskube/distr/issues/511)) ([fed0199](https://github.com/glasskube/distr/commit/fed0199e1e96afe384bebeb205a972bc4c05391b)) + ## [1.1.6](https://github.com/glasskube/distr/compare/1.1.5...1.1.6) (2025-02-14) diff --git a/README.md b/README.md index ac6d96d3..3fbd3a0f 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ To get started quickly, do the following: ```shell -mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/1.1.6/deploy-docker.tar.bz2 | tar -jx +mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/1.2.0/deploy-docker.tar.bz2 | tar -jx # make necessary changes to the .env file docker-compose up -d ``` diff --git a/deploy/charts/distr/Chart.yaml b/deploy/charts/distr/Chart.yaml index 679c7f8b..3e7d4dab 100644 --- a/deploy/charts/distr/Chart.yaml +++ b/deploy/charts/distr/Chart.yaml @@ -14,8 +14,8 @@ icon: >- https://github.com/glasskube/distr/raw/refs/heads/main/frontend/ui/public/distr-logo.svg home: https://distr.sh/docs/ type: application -version: 1.1.6 -appVersion: 1.1.6 +version: 1.2.0 +appVersion: 1.2.0 dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts diff --git a/deploy/docker/docker-compose.yaml b/deploy/docker/docker-compose.yaml index 5f0610b1..5b2c36a5 100644 --- a/deploy/docker/docker-compose.yaml +++ b/deploy/docker/docker-compose.yaml @@ -16,7 +16,7 @@ services: interval: 5s retries: 6 hub: - image: ghcr.io/glasskube/distr:1.1.6 # x-release-please-version + image: ghcr.io/glasskube/distr:1.2.0 # x-release-please-version depends_on: postgres: condition: service_healthy diff --git a/package.json b/package.json index 3b78beac..bf9a5d07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@glasskube/distr", - "version": "1.1.6", + "version": "1.2.0", "type": "module", "license": "Apache-2.0", "description": "Distr", diff --git a/sdk/js/package.json b/sdk/js/package.json index 6e4be519..c3f8a1e8 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "@glasskube/distr-sdk", - "version": "1.1.6", + "version": "1.2.0", "type": "module", "license": "Apache-2.0", "description": "Distr SDK",