Skip to content

Commit be502a5

Browse files
committed
feat: release v1.0.3
1 parent 500bfd5 commit be502a5

File tree

15 files changed

+31
-31
lines changed

15 files changed

+31
-31
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.2-dev
1+
v1.0.3

apis/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.25.4
55
require (
66
github.com/onsi/ginkgo/v2 v2.27.2
77
github.com/onsi/gomega v1.38.2
8-
github.com/openmcp-project/landscaper/legacy-component-spec/bindings-go v1.0.2
8+
github.com/openmcp-project/landscaper/legacy-component-spec/bindings-go v1.0.3
99
github.com/robfig/cron/v3 v3.0.1
1010
k8s.io/api v0.34.2
1111
k8s.io/apiextensions-apiserver v0.34.2

charts/container-deployer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v1.0.2
22+
version: v1.0.3
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v1.0.2
27+
appVersion: v1.0.3

charts/container-deployer/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ deployer:
2020
# namespace: ""
2121
initContainer:
2222
repository: ghcr.io/openmcp-project/components/github.com/openmcp-project/landscaper/container-deployer/images/container-deployer-init
23-
# tag: v1.0.2
23+
# tag: v1.0.3
2424
waitContainer:
2525
repository: ghcr.io/openmcp-project/components/github.com/openmcp-project/landscaper/container-deployer/images/container-deployer-wait
26-
# tag: v1.0.2
26+
# tag: v1.0.3
2727
# defaultImage:
2828
# repository: ubuntu
29-
# tag: v1.0.2
29+
# tag: v1.0.3
3030
oci:
3131
allowPlainHttp: false
3232
insecureSkipVerify: false

charts/helm-deployer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v1.0.2
22+
version: v1.0.3
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v1.0.2
27+
appVersion: v1.0.3

charts/landscaper/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v1.0.2
22+
version: v1.0.3
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v1.0.2
27+
appVersion: v1.0.3
2828

2929
dependencies:
3030
- name: landscaper-controller
31-
version: v1.0.2
31+
version: v1.0.3
3232
alias: landscaper
3333
- name: landscaper-rbac
34-
version: v1.0.2
34+
version: v1.0.3
3535
alias: rbac

charts/landscaper/charts/landscaper/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v1.0.2
22+
version: v1.0.3
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v1.0.2
27+
appVersion: v1.0.3

charts/landscaper/charts/landscaper/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ landscaper:
9797

9898
image: {}
9999
# Overrides the image tag whose default is the chart appVersion.
100-
# tag: v1.0.2
100+
# tag: v1.0.3
101101

102102
controller:
103103
# Overrides the controller container name. Default is "landscaper-controller".

charts/landscaper/charts/rbac/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v1.0.2
22+
version: v1.0.3
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v1.0.2
27+
appVersion: v1.0.3

charts/manifest-deployer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ type: application
1919
# This is the chart version. This version number should be incremented each time you make changes
2020
# to the chart and its templates, including the app version.
2121
# Versions are expected to follow Semantic Versioning (https://semver.org/)
22-
version: v1.0.2
22+
version: v1.0.3
2323

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
27-
appVersion: v1.0.2
27+
appVersion: v1.0.3

0 commit comments

Comments
 (0)