Skip to content

Commit

Permalink
Hive Update af54e2fbd9 (#4018)
Browse files Browse the repository at this point in the history
* Update Hive image to be mirrored to latest master image

https://quay.io/repository/app-sre/hive/manifest/sha256:6f2bc221b1b0bf546994b65d7b421fa6308a9e10478e1b868d0150ca77bc4dca

* Update Hive API Go module

Update Hive API Go module to match version updated in aks.
  • Loading branch information
s-fairchild authored Jan 3, 2025
1 parent 9d27d4f commit b53b0f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/aro/mirror.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func mirror(ctx context.Context, log *logrus.Entry) error {
"quay.io/app-sre/managed-upgrade-operator:v0.1.952-44b631a",

// https://quay.io/repository/app-sre/hive?tab=tags
"quay.io/app-sre/hive:986c5efa21",
"quay.io/app-sre/hive:af54e2fbd9",
} {
log.Printf("mirroring %s -> %s", ref, pkgmirror.Dest(dstAcr+acrDomainSuffix, ref))

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ require (
github.com/openshift/api v0.0.0-20240103200955-7ca3a4634e46
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c
github.com/openshift/cloud-credential-operator v0.0.0-20240910012137-a0245d57d1e6
github.com/openshift/hive/apis v0.0.0-20241008210644-986c5efa21e7
github.com/openshift/hive/apis v0.0.0-20241211214914-af54e2fbd990
github.com/openshift/library-go v0.0.0-20230620084201-504ca4bd5a83
github.com/openshift/machine-config-operator v0.0.1-0.20230519222939-1abc13efbb0d
github.com/pires/go-proxyproto v0.6.2
Expand Down
2 changes: 1 addition & 1 deletion hack/hive/hive-generate-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ main() {
trap "cleanup $tmpdir" EXIT

# This is the commit sha that the image was built from and ensures we use the correct configs for the release
local -r default_commit="986c5efa21"
local -r default_commit="af54e2fbd9"
local -r hive_image_commit_hash="${1:-$default_commit}"
log "Using hive commit: $hive_image_commit_hash"
# shellcheck disable=SC2034
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ github.com/openshift/cloud-credential-operator/pkg/apis/cloudcredential/v1
# github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87
## explicit; go 1.12
github.com/openshift/custom-resource-status/conditions/v1
# github.com/openshift/hive/apis v0.0.0-20241008210644-986c5efa21e7 => github.com/openshift/hive/apis v0.0.0-20231116161336-9dd47f8bfa1f
# github.com/openshift/hive/apis v0.0.0-20241211214914-af54e2fbd990 => github.com/openshift/hive/apis v0.0.0-20231116161336-9dd47f8bfa1f
## explicit; go 1.20
github.com/openshift/hive/apis/hive/v1
github.com/openshift/hive/apis/hive/v1/agent
Expand Down

0 comments on commit b53b0f3

Please sign in to comment.