mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Bumps the ci group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `5.0.0` | | [korthout/backport-action](https://github.com/korthout/backport-action) | `3.2.1` | `3.3.0` | | [fluxcd/pkg](https://github.com/fluxcd/pkg) | `1.19.0` | `1.20.0` | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2.1.10` | `3.0.0` | | [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `2.1.4` | `3.0.1` | | [docker/login-action](https://github.com/docker/login-action) | `3.4.0` | `3.5.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.29.2` | `3.29.11` | | [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.20.2` | `0.20.5` | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.9.1` | `3.9.2` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `6.3.0` | `6.4.0` | Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](11bd71901b...08c6903cd8) Updates `korthout/backport-action` from 3.2.1 to 3.3.0 - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](0193454f0c...ca4972adce) Updates `fluxcd/pkg` from 1.19.0 to 1.20.0 - [Commits](9e79277372...7f090e9313) Updates `google-github-actions/auth` from 2.1.10 to 3.0.0 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](ba79af0395...7c6bc770da) Updates `google-github-actions/setup-gcloud` from 2.1.4 to 3.0.1 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](77e7a554d4...aa5489c893) Updates `docker/login-action` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](74a5d14239...184bdaa072) Updates `github/codeql-action` from 3.29.2 to 3.29.11 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](181d5eefc2...3c3833e0f8) Updates `anchore/sbom-action` from 0.20.2 to 0.20.5 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](cee1b8e05a...da167eac91) Updates `sigstore/cosign-installer` from 3.9.1 to 3.9.2 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](398d4b0eee...d58896d6a1) Updates `goreleaser/goreleaser-action` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](9c156ee8a1...e435ccd777) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: korthout/backport-action dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: fluxcd/pkg dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: google-github-actions/setup-gcloud dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: github/codeql-action dependency-version: 3.29.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: anchore/sbom-action dependency-version: 0.20.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: sigstore/cosign-installer dependency-version: 3.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci - dependency-name: goreleaser/goreleaser-action dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com>
256 lines
10 KiB
YAML
256 lines
10 KiB
YAML
name: conformance
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches: [ 'main', 'update-components', 'release/**', 'conform*' ]
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
env:
|
|
GO_VERSION: 1.25.x
|
|
|
|
jobs:
|
|
conform-kubernetes:
|
|
runs-on:
|
|
group: "ARM64"
|
|
strategy:
|
|
matrix:
|
|
# Keep this list up-to-date with https://endoflife.date/kubernetes
|
|
# Build images with https://github.com/fluxcd/flux-benchmark/actions/workflows/build-kind.yaml
|
|
KUBERNETES_VERSION: [1.31.5, 1.32.1, 1.33.0, 1.34.0]
|
|
fail-fast: false
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
|
- name: Setup Go
|
|
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
|
with:
|
|
go-version: ${{ env.GO_VERSION }}
|
|
cache-dependency-path: |
|
|
**/go.sum
|
|
**/go.mod
|
|
- name: Prepare
|
|
id: prep
|
|
run: |
|
|
ID=${GITHUB_SHA:0:7}-${{ matrix.KUBERNETES_VERSION }}-$(date +%s)
|
|
echo "CLUSTER=arm64-${ID}" >> $GITHUB_OUTPUT
|
|
- name: Build
|
|
run: |
|
|
make build
|
|
- name: Setup Kubernetes
|
|
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
|
|
with:
|
|
version: v0.27.0
|
|
cluster_name: ${{ steps.prep.outputs.CLUSTER }}
|
|
node_image: ghcr.io/fluxcd/kindest/node:v${{ matrix.KUBERNETES_VERSION }}-arm64
|
|
- name: Run e2e tests
|
|
run: TEST_KUBECONFIG=$HOME/.kube/config make e2e
|
|
- name: Run multi-tenancy tests
|
|
run: |
|
|
./bin/flux install
|
|
./bin/flux create source git flux-system \
|
|
--interval=15m \
|
|
--url=https://github.com/fluxcd/flux2-multi-tenancy \
|
|
--branch=main \
|
|
--ignore-paths="./clusters/**/flux-system/"
|
|
./bin/flux create kustomization flux-system \
|
|
--interval=15m \
|
|
--source=flux-system \
|
|
--path=./clusters/staging
|
|
kubectl -n flux-system wait kustomization/tenants --for=condition=ready --timeout=5m
|
|
kubectl -n apps wait kustomization/dev-team --for=condition=ready --timeout=1m
|
|
kubectl -n apps wait helmrelease/podinfo --for=condition=ready --timeout=1m
|
|
- name: Debug failure
|
|
if: failure()
|
|
run: |
|
|
kubectl -n flux-system get all
|
|
kubectl -n flux-system describe po
|
|
kubectl -n flux-system logs deploy/source-controller
|
|
kubectl -n flux-system logs deploy/kustomize-controller
|
|
|
|
conform-k3s:
|
|
runs-on: ubuntu-latest
|
|
strategy:
|
|
matrix:
|
|
# Keep this list up-to-date with https://endoflife.date/kubernetes
|
|
# Available versions can be found with "replicated cluster versions"
|
|
K3S_VERSION: [ 1.31.8, 1.32.4, 1.33.0 ]
|
|
fail-fast: false
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
|
- name: Setup Go
|
|
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
|
with:
|
|
go-version: ${{ env.GO_VERSION }}
|
|
cache-dependency-path: |
|
|
**/go.sum
|
|
**/go.mod
|
|
- name: Prepare
|
|
id: prep
|
|
run: |
|
|
ID=${GITHUB_SHA:0:7}-${{ matrix.K3S_VERSION }}-$(date +%s)
|
|
PSEUDO_RAND_SUFFIX=$(echo "${ID}" | shasum | awk '{print $1}')
|
|
echo "cluster=flux2-k3s-${PSEUDO_RAND_SUFFIX}" >> $GITHUB_OUTPUT
|
|
KUBECONFIG_PATH="$(git rev-parse --show-toplevel)/bin/kubeconfig.yaml"
|
|
echo "kubeconfig-path=${KUBECONFIG_PATH}" >> $GITHUB_OUTPUT
|
|
- name: Setup Kustomize
|
|
uses: fluxcd/pkg/actions/kustomize@7f090e931301b18cbdc37d9a28b08f84ba1270fb # main
|
|
- name: Build
|
|
run: make build-dev
|
|
- name: Create repository
|
|
run: |
|
|
gh repo create --private --add-readme fluxcd-testing/${{ steps.prep.outputs.cluster }}
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
- name: Create cluster
|
|
id: create-cluster
|
|
uses: replicatedhq/replicated-actions/create-cluster@49b440dabd7e0e868cbbabda5cfc0d8332a279fa # v1.19.0
|
|
with:
|
|
api-token: ${{ secrets.REPLICATED_API_TOKEN }}
|
|
kubernetes-distribution: "k3s"
|
|
kubernetes-version: ${{ matrix.K3S_VERSION }}
|
|
ttl: 20m
|
|
cluster-name: "${{ steps.prep.outputs.cluster }}"
|
|
kubeconfig-path: ${{ steps.prep.outputs.kubeconfig-path }}
|
|
export-kubeconfig: true
|
|
- name: Run e2e tests
|
|
run: TEST_KUBECONFIG=${{ steps.prep.outputs.kubeconfig-path }} make e2e
|
|
- name: Run flux bootstrap
|
|
run: |
|
|
./bin/flux bootstrap git --manifests ./manifests/install/ \
|
|
--components-extra=image-reflector-controller,image-automation-controller \
|
|
--url=https://github.com/fluxcd-testing/${{ steps.prep.outputs.cluster }} \
|
|
--branch=main \
|
|
--path=clusters/k3s \
|
|
--token-auth
|
|
env:
|
|
GIT_PASSWORD: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
- name: Run flux check
|
|
run: |
|
|
./bin/flux check
|
|
- name: Run flux reconcile
|
|
run: |
|
|
./bin/flux reconcile ks flux-system --with-source
|
|
./bin/flux get all
|
|
./bin/flux events
|
|
- name: Collect reconcile logs
|
|
if: ${{ always() }}
|
|
continue-on-error: true
|
|
run: |
|
|
kubectl -n flux-system get all
|
|
kubectl -n flux-system describe pods
|
|
kubectl -n flux-system logs deploy/source-controller
|
|
kubectl -n flux-system logs deploy/kustomize-controller
|
|
kubectl -n flux-system logs deploy/notification-controller
|
|
- name: Delete flux
|
|
run: |
|
|
./bin/flux uninstall -s --keep-namespace
|
|
kubectl delete ns flux-system --wait
|
|
- name: Delete cluster
|
|
if: ${{ always() }}
|
|
uses: replicatedhq/replicated-actions/remove-cluster@49b440dabd7e0e868cbbabda5cfc0d8332a279fa # v1.19.0
|
|
continue-on-error: true
|
|
with:
|
|
api-token: ${{ secrets.REPLICATED_API_TOKEN }}
|
|
cluster-id: ${{ steps.create-cluster.outputs.cluster-id }}
|
|
- name: Delete repository
|
|
if: ${{ always() }}
|
|
continue-on-error: true
|
|
run: |
|
|
gh repo delete fluxcd-testing/${{ steps.prep.outputs.cluster }} --yes
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
|
|
conform-openshift:
|
|
runs-on: ubuntu-latest
|
|
strategy:
|
|
matrix:
|
|
# Keep this list up-to-date with https://endoflife.date/red-hat-openshift
|
|
OPENSHIFT_VERSION: [ 4.18.0-okd ]
|
|
fail-fast: false
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
|
- name: Setup Go
|
|
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
|
with:
|
|
go-version: ${{ env.GO_VERSION }}
|
|
cache-dependency-path: |
|
|
**/go.sum
|
|
**/go.mod
|
|
- name: Prepare
|
|
id: prep
|
|
run: |
|
|
ID=${GITHUB_SHA:0:7}-${{ matrix.OPENSHIFT_VERSION }}-$(date +%s)
|
|
PSEUDO_RAND_SUFFIX=$(echo "${ID}" | shasum | awk '{print $1}')
|
|
echo "cluster=flux2-openshift-${PSEUDO_RAND_SUFFIX}" >> $GITHUB_OUTPUT
|
|
KUBECONFIG_PATH="$(git rev-parse --show-toplevel)/bin/kubeconfig.yaml"
|
|
echo "kubeconfig-path=${KUBECONFIG_PATH}" >> $GITHUB_OUTPUT
|
|
- name: Setup Kustomize
|
|
uses: fluxcd/pkg/actions/kustomize@7f090e931301b18cbdc37d9a28b08f84ba1270fb # main
|
|
- name: Build
|
|
run: make build-dev
|
|
- name: Create repository
|
|
run: |
|
|
gh repo create --private --add-readme fluxcd-testing/${{ steps.prep.outputs.cluster }}
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
- name: Create cluster
|
|
id: create-cluster
|
|
uses: replicatedhq/replicated-actions/create-cluster@49b440dabd7e0e868cbbabda5cfc0d8332a279fa # v1.19.0
|
|
with:
|
|
api-token: ${{ secrets.REPLICATED_API_TOKEN }}
|
|
kubernetes-distribution: "openshift"
|
|
kubernetes-version: ${{ matrix.OPENSHIFT_VERSION }}
|
|
ttl: 20m
|
|
cluster-name: "${{ steps.prep.outputs.cluster }}"
|
|
kubeconfig-path: ${{ steps.prep.outputs.kubeconfig-path }}
|
|
export-kubeconfig: true
|
|
- name: Run flux bootstrap
|
|
run: |
|
|
./bin/flux bootstrap git --manifests ./manifests/openshift/ \
|
|
--components-extra=image-reflector-controller,image-automation-controller \
|
|
--url=https://github.com/fluxcd-testing/${{ steps.prep.outputs.cluster }} \
|
|
--branch=main \
|
|
--path=clusters/openshift \
|
|
--token-auth
|
|
env:
|
|
GIT_PASSWORD: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
- name: Run flux check
|
|
run: |
|
|
./bin/flux check
|
|
- name: Run flux reconcile
|
|
run: |
|
|
./bin/flux reconcile ks flux-system --with-source
|
|
./bin/flux get all
|
|
./bin/flux events
|
|
- name: Collect reconcile logs
|
|
if: ${{ always() }}
|
|
continue-on-error: true
|
|
run: |
|
|
kubectl -n flux-system get all
|
|
kubectl -n flux-system describe pods
|
|
kubectl -n flux-system logs deploy/source-controller
|
|
kubectl -n flux-system logs deploy/kustomize-controller
|
|
kubectl -n flux-system logs deploy/notification-controller
|
|
- name: Delete flux
|
|
run: |
|
|
./bin/flux uninstall -s --keep-namespace
|
|
kubectl delete ns flux-system --wait
|
|
- name: Delete cluster
|
|
if: ${{ always() }}
|
|
uses: replicatedhq/replicated-actions/remove-cluster@49b440dabd7e0e868cbbabda5cfc0d8332a279fa # v1.19.0
|
|
continue-on-error: true
|
|
with:
|
|
api-token: ${{ secrets.REPLICATED_API_TOKEN }}
|
|
cluster-id: ${{ steps.create-cluster.outputs.cluster-id }}
|
|
- name: Delete repository
|
|
if: ${{ always() }}
|
|
continue-on-error: true
|
|
run: |
|
|
gh repo delete fluxcd-testing/${{ steps.prep.outputs.cluster }} --yes
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|