Skip to content

Commit

Permalink
Update x/net, x/crypto, and x/text
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlv committed Nov 26, 2024
1 parent 16da8c5 commit bc91464
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
8 changes: 8 additions & 0 deletions changelog/v2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project for v2.0.X will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.12] - 2024-12-02

### Changed

- Updated indirect dependency golang.org/x/crypto
- Updated indirect dependency golang.org/x/net
- Updated indirect dependency golang.org/x/text

## [2.0.11] - 2024-11-25

### Changed
Expand Down
8 changes: 8 additions & 0 deletions changelog/v2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project for v2.1.X will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.11] - 2024-12-02

### Changed

- Updated indirect dependency golang.org/x/crypto
- Updated indirect dependency golang.org/x/net
- Updated indirect dependency golang.org/x/text

## [2.1.10] - 2024-11-25

### Changed
Expand Down
4 changes: 2 additions & 2 deletions charts/v2.0/cray-power-control/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: "cray-power-control"
version: 2.0.11
version: 2.0.12
description: "Kubernetes resources for cray-power-control"
home: "https://github.com/Cray-HPE/hms-power-control-charts"
sources:
Expand All @@ -15,6 +15,6 @@ dependencies:
maintainers:
- name: Hardware Management
url: https://github.com/orgs/Cray-HPE/teams/hardware-management
appVersion: 2.6.0
appVersion: 2.7.0
annotations:
artifacthub.io/license: "MIT"
4 changes: 2 additions & 2 deletions charts/v2.0/cray-power-control/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# tag: "" (default = "latest")
# pullPolicy: "" (default = "IfNotPresent")
global:
appVersion: 2.6.0
testVersion: 2.6.0
appVersion: 2.7.0
testVersion: 2.7.0

tests:
image:
Expand Down
4 changes: 2 additions & 2 deletions charts/v2.1/cray-power-control/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: "cray-power-control"
version: 2.1.10
version: 2.1.11
description: "Kubernetes resources for cray-power-control"
home: "https://github.com/Cray-HPE/hms-power-control-charts"
sources:
Expand All @@ -15,6 +15,6 @@ dependencies:
maintainers:
- name: Hardware Management
url: https://github.com/orgs/Cray-HPE/teams/hardware-management
appVersion: 2.6.0
appVersion: 2.7.0
annotations:
artifacthub.io/license: "MIT"
4 changes: 2 additions & 2 deletions charts/v2.1/cray-power-control/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# tag: "" (default = "latest")
# pullPolicy: "" (default = "IfNotPresent")
global:
appVersion: 2.6.0
testVersion: 2.6.0
appVersion: 2.7.0
testVersion: 2.7.0

tests:
image:
Expand Down
2 changes: 2 additions & 0 deletions cray-hms-power-control.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ chartVersionToApplicationVersion:
"2.0.9": "2.4.0"
"2.0.10": "2.5.0"
"2.0.11": "2.6.0"
"2.0.12": "2.7.0"
"2.1.0": "2.0.0"
"2.1.1": "2.0.0"
"2.1.2": "2.0.0"
Expand All @@ -59,6 +60,7 @@ chartVersionToApplicationVersion:
"2.1.8": "2.4.0"
"2.1.9": "2.5.0"
"2.1.10": "2.6.0"
"2.1.11": "2.7.0"

# Test results for combinations of Chart, Application, and CSM versions.
chartValidationLog:
Expand Down

0 comments on commit bc91464

Please sign in to comment.