Skip to content

Commit b44b4e1

Browse files
Changed: dropped k8s maximum compatible version (#361)
1 parent 747c018 commit b44b4e1

File tree

7 files changed

+17
-16
lines changed

7 files changed

+17
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
needs:
2323
- lint-docs
2424
strategy:
25+
fail-fast: false
2526
matrix:
2627
k8s:
2728
- v1.29.8

charts/clearml-agent/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ apiVersion: v2
22
name: clearml-agent
33
description: MLOps platform Task running agent
44
type: application
5-
version: "5.3.2"
5+
version: "5.3.3"
66
appVersion: "1.24"
7-
kubeVersion: ">= 1.21.0-0 < 1.33.0-0"
7+
kubeVersion: ">= 1.21.0-0"
88
home: https://clear.ml
99
icon: https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg
1010
sources:
@@ -21,4 +21,4 @@ keywords:
2121
annotations:
2222
artifacthub.io/changes: |
2323
- kind: changed
24-
description: "Support kubernetes 1.32"
24+
description: "Dropped kubernetes max compatible version"

charts/clearml-agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ClearML Kubernetes Agent
22

3-
![Version: 5.3.2](https://img.shields.io/badge/Version-5.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square)
3+
![Version: 5.3.3](https://img.shields.io/badge/Version-5.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square)
44

55
MLOps platform Task running agent
66

@@ -55,7 +55,7 @@ Before issuing helm upgrade:
5555

5656
## Requirements
5757

58-
Kubernetes: `>= 1.21.0-0 < 1.33.0-0`
58+
Kubernetes: `>= 1.21.0-0`
5959

6060
## Values
6161

charts/clearml-serving/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ apiVersion: v2
22
name: clearml-serving
33
description: ClearML Serving Helm Chart
44
type: application
5-
version: "1.5.10"
5+
version: "1.5.11"
66
appVersion: "1.3.0"
7-
kubeVersion: ">= 1.21.0-0 < 1.33.0-0"
7+
kubeVersion: ">= 1.21.0-0"
88
home: https://clear.ml
99
icon: https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg
1010
sources:
@@ -34,4 +34,4 @@ dependencies:
3434
annotations:
3535
artifacthub.io/changes: |
3636
- kind: changed
37-
description: Support kubernetes 1.32
37+
description: "Dropped kubernetes max compatible version"

charts/clearml-serving/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ClearML Kubernetes Serving
22

3-
![Version: 1.5.10](https://img.shields.io/badge/Version-1.5.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)
3+
![Version: 1.5.11](https://img.shields.io/badge/Version-1.5.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-informational?style=flat-square)
44

55
ClearML Serving Helm Chart
66

@@ -49,7 +49,7 @@ helm upgrade clearml-serving clearml/clearml-serving --version <CURRENT CHART VE
4949

5050
## Requirements
5151

52-
Kubernetes: `>= 1.21.0-0 < 1.33.0-0`
52+
Kubernetes: `>= 1.21.0-0`
5353

5454
| Repository | Name | Version |
5555
|------------|------|---------|

charts/clearml/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ apiVersion: v2
22
name: clearml
33
description: MLOps platform
44
type: application
5-
version: "7.14.4"
5+
version: "7.14.5"
66
appVersion: "2.0"
7-
kubeVersion: ">= 1.21.0-0 < 1.33.0-0"
7+
kubeVersion: ">= 1.21.0-0"
88
home: https://clear.ml
99
icon: https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg
1010
sources:
@@ -32,5 +32,5 @@ dependencies:
3232
condition: elasticsearch.enabled
3333
annotations:
3434
artifacthub.io/changes: |
35-
- kind: fixed
36-
description: "casted port to string before concatenation"
35+
- kind: changed
36+
description: "Dropped kubernetes max compatible version"

charts/clearml/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ClearML Ecosystem for Kubernetes
22

3-
![Version: 7.14.4](https://img.shields.io/badge/Version-7.14.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0](https://img.shields.io/badge/AppVersion-2.0-informational?style=flat-square)
3+
![Version: 7.14.5](https://img.shields.io/badge/Version-7.14.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0](https://img.shields.io/badge/AppVersion-2.0-informational?style=flat-square)
44

55
MLOps platform
66

@@ -141,7 +141,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/c
141141

142142
## Requirements
143143

144-
Kubernetes: `>= 1.21.0-0 < 1.33.0-0`
144+
Kubernetes: `>= 1.21.0-0`
145145

146146
| Repository | Name | Version |
147147
|------------|------|---------|

0 commit comments

Comments
 (0)