docs: add 1.3.0 release notes#2633
Merged
jasonwashburn merged 2 commits intomainfrom Apr 28, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds UDS Core 1.3 release notes to the docs site and updates the release notes index/config to surface the new version.
Changes:
- Added a new
UDS Core 1.3release notes page. - Updated the release notes overview to include 1.3 and drop the oldest listed minor version.
- Bumped docs
archiveCountto retain an additional archived version.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/operations/release-notes/overview.mdx | Adds a LinkCard for 1.3 and removes the LinkCard for 1.0 to keep the latest 3 minors. |
| docs/operations/release-notes/1-3.mdx | Introduces the 1.3 release notes content (features + dependency updates + related links). |
| docs/docs.config.json | Increases archiveCount from 3 to 4 for docs version archiving behavior. |
mjnagel
reviewed
Apr 28, 2026
mjnagel
approved these changes
Apr 28, 2026
jasonwashburn
pushed a commit
that referenced
this pull request
Apr 28, 2026
🤖 I have created a release *beep* *boop* --- ## [1.3.0](v1.2.0...v1.3.0) (2026-04-28) ### Features * **CORE-27:** allow opt-in public clients ([#2598](#2598)) ([9af5ca7](9af5ca7)) * cycle gateways when istio gatewayTopology proxyProtocol changes ([#2595](#2595)) ([5eceba7](5eceba7)) ### Bug Fixes * **ci:** run istio gen-crds in autogenerated-check ([#2605](#2605)) ([40a1a97](40a1a97)) * handle apply properly for keycloak client secret ([#2627](#2627)) ([c227289](c227289)) * re-add keycloak client registration authpol ([#2614](#2614)) ([ebed871](ebed871)) * restore original loki write service account name ([#2599](#2599)) ([a5386e2](a5386e2)) * updating prometheus to use endpointslice ([#2594](#2594)) ([ba319c8](ba319c8)) ### Miscellaneous * add retry to multi-arch manifest check ([#2602](#2602)) ([4e8ba23](4e8ba23)) * **deps-dev:** bump postcss from 8.5.8 to 8.5.12 in /scripts/renovate ([#2615](#2615)) ([0922090](0922090)) * **deps:** update identity-config to 0.26.1 ([#2616](#2616)) ([fd105a2](fd105a2)) * **deps:** update istio to v1.29.2 ([#2587](#2587)) ([caddf35](caddf35)) * **deps:** update pepr to v1.1.6 ([#2607](#2607)) ([d9f2ae9](d9f2ae9)) * **deps:** update pepr to v1.1.7 ([#2611](#2611)) ([fd43cc3](fd43cc3)) * **deps:** update prometheus-stack ([#2546](#2546)) ([6812697](6812697)) * **deps:** update velero chart to v12.0.1 ([#2613](#2613)) ([1048ae9](1048ae9)) * swap bundles google idp saml signing cert ([#2609](#2609)) ([57795b9](57795b9)) * update istio CRDs to use v1 API ([#2606](#2606)) ([079c361](079c361)) ### Documentation * add 1.3.0 release notes ([#2633](#2633)) ([00468ab](00468ab)) * add keycloak admin handling doc ([#2597](#2597)) ([328d19c](328d19c)) * add troubleshooting for too many open files ([#2612](#2612)) ([0b64a05](0b64a05)) * update release notes for 1.2.1 ([#2603](#2603)) ([bfa8124](bfa8124)) * update release notes to include newest patches ([#2629](#2629)) ([d59ca81](d59ca81)) --- 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>
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
Adds release notes for 1.3.0
Type of change
Steps to Validate
uds run dev-docs, browse to Release Notes sectionChecklist before merging