Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glasskube-bot committed Feb 13, 2025
1 parent 5459351 commit bb060a6
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.3"
".": "1.2.0"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.2.0](https://github.com/glasskube/distr/compare/1.1.3...1.2.0) (2025-02-13)


### Features

* **backend:** add db models for application licenses ([#455](https://github.com/glasskube/distr/issues/455)) ([2ece672](https://github.com/glasskube/distr/commit/2ece672b87e6c1a4919ad3de93fb0ceaff8a9f85))
* license management feature flag ([#458](https://github.com/glasskube/distr/issues/458)) ([1f3fede](https://github.com/glasskube/distr/commit/1f3fede701a3714b02a52b1626f1dee98fc2a72e))


### Bug Fixes

* **deps:** update angular monorepo to v19.1.6 ([#472](https://github.com/glasskube/distr/issues/472)) ([52cb2a8](https://github.com/glasskube/distr/commit/52cb2a8561cfe9f761babdf8cb1b927f2f7d932d))
* **deps:** update dependency @sentry/angular to v9.0.1 ([#464](https://github.com/glasskube/distr/issues/464)) ([857802f](https://github.com/glasskube/distr/commit/857802fe48f05f0692159a038888fefaa9faa050))
* **deps:** update dependency posthog-js to v1.217.1 ([#465](https://github.com/glasskube/distr/issues/465)) ([fb1e045](https://github.com/glasskube/distr/commit/fb1e045276cb2459b59ef95fccc3521de27dc3ad))
* **deps:** update dependency posthog-js to v1.217.2 ([#468](https://github.com/glasskube/distr/issues/468)) ([254483f](https://github.com/glasskube/distr/commit/254483f2a7a94ad4a6e305ed6c09ea61a5805672))
* **sdk/js:** correctly use default api base ([#469](https://github.com/glasskube/distr/issues/469)) ([04c4d02](https://github.com/glasskube/distr/commit/04c4d02acb4a9dfb1cd41efdc0978867786624ea))


### Other

* **backend:** use `uuid.UUID` instead of `string` for all IDs internally ([#471](https://github.com/glasskube/distr/issues/471)) ([5459351](https://github.com/glasskube/distr/commit/5459351ee67ade13501d5a3b50dc331ca261b077))
* **deps:** update dependency golangci-lint to v1.64.2 ([#467](https://github.com/glasskube/distr/issues/467)) ([c112701](https://github.com/glasskube/distr/commit/c112701fd472c5492477e174694e032f7d6826d2))
* **deps:** update dependency golangci-lint to v1.64.4 ([#470](https://github.com/glasskube/distr/issues/470)) ([6bfcb9a](https://github.com/glasskube/distr/commit/6bfcb9a98e2c42380d6528ebde27a8c64a61fe2f))
* **deps:** update dependency postcss to v8.5.2 ([#461](https://github.com/glasskube/distr/issues/461)) ([063bdea](https://github.com/glasskube/distr/commit/063bdea16123a7faf6413024f49f45d82917d2b9))

## [1.1.3](https://github.com/glasskube/distr/compare/1.1.2...1.1.3) (2025-02-11)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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/1.1.3/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
```
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/distr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
appVersion: 1.1.3
version: 1.2.0
appVersion: 1.2.0
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
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:1.1.3 # x-release-please-version
image: ghcr.io/glasskube/distr:1.2.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": "1.1.3",
"version": "1.2.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": "1.1.3",
"version": "1.2.0",
"type": "module",
"license": "Apache-2.0",
"description": "Distr SDK",
Expand Down

0 comments on commit bb060a6

Please sign in to comment.