Skip to content

Commit d8e38f3

Browse files
chore(main): release 1.3.3 (#597)
1 parent 92cd1b9 commit d8e38f3

File tree

7 files changed

+29
-7
lines changed

7 files changed

+29
-7
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.2"
2+
".": "1.3.3"
33
}

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.3.3](https://github.com/glasskube/distr/compare/1.3.2...1.3.3) (2025-03-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update angular monorepo to v19.2.1 ([#603](https://github.com/glasskube/distr/issues/603)) ([8fd5e45](https://github.com/glasskube/distr/commit/8fd5e45e5deb1d221ca5eaab7dd1fc8b1fe972a7))
9+
* **deps:** update aws-sdk-go-v2 monorepo ([#600](https://github.com/glasskube/distr/issues/600)) ([75a1df1](https://github.com/glasskube/distr/commit/75a1df13ed52f577136851e79138f30b56a12a7d))
10+
* **deps:** update dependency @angular/cdk to v19.2.2 ([#607](https://github.com/glasskube/distr/issues/607)) ([e0d4d0a](https://github.com/glasskube/distr/commit/e0d4d0a2c64dafd659089c5c3bd13986a3590082))
11+
* **deps:** update dependency @codemirror/view to v6.36.4 ([#595](https://github.com/glasskube/distr/issues/595)) ([406f656](https://github.com/glasskube/distr/commit/406f656d9a47c090612ceb7e4fab7e1c20451368))
12+
* **deps:** update module golang.org/x/crypto to v0.36.0 ([#604](https://github.com/glasskube/distr/issues/604)) ([10de92f](https://github.com/glasskube/distr/commit/10de92f10fc6c8db1f3687774dc4bf7665afdb1a))
13+
* only return licensed application if feature is active ([#611](https://github.com/glasskube/distr/issues/611)) ([92cd1b9](https://github.com/glasskube/distr/commit/92cd1b9618b2da68002225c0c52ee384b12ad9fd))
14+
15+
16+
### Other
17+
18+
* **deps:** update angular-cli monorepo to v19.2.1 ([#606](https://github.com/glasskube/distr/issues/606)) ([5916bc1](https://github.com/glasskube/distr/commit/5916bc1a9d0b7ba9bfc6a66cfa6d67430577c4ec))
19+
* **deps:** update dependency go to v1.24.1 ([#599](https://github.com/glasskube/distr/issues/599)) ([e9c4fb3](https://github.com/glasskube/distr/commit/e9c4fb3300ac1fb869b4f4f27b2e12577f61ff1f))
20+
* **deps:** update googleapis/release-please-action action to v4.1.5 ([#605](https://github.com/glasskube/distr/issues/605)) ([9314995](https://github.com/glasskube/distr/commit/9314995762da27a3053cb61e0e95c7cb85bbfd4c))
21+
* support registration mode via environment ([#608](https://github.com/glasskube/distr/issues/608)) ([dd9f747](https://github.com/glasskube/distr/commit/dd9f74702298c4eb77124fe9e958c90d1c0325df))
22+
* **ui:** preview docker compose in deploy form ([#610](https://github.com/glasskube/distr/issues/610)) ([cf293fc](https://github.com/glasskube/distr/commit/cf293fc93448fc4abed8dfafd4951cbcf747acd4))
23+
* **ui:** require additional input when deleting deployments ([#598](https://github.com/glasskube/distr/issues/598)) ([c6a8a5f](https://github.com/glasskube/distr/commit/c6a8a5f075bcda3c183ca1194798ade6fe6570ef))
24+
325
## [1.3.2](https://github.com/glasskube/distr/compare/1.3.1...1.3.2) (2025-03-03)
426

527

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ To get started quickly, do the following:
6767
<!-- x-release-please-start-version -->
6868

6969
```shell
70-
mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/1.3.2/deploy-docker.tar.bz2 | tar -jx
70+
mkdir distr && cd distr && curl -fsSL https://github.com/glasskube/distr/releases/download/1.3.3/deploy-docker.tar.bz2 | tar -jx
7171
# make necessary changes to the .env file
7272
docker-compose up -d
7373
```

deploy/charts/distr/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ icon: >-
1414
https://github.com/glasskube/distr/raw/refs/heads/main/frontend/ui/public/distr-logo.svg
1515
home: https://distr.sh/docs/
1616
type: application
17-
version: 1.3.2
18-
appVersion: 1.3.2
17+
version: 1.3.3
18+
appVersion: 1.3.3
1919
dependencies:
2020
- name: postgresql
2121
repository: oci://registry-1.docker.io/bitnamicharts

deploy/docker/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
interval: 5s
1717
retries: 6
1818
hub:
19-
image: ghcr.io/glasskube/distr:1.3.2 # x-release-please-version
19+
image: ghcr.io/glasskube/distr:1.3.3 # x-release-please-version
2020
depends_on:
2121
postgres:
2222
condition: service_healthy

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glasskube/distr",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"type": "module",
55
"license": "Apache-2.0",
66
"description": "Distr",

sdk/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@glasskube/distr-sdk",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"type": "module",
55
"license": "Apache-2.0",
66
"description": "Distr SDK",

0 commit comments

Comments
 (0)