Skip to content

Commit a493dd9

Browse files
authored
release v0.4.0 (#30)
1 parent 1a3b7bb commit a493dd9

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.2-dev
1+
v0.4.0

charts/quota-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: quota-operator
33
description: A Helm chart for the quota-operator
44
type: application
5-
version: v0.3.2
6-
appVersion: v0.3.2
5+
version: v0.4.0
6+
appVersion: v0.4.0
77
home: https://github.com/openmcp-project/quota-operator
88
sources:
99
- https://github.com/openmcp-project/quota-operator

charts/quota-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: ghcr.io/openmcp-project/github.com/openmcp-project/quota-operator/images/quota-operator
3-
tag: v0.3.2@sha256:965d8acda427714486a2fa338d04a2fbb04f5532c6f9e2d3f10a4d7fc7aa9813
3+
tag: v0.4.0
44
pullPolicy: IfNotPresent
55

66
imagePullSecrets: []

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/onsi/ginkgo/v2 v2.23.4
99
github.com/onsi/gomega v1.37.0
1010
github.com/openmcp-project/controller-utils v0.6.0
11-
github.com/openmcp-project/quota-operator/api v0.3.2
11+
github.com/openmcp-project/quota-operator/api v0.4.0
1212
github.com/spf13/cobra v1.9.1
1313
github.com/spf13/pflag v1.0.6
1414
k8s.io/api v0.33.0

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,16 @@
1010
],
1111
"postUpdateOptions": [
1212
"gomodTidy"
13+
],
14+
"packageRules": [
15+
{
16+
"matchPackageNames": [
17+
"github.com/gardener/openmcp-project/*"
18+
],
19+
"description": "Update all components from openmcp-project immediately",
20+
"rebaseWhen": "auto",
21+
"minimumReleaseAge": "0 days",
22+
"enabled": true
23+
}
1324
]
1425
}

0 commit comments

Comments
 (0)