Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syncing latest changes from main for odf-operator #524

Merged
merged 4 commits into from
Jan 30, 2025

Conversation

df-build-team
Copy link

PR containing the latest commits from main branch

iamniting and others added 4 commits January 28, 2025 20:48
github.com/census-instrumentation/opencensus-go repository was archived
on the Jul 31, 2023 and url go.opencensus.io holding these libraries is
not available anymore. Though it is still available on the proxy server.

But we are using GOPROXY="direct,https://proxy.golang.org" which tries
to fetch it from the go.opencensus.io and throws an error. To fix this
we are now starting pulling it directly from the github archived repo.

once we start using GOPROXY="https://proxy.golang.org,direct" we can
revert this change as well.

while reverting 6cb13e9 we also need
to revert this.

Signed-off-by: Nitin Goyal <[email protected]>
godeps: fix an error 'unrecognized import path "go.opencensus.io"'
Docker requires consistent casing for keywords.
If a keyword is in uppercase, all keywords should be in uppercase.
If a keyword is in lowercase, all keywords should be in lowercase.

The following warning appears while building images:

FromAsCasing: 'as' and 'FROM' keywords' casing do not match

Signed-off-by: Nitin Goyal <[email protected]>
dockerfile: fix casing warning in Dockerfile
@df-build-team df-build-team requested a review from a team January 30, 2025 05:38
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 30, 2025
Copy link
Contributor

openshift-ci bot commented Jan 30, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: df-build-team, iamniting

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 30, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit 9efb301 into release-4.19 Jan 30, 2025
23 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants