diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff64e9c99..16678b449 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ # Generated by: gromit policy -# Generated on: Fri Oct 27 04:05:19 UTC 2023 +# Generated on: Tue Nov 14 18:46:15 UTC 2023 version: 2 updates: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8473f1975..817ed1728 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ # Generated by: gromit policy -# Generated on: Fri Oct 27 04:05:19 UTC 2023 +# Generated on: Tue Nov 14 18:46:15 UTC 2023 # Distribution channels covered by this workflow # - Ubuntu and Debian @@ -154,6 +154,7 @@ jobs: done - uses: actions/upload-artifact@v3 + if: ${{ matrix.golang_cross == '1.19-bullseye' }} with: name: deb retention-days: 1 @@ -162,13 +163,13 @@ jobs: !dist/*PAYG*.deb - uses: actions/upload-artifact@v3 + if: ${{ matrix.golang_cross == '1.19-bullseye' }} with: name: rpm retention-days: 1 path: | dist/*.rpm !dist/*PAYG*.rpm - # TODO: PR comment, using just one comment and updating, not a new comment each time upgrade-deb: diff --git a/ci/Dockerfile.std b/ci/Dockerfile.std index 264105d09..d525696d8 100644 --- a/ci/Dockerfile.std +++ b/ci/Dockerfile.std @@ -1,5 +1,5 @@ # Generated by: gromit policy -# Generated on: Fri Oct 27 04:05:19 UTC 2023 +# Generated on: Tue Nov 14 18:46:15 UTC 2023 FROM debian:bullseye-slim ARG TARGETARCH diff --git a/ci/aws/byol.pkr.hcl b/ci/aws/byol.pkr.hcl index a927bf9d4..eee72684a 100644 --- a/ci/aws/byol.pkr.hcl +++ b/ci/aws/byol.pkr.hcl @@ -1,6 +1,6 @@ # Generated by: gromit policy -# Generated on: Fri Oct 27 04:05:19 UTC 2023 +# Generated on: Tue Nov 14 18:46:15 UTC 2023 packer { required_plugins { diff --git a/ci/goreleaser/goreleaser.yml b/ci/goreleaser/goreleaser.yml index afa7be00c..d50d13967 100644 --- a/ci/goreleaser/goreleaser.yml +++ b/ci/goreleaser/goreleaser.yml @@ -1,5 +1,5 @@ # Generated by: gromit policy -# Generated on: Fri Oct 27 04:05:19 UTC 2023 +# Generated on: Tue Nov 14 18:46:15 UTC 2023 # Check the documentation at http://goreleaser.com # This project needs CGO_ENABLED=1 and the cross-compiler toolchains for diff --git a/ci/install/before_install.sh b/ci/install/before_install.sh index 06e23e74a..a11674252 100755 --- a/ci/install/before_install.sh +++ b/ci/install/before_install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Generated by: gromit policy -# Generated on: Fri Oct 27 04:05:19 UTC 2023 +# Generated on: Tue Nov 14 18:46:15 UTC 2023 echo "Creating user and group..." GROUPNAME="tyk" diff --git a/ci/install/post_install.sh b/ci/install/post_install.sh index 8d38d1eb5..bc5c6b579 100755 --- a/ci/install/post_install.sh +++ b/ci/install/post_install.sh @@ -2,7 +2,7 @@ # Generated by: gromit policy -# Generated on: Fri Oct 27 04:05:19 UTC 2023 +# Generated on: Tue Nov 14 18:46:15 UTC 2023 # If "True" the install directory ownership will be changed to "tyk:tyk" change_ownership="True" diff --git a/ci/install/post_remove.sh b/ci/install/post_remove.sh index ab13ba20e..2093dd43b 100755 --- a/ci/install/post_remove.sh +++ b/ci/install/post_remove.sh @@ -1,7 +1,7 @@ #!/bin/sh # Generated by: gromit policy -# Generated on: Fri Oct 27 04:05:19 UTC 2023 +# Generated on: Tue Nov 14 18:46:15 UTC 2023 cleanRemove() { diff --git a/ci/install/post_trans.sh b/ci/install/post_trans.sh index 761c955a2..1b9ad9492 100644 --- a/ci/install/post_trans.sh +++ b/ci/install/post_trans.sh @@ -1,7 +1,7 @@ #!/bin/sh # Generated by: gromit policy -# Generated on: Fri Oct 27 04:05:19 UTC 2023 +# Generated on: Tue Nov 14 18:46:15 UTC 2023 if command -V systemctl >/dev/null 2>&1; then if [ ! -f /lib/systemd/system/tyk-pump.service ]; then