Skip to content

Commit

Permalink
bumping version everywhere to 1.12.1, updating release date to Februa…
Browse files Browse the repository at this point in the history
…ry 2025

Signed-off-by: Ariel Kass <[email protected]>
  • Loading branch information
kasserater committed Feb 4, 2025
1 parent 9bd3b26 commit bb513a8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
identity:
name: block.csi.ibm.com
version: 1.12.0
version: 1.12.1
capabilities:
Service: [ CONTROLLER_SERVICE, VOLUME_ACCESSIBILITY_CONSTRAINTS ]
VolumeExpansion: ONLINE
Expand Down
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* [Supported orchestration platforms](content/release_notes/supported_orchestration.md)
* [Lifecycle and support matrix](content/release_notes/lifecycle_support_matrix.md)
* [Change log](content/release_notes/change_log.md)
* [1.12.1 (January 2025)](content/release_notes/changelog_1.12.1.md)
* [1.12.1 (February 2025)](content/release_notes/changelog_1.12.1.md)
* [1.12.0 (December 2024)](content/release_notes/changelog_1.12.0.md)
* [1.11.4 (September 2024)](content/release_notes/changelog_1.11.4.md)
* [1.11.3 (May 2024)](content/release_notes/changelog_1.11.3.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/book_files/csi_block_storage_kc_whatsnew.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ This topic lists the dates and nature of updates to the published information of

| Date | Nature of updates to the published information |
|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| January 2025 | The version information was added to IBM Documentation.<br>For more information about this version, see the [What's new in 1.12.1](../content/release_notes/whats_new.md) section in the release notes. |
| February 2025 | The version information was added to IBM Documentation.<br>For more information about this version, see the [What's new in 1.12.1](../content/release_notes/whats_new.md) section in the release notes. |

2 changes: 1 addition & 1 deletion docs/content/release_notes/changelog_1.12.1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{{site.data.keyword.attribute-definition-list}}

# 1.12.1 (January 2025)
# 1.12.1 (February 2025)

As of this document's publication date, IBM Power® and zLinux® architectures are not supported for this release. {: restriction}

Expand Down
4 changes: 2 additions & 2 deletions docs/content/release_notes/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ IBM® block storage CSI driver 1.12.1 is a minor release that adds support for:
- RedHat OpenShift® 4.18
- Kubernetes 1.32

**General availability date:** January 2025
**General availability date:** February 2025

## Miscellaneous resolved issues

For information about the resolved issues in version 1.12.1, see [1.12.1 (January 2025)](changelog_1.12.1.md).
For information about the resolved issues in version 1.12.1, see [1.12.1 (February 2025)](changelog_1.12.1.md).
4 changes: 2 additions & 2 deletions node/pkg/driver/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestGetVersion(t *testing.T) {
version, err := GetVersion(dir)

expected := VersionInfo{
DriverVersion: "1.12.0",
DriverVersion: "1.12.1",
GitCommit: "",
BuildDate: "",
GoVersion: runtime.Version(),
Expand Down Expand Up @@ -76,7 +76,7 @@ func TestGetVersionJSON(t *testing.T) {
}

expected := fmt.Sprintf(`{
"driverVersion": "1.12.0",
"driverVersion": "1.12.1",
"gitCommit": "",
"buildDate": "",
"goVersion": "%s",
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pipeline {
parameters {
string(name: 'IMAGE_VERSION', defaultValue: "1.12.0")
string(name: 'IMAGE_VERSION', defaultValue: "1.12.1")
string(name: 'DOCKER_REGISTRY', defaultValue: DEFAULT_DOCKER_REGISTRY)
string(name: 'EMAIL_TO', defaultValue: "")
}
Expand Down

0 comments on commit bb513a8

Please sign in to comment.