feat(common): Release common 4.0.0 (#398)

Co-authored-by: lab-assistant[bot] <180935599+lab-assistant[bot]@users.noreply.github.com>
This commit is contained in:
Bernd Schorgers 2025-05-16 08:40:39 +02:00
parent 1e210f43e3
commit a01a89cb13
No known key found for this signature in database
327 changed files with 11181 additions and 7330 deletions

View file

@ -6,7 +6,6 @@
description: "Process common lib json schema references",
fileMatch: ["\\.json$"],
matchStrings: [
// https://raw.githubusercontent.com/bjw-s-labs/helm-charts/common-3.0.3/charts/library/common/values.schema.json
"https:\\/\\/raw.githubusercontent.com\\/bjw-s-labs\\/helm-charts\\/(?<depName>\\S+?)-(?<currentValue>[\\d\\.]+?)\\/\\S+",
],
datasourceTemplate: "helm",

View file

@ -63,7 +63,6 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: src
persist-credentials: false
- name: Install Helm
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
@ -160,7 +159,6 @@ jobs:
with:
path: gh-pages
ref: gh-pages
persist-credentials: false
- name: Copy package to gh-pages structure
id: copy-package

View file

@ -53,7 +53,7 @@ jobs:
patterns: |
library/**
- name: Get changed library charts
- name: Get changed charts
id: changed-charts
if: ${{ github.event_name != 'workflow_dispatch' }}
uses: bjw-s-labs/action-changed-files@930cef8463348e168cab7235c47fe95a7a235f65 # v0.3.3

View file

@ -30,10 +30,12 @@ jobs:
chart: ${{ fromJSON(inputs.charts) }}
k8s_version:
[
"v1.28.15",
"v1.29.13",
"v1.30.11",
"v1.31.7",
"v1.32.3",
"v1.33.0",
]
fail-fast: false
steps: