-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: support replicated architecture w/ sentinel #50
Merged
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
JoeHCQ1
commented
Nov 16, 2024
JoeHCQ1
force-pushed
the
add-replicated-support
branch
from
November 16, 2024 02:57
afbe2b8
to
e749328
Compare
JoeHCQ1
force-pushed
the
add-replicated-support
branch
from
November 16, 2024 03:11
8caa838
to
5d98455
Compare
Racer159
requested changes
Nov 18, 2024
Co-authored-by: Wayne Starr <[email protected]>
Racer159
requested changes
Nov 18, 2024
Co-authored-by: Wayne Starr <[email protected]>
Co-authored-by: Wayne Starr <[email protected]>
Co-authored-by: Wayne Starr <[email protected]>
Co-authored-by: Wayne Starr <[email protected]>
Racer159
requested changes
Nov 22, 2024
Co-authored-by: Wayne Starr <[email protected]>
Co-authored-by: zamaz <[email protected]>
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>
3 tasks
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 <[email protected]>
Racer159
added a commit
to defenseunicorns/uds-package-gitlab
that referenced
this pull request
Dec 3, 2024
…mentation (#245) ## Description Our Valkey package supports the high-availability replicated architecture as of [release v8.0.1-uds.1](https://github.com/defenseunicorns/uds-package-valkey/releases/tag/v8.0.1-uds.1). See defenseunicorns/uds-package-valkey#50 for the relevant changeset. This updates the GitLab package to work with Valkey when configured for high availability. ## Related Issue Relates to defenseunicorns/uds-bundle-software-factory-nutanix#220 ## Type of change - [X] New feature (non-breaking change which adds functionality) ## Checklist before merging - [X] Test, docs, adr added or updated as needed - [X] [Contributor Guide Steps](https://github.com/defenseunicorns/uds-package-gitlab/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Wayne Starr <[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.
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 defenseunicorns/uds-bundle-software-factory-nutanix#220
Type of change
Checklist before merging