Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
  • Loading branch information
redhat-renovate-bot committed Sep 21, 2024
1 parent 8835831 commit bccce62
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-vm-console-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Create pull request
if: ${{ github.event.client_payload.release_version }} != ''
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ github.token }}
commit-message: "chore: update vm-console-proxy manifests to ${{ github.event.client_payload.release_version }}"
Expand Down
8 changes: 4 additions & 4 deletions api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ module kubevirt.io/ssp-operator/api
go 1.22.4

require (
github.com/openshift/api v0.0.0-20240702171116-4b89b3a92a17 // release-4.16
k8s.io/apimachinery v0.30.3
kubevirt.io/containerized-data-importer-api v1.59.0
github.com/openshift/api 2669d1ebc910 // release-4.16
k8s.io/apimachinery v0.31.1
kubevirt.io/containerized-data-importer-api v1.60.3
kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4
sigs.k8s.io/controller-runtime v0.18.4
sigs.k8s.io/controller-runtime v0.19.0
)

require (
Expand Down
2 changes: 1 addition & 1 deletion ci-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Dockerfile is used in openshift CI
FROM quay.io/fedora/fedora:40
FROM quay.io/fedora/fedora:42

RUN curl -L https://go.dev/dl/go1.22.4.linux-amd64.tar.gz | tar -C /usr/local -xzf -
ENV PATH=$PATH:/usr/local/go/bin
Expand Down
44 changes: 22 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,35 @@ require (
github.com/blang/semver/v4 v4.0.0
github.com/fsnotify/fsnotify v1.7.0
github.com/go-logr/logr v1.4.2
github.com/kubevirt/monitoring/pkg/metrics/parser v0.0.0-20230706095033-373a95665d5a
github.com/kubevirt/monitoring/pkg/metrics/parser 84e3a012d2b3
github.com/machadovilaca/operator-observability v0.0.21
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.34.1
github.com/openshift/api v0.0.0-20240702171116-4b89b3a92a17 // release-4.16
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.2
github.com/openshift/api 2669d1ebc910 // release-4.16
github.com/openshift/custom-resource-status v1.1.2
github.com/openshift/library-go v0.0.0-20240711192904-190fec8c3f09 // release-4.16
github.com/operator-framework/api v0.26.0
github.com/operator-framework/operator-lib v0.14.0
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.75.2
github.com/prometheus/client_golang v1.19.1
github.com/openshift/library-go c96b82b3762b // release-4.16
github.com/operator-framework/api v0.27.0
github.com/operator-framework/operator-lib v0.15.0
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.77.0
github.com/prometheus/client_golang v1.20.4
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.55.0
github.com/prometheus/common v0.59.1
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/tektoncd/pipeline v0.62.1
gomodules.xyz/jsonpatch/v2 v2.4.0
k8s.io/api v0.30.3
k8s.io/apiextensions-apiserver v0.30.3
k8s.io/apimachinery v0.30.3
k8s.io/client-go v0.30.3
k8s.io/kube-aggregator v0.30.3
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
kubevirt.io/api v1.3.0
kubevirt.io/containerized-data-importer-api v1.59.0
github.com/tektoncd/pipeline v0.63.0
gomodules.xyz/jsonpatch/v2/v3 v3.0.1
k8s.io/api v0.31.1
k8s.io/apiextensions-apiserver v0.31.1
k8s.io/apimachinery v0.31.1
k8s.io/client-go v0.31.1
k8s.io/kube-aggregator v0.31.1
k8s.io/utils 49e7df575cb6
kubevirt.io/api v1.3.1
kubevirt.io/containerized-data-importer-api v1.60.3
kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4
kubevirt.io/qe-tools v0.1.8
kubevirt.io/ssp-operator/api v0.0.0
sigs.k8s.io/controller-runtime v0.18.5
kubevirt.io/ssp-operator/api v0.21.1
sigs.k8s.io/controller-runtime v0.19.0
sigs.k8s.io/yaml v1.4.0
)

Expand Down

0 comments on commit bccce62

Please sign in to comment.