Skip to content

Commit 5c7483e

Browse files
chore(release): 0.5.0 [skip ci]
# [0.5.0](v0.4.0...v0.5.0) (2025-07-03) ### Bug Fixes * **secret-manager:** k8s jwks; bouncer for deletion; system certpool ([#58](#58)) ([55f313b](55f313b)) ### Features * **codeql:** Use go build ./... for codeql to make sure all sources are compiled for analysis ([#63](#63)) ([2fa5b15](2fa5b15)) * **tool:** added snapshot tool ([#49](#49)) ([019a771](019a771))
1 parent 24e9218 commit 5c7483e

File tree

3 files changed

+33
-20
lines changed

3 files changed

+33
-20
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [0.5.0](https://github.com/telekom/controlplane/compare/v0.4.0...v0.5.0) (2025-07-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **secret-manager:** k8s jwks; bouncer for deletion; system certpool ([#58](https://github.com/telekom/controlplane/issues/58)) ([55f313b](https://github.com/telekom/controlplane/commit/55f313b2063528c702d27a1e9c0de9c42a81c71a))
7+
8+
9+
### Features
10+
11+
* **codeql:** Use go build ./... for codeql to make sure all sources are compiled for analysis ([#63](https://github.com/telekom/controlplane/issues/63)) ([2fa5b15](https://github.com/telekom/controlplane/commit/2fa5b15167e2aced4cf9eddc315312a728f7bcde))
12+
* **tool:** added snapshot tool ([#49](https://github.com/telekom/controlplane/issues/49)) ([019a771](https://github.com/telekom/controlplane/commit/019a771a07ca62f809e4b68cae5786b4dcb74fc9))
13+
114
# [0.4.0](https://github.com/telekom/controlplane/compare/v0.3.0...v0.4.0) (2025-06-11)
215

316

common-server/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
apiVersion: v2
6-
appVersion: 0.1.0
6+
appVersion: 0.5.0
77
description: A helm chart to deploy a generic common-server instance
88
name: common-server
99
type: application
10-
version: 0.1.0
10+
version: 0.5.0
1111
icon: https://raw.githubusercontent.com/telekom/controlplane/refs/heads/main/docs/img/Open-Telekom-Integration-Platform_Visual.svg

install/kustomization.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,41 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
resources:
6-
- https://github.com/telekom/controlplane//approval/config/default/?timeout=120&ref=v0.4.0
7-
- https://github.com/telekom/controlplane//secret-manager/config/default/?timeout=120&ref=v0.4.0
8-
- https://github.com/telekom/controlplane//rover/config/default/?timeout=120&ref=v0.4.0
9-
- https://github.com/telekom/controlplane//identity/config/default/?timeout=120&ref=v0.4.0
10-
- https://github.com/telekom/controlplane//gateway/config/default/?timeout=120&ref=v0.4.0
11-
- https://github.com/telekom/controlplane//application/config/default/?timeout=120&ref=v0.4.0
12-
- https://github.com/telekom/controlplane//organization/config/default/?timeout=120&ref=v0.4.0
13-
- https://github.com/telekom/controlplane//api/config/default/?timeout=120&ref=v0.4.0
14-
- https://github.com/telekom/controlplane//admin/config/default/?timeout=120&ref=v0.4.0
6+
- https://github.com/telekom/controlplane//approval/config/default/?timeout=120&ref=v0.5.0
7+
- https://github.com/telekom/controlplane//secret-manager/config/default/?timeout=120&ref=v0.5.0
8+
- https://github.com/telekom/controlplane//rover/config/default/?timeout=120&ref=v0.5.0
9+
- https://github.com/telekom/controlplane//identity/config/default/?timeout=120&ref=v0.5.0
10+
- https://github.com/telekom/controlplane//gateway/config/default/?timeout=120&ref=v0.5.0
11+
- https://github.com/telekom/controlplane//application/config/default/?timeout=120&ref=v0.5.0
12+
- https://github.com/telekom/controlplane//organization/config/default/?timeout=120&ref=v0.5.0
13+
- https://github.com/telekom/controlplane//api/config/default/?timeout=120&ref=v0.5.0
14+
- https://github.com/telekom/controlplane//admin/config/default/?timeout=120&ref=v0.5.0
1515

1616
images:
1717
- name: ghcr.io/telekom/controlplane/approval
1818
newName: ghcr.io/telekom/controlplane/approval
19-
newTag: v0.4.0
19+
newTag: v0.5.0
2020
- name: ghcr.io/telekom/controlplane/gateway
2121
newName: ghcr.io/telekom/controlplane/gateway
22-
newTag: v0.4.0
22+
newTag: v0.5.0
2323
- name: ghcr.io/telekom/controlplane/identity
2424
newName: ghcr.io/telekom/controlplane/identity
25-
newTag: v0.4.0
25+
newTag: v0.5.0
2626
- name: ghcr.io/telekom/controlplane/secret-manager
2727
newName: ghcr.io/telekom/controlplane/secret-manager
28-
newTag: v0.4.0
28+
newTag: v0.5.0
2929
- name: ghcr.io/telekom/controlplane/rover
3030
newName: ghcr.io/telekom/controlplane/rover
31-
newTag: v0.4.0
31+
newTag: v0.5.0
3232
- name: ghcr.io/telekom/controlplane/application
3333
newName: ghcr.io/telekom/controlplane/application
34-
newTag: v0.4.0
34+
newTag: v0.5.0
3535
- name: ghcr.io/telekom/controlplane/api
3636
newName: ghcr.io/telekom/controlplane/api
37-
newTag: v0.4.0
37+
newTag: v0.5.0
3838
- name: ghcr.io/telekom/controlplane/organization
3939
newName: ghcr.io/telekom/controlplane/organization
40-
newTag: v0.4.0
40+
newTag: v0.5.0
4141
- name: ghcr.io/telekom/controlplane/admin
4242
newName: ghcr.io/telekom/controlplane/admin
43-
newTag: v0.4.0
43+
newTag: v0.5.0

0 commit comments

Comments
 (0)