forked from operator-framework/operator-sdk
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Gaelg/mark spec unsafe #1
Open
gaelgatelement
wants to merge
20
commits into
master
Choose a base branch
from
gaelg/mark-spec-unsafe
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
d1eb609
to
c5b45a7
Compare
Signed-off-by: assaf-admi <[email protected]>
* Use digest instead of tags in scorecard images The use of tags breaks disconnected environments when using mirrored images. Signed-off-by: Tony Garcia <[email protected]> * Update internal/cmd/operator-sdk/scorecard/cmd.go Co-authored-by: Tatiana Krishtop <[email protected]> Signed-off-by: Tony Garcia <[email protected]> * Fix typo in image Signed-off-by: Tony Garcia <[email protected]> --------- Signed-off-by: Tony Garcia <[email protected]> Co-authored-by: Tatiana Krishtop <[email protected]>
Signed-off-by: Catherine Chan-Tse <[email protected]>
77c9375
to
949e74d
Compare
…e since these images need to be referenced by a sha, and rarely change. (operator-framework#6422) Signed-off-by: Adam D. Cornett <[email protected]>
…future (operator-framework#6425) Signed-off-by: Tatiana Krishtop <[email protected]>
…#6414) Signed-off-by: shivangi <[email protected]>
Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
When creating the bundle ConfigMap(s), compress the content using gzip. Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
Signed-off-by: Jordan Keister <[email protected]>
The path where python 3.8 was expected does not exist, the tests were using the installed python instead. With this change the expected python version will be used for installation of packages through pip as well as the execution of ansible or molecule will use the expected python version. Signed-off-by: Tony Garcia <[email protected]>
…ramework#6401) Signed-off-by: Andreas Gerstmayr <[email protected]>
Signed-off-by: Catherine Chan-Tse <[email protected]>
…rk#6449) Signed-off-by: jberkhahn <[email protected]>
…perator-framework#6398) Project uses 1.19 when building locally but still use 1.18 for images pushed to Quay Resolves operator-framework#6397 Signed-off-by: Zac Pitones <[email protected]>
…rator-framework#6386) * Corrected Golang version to 1.19 Go.mod is using golang 1.19 and pre-requisite is using 1.18. So Incrementing the developer guide to meet the golang version. Signed-off-by: Uday Kumar <[email protected]> * Adding changelog/fragments for go lang version change Signed-off-by: Uday Kumar <[email protected]> --------- Signed-off-by: Uday Kumar <[email protected]> Co-authored-by: Uday Kumar <[email protected]>
…ework#6384) Signed-off-by: jberkhahn <[email protected]>
* Release v1.29.0 Signed-off-by: Bryce Palmer <[email protected]> * update changelog Signed-off-by: Bryce Palmer <[email protected]> --------- Signed-off-by: Bryce Palmer <[email protected]>
Signed-off-by: Gaël Goinvic <[email protected]>
Signed-off-by: Gaël Goinvic <[email protected]>
Signed-off-by: Gaël Goinvic <[email protected]>
949e74d
to
a226d81
Compare
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.
Description of the change:
Closes operator-framework#5160
Motivation for the change:
MarkUnsafe was missing some properties.