diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fa41c07..5131d8e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3.5.0 - name: Run helm-docs run: .github/helm-docs.sh install-chart: @@ -22,18 +22,21 @@ jobs: strategy: matrix: k8s: - - v1.24.7 - - v1.25.3 - - v1.26.0 + - v1.24.12 + - v1.25.8 + - v1.26.3 + - v1.27.0 steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3.5.0 + with: + fetch-depth: 0 - name: Create kind ${{ matrix.k8s }} cluster uses: helm/kind-action@v1.5.0 with: node_image: kindest/node:${{ matrix.k8s }} - name: Set up chart-testing - uses: helm/chart-testing-action@v2.3.1 + uses: helm/chart-testing-action@v2.4.0 - name: Add bitnami repo run: helm repo add bitnami https://charts.bitnami.com/bitnami - name: Add elastic repo @@ -45,11 +48,11 @@ jobs: - name: Run chart-testing (list-changed) id: list-changed run: | - changed=$(ct list-changed --chart-dirs=charts --target-branch=main) + changed=$(ct list-changed --chart-dirs charts --target-branch main) if [[ -n "$changed" ]]; then - echo "::set-output name=changed::true" - echo "::set-output name=changed_charts::\"${changed//$'\n'/,}\"" + echo "changed=true" >> "$GITHUB_OUTPUT" + echo "changed_charts=\"${changed//$'\n'/,}\"" >> "$GITHUB_OUTPUT" fi - name: Run chart-testing (lint and install) - run: ct lint-and-install --chart-dirs=charts --target-branch=main --helm-extra-args="--timeout=15m" --charts=${{steps.list-changed.outputs.changed_charts}} --debug=true + run: ct lint-and-install --chart-dirs charts --target-branch main --helm-extra-args "--timeout=15m" --charts=${{steps.list-changed.outputs.changed_charts}} --debug true if: steps.list-changed.outputs.changed == 'true' diff --git a/.github/workflows/inactive-issues.yaml b/.github/workflows/inactive-issues.yaml index 6f8495d..a5376e9 100644 --- a/.github/workflows/inactive-issues.yaml +++ b/.github/workflows/inactive-issues.yaml @@ -10,7 +10,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v7 + - uses: actions/stale@v8.0.0 with: days-before-issue-stale: 28 days-before-issue-close: 14 diff --git a/charts/clearml-agent/Chart.yaml b/charts/clearml-agent/Chart.yaml index 5c924e5..5d10d5b 100644 --- a/charts/clearml-agent/Chart.yaml +++ b/charts/clearml-agent/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: clearml-agent description: MLOps platform Task running agent type: application -version: "4.0.9" +version: "4.0.10" appVersion: "1.24" -kubeVersion: ">= 1.21.0-0 < 1.27.0-0" +kubeVersion: ">= 1.21.0-0 < 1.28.0-0" home: https://clear.ml icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg sources: @@ -20,5 +20,5 @@ keywords: - "task agent" annotations: artifacthub.io/changes: | - - kind: fixed - description: missing events permissions + - kind: added + description: support for k8s 1.27 diff --git a/charts/clearml-agent/README.md b/charts/clearml-agent/README.md index 6a91f1e..590f70c 100644 --- a/charts/clearml-agent/README.md +++ b/charts/clearml-agent/README.md @@ -1,6 +1,6 @@ # ClearML Kubernetes Agent -![Version: 4.0.9](https://img.shields.io/badge/Version-4.0.9-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) +![Version: 4.0.10](https://img.shields.io/badge/Version-4.0.10-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) MLOps platform Task running agent @@ -61,7 +61,7 @@ Keep in mind it's not possible to install packages on non-root containers so ima ## Requirements -Kubernetes: `>= 1.21.0-0 < 1.27.0-0` +Kubernetes: `>= 1.21.0-0 < 1.28.0-0` ## Values diff --git a/charts/clearml-serving/Chart.yaml b/charts/clearml-serving/Chart.yaml index d93b0e0..733dbeb 100644 --- a/charts/clearml-serving/Chart.yaml +++ b/charts/clearml-serving/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: clearml-serving description: ClearML Serving Helm Chart type: application -version: "1.0.0" +version: "1.0.1" appVersion: "1.2.0" -kubeVersion: ">= 1.21.0-0 < 1.27.0-0" +kubeVersion: ">= 1.21.0-0 < 1.28.0-0" home: https://clear.ml icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg sources: @@ -33,5 +33,5 @@ dependencies: condition: grafana.enabled annotations: artifacthub.io/changes: | - - kind: changed - description: refactoring + - kind: added + description: support for k8s 1.27 diff --git a/charts/clearml-serving/README.md b/charts/clearml-serving/README.md index 6e66046..744dcb2 100644 --- a/charts/clearml-serving/README.md +++ b/charts/clearml-serving/README.md @@ -1,6 +1,6 @@ # ClearML Kubernetes Serving -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) +![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.0](https://img.shields.io/badge/AppVersion-1.2.0-informational?style=flat-square) ClearML Serving Helm Chart @@ -15,7 +15,7 @@ ClearML Serving Helm Chart ## Introduction The **clearml-serving** is the Kubernetes serving for for [ClearML](https://github.com/allegroai/clearml-serving). -It allows you to serve mopdels on a Kubernetes cluster. +It allows you to serve models on a Kubernetes cluster. # Upgrading Chart @@ -41,7 +41,7 @@ helm upgrade clearml-serving allegroai/clearml-serving --version = 1.21.0-0 < 1.27.0-0` +Kubernetes: `>= 1.21.0-0 < 1.28.0-0` | Repository | Name | Version | |------------|------|---------| diff --git a/charts/clearml-serving/README.md.gotmpl b/charts/clearml-serving/README.md.gotmpl index 8791fa0..ad767d8 100644 --- a/charts/clearml-serving/README.md.gotmpl +++ b/charts/clearml-serving/README.md.gotmpl @@ -12,7 +12,7 @@ ## Introduction The **clearml-serving** is the Kubernetes serving for for [ClearML](https://github.com/allegroai/clearml-serving). -It allows you to serve mopdels on a Kubernetes cluster. +It allows you to serve models on a Kubernetes cluster. # Upgrading Chart diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index a23e10b..f6a03fe 100644 --- a/charts/clearml/Chart.yaml +++ b/charts/clearml/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: clearml description: MLOps platform type: application -version: "6.1.0" +version: "6.1.1" appVersion: "1.10.0" -kubeVersion: ">= 1.21.0-0 < 1.27.0-0" +kubeVersion: ">= 1.21.0-0 < 1.28.0-0" home: https://clear.ml icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg sources: @@ -32,5 +32,5 @@ dependencies: condition: elasticsearch.enabled annotations: artifacthub.io/changes: | - - kind: changed - description: app image version to 1.10.0 + - kind: added + description: support for k8s 1.27 diff --git a/charts/clearml/README.md b/charts/clearml/README.md index 1559b86..307db9e 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square) +![Version: 6.1.1](https://img.shields.io/badge/Version-6.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square) MLOps platform @@ -145,7 +145,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/a ## Requirements -Kubernetes: `>= 1.21.0-0 < 1.27.0-0` +Kubernetes: `>= 1.21.0-0 < 1.28.0-0` | Repository | Name | Version | |------------|------|---------|