From a3cc2dd6b335a7541137f37eca2bb1dfd073703d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:30:11 +0000 Subject: [PATCH 1/2] Bump urllib3 from 1.26.18 to 1.26.19 in /images/minesweeper Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- images/minesweeper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/minesweeper/requirements.txt b/images/minesweeper/requirements.txt index 615ea8d3..029dd0b3 100644 --- a/images/minesweeper/requirements.txt +++ b/images/minesweeper/requirements.txt @@ -45,7 +45,7 @@ six==1.16.0 # google-auth # kubernetes # python-dateutil -urllib3==1.26.18 +urllib3==1.26.19 # via # google-auth # kubernetes From 8f36b16330ff9517d518bd71d2dfa0c88a9cea1e Mon Sep 17 00:00:00 2001 From: Github Action Date: Tue, 18 Jun 2024 01:30:25 +0000 Subject: [PATCH 2/2] auto update of tag --- paws/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paws/values.yaml b/paws/values.yaml index 258bc6be..4a2b9068 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -309,7 +309,7 @@ minesweeper: enabled: false # most local-dev testers won't have the key to configs image: name: quay.io/wikimedia-paws-prod/minesweeper - tag: pr-416 # minesweeper tag managed by github actions + tag: pr-433 # minesweeper tag managed by github actions template: "{{ .Values.minesweeper.image.name }}:{{ .Values.minesweeper.image.tag }}" # If not deployed for prod use, we use the some hacks for testing localdev: