-
Notifications
You must be signed in to change notification settings - Fork 345
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 0.20 #1198
Release 0.20 #1198
Conversation
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.
I think that's enough for now.
README.md
Outdated
@@ -15,7 +15,10 @@ for the following use cases: | |||
* Workload debugging | |||
* Custom data collection via extensible plugins | |||
|
|||
Sonobuoy supports 3 Kubernetes minor versions: the current release and 2 minor versions before. Sonobuoy is currently versioned to track the Kubernetes minor version to clarify the support matrix. For example, Sonobuoy v0.14.x would support Kubernetes 1.14.x, 1.13.x, and 1.12.x. | |||
Starting v0.20, Sonobuoy supports Kubernetes v1.17 or earlier. | |||
Sonobuoy no longer follows Kubernetes release cycle -- this means that Sonobuoy releases in the future may not follow the same cadence as Kubernetes releases. |
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.
Probably just say that Sonobuoy releases will be independent and not necessarily coincide with a Kubernetes release.
README.md
Outdated
Sonobuoy supports 3 Kubernetes minor versions: the current release and 2 minor versions before. Sonobuoy is currently versioned to track the Kubernetes minor version to clarify the support matrix. For example, Sonobuoy v0.14.x would support Kubernetes 1.14.x, 1.13.x, and 1.12.x. | ||
Starting v0.20, Sonobuoy supports Kubernetes v1.17 or earlier. | ||
Sonobuoy no longer follows Kubernetes release cycle -- this means that Sonobuoy releases in the future may not follow the same cadence as Kubernetes releases. | ||
Sonobuoy will continually ensure that new releases continue to work functionally. |
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.
continually
README.md
Outdated
@@ -117,14 +120,14 @@ issue][issue]. | |||
|
|||
### Docker Hub rate limit | |||
|
|||
We're planning to release v0.20.0 with a better user interface. Until then, this is the usable workaround. | |||
We're planning a future release with a better user interface. Until then, this is the usable workaround. |
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.
Possibly add a tidbit about Docker Hub rate limiting... "This year, Docker has started rate limiting image pulls from Docker hub. This release introduces a workaround when using Sonobuoy (future release will come with a better user experience" or something similar to that (sorry for all these words).
@@ -15,7 +15,7 @@ for the following use cases: | |||
* Workload debugging | |||
* Custom data collection via extensible plugins | |||
|
|||
Starting v0.20, Sonobuoy supports Kubernetes v1.17 or earlier. | |||
Starting v0.20, Sonobuoy supports Kubernetes v1.17 or later. |
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.
Maybe we should do 1.14 or earlier (if it's no code change).
site/docs/v0.20.0/README.md
Outdated
|
||
Starting v0.20, Sonobuoy supports Kubernetes v1.17 or later. | ||
Sonobuoy no longer follows Kubernetes release cycle -- this means that Sonobuoy releases in the future may not follow the same cadence as Kubernetes releases. | ||
Sonobuoy will continually ensure that new releases continue to work functionally. |
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.
continually
site/docs/v0.20.0/README.md
Outdated
* Custom data collection via extensible plugins | ||
|
||
Starting v0.20, Sonobuoy supports Kubernetes v1.17 or later. | ||
Sonobuoy no longer follows Kubernetes release cycle -- this means that Sonobuoy releases in the future may not follow the same cadence as Kubernetes releases. |
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.
Makes it sound affirmative that Sonobuoy will not follow kubernetes release cadance.
site/docs/v0.20.0/README.md
Outdated
|
||
#### Conformance | ||
|
||
Kubernetes end-to-end conformance test pulls several images from Docker Hub as part of testing. To override this, save the following file locally (e.g. `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.
should read ... save the following to a file
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.
Actually, let's reword this sentence to say soemthing like
... To override this, you will need to create a registry manifest file by saving the following to a local file ...
site/docs/v0.20.0/README.md
Outdated
|
||
## Known Issues | ||
|
||
### Docker Hub rate limit |
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.
Let's make this it's own section. Take it outside of Know Issue so it will stand out.
Docker Hub Rate Limits
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Don't assume that dev machines install bash in /bin/bash Signed-off-by: Wilson E. Husin <whusin@vmware.com>
TODO: airgap + blog Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
Signed-off-by: Wilson E. Husin <whusin@vmware.com>
What this PR does / why we need it:
Version bumps for v0.20.0 release
Which issue(s) this PR fixes
None
Special notes for your reviewer:
Release note: