You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This is a security-only bump of the -up.K suffix on top of the existing v1.19.3-up.1. Upstream Crossplane v1.19.3 is unchanged — the fork sync from upstream was done when v1.19.3-up.1 was cut (Feb 2026) and the release-1.19 branch already contains it. The first checkbox (sync) is therefore not applicable.
This issue can be closed when we have completed the following steps (in order).
Please ensure all artifacts (PRs, workflow runs, Tweets, etc) are linked from
this issue for posterity. Assuming v1.19.3-up.2 is being cut, after upstream crossplane/crossplanev1.19.3 has been released
according to the declared schedule, you should have:
Synced the release-1.19 release branch — already done for v1.19.3-up.1 (Feb 2026).
Running the Tag workflow on the release-1.19 branch with the proper release version, v1.19.3-up.2. Use Release v1.19.3-up.2 as message (FYI: the format suggested is only for consistency, there is no actual dependency on it).
Running the CI workflow on the release-1.19 branch to build and publish the latest tagged artifacts.
Confirm the image has been successfully published using: docker buildx imagetools inspect docker.io/upbound/crossplane:v1.19.3-up.2
Created and merged a PR for upbound/universal-crossplane to either the main branch, if cutting a patch for the latest supported release, taking care to label it backport release-1.19, or directly to the release-1.19 branch, if cutting a patch for an older supported release. With the following changes:
Update any reference to the old latest release to v1.19.3-up.2, such as CROSSPLANE_TAG and CROSSPLANE_COMMIT in the Makefile.
Cut UXPv1.19.3-up.2 release from the release-1.19 branch by:
Running the Tag workflow on the release-1.19 branch with the proper release version, v1.19.3-up.2. Use Release v1.19.3-up.2 as message (FYI: the format suggested is only for consistency, there is no actual dependency on it).
Running the CI workflow on the release-1.19 branch to build and publish the latest tagged artifacts.
Verify that the tagged build version exists on the releases.upbound.iobuild channel, e.g. build/release-1.19/v1.19.3-up.2/...
Verify the produced helm chart available in the build channnel at build/release-1.19/v1.19.3-up.2/charts by doing some sanity checks:
Installs on a cluster properly with helm -n upbound-system upgrade --install universal-crossplane <path-to-chart.tgz> --create-namespace.
Uses the correct image versions of upbound/crossplane, e.g. kubectl -n upbound-system get pods -o yaml | grep image:
Upgrading from the latest supported version works, for example run:
create a kind cluster: kind create cluster
install the current stable version: up uxp install
install one of the above reference platforms
upgrade to this new version as above: helm -n upbound-system upgrade --install universal-crossplane <path-to-chart.tgz> --create-namespace
Run the Promote workflow from the release-1.19 branch, to promote v1.19.3-up.2 to stable, here you should find universal-crossplane-1.19.3-up.2.tgz. Verify everything is correctly working by running up uxp install against an empty Kubernetes cluster, e.g. kind create cluster, which should result in an healthy UXP installation with expected image versions.
Drafted, validated with the rest of the team and then published well authored release notes for UXPv1.19.3-up.2. See the previous release for an example, these should at least:
enumerate relevant updates that were merged in u/xp and u/uxp.
This issue can be closed when we have completed the following steps (in order).
Please ensure all artifacts (PRs, workflow runs, Tweets, etc) are linked from
this issue for posterity. Assuming
v1.19.3-up.2is being cut, after upstreamcrossplane/crossplane
v1.19.3has been releasedaccording to the declared schedule, you should have:
Synced therelease-1.19release branch — already done forv1.19.3-up.1(Feb 2026).v1.19.3-up.2from therelease-1.19branch by:release-1.19branch with the proper release version,v1.19.3-up.2. UseRelease v1.19.3-up.2as message (FYI: the format suggested is only for consistency, there is no actual dependency on it).release-1.19branch to build and publish the latest tagged artifacts.docker buildx imagetools inspect docker.io/upbound/crossplane:v1.19.3-up.2mainbranch, if cutting a patch for the latest supported release, taking care to label itbackport release-1.19, or directly to therelease-1.19branch, if cutting a patch for an older supported release. With the following changes:v1.19.3-up.2, such asCROSSPLANE_TAGandCROSSPLANE_COMMITin theMakefile.make generateto import any changes in the upstream Helm chart.v1.19.3-up.2release from therelease-1.19branch by:release-1.19branch with the proper release version,v1.19.3-up.2. UseRelease v1.19.3-up.2as message (FYI: the format suggested is only for consistency, there is no actual dependency on it).release-1.19branch to build and publish the latest tagged artifacts.buildchannel, e.g.build/release-1.19/v1.19.3-up.2/...buildchannnel atbuild/release-1.19/v1.19.3-up.2/chartsby doing some sanity checks:helm -n upbound-system upgrade --install universal-crossplane <path-to-chart.tgz> --create-namespace.upbound/crossplane, e.g.kubectl -n upbound-system get pods -o yaml | grep image:kind create clusterup uxp installhelm -n upbound-system upgrade --install universal-crossplane <path-to-chart.tgz> --create-namespacerelease-1.19branch, to promotev1.19.3-up.2tostable, here you should finduniversal-crossplane-1.19.3-up.2.tgz. Verify everything is correctly working by runningup uxp installagainst an empty Kubernetes cluster, e.g.kind create cluster, which should result in an healthy UXP installation with expected image versions.v1.19.3-up.2. See the previous release for an example, these should at least:#announcements,#upboundand#squad-crossplaneon Upbound's Slack.#marketingon Upbound's Slack to do so.