forked from pravega/zookeeper-operator
-
Notifications
You must be signed in to change notification settings - Fork 2
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
naive rebase to pravega master #2
Closed
Closed
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
Signed-off-by: Alfred Landrum <[email protected]> Signed-off-by: Alfred Landrum <[email protected]> Co-authored-by: anishakj <[email protected]>
Signed-off-by: Casey Buto <[email protected]> Signed-off-by: Casey Buto <[email protected]>
* Add topologySpreadConstraints Add `topologySpreadConstraints` support to pod specification. Signed-off-by: Nick Huanca <[email protected]> * Add crd changes to helm chart for ZK instance Signed-off-by: Nick Huanca <[email protected]> * Test to make sure we have topospreadconst Signed-off-by: Nick Huanca <[email protected]> * Add coverage in deepcopy_test.go Signed-off-by: Nick Huanca <[email protected]> * Add test for deepcopy Signed-off-by: Nick Huanca <[email protected]> Signed-off-by: Nick Huanca <[email protected]>
Pod labels from the Spec.Pod.Labels were previously not propagated to the StatefulSet.Template. This change notes the differences between the two Label locations in the ZookeeperCluster CRD and denotes priority ordering. Signed-off-by: Nick Huanca <[email protected]> Signed-off-by: Nick Huanca <[email protected]> Co-authored-by: anishakj <[email protected]>
Signed-off-by: George Kaz <[email protected]> Signed-off-by: George Kaz <[email protected]> Co-authored-by: anishakj <[email protected]>
* Use distroless image for operator image To avoid security issues switch to usage of distroless image. Also bumped go version to 1.19 Fixes: pravega#508 Signed-off-by: Ann Taraday <[email protected]> * Add user setting in Dockerfile Signed-off-by: Ann Taraday <[email protected]> * Revert setting USER in Dockerfile Signed-off-by: Ann Taraday <[email protected]> * Use cr.io/distroless/static-debian11 Signed-off-by: Ann Taraday <[email protected]> * Introduce DISTROLESS_DOCKER_REGISTRY arg Signed-off-by: Ann Taraday <[email protected]> * Drop DISTROLESS_DOCKER_REGISTRY from Makefile Signed-off-by: Ann Taraday <[email protected]> --------- Signed-off-by: Ann Taraday <[email protected]>
Bumps [github.com/emicklei/go-restful](https://github.com/emicklei/go-restful) from 2.15.0+incompatible to 2.16.0+incompatible. - [Release notes](https://github.com/emicklei/go-restful/releases) - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md) - [Commits](emicklei/go-restful@v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: github.com/emicklei/go-restful dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: anishakj <[email protected]>
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…pravega#534) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220526153639-5463443f8c37 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ga#544) Signed-off-by: anisha.kj <[email protected]>
…he teardown script (pravega#483) Signed-off-by: Nishant Gupta <[email protected]> Signed-off-by: Marco Moscher <[email protected]>
Signed-off-by: Marco Moscher <[email protected]>
Signed-off-by: Marco Moscher <[email protected]>
Signed-off-by: Marco Moscher <[email protected]>
Signed-off-by: Marco Moscher <[email protected]>
Signed-off-by: Marco Moscher <[email protected]>
Signed-off-by: Marco Moscher <[email protected]>
Signed-off-by: Marco Moscher <[email protected]>
Signed-off-by: Marco Moscher <[email protected]>
Signed-off-by: Marco Moscher <[email protected]>
Signed-off-by: Marco Moscher <[email protected]>
Signed-off-by: Marco Moscher <[email protected]>
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.
Change log description
(2-3 concise points about the changes in this PR. When committing this PR, the committer is expected to copy the content of this section to the merge description box)
Purpose of the change
(e.g., Fixes #666, Closes #1234)
What the code does
(Detailed description of the code changes)
How to verify it
(Steps to verify that the changes are effective)