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 18, 2025
1 parent f68aeee commit f97462b
Show file tree
Hide file tree
Showing 7 changed files with 37 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.6"
".": "1.2.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.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)


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.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
```
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.6
appVersion: 1.1.6
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.6 # 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.6",
"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.6",
"version": "1.2.0",
"type": "module",
"license": "Apache-2.0",
"description": "Distr SDK",
Expand Down

0 comments on commit f97462b

Please sign in to comment.