<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Releases on Spinnaker</title>
		<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/releases/</link>
		<description>Recent content in Releases on Spinnaker</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<atom:link href="https://deploy-preview-637--spinnaker-io.netlify.app/docs/releases/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Next Release Preview</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/releases/next-release-preview/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/releases/next-release-preview/</guid>
				<description>&lt;p&gt;Please make a pull request to describe any changes you wish to highlight&#xA;in the next release of Spinnaker. These notes will be prepended to the release&#xA;changelog.&lt;/p&gt;&#xA;&lt;h2 id=&#34;coming-soon-in-release-202630&#34;&gt;Coming Soon in Release 2026.3.0&lt;/h2&gt;&#xA;&lt;h2 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h2&gt;&#xA;&lt;h3 id=&#34;aws-v2-sdk-migration&#34;&gt;AWS V2 SDK migration&lt;/h3&gt;&#xA;&lt;p&gt;The caching agents and code have been moved to the AWS V2 SDK. Any V1 usage via plugins or similar will no longer work going forward.&lt;/p&gt;&#xA;&lt;h3 id=&#34;angular-removed&#34;&gt;Angular removed&lt;/h3&gt;&#xA;&lt;p&gt;Angular has been removed from the Spinnaker project. For any plugins or forks, please migrate to React. This is a substantial migration — a big thank you to the contributors, primarily Matt Gogerly.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Roadmap</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/releases/roadmap/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/releases/roadmap/</guid>
				<description>&lt;h2 id=&#34;project-roadmap&#34;&gt;Project Roadmap&lt;/h2&gt;&#xA;&lt;h2 id=&#34;enhancements-in-upcoming-releases-without-a-schedule&#34;&gt;Enhancements in upcoming releases without a schedule&lt;/h2&gt;&#xA;&lt;p&gt;These improvements could happen at ANY time in any of the releases.  We&amp;rsquo;d welcome input on additional features that people would like to see from the project!&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Add a native MCP endpoint.  There&amp;rsquo;s a few publicly available MCP servers, but having one natively supported would be ideal&lt;/li&gt;&#xA;&lt;li&gt;UI to add/remove accounts.  Make dynamic accounts a &amp;ldquo;default&amp;rdquo;.  This support was added back in 1.28 and enhanced at various times, but we&amp;rsquo;d like to fully enable AND default this support to on&lt;/li&gt;&#xA;&lt;li&gt;Replace the &amp;ldquo;kubectl&amp;rdquo; based execution of kubernetes operations to native kubernetes SDK operations.&lt;/li&gt;&#xA;&lt;li&gt;AWS Lambda to async for invocations.  Currently lambda operations (primarily invocations) are &amp;ldquo;SYNCHRONOUS&amp;rdquo; calls.  The plan is to change these to an ASYNC which captures the execution from AWS &amp;amp; polls for completion instead of keeping the network connection open.  This is critical for long running operations.&lt;/li&gt;&#xA;&lt;li&gt;CI:  Add a couple of CI providers to enable the UI to show build information.  This is already in the codebase and &#xA;&lt;a href=&#34;https://spinnaker.io/docs/guides/developer/extending/integrate-your-ci/&#34; target=&#34;_blank&#34;&gt;documented&lt;/a&gt;&#xA; but actually adding a few providers and possibly fixing issues around showing CI integration would be of use.&lt;/li&gt;&#xA;&lt;li&gt;Bring in changes from forks.  There&amp;rsquo;s a few forks that have nice features we could bring in at anytime.  Azure fixes and some UI tweaks.&lt;/li&gt;&#xA;&lt;li&gt;Move igor to use SQL instead of redis&lt;/li&gt;&#xA;&lt;li&gt;Move rosco to use SQL instead of redis&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;202630&#34;&gt;2026.3.0&lt;/h3&gt;&#xA;&lt;h4 id=&#34;primary-goal-is-the-removal-and-upgrade-of-some-core-libraries--well-be-marking-several-things-as-deprecated-as-we-plan-to-remove-them&#34;&gt;Primary goal is the removal and upgrade of some core libraries.  We&amp;rsquo;ll be marking several things as deprecated as we plan to remove them.&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Add API token support to the spin CLI with the new feature&lt;/li&gt;&#xA;&lt;li&gt;Make several older configs default to on going forward (API token, some other default settings)&lt;/li&gt;&#xA;&lt;li&gt;Pub/Sub -&amp;gt;  Introduce a &amp;ldquo;pub/sub&amp;rdquo; based cache scheduler.  The primary driver here would be to add a native spring approach for queueable operations vs custom queue or task operations.  Add libraries to support this&#xA;in kork-pub-sub.  Cleanup the various pubsub implementations (echo &amp;amp; kork) to be centralized via kork library handling.&lt;/li&gt;&#xA;&lt;li&gt;GCP - additional support for some google features like regional external load balancers.&lt;/li&gt;&#xA;&lt;li&gt;Full V2 SDK for AWS API operations.  Thanks to some contributions, we should be on or nearly fully on a v2 of the AWS SDKs.&lt;/li&gt;&#xA;&lt;li&gt;s3/gcs storage in front50 as deprecated.  We plan to remove all storage support for front50 for anything other than SQL.  This should simplify the codebase quite a bit.&lt;/li&gt;&#xA;&lt;li&gt;Remove halyard.  We&amp;rsquo;d marked it deprecated in favor of a kustomize example but plan to fully remove and stop patching it going forward.&lt;/li&gt;&#xA;&lt;li&gt;Remove edda (part of AWS v2 migration).  This is already NOT supported on new V2 efforts but will remove it from the codebase entirely.&lt;/li&gt;&#xA;&lt;li&gt;Deprecate titus from the project&lt;/li&gt;&#xA;&lt;li&gt;Deprecate redis as a backend for orca storage (NOT scheduler, just storage of executions)&lt;/li&gt;&#xA;&lt;li&gt;Continue removal of Angular for React components&lt;/li&gt;&#xA;&lt;li&gt;Change information on observability from Armory&amp;rsquo;s observability agent to using OTEL&lt;/li&gt;&#xA;&lt;li&gt;Upgrade the docs site to latest releases of docsy &amp;amp; hugo (enables a number of features)&lt;/li&gt;&#xA;&lt;li&gt;Remove &amp;ldquo;OnDemand&amp;rdquo; system.  There&amp;rsquo;s only one scheduler that works with it and it is not a viable scheduler.  This will simplify cache operations.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;stretch-goals&#34;&gt;Stretch goals&lt;/h4&gt;&#xA;&lt;p&gt;We&amp;rsquo;d like to do some additional &amp;ldquo;cleanup&amp;rdquo; tasks.  Some of these are more difficult than others but would welcome PRs to assist!&lt;/p&gt;</description>
			</item>
			<item>
				<title>Support Policy</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/releases/support-policy/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/releases/support-policy/</guid>
				<description>&lt;h2 id=&#34;qa&#34;&gt;Q&amp;amp;A&lt;/h2&gt;&#xA;&lt;p&gt;If you have a question that isn&amp;rsquo;t answered by our documents and FAQ pages,&#xA;please reach out for help on &#xA;&lt;a href=&#34;https://spinnakerteam.slack.com&#34; target=&#34;_blank&#34;&gt;Slack&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;The Spinnaker team hangs out on Slack in both the &lt;code&gt;#general&lt;/code&gt; channel&#xA;for general user-related discussions and the &lt;code&gt;#dev&lt;/code&gt; channel for&#xA;developer-related discussions. Additionally, Special Interest Groups (SIGs) have dedicated Slack channels, like #sig-security for the Security SIG.&lt;/p&gt;&#xA;&lt;p&gt;Slack requires registration, but the Spinnaker team is open invitation to anyone to register&#xA;&#xA;&lt;a href=&#34;https://join.slack.com/t/spinnakerteam/shared_invite/zt-3f4dqg66a-hX~tWeWPL3Sfnj3F8Ie2xg&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt;&#xA;. Feel free to come and ask any and all&#xA;questions.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Versions</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/releases/versions/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/releases/versions/</guid>
				<description>&lt;p&gt;The Spinnaker releases listed below are top-level versions tying together each&#xA;Spinnaker subcomponents&amp;rsquo; versions.&lt;/p&gt;&#xA;&lt;p&gt;These have been validated together in an end-to-end integration test suite&#xA;curated by the Spinnaker community, and represent a more maintainable, easy to&#xA;upgrade Spinnaker.&lt;/p&gt;&#xA;&lt;p&gt;While it&amp;rsquo;s still possible to install each Spinnaker subcomponent&amp;rsquo;s versions&#xA;independently, there is no guarantee that they will work together.&lt;/p&gt;&#xA;&lt;p&gt;If you want to see what each top-level version is comprised of, run&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
