-
Notifications
You must be signed in to change notification settings - Fork 348
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
Release v0.57.3 #2008
Release v0.57.3 #2008
Conversation
@lubronzhan I think your previous changes to remove exclude were not incorporated in the MR? I see you merged that change..can we rebuild? |
Signed-off-by: Lubron Zhan <[email protected]>
384e192
to
96d1865
Compare
Signed-off-by: Lubron Zhan <[email protected]>
6014ed0
to
7c25084
Compare
Signed-off-by: Lubron Zhan <[email protected]>
@@ -156,7 +151,7 @@ dockerLibraryRegistry: mirror.gcr.io/library | |||
Then on running conformance: | |||
|
|||
```bash | |||
sonobuoy run --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:<VERSION> --e2e-repo-config conformance-image-config.yaml | |||
sonobuoy run --sonobuoy-image sonobuoy/sonobuoy:<VERSION> --e2e-repo-config conformance-image-config.yaml |
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.
Address as mentioned #1987 (review)
@@ -162,7 +157,7 @@ dockerLibraryRegistry: mirror.gcr.io/library | |||
Then on running conformance: | |||
|
|||
```bash | |||
sonobuoy run --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:<VERSION> --e2e-repo-config conformance-image-config.yaml | |||
sonobuoy run --sonobuoy-image sonobuoy/sonobuoy:<VERSION> --e2e-repo-config conformance-image-config.yaml |
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.
Address as mentioned #1987 (review)
@@ -19,7 +19,7 @@ Explicit doc changes (if any) should be made to the appropriate files in directo | |||
Next, generate a set of versioned docs for v0.x.y. For instance, the new docs be generated by running the command: | |||
|
|||
``` | |||
./scripts/update_docs.sh v0.20.0 | |||
./scripts/update_docs.sh -v v0.57.3 -b |
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.
The doc was wrong
Move the refactoring of update_docs here #2009 |
Signed-off-by: Lubron Zhan <[email protected]>
What this PR does / why we need it:
Which issue(s) this PR fixes
Special notes for your reviewer:
Release note: