Skip to content

Commit fbe9668

Browse files
fix(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5d1877 commit fbe9668

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Start Minikube
7070
# run this stage only if there are changes that match the includes and not the excludes
7171
if: ${{ env.CHANGES != '' }}
72-
uses: medyagh/setup-minikube@606b71970c783154fe49b711486c717f5780f485 # v0.0.15
72+
uses: medyagh/setup-minikube@d8c0eb871f6f455542491d86a574477bd3894533 # v0.0.18
7373
with:
7474
addons: ingress
7575

.rhdh/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
5454

5555
# Install openssl for FIPS support
5656
#@follow_tag(registry.redhat.io/ubi9/ubi-minimal:latest)
57-
FROM registry.access.redhat.com/ubi9-minimal:9.3-1612 AS runtime
57+
FROM registry.access.redhat.com/ubi9-minimal:9.4-1194@sha256:104cf11d890aeb7dd5728b7d7732e175a0e4018f1bb00d2faebcc8f6bf29bd52 AS runtime
5858
RUN microdnf update --setopt=install_weak_deps=0 -y && microdnf install -y openssl; microdnf clean -y all
5959

6060
# Upstream sources

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH=
5454

5555
# Install openssl for FIPS support
5656
#@follow_tag(registry.redhat.io/ubi9/ubi-minimal:latest)
57-
FROM registry.access.redhat.com/ubi9-minimal:9.3-1612 AS runtime
57+
FROM registry.access.redhat.com/ubi9-minimal:9.4-1194@sha256:104cf11d890aeb7dd5728b7d7732e175a0e4018f1bb00d2faebcc8f6bf29bd52 AS runtime
5858
RUN microdnf update --setopt=install_weak_deps=0 -y && microdnf install -y openssl; microdnf clean -y all
5959

6060
# Upstream sources

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ module redhat-developer/red-hat-developer-hub-operator
33
go 1.20
44

55
require (
6-
github.com/go-logr/logr v1.2.4
6+
github.com/go-logr/logr v1.4.2
77
github.com/onsi/ginkgo/v2 v2.9.5
88
github.com/onsi/gomega v1.27.7
99
github.com/openshift/api v0.0.0-20231121202920-a295b8c5f513
1010
k8s.io/api v0.28.9
1111
k8s.io/apimachinery v0.28.9
1212
k8s.io/client-go v0.28.9
1313
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
14-
sigs.k8s.io/controller-runtime v0.15.3
14+
sigs.k8s.io/controller-runtime v0.19.0
1515
)
1616

1717
require (

0 commit comments

Comments
 (0)