From 08f3152bfc33c19088469165d3b8ede26740da09 Mon Sep 17 00:00:00 2001 From: "glasskube[bot]" <133648757+glasskube-bot@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:08:10 +0100 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ README.md | 2 +- deploy/charts/distr/Chart.yaml | 8 ++++---- deploy/docker/docker-compose.yaml | 2 +- package.json | 2 +- sdk/js/package.json | 2 +- 7 files changed, 39 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f80776a4..fea34540 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.2" + ".": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1476a5a4..2fa8008a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [1.0.0](https://github.com/glasskube/distr/compare/0.13.2...1.0.0) (2025-01-29) + + +### Features + +* **chart:** add initial version of the helm chart ([#383](https://github.com/glasskube/distr/issues/383)) ([78f9d58](https://github.com/glasskube/distr/commit/78f9d5817d40c377c1a116d90e11ec82b2bc8386)) + + +### Bug Fixes + +* **deps:** update dependency @sentry/angular to v8.52.0 ([#377](https://github.com/glasskube/distr/issues/377)) ([e80424e](https://github.com/glasskube/distr/commit/e80424ece7dc08a9ec5ac3ea546882453bd2f01e)) +* **deps:** update dependency posthog-js to v1.211.1 ([#376](https://github.com/glasskube/distr/issues/376)) ([567e821](https://github.com/glasskube/distr/commit/567e8211dfc7e20cc0620111b50393b44a043db1)) +* **deps:** update dependency posthog-js to v1.211.2 ([#379](https://github.com/glasskube/distr/issues/379)) ([1fe8839](https://github.com/glasskube/distr/commit/1fe88391f1a5c173453154ba683d7ad3fbb8ff83)) +* **deps:** update dependency posthog-js to v1.211.3 ([#381](https://github.com/glasskube/distr/issues/381)) ([c225ef9](https://github.com/glasskube/distr/commit/c225ef97fd336e0618ce13ce25d72ae159ed73b0)) +* **ui:** link to login at password reset ([#378](https://github.com/glasskube/distr/issues/378)) ([216c7c2](https://github.com/glasskube/distr/commit/216c7c28fc32833149610bd8e81e2996335ce152)) + + +### Other + +* change homepage url to distr.sh ([77d042b](https://github.com/glasskube/distr/commit/77d042b185206cc91b28148201dc66cc5d38fdd6)) +* rename api key prefix ([7e1e32e](https://github.com/glasskube/distr/commit/7e1e32eb7bb0e9252898e82da32e4f25b60fb6ca)) +* rename from "distr.sh" to "Distr" ([#380](https://github.com/glasskube/distr/issues/380)) ([801c274](https://github.com/glasskube/distr/commit/801c2741c2a65b44f1b28b3a6a7b5f292f64f20f)) +* set next release to 1.0.0 ([719830e](https://github.com/glasskube/distr/commit/719830eb06ecaeb054a8204e75d10fd50aa31e4c)) +* update sample app version ([#382](https://github.com/glasskube/distr/issues/382)) ([bd39bea](https://github.com/glasskube/distr/commit/bd39bea7ef62ac86d5b757e94be0cf62acc8ae3f)) + + +### Docs + +* add your application to architecture diagram ([df35110](https://github.com/glasskube/distr/commit/df3511050a3b9d8f845e5f40e420776171435322)) + ## [0.13.2](https://github.com/glasskube/distr/compare/0.13.1...0.13.2) (2025-01-28) diff --git a/README.md b/README.md index 30a4a163..c68cdbd7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ To get started quickly, do the following: ```shell -mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/0.13.2/deploy-docker.tar.bz2 | tar -jx +mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/1.0.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 80b3cfdb..4bbf6dda 100644 --- a/deploy/charts/distr/Chart.yaml +++ b/deploy/charts/distr/Chart.yaml @@ -11,13 +11,13 @@ keywords: maintainers: - name: Glasskube, Inc. url: https://github.com/glasskube -icon: https://github.com/glasskube/distr/raw/refs/heads/main/frontend/ui/public/distr-logo.svg +icon: >- + https://github.com/glasskube/distr/raw/refs/heads/main/frontend/ui/public/distr-logo.svg home: https://distr.sh/docs/ type: application -version: '0.13.2' -appVersion: '0.13.2' +version: 1.0.0 +appVersion: 1.0.0 dependencies: - # https://github.com/bitnami/charts/blob/main/bitnami/postgresql - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts version: 16.x.x diff --git a/deploy/docker/docker-compose.yaml b/deploy/docker/docker-compose.yaml index 844a7038..679cb696 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:0.13.2 # x-release-please-version + image: ghcr.io/glasskube/distr:1.0.0 # x-release-please-version depends_on: postgres: condition: service_healthy diff --git a/package.json b/package.json index 8952289f..1dc91571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@glasskube/distr", - "version": "0.13.2", + "version": "1.0.0", "type": "module", "license": "Apache-2.0", "description": "Distr", diff --git a/sdk/js/package.json b/sdk/js/package.json index 53df7776..ce49a3fe 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "@glasskube/distr-sdk", - "version": "0.13.2", + "version": "1.0.0", "type": "module", "license": "Apache-2.0", "description": "Distr SDK",