Use of/gini instead of inifrance/gini#2331
Merged
openshift-merge-robot merged 1 commit intooperator-framework:masterfrom Aug 18, 2021
Merged
Use of/gini instead of inifrance/gini#2331openshift-merge-robot merged 1 commit intooperator-framework:masterfrom
openshift-merge-robot merged 1 commit intooperator-framework:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kevinrizza The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Member
|
Interesting: |
Member
|
It looks like there's some ordering that |
The github.com/irifrance/gini package has been purged from github An existing version that preserved that history has been forked to the operator-framework org, and this commit updates that dependency to use the forked version. Signed-off-by: kevinrizza <krizza@redhat.com>
bac2f08 to
0cc2135
Compare
Member
Author
|
@timflannagan should be fixed now |
Member
|
/lgtm |
anik120
pushed a commit
to anik120/operator-lifecycle-manager
that referenced
this pull request
Aug 20, 2021
The github.com/irifrance/gini package has been purged from github An existing version that preserved that history has been forked to the operator-framework org, and this commit updates that dependency to use the forked version. Signed-off-by: kevinrizza <krizza@redhat.com>
jarrpa
added a commit
to jarrpa/odf-operator
that referenced
this pull request
Dec 13, 2021
This is a roundabout workaround for this issue in OLM: operator-framework/operator-lifecycle-manager#2322 The issue was technically fixed with the v0.19.1 release with the following PRs: operator-framework/operator-lifecycle-manager#2331 operator-framework/operator-lifecycle-manager#2336 ...however, trying to update the dependency on OLM in ocs-operator leads to the following issue: red-hat-storage/ocs-operator#1426 The addition of a default GOPROXY lets us access a cached version of this package that no longer exists. Go is wonderful, folks. Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
jarrpa
added a commit
to jarrpa/odf-operator
that referenced
this pull request
Dec 13, 2021
This is a roundabout workaround for this issue in OLM: operator-framework/operator-lifecycle-manager#2322 The issue was technically fixed with the v0.19.1 release with the following PRs: operator-framework/operator-lifecycle-manager#2331 operator-framework/operator-lifecycle-manager#2336 ...however, trying to update the dependency on OLM in ocs-operator leads to the following issue: red-hat-storage/ocs-operator#1426 The addition of a default GOPROXY lets us access a cached version of this package that no longer exists. Go is wonderful, folks. Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
jarrpa
added a commit
to jarrpa/odf-operator
that referenced
this pull request
Jun 17, 2022
This is a roundabout workaround for this issue in OLM: operator-framework/operator-lifecycle-manager#2322 The issue was technically fixed with the v0.19.1 release with the following PRs: operator-framework/operator-lifecycle-manager#2331 operator-framework/operator-lifecycle-manager#2336 ...however, trying to update the dependency on OLM in ocs-operator leads to the following issue: red-hat-storage/ocs-operator#1426 The addition of a default GOPROXY lets us access a cached version of this package that no longer exists. Go is wonderful, folks. Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
jarrpa
added a commit
to jarrpa/odf-operator
that referenced
this pull request
Jul 13, 2022
This is a roundabout workaround for this issue in OLM: operator-framework/operator-lifecycle-manager#2322 The issue was technically fixed with the v0.19.1 release with the following PRs: operator-framework/operator-lifecycle-manager#2331 operator-framework/operator-lifecycle-manager#2336 ...however, trying to update the dependency on OLM in ocs-operator leads to the following issue: red-hat-storage/ocs-operator#1426 The addition of a default GOPROXY lets us access a cached version of this package that no longer exists. Go is wonderful, folks. Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The github.com/irifrance/gini package has been purged from github. An existing version that preserved that history has been forked to the operator-framework org, and this commit updates that dependency to use the forked version.
In the future, we should investigate https://github.com/go-air/gini if and when it creates consumable releases, as it appears that the maintainer of the missing package is now maintaining the package there.
Resolves #2322