From 026d00ae33cbe0f196b84956ed66ea0a22af026f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:44:17 -0700 Subject: [PATCH 1/2] Bump elliptic from 6.5.4 to 6.5.7 in /web in the npm_and_yarn group (#4838) Bumps the npm_and_yarn group in /web with 1 update: [elliptic](https://github.com/indutny/elliptic). Updates `elliptic` from 6.5.4 to 6.5.7 - [Commits](https://github.com/indutny/elliptic/compare/v6.5.4...v6.5.7) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/yarn.lock b/web/yarn.lock index 17c0404f47..61f433a9b5 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -8025,9 +8025,9 @@ electron-to-chromium@^1.4.820: integrity sha512-VY+J0e4SFcNfQy19MEoMdaIcZLmDCprqvBtkii1WTCTQHpRvf5N8+3kTYCgL/PcntvwQvmMJWTuDPsq+IlhWKQ== elliptic@^6.5.3, elliptic@^6.5.4: - version "6.5.4" - resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" - integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== + version "6.5.7" + resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b" + integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q== dependencies: bn.js "^4.11.9" brorand "^1.1.0" From 2d720f96db93d45a76bca45876e5df3282a58304 Mon Sep 17 00:00:00 2001 From: replicated-ci-kots <91219917+replicated-ci-kots@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:07:25 +0000 Subject: [PATCH 2/2] Update KOTS image dependency tags (#4835) Co-authored-by: dydx <25685+dydx@users.noreply.github.com> --- .image.env | 2 +- Makefile | 2 +- pkg/image/constants.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.image.env b/.image.env index a1584a9e94..3d996ac7e1 100644 --- a/.image.env +++ b/.image.env @@ -1,7 +1,7 @@ # Generated file, do not modify. This file is generated from a text file containing a list of images. The # most recent tag is interpolated from the source repository and used to generate a fully qualified image # name. -MINIO_TAG='0.20240803.043323-r1' +MINIO_TAG='0.20240817.012454-r0' RQLITE_TAG='8.28.1-r0' DEX_TAG='2.41.1-r0' SCHEMAHERO_TAG='0.17.10' diff --git a/Makefile b/Makefile index f03467e407..bb24b5ee8c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include Makefile.build.mk CURRENT_USER := $(if $(GITHUB_USER),$(GITHUB_USER),$(shell id -u -n)) -MINIO_TAG ?= 0.20240803.043323-r1 +MINIO_TAG ?= 0.20240817.012454-r0 RQLITE_TAG ?= 8.28.1-r0 DEX_TAG ?= 2.41.1-r0 LVP_TAG ?= v0.6.7 diff --git a/pkg/image/constants.go b/pkg/image/constants.go index e6dc79fb21..9f203ac0d8 100644 --- a/pkg/image/constants.go +++ b/pkg/image/constants.go @@ -5,7 +5,7 @@ package image // image name. const ( - Minio = "kotsadm/minio:0.20240803.043323-r1" + Minio = "kotsadm/minio:0.20240817.012454-r0" Rqlite = "kotsadm/rqlite:8.28.1-r0" Dex = "kotsadm/dex:2.41.1-r0" Schemahero = "schemahero/schemahero:0.17.10"