Skip to content

Commit 64a13e9

Browse files
authored
Merge pull request #1134 from nebius/dev
Release 1.21.2
2 parents 7067e09 + 843cc7d commit 64a13e9

File tree

28 files changed

+282
-71
lines changed

28 files changed

+282
-71
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ $(YQ): $(LOCALBIN)
445445
helmtest: check-helm
446446
@echo "Running helm unittest"
447447
@helm unittest $(CHART_PATH)/soperator-fluxcd
448+
@helm unittest $(CHART_PATH)/slurm-cluster-storage
448449

449450
check-helm:
450451
@echo "Checking Helm installation..."

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.1
1+
1.21.2

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ resources:
33
images:
44
- name: controller
55
newName: cr.eu-north1.nebius.cloud/soperator/slurm-operator
6-
newTag: 1.21.1
6+
newTag: 1.21.2

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
value: "false"
8888
- name: SLURM_OPERATOR_WATCH_NAMESPACES
8989
value: "*"
90-
image: controller:1.21.1
90+
image: controller:1.21.2
9191
imagePullPolicy: Always
9292
name: manager
9393
securityContext:

config/soperatorchecks/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resources:
44
images:
55
- name: controller
66
newName: cr.eu-north1.nebius.cloud/soperator/soperatorchecks
7-
newTag: 1.21.1
7+
newTag: 1.21.2
88
patches:
99
# Protect the /metrics endpoint by putting it behind auth.
1010
# If you want your controller-manager to expose the /metrics

fluxcd/environment/nebius-cloud/dev/bootstrap/flux-kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
name: nebius-cloud
1212
postBuild:
1313
substitute:
14-
soperator_version: 1.21.1
14+
soperator_version: 1.21.2
1515
path: "./fluxcd/enviroment/nebius-cloud/dev"
1616
prune: true
1717
timeout: 1m

fluxcd/environment/nebius-cloud/prod/bootstrap/flux-kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
name: nebius-cloud
1111
postBuild:
1212
substitute:
13-
soperator_version: 1.21.1
13+
soperator_version: 1.21.2
1414
path: "./fluxcd/enviroment/nebius-cloud/prod"
1515
prune: false
1616
timeout: 1m

helm/nodeconfigurator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 1.21.1
16+
version: 1.21.2
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "1.21.1"
21+
appVersion: "1.21.2"

helm/nodeconfigurator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rebooter:
2222
env: []
2323
image:
2424
repository: "cr.eu-north1.nebius.cloud/soperator/rebooter"
25-
tag: "1.21.1"
25+
tag: "1.21.2"
2626
pullPolicy: IfNotPresent
2727
nodeSelector: {}
2828
resources: {}

helm/slurm-cluster-storage/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: helm-slurm-cluster-storage
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: "1.21.1"
6-
appVersion: "1.21.1"
5+
version: "1.21.2"
6+
appVersion: "1.21.2"

0 commit comments

Comments
 (0)