Skip to content

Commit 2b5d4dd

Browse files
committed
chore: bump all components from 0.11.1 to 0.12.3
Update all Climate REF components to the latest release (v0.12.3). Key changes include new ESMValTool ozone diagnostics, CMIP7 support, improved conda error logging, and ZEC diagnostic fixes.
1 parent 7390edb commit 2b5d4dd

5 files changed

Lines changed: 48 additions & 45 deletions

File tree

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 0.11.1
9+
version: 0.12.3
1010

1111
# This is the version number of the application being deployed.
1212
# This should match the chart version for coupled versioning.
13-
appVersion: "0.11.1"
13+
appVersion: "0.12.3"
1414

1515
dependencies:
1616
- name: dragonfly

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ defaults:
164164
image:
165165
repository: ghcr.io/climate-ref/climate-ref
166166
pullPolicy: IfNotPresent
167-
tag: v0.11.1
167+
tag: v0.12.3
168168

169169
annotations: {}
170170

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ classifiers = [
2020
# We use exact versions here to ensure that the AFT tests run against the same combination of components that will be deployed in production.
2121
# Also update versions.toml when updating these versions to keep the changelog in sync
2222
dependencies = [
23-
"climate-ref==0.11.1",
24-
"climate-ref-core==0.11.1",
25-
"climate-ref-celery==0.11.1",
23+
"climate-ref==0.12.3",
24+
"climate-ref-core==0.12.3",
25+
"climate-ref-celery==0.12.3",
2626
# Diagnostic providers
27-
"climate-ref-esmvaltool==0.11.1",
28-
"climate-ref-pmp==0.11.1",
29-
"climate-ref-ilamb==0.11.1",
27+
"climate-ref-esmvaltool==0.12.3",
28+
"climate-ref-pmp==0.12.3",
29+
"climate-ref-ilamb==0.12.3",
3030
]
3131

3232
[project.optional-dependencies]

uv.lock

Lines changed: 31 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ version = "2026.02.0"
1212

1313
[components]
1414
# Core framework (from Climate-REF/climate-ref monorepo)
15-
climate-ref-core = "0.11.1"
16-
climate-ref = "0.11.1"
17-
climate-ref-celery = "0.11.1"
15+
climate-ref-core = "0.12.3"
16+
climate-ref = "0.12.3"
17+
climate-ref-celery = "0.12.3"
1818

1919
# Diagnostic providers (standalone repos)
20-
climate-ref-esmvaltool = "0.11.1"
21-
climate-ref-pmp = "0.11.1"
22-
climate-ref-ilamb = "0.11.1"
20+
climate-ref-esmvaltool = "0.12.3"
21+
climate-ref-pmp = "0.12.3"
22+
climate-ref-ilamb = "0.12.3"
2323

2424
[helm]
25-
chart-version = "0.11.1"
26-
app-version = "0.11.1"
25+
chart-version = "0.12.3"
26+
app-version = "0.12.3"

0 commit comments

Comments
 (0)