feat: support replicated architecture w/ sentinel#50
Merged
Conversation
JoeHCQ1
commented
Nov 16, 2024
afbe2b8 to
e749328
Compare
8caa838 to
5d98455
Compare
Racer159
requested changes
Nov 18, 2024
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Racer159
requested changes
Nov 18, 2024
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Racer159
requested changes
Nov 22, 2024
Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
Co-authored-by: zamaz <71521611+zachariahmiller@users.noreply.github.com>
Racer159
approved these changes
Nov 22, 2024
zachariahmiller
approved these changes
Nov 22, 2024
Racer159
pushed a commit
that referenced
this pull request
Nov 22, 2024
🤖 I have created a release *beep* *boop* --- ## [8.0.1-uds.1](v8.0.1-uds.0...v8.0.1-uds.1) (2024-11-22) ### Features * support replicated architecture w/ sentinel ([#50](#50)) ([ddef56c](ddef56c)) ### Miscellaneous * **deps:** update support-deps to v1.3.0 ([#51](#51)) ([8890dd3](8890dd3)) * **deps:** update valkey support dependencies ([#39](#39)) ([7e5420e](7e5420e)) * update base pattern in CODEOWNERS file ([#49](#49)) ([fb5d505](fb5d505)) * update README.md ([#48](#48)) ([21eb116](21eb116)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Racer159
added a commit
that referenced
this pull request
Nov 22, 2024
🤖 I have created a release *beep* *boop* --- ## [8.0.1-uds.1](v8.0.1-uds.0...v8.0.1-uds.1) (2024-11-22) ### Features * support replicated architecture w/ sentinel ([#50](#50)) ([ddef56c](ddef56c)) ### Miscellaneous * **deps:** update support-deps to v1.3.0 ([#51](#51)) ([8890dd3](8890dd3)) * **deps:** update support-deps to v1.4.0 ([#53](#53)) ([70c5b12](70c5b12)) * **deps:** update valkey support dependencies ([#39](#39)) ([7e5420e](7e5420e)) * update base pattern in CODEOWNERS file ([#49](#49)) ([fb5d505](fb5d505)) * update README.md ([#48](#48)) ([21eb116](21eb116)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Wayne Starr <me@racer159.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.
Description
Enable replicated architecture instead of just standalone. This HA configuration is needed for a SWF bundle. Added tests as well to ensure it is actually working, and that it continues to work.
Related Issue
Relates to https://github.com/defenseunicorns/uds-bundle-software-factory-nutanix/issues/220
Type of change
Checklist before merging