diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a17c79..ac6caa1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - architect: giantswarm/architect@4.23.0 + architect: giantswarm/architect@4.24.0 workflows: package-and-push-chart-on-tag: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1e6abd7..adbdfd8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@5.7.0 +# devctl@5.8.0 # version: 2 updates: diff --git a/.github/workflows/zz_generated.check_values_schema.yaml b/.github/workflows/zz_generated.check_values_schema.yaml index 306bd57..03f532f 100644 --- a/.github/workflows/zz_generated.check_values_schema.yaml +++ b/.github/workflows/zz_generated.check_values_schema.yaml @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@5.7.0 +# devctl@5.8.0 # name: 'Check if values schema file has been updated' on: pull_request diff --git a/.github/workflows/zz_generated.create_release.yaml b/.github/workflows/zz_generated.create_release.yaml index 761135e..2972a7b 100644 --- a/.github/workflows/zz_generated.create_release.yaml +++ b/.github/workflows/zz_generated.create_release.yaml @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@5.7.0 +# devctl@5.8.0 # name: Create Release on: @@ -120,11 +120,13 @@ jobs: echo "error: no changes in \"$file\"" >&2 exit 1 fi + - name: Set up git identity + run: | + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" - name: Commit changes run: | file="${{ needs.gather_facts.outputs.project_go_path }}" - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" git add $file git commit -m "Bump version to ${{ steps.update_project_go.outputs.new_version }}" - name: Push changes @@ -167,10 +169,13 @@ jobs: with: version: ${{ needs.gather_facts.outputs.version }} path: ./CHANGELOG.md + - name: Set up git identity + run: | + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" - name: Create tag run: | version="${{ needs.gather_facts.outputs.version }}" - git config --local user.name "github-actions" git tag "v$version" ${{ github.sha }} - name: Push tag env: diff --git a/.github/workflows/zz_generated.create_release_pr.yaml b/.github/workflows/zz_generated.create_release_pr.yaml index 3fb8ddb..197c305 100644 --- a/.github/workflows/zz_generated.create_release_pr.yaml +++ b/.github/workflows/zz_generated.create_release_pr.yaml @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@5.7.0 +# devctl@5.8.0 # name: Create Release PR on: @@ -188,12 +188,14 @@ jobs: go install github.com/marwan-at-work/mod/cmd/mod@v0.4.2 mod upgrade fi + - name: Set up git identity + run: | + git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --local user.name "github-actions[bot]" - name: Create release commit env: version: "${{ needs.gather_facts.outputs.version }}" run: | - git config --local user.email "action@github.com" - git config --local user.name "github-actions" git add -A git commit -m "Release v${{ env.version }}" - name: Push changes diff --git a/.github/workflows/zz_generated.gitleaks.yaml b/.github/workflows/zz_generated.gitleaks.yaml index 3ce4e09..89ffd13 100644 --- a/.github/workflows/zz_generated.gitleaks.yaml +++ b/.github/workflows/zz_generated.gitleaks.yaml @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@5.7.0 +# devctl@5.8.0 # name: gitleaks diff --git a/.nancy-ignore.generated b/.nancy-ignore.generated new file mode 100644 index 0000000..b4df6fc --- /dev/null +++ b/.nancy-ignore.generated @@ -0,0 +1,2 @@ +# This file is generated by https://github.com/giantswarm/github +# Repository specific ignores should be added to .nancy-ignore diff --git a/Makefile b/Makefile index c04ed36..39bab68 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@5.7.0 +# devctl@5.8.0 # include Makefile.*.mk diff --git a/Makefile.gen.app.mk b/Makefile.gen.app.mk index ce49fdd..e462d9e 100644 --- a/Makefile.gen.app.mk +++ b/Makefile.gen.app.mk @@ -1,6 +1,6 @@ # DO NOT EDIT. Generated with: # -# devctl@5.7.0 +# devctl@5.8.0 # ##@ App