Skip to content

Commit c52c409

Browse files
chore(release): 0.4.0 [skip ci]
# [0.4.0](v0.3.0...v0.4.0) (2025-06-11) ### Features * **installation:** added installation script and instructions; smaller code-adjustments to support installation ([6b54c63](6b54c63))
1 parent 6b54c63 commit c52c409

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.4.0](https://github.com/telekom/controlplane/compare/v0.3.0...v0.4.0) (2025-06-11)
2+
3+
4+
### Features
5+
6+
* **installation:** added installation script and instructions; smaller code-adjustments to support installation ([6b54c63](https://github.com/telekom/controlplane/commit/6b54c63686df9e8450d6b7e749761c6166ec99de))
7+
18
# [0.3.0](https://github.com/telekom/controlplane/compare/v0.2.1...v0.3.0) (2025-05-28)
29

310

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.3.0
7-
- https://github.com/telekom/controlplane//secret-manager/config/default/?timeout=120&ref=v0.3.0
8-
- https://github.com/telekom/controlplane//rover/config/default/?timeout=120&ref=v0.3.0
9-
- https://github.com/telekom/controlplane//identity/config/default/?timeout=120&ref=v0.3.0
10-
- https://github.com/telekom/controlplane//gateway/config/default/?timeout=120&ref=v0.3.0
11-
- https://github.com/telekom/controlplane//application/config/default/?timeout=120&ref=v0.3.0
12-
- https://github.com/telekom/controlplane//organization/config/default/?timeout=120&ref=v0.3.0
13-
- https://github.com/telekom/controlplane//api/config/default/?timeout=120&ref=v0.3.0
14-
- https://github.com/telekom/controlplane//admin/config/default/?timeout=120&ref=v0.3.0
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
1515

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

0 commit comments

Comments
 (0)