From 0ccb527b884b038fffb60026dcbda756ee5007d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:53:01 +0200 Subject: [PATCH 1/7] Bump kyma-project/eventing-tools from 0.0.2 to 0.0.3 in /resources/validationtest/base (#41) Bump kyma-project/eventing-tools in /resources/validationtest/base Bumps [kyma-project/eventing-tools](https://github.com/kyma-project/eventing-tools) from 0.0.2 to 0.0.3. - [Commits](https://github.com/kyma-project/eventing-tools/compare/v0.0.2...v0.0.3) --- updated-dependencies: - dependency-name: kyma-project/eventing-tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- resources/validationtest/base/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/validationtest/base/deployment.yaml b/resources/validationtest/base/deployment.yaml index a5adf48..b028d35 100644 --- a/resources/validationtest/base/deployment.yaml +++ b/resources/validationtest/base/deployment.yaml @@ -18,7 +18,7 @@ spec: app: publisher spec: containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - publisher imagePullPolicy: IfNotPresent @@ -85,7 +85,7 @@ spec: app: event-subscriber-0 spec: containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - subscriber - --listen-port=8888 @@ -132,7 +132,7 @@ spec: app: event-subscriber-1 spec: containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - subscriber - --listen-port=8888 @@ -179,7 +179,7 @@ spec: app: event-subscriber-2 spec: containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - subscriber - --listen-port=8888 From 01d9c57d53c61b3e8f333f20eb4f8e278ae893ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:29:07 +0200 Subject: [PATCH 2/7] Bump kyma-project/eventing-tools from 0.0.2 to 0.0.3 in /resources/loadtest/base (#40) Bump kyma-project/eventing-tools in /resources/loadtest/base Bumps [kyma-project/eventing-tools](https://github.com/kyma-project/eventing-tools) from 0.0.2 to 0.0.3. - [Commits](https://github.com/kyma-project/eventing-tools/compare/v0.0.2...v0.0.3) --- updated-dependencies: - dependency-name: kyma-project/eventing-tools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- resources/loadtest/base/publisher.yaml | 2 +- resources/loadtest/base/subscriber.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/loadtest/base/publisher.yaml b/resources/loadtest/base/publisher.yaml index 464fe60..a4ff4b2 100644 --- a/resources/loadtest/base/publisher.yaml +++ b/resources/loadtest/base/publisher.yaml @@ -19,7 +19,7 @@ spec: spec: serviceAccountName: loadtest-publisher containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - publisher - --loadtest diff --git a/resources/loadtest/base/subscriber.yaml b/resources/loadtest/base/subscriber.yaml index 62902ae..1d1fa5f 100644 --- a/resources/loadtest/base/subscriber.yaml +++ b/resources/loadtest/base/subscriber.yaml @@ -28,7 +28,7 @@ spec: - kyma-system topologyKey: kubernetes.io/hostname containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - subscriber - --loadtest @@ -87,7 +87,7 @@ spec: - kyma-system topologyKey: kubernetes.io/hostname containers: - - image: ghcr.io/kyma-project/eventing-tools:0.0.2 + - image: ghcr.io/kyma-project/eventing-tools:0.0.3 args: - subscriber - --loadtest From 8c387bb8d5aec39ab599cdf9db99c32ade319234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:13:33 +0200 Subject: [PATCH 3/7] Bump docker/login-action from 2 to 3 (#45) Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a010db6..6f1fbf3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} if: github.event_name != 'pull_request' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} From f5b956d18fde5a2add57b2d83017b9a04cf5001a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:15:33 +0200 Subject: [PATCH 4/7] Bump docker/metadata-action from 4 to 5 (#44) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](https://github.com/docker/metadata-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f1fbf3..a4daf03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@v4 + uses: docker/metadata-action@v5 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | From c00a0cffe97c6750be25c1355aafb77d94a58094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:17:33 +0200 Subject: [PATCH 5/7] Bump docker/build-push-action from 4 to 5 (#46) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4daf03..11b221a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: - name: Build Docker image id: build-and-push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: ${{ github.event_name != 'pull_request' }} From 9d7b5dc8509069703ab6b3e0ef1b345c5438bc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:19:32 +0200 Subject: [PATCH 6/7] Bump docker/setup-buildx-action from 2 to 3 (#48) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 11b221a..f90349c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: run: go test -v ./... - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 # Login against a Docker registry except on PR # https://github.com/docker/login-action From 031438f7fd4981c4821e8c8953f8ebd9f5fca90a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:20:53 +0100 Subject: [PATCH 7/7] Bump actions/setup-go from 4 to 5 (#49) Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/quality.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f90349c..73c5d58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 1.19 cache: true diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 772fe79..8adbb25 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -17,7 +17,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: '1.19' - uses: actions/checkout@v3 @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: go-version: '1.20' - name: test