Skip to content

Commit

Permalink
security: update image tags and go mod (replicatedhq#3944)
Browse files Browse the repository at this point in the history
* chore: update go mod github.com/replicatedhq/troubleshoot to v0.69.1

* chore: update image tags

* security: update lvp image tag to v0.5.4
  • Loading branch information
Pavan Sokke Nagaraj authored Jun 21, 2023
1 parent 41be443 commit c851782
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .image.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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='RELEASE.2023-06-02T23-17-26Z'
MC_TAG='RELEASE.2023-05-30T22-41-38Z'
RQLITE_TAG='7.20.1'
MINIO_TAG='RELEASE.2023-06-19T19-52-50Z'
MC_TAG='RELEASE.2023-06-19T19-31-19Z'
RQLITE_TAG='7.21.0'
DEX_TAG='v2.36.0'
SCHEMAHERO_TAG='0.14.0'
LVP_TAG='v0.5.3'
LVP_TAG='v0.5.4'
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include Makefile.build.mk
CURRENT_USER := $(shell id -u -n)
MINIO_TAG ?= RELEASE.2023-06-02T23-17-26Z
MC_TAG ?= RELEASE.2023-05-30T22-41-38Z
RQLITE_TAG ?= 7.20.1
MINIO_TAG ?= RELEASE.2023-06-19T19-52-50Z
MC_TAG ?= RELEASE.2023-06-19T19-31-19Z
RQLITE_TAG ?= 7.21.0
DEX_TAG ?= v2.36.0
LVP_TAG ?= v0.5.3
LVP_TAG ?= v0.5.4

define sendMetrics
@if [ -z "${PROJECT_NAME}" ]; then \
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/replicatedhq/kurlkinds v1.3.6
github.com/replicatedhq/troubleshoot v0.68.0
github.com/replicatedhq/troubleshoot v0.69.1
github.com/replicatedhq/yaml/v3 v3.0.0-beta5-replicatedhq
github.com/robfig/cron v1.2.0
github.com/robfig/cron/v3 v3.0.1
Expand Down Expand Up @@ -384,6 +384,7 @@ require (
k8s.io/kube-aggregator v0.19.12 // indirect
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
k8s.io/kubectl v0.26.0 // indirect
k8s.io/metrics v0.27.2 // indirect
oras.land/oras-go v1.2.3 // indirect
periph.io/x/host/v3 v3.8.2 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Expand Down
5 changes: 3 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1515,8 +1515,8 @@ github.com/replicatedhq/kurlkinds v1.3.6 h1:/dhS32cSSZR4yS4vA8EquBvz+VgJCyTqBO9X
github.com/replicatedhq/kurlkinds v1.3.6/go.mod h1:c5+hoAkuARgftB2Ft3RCyWRZZPhL0clHEaw7XoGDAg4=
github.com/replicatedhq/termui/v3 v3.1.1-0.20200811145416-f40076d26851 h1:eRlNDHxGfVkPCRXbA4BfQJvt5DHjFiTtWy3R/t4djyY=
github.com/replicatedhq/termui/v3 v3.1.1-0.20200811145416-f40076d26851/go.mod h1:JDxG6+uubnk9/BZ2yUsyAJJwlptjrnmB2MPF5d2Xe/8=
github.com/replicatedhq/troubleshoot v0.68.0 h1:7bY7W1/RanTQgleZq5Lf0Uvg1eEhyxodiZ+xrrRlKbo=
github.com/replicatedhq/troubleshoot v0.68.0/go.mod h1:Kt4nXQS2m/JWk9wKFp9AktCdfyD7CmOVIoWFNMdRcrk=
github.com/replicatedhq/troubleshoot v0.69.1 h1:3X+okcRGEYsta8OUmduJYKrrhAHWxVey7qyAFBRNqCM=
github.com/replicatedhq/troubleshoot v0.69.1/go.mod h1:Jex54ErMyWtt+yR5B9+koKGWrwXjTxsPHPb2/1kQoZ8=
github.com/replicatedhq/yaml/v3 v3.0.0-beta5-replicatedhq h1:PwPggruelq2336c1Ayg5STFqgbn/QB1tWLQwrVlU7ZQ=
github.com/replicatedhq/yaml/v3 v3.0.0-beta5-replicatedhq/go.mod h1:Txa7LopbYCU8aRgmNe0n+y/EPMz50NbCPcVVJBquwag=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
Expand Down Expand Up @@ -2671,6 +2671,7 @@ k8s.io/kubectl v0.24.2 h1:+RfQVhth8akUmIc2Ge8krMl/pt66V7210ka3RE/p0J4=
k8s.io/kubectl v0.24.2/go.mod h1:+HIFJc0bA6Tzu5O/YcuUt45APAxnNL8LeMuXwoiGsPg=
k8s.io/kubelet v0.24.2 h1:VAvULig8RiylCtyxudgHV7nhKsLnNIrdVBCRD4bXQ3Y=
k8s.io/kubelet v0.24.2/go.mod h1:Xm9DkWQjwOs+uGOUIIGIPMvvmenvj0lDVOErvIKOOt0=
k8s.io/metrics v0.24.2 h1:3lgEq973VGPWAEaT9VI/p0XmI0R5kJgb/r9Ufr5fz8k=
k8s.io/metrics v0.24.2/go.mod h1:5NWURxZ6Lz5gj8TFU83+vdWIVASx7W8lwPpHYCqopMo=
k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
Expand Down
2 changes: 1 addition & 1 deletion migrations/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL:=/bin/bash
PROJECT_NAME ?= kotsadm-migrations
RQLITE_TAG ?= 7.20.1
RQLITE_TAG ?= 7.21.0
SCHEMAHERO_TAG ?= 0.14.0

.PHONY: schema-alpha
Expand Down
8 changes: 4 additions & 4 deletions pkg/image/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package image
// image name.

const (
Minio = "minio/minio:RELEASE.2023-06-02T23-17-26Z"
Mc = "minio/mc:RELEASE.2023-05-30T22-41-38Z"
Rqlite = "rqlite/rqlite:7.20.1"
Minio = "minio/minio:RELEASE.2023-06-19T19-52-50Z"
Mc = "minio/mc:RELEASE.2023-06-19T19-31-19Z"
Rqlite = "rqlite/rqlite:7.21.0"
Dex = "ghcr.io/dexidp/dex:v2.36.0"
Schemahero = "schemahero/schemahero:0.14.0"
Lvp = "replicated/local-volume-provider:v0.5.3"
Lvp = "replicated/local-volume-provider:v0.5.4"
)

0 comments on commit c851782

Please sign in to comment.