-
Notifications
You must be signed in to change notification settings - Fork 15
chore(deps): upgrade operator deps and renovate config to use go 1.21 and ubi 9.4 #398
chore(deps): upgrade operator deps and renovate config to use go 1.21 and ubi 9.4 #398
Conversation
… container images
…on 9.3 B grade, but updated to 9.4-949.1717074713 (https://catalog.redhat.com/software/containers/ubi9-minimal/61832888c0d15aff4912fe0d?architecture=amd64&image=66588236649603783682fcb3 ))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Job failed because of two many files changed: https://github.com/janus-idp/operator/actions/runs/9906103267/job/27367027374?pr=398
We are not vendoring at this time (see https://issues.redhat.com/browse/RHIDP-1236?focusedId=24349328&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-24349328), so please remove the vendor
directory.
/cc @nickboldt For additional review. |
Co-authored-by: Armel Soro <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nickboldt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Upgrade the operator to use Go 1.21 and UBI 9.4 to ensure the resulting image is A grade.
Which issue(s) does this PR fix or relate to
PR acceptance criteria
rhdh-operator.csv.yaml
file accordinglyHow to test changes / Special notes to the reviewer
make image-build
.make test
.go.mod
,Dockerfile
, and renovate config.