Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #375

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.13.2"
".": "1.0.0"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To get started quickly, do the following:
<!-- x-release-please-start-version -->

```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
```
Expand Down
8 changes: 4 additions & 4 deletions deploy/charts/distr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "@glasskube/distr",
"version": "0.13.2",
"version": "1.0.0",
"type": "module",
"license": "Apache-2.0",
"description": "Distr",
Expand Down
2 changes: 1 addition & 1 deletion sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down