-
Notifications
You must be signed in to change notification settings - Fork 21
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
chore: add keycloak to dev bundle and rename #262
Conversation
… flag for just istio
Will update to fix linting errors and add a couple lines to to docs in a bit, but if there is other feedback to address lmk |
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.
We'll also need to update release-please-config.json
to have the new filepaths (instead of packages/istio/zarf.yaml
and bundles/k3d-istio/uds-bundle.yaml
).
Otherwise this LGTM - validated the task changes for create/publish and all seems in line.
Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
@mjnagel Updated with your suggested changes and re-requested review. Assuming CI passes, which it should, I will go ahead and update the pr description and title after this next meeting. |
@mjnagel i resolved your comments and updated the description and pr title. |
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.
(last one I promise) this readme should be updated to the new name/description.
🤖 I have created a release *beep* *boop* --- ## [0.17.0](v0.16.1...v0.17.0) (2024-03-22) ### Features * introduce sso secret templating ([#276](#276)) ([e0832ec](e0832ec)) ### Bug Fixes * add keycloak to dev bundle and rename ([#262](#262)) ([f9b905c](f9b905c)) * registration robot check form id ([#269](#269)) ([c6419b9](c6419b9)) * sticky sessions for keycloak in ha ([#281](#281)) ([5ccd557](5ccd557)) ### Miscellaneous * align mutation annotations ([#268](#268)) ([f18ad4d](f18ad4d)) * **deps:** update loki ([#209](#209)) ([03ca499](03ca499)) * **deps:** update pepr to v0.28.6 ([#254](#254)) ([54ef7de](54ef7de)) * **deps:** update zarf to v0.32.5 ([#243](#243)) ([ee93612](ee93612)) * typo fix in README.md ([#280](#280)) ([f9727e0](f9727e0)) --- 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>
🤖 I have created a release *beep* *boop* --- ## [0.17.0](defenseunicorns/uds-core@v0.16.1...v0.17.0) (2024-03-22) ### Features * introduce sso secret templating ([#276](defenseunicorns/uds-core#276)) ([e0832ec](defenseunicorns/uds-core@e0832ec)) ### Bug Fixes * add keycloak to dev bundle and rename ([#262](defenseunicorns/uds-core#262)) ([f9b905c](defenseunicorns/uds-core@f9b905c)) * registration robot check form id ([#269](defenseunicorns/uds-core#269)) ([c6419b9](defenseunicorns/uds-core@c6419b9)) * sticky sessions for keycloak in ha ([#281](defenseunicorns/uds-core#281)) ([5ccd557](defenseunicorns/uds-core@5ccd557)) ### Miscellaneous * align mutation annotations ([#268](defenseunicorns/uds-core#268)) ([f18ad4d](defenseunicorns/uds-core@f18ad4d)) * **deps:** update loki ([#209](defenseunicorns/uds-core#209)) ([03ca499](defenseunicorns/uds-core@03ca499)) * **deps:** update pepr to v0.28.6 ([#254](defenseunicorns/uds-core#254)) ([54ef7de](defenseunicorns/uds-core@54ef7de)) * **deps:** update zarf to v0.32.5 ([#243](defenseunicorns/uds-core#243)) ([ee93612](defenseunicorns/uds-core@ee93612)) * typo fix in README.md ([#280](defenseunicorns/uds-core#280)) ([f9727e0](defenseunicorns/uds-core@f9727e0)) --- 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>
## Description This change replaces the core-istio bundle with a dev-slim bundle that includes keycloak in addition to istio and pepr. ## Related Issue #251 --------- Co-authored-by: Micah Nagel <micah.nagel@defenseunicorns.com>
🤖 I have created a release *beep* *boop* --- ## [0.17.0](v0.16.1...v0.17.0) (2024-03-22) ### Features * introduce sso secret templating ([#276](#276)) ([e0832ec](e0832ec)) ### Bug Fixes * add keycloak to dev bundle and rename ([#262](#262)) ([f9b905c](f9b905c)) * registration robot check form id ([#269](#269)) ([c6419b9](c6419b9)) * sticky sessions for keycloak in ha ([#281](#281)) ([5ccd557](5ccd557)) ### Miscellaneous * align mutation annotations ([#268](#268)) ([f18ad4d](f18ad4d)) * **deps:** update loki ([#209](#209)) ([03ca499](03ca499)) * **deps:** update pepr to v0.28.6 ([#254](#254)) ([54ef7de](54ef7de)) * **deps:** update zarf to v0.32.5 ([#243](#243)) ([ee93612](ee93612)) * typo fix in README.md ([#280](#280)) ([f9727e0](f9727e0)) --- 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>
Description
This change replaces the core-istio bundle with a dev-slim bundle that includes keycloak in addition to istio and pepr.
Related Issue
#251