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>
130 lines
5.2 KiB
YAML
130 lines
5.2 KiB
YAML
name: e2e-bootstrap
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches: [ 'main', 'release/**' ]
|
|
pull_request:
|
|
branches: [ 'main', 'release/**' ]
|
|
paths-ignore: [ 'docs/**', 'rfcs/**' ]
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
e2e-boostrap-github:
|
|
runs-on: ubuntu-latest
|
|
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
|
- name: Setup Go
|
|
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
|
|
with:
|
|
go-version: 1.25.x
|
|
cache-dependency-path: |
|
|
**/go.sum
|
|
**/go.mod
|
|
- name: Setup Kubernetes
|
|
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
|
|
with:
|
|
version: v0.24.0
|
|
cluster_name: kind
|
|
# The versions below should target the newest Kubernetes version
|
|
# Keep this up-to-date with https://endoflife.date/kubernetes
|
|
node_image: ghcr.io/fluxcd/kindest/node:v1.33.0-amd64
|
|
kubectl_version: v1.32.0
|
|
- name: Setup Kustomize
|
|
uses: fluxcd/pkg/actions/kustomize@7f090e931301b18cbdc37d9a28b08f84ba1270fb # main
|
|
- name: Setup yq
|
|
uses: fluxcd/pkg/actions/yq@7f090e931301b18cbdc37d9a28b08f84ba1270fb # main
|
|
- name: Build
|
|
run: make build-dev
|
|
- name: Set outputs
|
|
id: vars
|
|
run: |
|
|
REPOSITORY_NAME=${{ github.event.repository.name }}
|
|
BRANCH_NAME=${GITHUB_REF##*/}
|
|
COMMIT_SHA=$(git rev-parse HEAD)
|
|
PSEUDO_RAND_SUFFIX=$(echo "${BRANCH_NAME}-${COMMIT_SHA}" | shasum | awk '{print $1}')
|
|
TEST_REPO_NAME="${REPOSITORY_NAME}-${PSEUDO_RAND_SUFFIX}"
|
|
echo "test_repo_name=$TEST_REPO_NAME" >> $GITHUB_OUTPUT
|
|
- name: bootstrap init
|
|
run: |
|
|
./bin/flux bootstrap github --manifests ./manifests/install/ \
|
|
--owner=fluxcd-testing \
|
|
--image-pull-secret=ghcr-auth \
|
|
--registry-creds=fluxcd:$GITHUB_TOKEN \
|
|
--repository=${{ steps.vars.outputs.test_repo_name }} \
|
|
--branch=main \
|
|
--path=test-cluster \
|
|
--team=team-z
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
- name: verify image pull secret
|
|
run: |
|
|
kubectl -n flux-system get secret ghcr-auth | grep dockerconfigjson
|
|
- name: bootstrap no-op
|
|
run: |
|
|
./bin/flux bootstrap github --manifests ./manifests/install/ \
|
|
--owner=fluxcd-testing \
|
|
--image-pull-secret=ghcr-auth \
|
|
--repository=${{ steps.vars.outputs.test_repo_name }} \
|
|
--branch=main \
|
|
--path=test-cluster \
|
|
--team=team-z
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
- name: bootstrap customize
|
|
run: |
|
|
make setup-bootstrap-patch
|
|
./bin/flux bootstrap github --manifests ./manifests/install/ \
|
|
--owner=fluxcd-testing \
|
|
--repository=${{ steps.vars.outputs.test_repo_name }} \
|
|
--branch=main \
|
|
--path=test-cluster \
|
|
--team=team-z
|
|
if [ $(kubectl get deployments.apps source-controller -o jsonpath='{.spec.template.spec.securityContext.runAsUser}') != "10000" ]; then
|
|
echo "Bootstrap not customized as controller is not running as user 10000" && exit 1
|
|
fi
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
GITHUB_REPO_NAME: ${{ steps.vars.outputs.test_repo_name }}
|
|
GITHUB_ORG_NAME: fluxcd-testing
|
|
- name: uninstall
|
|
run: |
|
|
./bin/flux uninstall -s --keep-namespace
|
|
kubectl delete ns flux-system --timeout=10m --wait=true
|
|
- name: test image automation
|
|
run: |
|
|
make setup-image-automation
|
|
./bin/flux bootstrap github --manifests ./manifests/install/ \
|
|
--owner=fluxcd-testing \
|
|
--repository=${{ steps.vars.outputs.test_repo_name }} \
|
|
--branch=main \
|
|
--path=test-cluster \
|
|
--read-write-key
|
|
./bin/flux reconcile image repository podinfo
|
|
./bin/flux reconcile image update flux-system
|
|
./bin/flux get images all
|
|
./bin/flux -n flux-system events --for ImageUpdateAutomation/flux-system
|
|
kubectl -n flux-system get -o yaml ImageUpdateAutomation flux-system
|
|
kubectl -n flux-system get -o yaml ImageUpdateAutomation flux-system | \
|
|
yq '.status.lastPushCommit | length > 1' | grep 'true'
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
GITHUB_REPO_NAME: ${{ steps.vars.outputs.test_repo_name }}
|
|
GITHUB_ORG_NAME: fluxcd-testing
|
|
- name: delete repository
|
|
if: ${{ always() }}
|
|
continue-on-error: true
|
|
run: |
|
|
gh repo delete fluxcd-testing/${{ steps.vars.outputs.test_repo_name }} --yes
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITPROVIDER_BOT_TOKEN }}
|
|
- name: Debug failure
|
|
if: failure()
|
|
run: |
|
|
kubectl -n flux-system get all
|
|
kubectl -n flux-system logs deploy/source-controller
|
|
kubectl -n flux-system logs deploy/kustomize-controller
|