<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Spinnaker</title>
		<link>https://deploy-preview-637--spinnaker-io.netlify.app/</link>
		<description>Recent content on Spinnaker</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Wed, 12 Aug 2026 14:23:37 -0500</lastBuildDate>
		
			<atom:link href="https://deploy-preview-637--spinnaker-io.netlify.app/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>AWS EC2 Launch Templates Setup</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/server-group-launch-settings/aws-ec2/launch-templates-setup/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/server-group-launch-settings/aws-ec2/launch-templates-setup/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;Please note that you should only proceed with this if you have &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/setup/install/providers/aws/aws-ec2&#34;&gt;AWS EC2&lt;/a&gt;&#xA; configured as a cloud provider. These features require 1.24 (although some features were launched in previous releases leading up to 1.24).&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;AWS uses &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/autoscaling/ec2/userguide/LaunchTemplates.html&#34; target=&#34;_blank&#34;&gt;launch templates&lt;/a&gt;&#xA; to specify instance configuration information. Launch templates are the successor of launch configurations. This means that any new instance configuration feature from AWS will only be supported by launch templates.&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker still supports launch configurations for backwards compatibility, but recommends enabling launch templates to access any new features that AWS adds.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Canary Overview</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/canary/canary-overview/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/canary/canary-overview/</guid>
				<description>&lt;p&gt;Canary is a deployment process in which a change is partially rolled out, then&#xA;evaluated against the current deployment (baseline) to ensure that the new&#xA;deployment is operating at least as well as the old. This evaluation is done&#xA;using key metrics that are chosen when the canary is configured.&lt;/p&gt;&#xA;&lt;p&gt;Canaries are usually run against deployments containing changes to code,&#xA;but they can also be used for operational changes, including changes to&#xA;configuration.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configuring the Script Stage</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/features/script-stage/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/features/script-stage/</guid>
				<description>&lt;h2 id=&#34;purpose&#34;&gt;Purpose&lt;/h2&gt;&#xA;&lt;p&gt;The &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/pipeline/stages/#script&#34;&gt;Script stage&lt;/a&gt;&#xA; lets you run an arbitrary&#xA;shell, Python, or Groovy script on a Jenkins instance as a first class stage in&#xA;Spinnaker. For example, you can use it to launch a test suite from a pipeline&#xA;instead of doing it manually. Using the Script stage requires some additional&#xA;setup after you add Jenkins to your Spinnaker deployment.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;To configure a Script stage, you need:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A running Jenkins instance at &lt;code&gt;$JENKINS_HOST&lt;/code&gt;, with a Jenkins user profile set up&#xA;with access to create jobs&lt;/li&gt;&#xA;&lt;li&gt;A running Spinnaker instance, with access to configuration files, and in&#xA;which you have &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/jenkins/&#34;&gt;set up Jenkins on Spinnaker&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;configure-jenkins&#34;&gt;Configure Jenkins&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Download the &#xA;&lt;a href=&#34;https://storage.googleapis.com/jenkins-script-stage-config/scriptJobConfig.xml&#34; target=&#34;_blank&#34;&gt;raw job xml config&#xA;file&lt;/a&gt;&#xA;&#xA;with the command:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Enable Slack Support Channels</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/features/slack-support/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/features/slack-support/</guid>
				<description>&lt;p&gt;You can &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/applications/create/&#34;&gt;create an application&lt;/a&gt;&#xA; and configure it with relevant data—&lt;em&gt;application attributes&lt;/em&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Including a Slack support channel for an application is a configurable application attribute. This feature communicates with Slack&amp;rsquo;s &#xA;&lt;a href=&#34;https://api.slack.com/docs/conversations-api&#34; target=&#34;_blank&#34;&gt;conversations API&lt;/a&gt;&#xA; to expose a list of available Slack channels in your workspace. The Slack support channel feature is supported by all providers.&lt;/p&gt;&#xA;&lt;h1 id=&#34;configuration&#34;&gt;Configuration&lt;/h1&gt;&#xA;&lt;h2 id=&#34;gate&#34;&gt;Gate&lt;/h2&gt;&#xA;&lt;p&gt;You need an API token associated with your Slack workspace for gate to receive a list of channels from Slack&amp;rsquo;s API. See the &#xA;&lt;a href=&#34;https://slack.com/help/articles/215770388-Create-and-regenerate-API-tokens&#34; target=&#34;_blank&#34;&gt;Slack documentation&lt;/a&gt;&#xA; if you need to create a Slack token. Add this token in the config for gate&amp;rsquo;s &lt;strong&gt;encrypted&lt;/strong&gt; secrets.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Get Started Using Spinnaker</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/get-started/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/get-started/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;This article assumes you are new to Spinnaker. It contains basic information&#xA;about what to do after &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/&#34;&gt;Spinnaker is installed&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;before-you-get-going&#34;&gt;Before you get going&amp;hellip;&lt;/h2&gt;&#xA;&lt;p&gt;Whether you&amp;rsquo;re an operator or admin installing or managing Spinnaker or an&#xA;end user getting started using Spinnaker, here are some pointers to get you&#xA;started.&lt;/p&gt;&#xA;&lt;h3 id=&#34;operators-managing-spinnaker&#34;&gt;Operators (managing Spinnaker)&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;If you want to install Spinnaker, &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/&#34;&gt;see the instructions here&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;If you want to find out more about tuning and maintaining Spinnaker, here are&#xA;some things to check out:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Compute Engine - Bakery</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/bakery/google/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/bakery/google/</guid>
				<description>&lt;p&gt;The GCE bakery configuration allows you to set the default network and zone and whether to use the public IP&#xA;address of the VM used for baking the image.&lt;/p&gt;&#xA;&lt;p&gt;For example, to set the default zone, add to the &lt;code&gt;rosco-local.yml&lt;/code&gt; the&#xA;following configuration&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;google&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;bakery-defaults&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;zone&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;&amp;lt;zone&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;network&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;&amp;lt;network&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;networkProjectId&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;projectId&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;subnetwork&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;subnetwork&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;useInternalIp&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;&amp;lt;true|false&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;templateFile&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;gce.json&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;baseImages&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;id&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;unique-bake-id&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;shortDescription&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;shortUI Description (aka precise)&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;detailedDescription&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;Ubuntu precise&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;packageType&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;rpm&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;templateFile&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;gce.json&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;osType&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;&amp;lt;defaults to Linux&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;customRepository&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;customRepoURL&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;isImageFamily&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;// this is unique to google.  &lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;These base images are used to dynamically populate the bake stage UI:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Groups</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/google-groups/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/google-groups/</guid>
				<description>&lt;h2 id=&#34;service-account-setup&#34;&gt;Service account setup&lt;/h2&gt;&#xA;&lt;p&gt;In order to access a user&amp;rsquo;s group membership, we must use the Google Admin Directory API. We will&#xA;setup a Google Cloud Platform (GCP) service account and grant it access to the Directory API.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Enable the Admin SDK &#xA;&lt;a href=&#34;https://console.cloud.google.com/apis/library/admin.googleapis.com&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;In your &#xA;&lt;a href=&#34;https://console.cloud.google.com&#34; target=&#34;_blank&#34;&gt;Cloud Console&lt;/a&gt;&#xA;,&#xA;create a service account that will access the G Suite Directory API.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/google-groups/fiat-service-account.png&#34; alt=&#34;creating a service account for Fiat in GCP console&#34;&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Navigate to the &amp;ldquo;IAM &amp;amp; Admin&amp;rdquo; &amp;ndash;&amp;gt; Service accounts section.&lt;/li&gt;&#xA;&lt;li&gt;Click &amp;ldquo;Create Service Account.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Give it a name like &amp;ldquo;spinnaker-fiat.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Select &amp;ldquo;Furnish a new private key&amp;rdquo; and select the JSON format.&lt;/li&gt;&#xA;&lt;li&gt;Select &amp;ldquo;Enable G Suite Domain-wide Delegation.&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Click &amp;ldquo;Create&amp;rdquo;, which should download the private key for your new service account (see&#xA;figure below).&lt;/li&gt;&#xA;&lt;li&gt;Transfer this JSON file to a known location in your Spinnaker deployment.&lt;/li&gt;&#xA;&lt;li&gt;You should see your newly created service account in the list, along with &amp;ldquo;DwD&amp;rdquo; and an&#xA;option to &amp;ldquo;View Client ID&amp;rdquo;. Click &amp;ldquo;View Client ID&amp;rdquo; (see figure below).&lt;/li&gt;&#xA;&lt;li&gt;Note the Client ID displayed. It will be used in the next step.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/google-groups/fiat-cliend-id.png&#34; alt=&#34;View the client ID&#34;&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>LDAP</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/ldap/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/ldap/</guid>
				<description>&lt;p&gt;Please note that LDAP is flexible enough to offer lots of other options and configuration possibilities. Spinnaker&#xA;uses the Spring Security libraries, which solve a number of challenges.&lt;/p&gt;&#xA;&lt;h2 id=&#34;configure-fiat&#34;&gt;Configure fiat&lt;/h2&gt;&#xA;&lt;p&gt;With the LDAP manager credentials and search patterns in hand, add the following to &lt;code&gt;fiat-local.yml&lt;/code&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;auth&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;group-membership&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;service&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;ldap&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;ldap&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;url&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;ldaps://something.com&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;managerDn&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;dn=something&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;managerPassword&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;encrypted:secretPlease&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;userSearchBase&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;searchBase&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;groupSearchBase&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;## optional, defaults to the uid={-},ou=users&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;userDnPattern&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;uid={0},ou=users&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;## user search fitler defaults to null but could be set like so&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;userSearchFilter&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;(employeeEmail={0})&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;## Defaults to uniqueMember={0}&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;groupSearchFilter&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;(uniqueMember={0})&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;## defaults to cn&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;groupRoleAttributes&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;cn&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;groupUserAttributes&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;nullByDefault&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;thresholdToUseGroupMembership&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;100&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enablePagingForGroupMembershipQueries&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;false&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;pageSizeForGroupMembershipQueries&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;100&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;loadUserDNsBatchSize&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;100&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;userIdAttribute&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;employeeEmail&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enableDnBasedMultiLoad&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;false&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;cache&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;        &lt;/span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;## Defaults to false.  Enable to reduce LDAP load&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;        &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;        &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;expireAfterWriteSeconds&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;600&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;See the &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/blob/main/fiat/fiat-ldap/src/main/java/com/netflix/spinnaker/fiat/config/LdapConfig.java&#34; target=&#34;_blank&#34;&gt;ldap configuration code&lt;/a&gt;&#xA; for more&#xA;information on each setting.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Notifications and Events Guide</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/features/notifications/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/features/notifications/</guid>
				<description>&lt;p&gt;Out of the box, Spinnaker allows you to configure the following types of notifications:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#email&#34;&gt;Email&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#microsoft-teams&#34;&gt;Microsoft Teams&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#slack&#34;&gt;Slack&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#twilio&#34;&gt;SMS&lt;/a&gt;&#xA; via Twilio&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#cdevents&#34;&gt;CDEvents&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This is discussed in the Configuring Notifications section below.&lt;/p&gt;&#xA;&lt;p&gt;Additionally, Spinnaker allows you to set webhooks for git triggers. See the &#xA;&lt;a href=&#34;#setting-up-git-triggers-in-spinnaker&#34;&gt;Setting up Git Triggers in Spinnaker&lt;/a&gt;&#xA; section.&lt;/p&gt;&#xA;&lt;p&gt;You can also set Spinnaker to stream all its events to a downstream listener. See the &#xA;&lt;a href=&#34;#add-a-listening-webhook-to-spinnaker&#34;&gt;Add a Webhook to Spinnaker&lt;/a&gt;&#xA; section.&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker is also capable of handling cron-based triggers and detect changes in Jenkins builds and Docker&#xA;images by enabling &#xA;&lt;a href=&#34;https://spinnaker.io/docs/setup/other_config/ci/&#34; target=&#34;_blank&#34;&gt;continuous integration configuration in spinnaker&lt;/a&gt;&#xA;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Oracle Cloud Infrastructure - Bakery</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/bakery/oracle/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/bakery/oracle/</guid>
				<description>&lt;p&gt;The Oracle Cloud Infrastructure (OCI) bakery configuration allows for setting the default availability domain, network,&#xA;and instance shape of the VM used for baking the image.  Add the following to &lt;code&gt;rosco-local.yml&lt;/code&gt; to enable oracle&#xA;account baking.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;oracle&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;bakery-defaults&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;availabilityDomain&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;subnetId&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;instanceShape&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;templateFile&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;oracle.json&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;baseImages&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;baseImageId&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;sshUserName&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;packageType&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;rpm&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;These images are used to dynamically populate the bake stage UI:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Managed Delivery Overview</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/managed-delivery-overview/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/managed-delivery-overview/</guid>
				<description>&lt;h2 id=&#34;what-is-managed-delivery&#34;&gt;What is Managed Delivery?&lt;/h2&gt;&#xA;&lt;p&gt;Managed Delivery is an initiative with two key goals.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Provide native means for Spinnaker users to declaratively manage software delivery.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;With a &lt;em&gt;declarative&lt;/em&gt; model, users describe the desired end-state of a deployed application. Spinnaker continually&#xA;calculates how this desired state maps to cloud resources. When desired state diverges from actual cloud state,&#xA;Spinnaker figures out how to safely bring the deployed state in-line with the desired.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Architecture Overview</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture/microservices-overview/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture/microservices-overview/</guid>
				<description>&lt;h2 id=&#34;spinnaker-microservices&#34;&gt;Spinnaker microservices&lt;/h2&gt;&#xA;&lt;p&gt;Spinnaker is composed of a number of independent microservices:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/tree/main/deck&#34; target=&#34;_blank&#34;&gt;Deck&lt;/a&gt;&#xA; is the browser-based UI.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/tree/main/gate&#34; target=&#34;_blank&#34;&gt;Gate&lt;/a&gt;&#xA; is the API gateway.&lt;/p&gt;&#xA;&lt;p&gt;The Spinnaker UI and all api callers communicate with Spinnaker via Gate.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/tree/main/orca&#34; target=&#34;_blank&#34;&gt;Orca&lt;/a&gt;&#xA; is the orchestration engine.&#xA;It handles all ad-hoc operations and pipelines.&#xA;Read more on the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/service-overviews/orca/&#34;&gt;Orca Service Overview&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/tree/main/clouddriver&#34; target=&#34;_blank&#34;&gt;Clouddriver&lt;/a&gt;&#xA; is responsible for all&#xA;mutating calls to the cloud providers and for indexing/caching all deployed&#xA;resources.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/tree/main/front50&#34; target=&#34;_blank&#34;&gt;Front50&lt;/a&gt;&#xA; is used to persist the&#xA;metadata of applications, pipelines, projects and notifications.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Pipeline Permissions</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/pipeline-permissions/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/pipeline-permissions/</guid>
				<description>&lt;p&gt;You can use pipeline permissions as an alternative to manually managing &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/service-accounts/&#34;&gt;Fiat Service Accounts&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;Without pipeline permissions, a Spinnaker operator first has to create a&#xA;Fiat Service account with the correct permissions. A user can then specify the&#xA;service account as the &lt;code&gt;RunAsUser&lt;/code&gt; per automated trigger. Pipeline permissions&#xA;simplifies this flow – a user only has to specify the set of roles in the&#xA;pipeline specification based on which a Fiat service account is automatically&#xA;created and associated with the pipeline.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Plugin Creators Overview</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/plugin-creators/overview/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/plugin-creators/overview/</guid>
				<description>&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;&#xA;&#xA;  &lt;p&gt;&#xA;&#x9; &#xA;    The contents of this page refer to alpha features in Spinnaker&#xA;    1.19.4.&#xA;&#x9; &#xA;  &lt;/p&gt;&#xA;  &lt;p&gt;&#xA;    This means we are working on their stability and usability, as well as&#xA;    possibly adding or changing features. Expect rough edges, and file &lt;a&#xA;    href=&#34;https://github.com/spinnaker/spinnaker/issues&#34;&gt;issues&lt;/a&gt; as needed.&#xA;  &lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;requirements&#34;&gt;Requirements&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Spinnaker v2025.3.0+&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;taxonomy&#34;&gt;Taxonomy&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Extension Point&lt;/strong&gt;: Defined by a Spinnaker service, it represents an official contract for which extensions can be&#xA;written against. Defined by using an &lt;code&gt;org.pf4j.ExtensionPoint&lt;/code&gt; interface. Written by Core Contributors.&lt;/p&gt;</description>
			</item>
			<item>
				<title>SAML</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/saml/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/saml/</guid>
				<description>&lt;p&gt;The SAML use case is a special one - it&amp;rsquo;s the only one where a user&amp;rsquo;s roles cannot be dynamically&#xA;updated. This is because the user&amp;rsquo;s roles are sent in the initial authentication handshake between&#xA;Gate and the SAML Identity Provider (IdP).&lt;/p&gt;&#xA;&lt;h2 id=&#34;idp-setup&#34;&gt;IdP Setup&lt;/h2&gt;&#xA;&lt;p&gt;To enable SAML roles, configure your IdP to include group membership in the assertion&#xA;(not covered - some providers may not offer this option). By default, Gate looks for the&#xA;&lt;code&gt;memberOf&lt;/code&gt; attribute statement, but this can be reconfigured in Gate’s settings.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Service Accounts</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/service-accounts/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/service-accounts/</guid>
				<description>&lt;p&gt;Service Accounts enable the ability for automatically triggered pipelines to modify&#xA;resources in protected accounts or applications. Practically speaking, this means that a Git&#xA;commit could trigger a Jenkins build that could then kick off a pipeline to deploy the newly built&#xA;image in your access-controlled QA environment.  The pipeline would run utilizing the permissions of the service&#xA;account.  Service accounts are NOT authenticated accounts but abstractions around permissions for roles.&lt;/p&gt;</description>
			</item>
			<item>
				<title>API Rate Limiting</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/runbooks/api-rate-limiting/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/runbooks/api-rate-limiting/</guid>
				<description>&lt;p&gt;If your Spinnaker deployment has API clients interacting with it, enabling and&#xA;knowing how to operate the API rate limiter can help keep Spinnaker reliable&#xA;through spikes of heavy traffic or rogue clients.&lt;/p&gt;&#xA;&lt;h2 id=&#34;intro&#34;&gt;Intro&lt;/h2&gt;&#xA;&lt;p&gt;The API Rate Limiter currently supports limiting individual authenticated and&#xA;anonymous principals, bucketing requests into windows that are refreshed every&#xA;interval as well as global &amp;amp; per-principal learning mode. Both the capacity, as&#xA;well as the window size, are configurable globally and per-principal.&lt;/p&gt;</description>
			</item>
			<item>
				<title>AWS EC2 Launch Templates</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/server-group-launch-settings/aws-ec2/launch-templates/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/server-group-launch-settings/aws-ec2/launch-templates/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;Launch Template Support must be enabled in order to use the features described in this page.&#xA;Follow guidelines &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/server-group-launch-settings/aws-ec2/launch-templates-setup&#34;&gt;here&lt;/a&gt;&#xA; to enable the feature set.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Note: The features supported in the UI (Deck) come with tool tips that can help you learn the new features.&#xA;Consider trying them out in Deck, especially if they are new to you.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;feature-configuration&#34;&gt;Feature Configuration&lt;/h2&gt;&#xA;&lt;p&gt;Once launch templates support is enabled in Clouddriver, a new set of features are unlocked.&#xA;Some of them are tied to the EC2 launch template directly like &lt;code&gt;IMDSV2&lt;/code&gt; and&#xA;others require a launch template to be used in order to support features like &lt;code&gt;SpotAllocationStrategy&lt;/code&gt; (&#xA;&lt;a href=&#34;https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_MixedInstancesPolicy.html&#34; target=&#34;_blank&#34;&gt;MixedInstancesPolicy&lt;/a&gt;&#xA; features).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Caching: Account Name Based Sharding</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/runbooks/caching-account-name-based-sharding/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/runbooks/caching-account-name-based-sharding/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;Account name based sharding is applicable to the caching function of a clouddriver. In case of HA mode, it is applicable to clouddriver-caching pods only.&#xA;This feature is added at caching scheduler(both redis &amp;amp; sql backed) level which means it&amp;rsquo;s applicable to any cloud provider.&lt;/p&gt;&#xA;&lt;p&gt;This is a configurable feature. When configured, all the caching agents of an account are run by a single caching pod.&#xA;The logic of identifying the account whose caching agents are to be run in a particular pod is dependent on the name of the account(hashcode) and the number of available caching pods.&#xA;When the pods are scaled up or down, the agents will resettle to the same or a different pod based on the sharding logic.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure a canary</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/canary/config/canary-config/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/canary/config/canary-config/</guid>
				<description>&lt;p&gt;Before you can add a canary stage to a pipeline, you need to configure what the&#xA;canary consists of, including:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A name by which a canary stage can choose this config&lt;/li&gt;&#xA;&lt;li&gt;The specific metrics to evaluate, and a logical grouping of those metrics&lt;/li&gt;&#xA;&lt;li&gt;Default scoring thresholds (which can be overridden in the&#xA;canary stage)&lt;/li&gt;&#xA;&lt;li&gt;Optionally, one or more filter templates&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Canary configuration is done per Spinnaker&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/#application&#34;&gt;application&lt;/a&gt;&#xA;. For each&#xA;application set up to support canary, you create one or more configs.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure an application</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/applications/configure/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/applications/configure/</guid>
				<description>&lt;p&gt;Once you&amp;rsquo;ve &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/applications/create/&#34;&gt;created an application&lt;/a&gt;&#xA;, you can&#xA;finish configuring it before adding infrastructure and pipelines.&lt;/p&gt;&#xA;&lt;h2 id=&#34;start-configuring&#34;&gt;Start configuring&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;From within the application, click &lt;strong&gt;CONFIG&lt;/strong&gt; at the top right of the&#xA;Spinnaker screen.&lt;/p&gt;&#xA;&lt;p&gt;The application attributes you &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/applications/create/&#34;&gt;defined when you created the app&lt;/a&gt;&#xA; are shown at the top.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt; Spinnaker can infer applications based on existing infrastructure.&#xA;In these cases, there are no application attributes. For applications that&#xA;you want to use &lt;em&gt;as applications&lt;/em&gt; (as described in this guide) you&amp;rsquo;ll have&#xA;to add the attributes.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Create an application</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/applications/create/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/applications/create/</guid>
				<description>&lt;p&gt;You can&amp;rsquo;t create a deployment pipeline unless you have an application to put it&#xA;in. If you&amp;rsquo;re accessing Spinnaker for the first time and there are no&#xA;applications available, the first thing you&amp;rsquo;re going to do is create one.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;From any screen, click on the &lt;strong&gt;Applications&lt;/strong&gt; tab.&lt;/p&gt;&#xA;&lt;p&gt;Note that there might be some applications there already. In some cases,&#xA;Spinnaker creates applications automatically based on existing&#xA;infrastructure.&lt;/p&gt;&#xA;&lt;p&gt;These applications will be marked &amp;ldquo;unconfigured&amp;rdquo;; they won&amp;rsquo;t have the&#xA;application attributes that are added when you create a new application.&#xA;These inferred applications are not suitable for putting your pipelines in;&#xA;go ahead and create a new one.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Custom CAs for Webhooks</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/webhook-custom-trust-store/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/webhook-custom-trust-store/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/pipeline/stages/#webhook&#34;&gt;Webhook stages&lt;/a&gt;&#xA; enable Spinnaker to make&#xA;HTTP(S) calls to external web services. If the configured webhook URL has the&#xA;&lt;code&gt;https://&lt;/code&gt; scheme, Spinnaker will use TLS to communicate with the external&#xA;server. Spinnaker will attempt to validate the certificate presented by the&#xA;server by building a chain of trust back to a trusted certification authority&#xA;(CA) and will refuse to connect if the certificate cannot be validated.&lt;/p&gt;&#xA;&lt;p&gt;By default Spinnaker uses the trust store provided by the JVM as its source of&#xA;trusted CAs. The default behavior is sufficient for webhooks to public-facing&#xA;servers where it is possible to build a chain of trust back to a root CA.&#xA;Internal servers, however, may have certificates issued by a company-specific CA&#xA;that is not trusted by a root CA. Webhooks to these servers over &lt;code&gt;https://&lt;/code&gt; will&#xA;fail using the default configuration.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Custom Job Stages</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/custom-job-stages/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/custom-job-stages/</guid>
				<description>&lt;p&gt;For users of Kubernetes or Titus, Custom Job Stages offer a native solution for enhancing Spinnaker&amp;rsquo;s functionality with the power of containers. Custom Job Stages enable operators to extend Spinnaker without having to maintain a custom build of Orca.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Note: Custom Job stages are only supported for the Kubernetes and Titus providers.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-works&#34;&gt;How it works&lt;/h2&gt;&#xA;&lt;p&gt;At its core, Custom Job Stages use the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/pipeline/stages/#run-job&#34;&gt;Run Job stage&lt;/a&gt;&#xA; to start a Task (Titus) or Job (Kubernetes) to perform some type of work. These jobs are defined as configuration for Orca and registered when the application starts. When used in a pipeline, Orca takes this configuration, generates a Run Job stage and then executes it. To support a more native experience, we provide configuration options for things like stage name, description and parameters so that this stage feels less like a Run Job stage and more like an out of the box stage.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Custom Webhook Stages</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/custom-webhook-stages/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/custom-webhook-stages/</guid>
				<description>&lt;p&gt;Custom webhook stages provide a simple, yet powerful, way of adding custom stages to Spinnaker. These stages are typically used to make quick API calls to an external system as part of a pipeline. Instead of extending the various components through code, users can simply add configuration to Orca for these stages. They appear in the UI as if they were a native stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;creating-a-custom-webhook-stage&#34;&gt;Creating a Custom Webhook Stage&lt;/h2&gt;&#xA;&lt;p&gt;To set up a custom webhook stage, you&amp;rsquo;ll need to modify the &lt;code&gt;orca-local.yml&lt;/code&gt; configuration file. The &lt;code&gt;webhook.preconfigured&lt;/code&gt; property allows you to define multiple webhook stages. Here&amp;rsquo;s an example configuration:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Delete an application</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/applications/delete/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/applications/delete/</guid>
				<description>&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;If you have any server groups in this application, you need to delete them&#xA;first.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;From the Applications screen, open the application you want to delete.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Click &lt;strong&gt;CONFIG&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Scroll to the bottom of the application configuration screen, and click&#xA;&lt;strong&gt;Delete Application&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/applications/delete_application.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Echo: Cassandra to In-Memory</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/echo-cassandra-to-in-memory/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/echo-cassandra-to-in-memory/</guid>
				<description>&lt;p&gt;Echo&amp;rsquo;s scheduler can be run completely in-memory. On startup or redeploy, echo will check cron schedules to see if it needs to retroactively execute any missed triggers. This migration only requires configuration changes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-disable-cassandra-in-echoyml&#34;&gt;1. Disable Cassandra in echo.yml&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;spinnaker:&#xA;  cassandra:&#xA;    enabled: false&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;2-enable-in-memory-backend-in-echoyml&#34;&gt;2. Enable in-memory backend in echo.yml&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;spinnaker:&#xA;  inMemory:&#xA;    enabled: true&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;3-enable-the-scheduler-compensation-job-in-echoyml&#34;&gt;3. Enable the scheduler compensation job in echo.yml&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;scheduler:&#xA;  compensationJob:&#xA;    enabled: true&#xA;    windowMs: 1800000 # optional&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The &lt;code&gt;windowMs&lt;/code&gt; property dictates how far in the past echo will look to find missed schedules. By default this is 30 minutes.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Create and use filter templates</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/canary/config/filter-templates/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/canary/config/filter-templates/</guid>
				<description>&lt;p&gt;Filter templates allow you to compose and parameterize advanced queries against&#xA;your telemetry provider. Parameterized queries are hydrated by values provided&#xA;in the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/canary/stage/#extended-params&#34;&gt;canary stage&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;things-to-keep-in-mind&#34;&gt;Things to keep in mind&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Each filter template you create for a given canary configuration is available&#xA;to each individual metric you add.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The query against your metrics is the metric type &lt;em&gt;plus&lt;/em&gt; selectors that refine&#xA;what is returned in the time series.&lt;/p&gt;&#xA;&lt;p&gt;For Spinnaker canary purposes, the filter template contains only those&#xA;refining selectors. The metric type is provided by the list of metrics above.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Front50: Cassandra to Object Store (S3, Azure, or GCS)</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/front50-cassandra-to-obj-store/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/front50-cassandra-to-obj-store/</guid>
				<description>&lt;p&gt;Cassandra is no longer an actively maintained or supported persistence store.&lt;/p&gt;&#xA;&lt;p&gt;A migration to S3, GCS, or AZS is &lt;strong&gt;recommended&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-create-a-bucket-and-folder&#34;&gt;1. Create a bucket and folder&lt;/h2&gt;&#xA;&lt;p&gt;Make up a bucket name (or account name if using Azure) that is consistent with the naming policies for the underlying storage service. For purposes of this document, we&amp;rsquo;ll pick ${USER}-spinnaker since many storage services (including Amazon S3, Google GCS, and Azure AZS) require globally unique names.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Front50: Cassandra to Redis</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/front50-cassandra-to-redis/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/front50-cassandra-to-redis/</guid>
				<description>&lt;h2 id=&#34;1-install-redis&#34;&gt;1. Install Redis&lt;/h2&gt;&#xA;&lt;h2 id=&#34;2-disable-cassandra-in-front50yml&#34;&gt;2. Disable Cassandra in front50.yml&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;cassandra:&#xA;  enabled: false&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;3-enable-redis-in-front50yml&#34;&gt;3. Enable Redis in front50.yml&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;spinnaker:&#xA;  redis:&#xA;    enabled: true&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;4-export-existing-applications-pipelines-strategies-notifications-and-projects&#34;&gt;4. Export existing applications, pipelines, strategies, notifications and projects&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;#!/bin/sh&#xA;&#xA;rm applications.json&#xA;curl http://FRONT50_HOSTNAME:FRONT50_PORT/global/applications | json_pp &amp;gt; applications.json&#xA;&#xA;rm pipelines.json&#xA;curl http://FRONT50_HOSTNAME:FRONT50_PORT/pipelines | json_pp &amp;gt; pipelines.json&#xA;&#xA;rm strategies.json&#xA;curl http://FRONT50_HOSTNAME:FRONT50_PORT/strategies | json_pp &amp;gt; strategies.json&#xA;&#xA;rm notifications.json&#xA;curl http://FRONT50_HOSTNAME:FRONT50_PORT/notifications | json_pp &amp;gt; notifications.json&#xA;&#xA;rm projects.json&#xA;curl http://FRONT50_HOSTNAME:FRONT50_PORT/v2/projects | json_pp | jq &amp;#39;._embedded.projects&amp;#39; &amp;gt; projects.json&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;5-deploy-new-front50&#34;&gt;5. Deploy new Front50&lt;/h2&gt;&#xA;&lt;h2 id=&#34;6-import-applications-pipelines-strategies-notifications-and-projects&#34;&gt;6. Import applications, pipelines, strategies, notifications and projects&lt;/h2&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;#!/bin/sh&#xA;&#xA;curl -X POST -H &amp;#34;Content-type: application/json&amp;#34; --data-binary @&amp;#34;notifications.json&amp;#34; http://FRONT50_HOSTNAME:FRONT50_PORT/notifications/batchUpdate&#xA;curl -X POST -H &amp;#34;Content-type: application/json&amp;#34; --data-binary @&amp;#34;strategies.json&amp;#34; http://FRONT50_HOSTNAME:FRONT50_PORT/strategies/batchUpdate&#xA;curl -X POST -H &amp;#34;Content-type: application/json&amp;#34; --data-binary @&amp;#34;pipelines.json&amp;#34; http://FRONT50_HOSTNAME:FRONT50_PORT/pipelines/batchUpdate&#xA;curl -X POST -H &amp;#34;Content-type: application/json&amp;#34; --data-binary @&amp;#34;applications.json&amp;#34; http://FRONT50_HOSTNAME:FRONT50_PORT/global/applications/batchUpdate&#xA;curl -X POST -H &amp;#34;Content-type: application/json&amp;#34; --data-binary @&amp;#34;projects.json&amp;#34; http://FRONT50_HOSTNAME:FRONT50_PORT/v2/projects/batchUpdate&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
			</item>
			<item>
				<title>Getting Set Up for Spinnaker Development</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/dev-env/getting-set-up/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/dev-env/getting-set-up/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;This page describes the steps a Developer should take to fetch Spinnaker&amp;rsquo;s codebase and get set up to work on it.&lt;/p&gt;&#xA;&lt;p&gt;Follow the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/community/contributing/code/submitting/&#34;&gt;contributing guidelines&lt;/a&gt;&#xA;&#xA;if you plan to submit your work as a patch to the open source project.&lt;/p&gt;&#xA;&lt;h2 id=&#34;system-requirements&#34;&gt;System Requirements&lt;/h2&gt;&#xA;&lt;p&gt;This guide assumes you have access to a machine with a minimum specification of:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;At least 16 GB of RAM&lt;/li&gt;&#xA;&lt;li&gt;At least 6 cores CPU&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;macos&#34;&gt;MacOS&lt;/h3&gt;&#xA;&lt;p&gt;These are some tools but install additional as needed the tools for your needs&lt;/p&gt;</description>
			</item>
			<item>
				<title>Hiding Stages</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/hiding-stages/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/hiding-stages/</guid>
				<description>&lt;p&gt;Stages that are not provider-specific will be available by default. To hide specific stages&#xA;from end-users, set the &lt;code&gt;hiddenStages&lt;/code&gt; property in Deck&amp;rsquo;s &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/blob/main/spinnaker-kustomize/overlays/config/files/settings-local.js&#34; target=&#34;_blank&#34;&gt;settings-local.js&lt;/a&gt;&#xA;&#xA;to a list of the keys of stages you wish to hide. For example, to hide the Gremlin and Travis&#xA;stages, include the following in &lt;code&gt;settings-local.js&lt;/code&gt;:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-js&#34; data-lang=&#34;js&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt; &lt;span style=&#34;color:#204a87&#34;&gt;window&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;spinnakerSettings&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;hiddenStages&lt;/span&gt; &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;[&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#39;gremlin&amp;#39;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#39;travis&amp;#39;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;];&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Kubernetes CRD Extensions</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/extending/crd-extensions/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/extending/crd-extensions/</guid>
				<description>&lt;h1 id=&#34;spinnaker-extension-points-for-custom-resource-definitions&#34;&gt;Spinnaker Extension Points for Custom Resource Definitions&lt;/h1&gt;&#xA;&lt;p&gt;At Google, we&amp;rsquo;ve built extension points for deep CRD integrations within Spinnaker.&lt;/p&gt;&#xA;&lt;p&gt;This work has allowed us to support the following features within Spinnaker:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Custom models for representing CRDs as &lt;code&gt;spinnakerKinds&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Deploying CRDs with custom Spinnaker artifact types&lt;/li&gt;&#xA;&lt;li&gt;Custom Kubernetes API versions&lt;/li&gt;&#xA;&lt;li&gt;Custom Spinnaker naming strategies&lt;/li&gt;&#xA;&lt;li&gt;Per-account, custom Spinnaker UIs that can run alongside the existing Kubernetes UIs&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This guide is for developers who want to duplicate this functionality for their CRDs.&#xA;It also exists as an explanation of certain code paths within Spinnaker which include hooks with no current corresponding open-source implementations.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Manage Applications</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/spin/app/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/spin/app/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;spin&lt;/code&gt; can manage the whole lifecycle of your application:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ spin application&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Usage:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   application &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;[&lt;/span&gt;command&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Aliases:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  application, applications, app&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Available Commands:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  delete      Delete the specified application&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  get         Get the specified application&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  list        List the all applications&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  save        Save the provided application&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Flags:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -h, --help   &lt;span style=&#34;color:#204a87&#34;&gt;help&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;for&lt;/span&gt; application&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Global Flags:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --config string          path to config file &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default &lt;span style=&#34;color:#000&#34;&gt;$HOME&lt;/span&gt;/.spin/config&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --gate-endpoint string   Gate &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;API server&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt; endpoint &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default http://localhost:8084&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -k, --insecure               ignore certificate errors&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --no-color               disable color &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default &lt;span style=&#34;color:#204a87&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --output string          configure output formatting&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -q, --quiet                  squelch non-essential output&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Use &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34; application [command] --help&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;for&lt;/span&gt; more information about a command.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The following assumes Spinnaker is running and Gate is&#xA;listening on &lt;code&gt;http://localhost:8084&lt;/code&gt;. If gate is running elsewhere,&#xA;you can set the Gate endpoint with the global &lt;code&gt;--gate-endpoint&lt;/code&gt; flag.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Manage Canary Configs</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/spin/canary-configs/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/spin/canary-configs/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ spin canary canary-configs&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Usage:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   canary canary-config &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;[&lt;/span&gt;command&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Aliases:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  canary-config, canary-configs, cc&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Available Commands:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  delete      Delete the provided canary config&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  get         Get the canary config with the provided id&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  list        List the canary configs&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  retro       Retro the provided canary config&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  save        Save the provided canary config&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Flags:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -h, --help   &lt;span style=&#34;color:#204a87&#34;&gt;help&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;for&lt;/span&gt; canary-config&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Global Flags:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --config string            path to config file &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default &lt;span style=&#34;color:#000&#34;&gt;$HOME&lt;/span&gt;/.spin/config&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --default-headers string   configure default headers &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;for&lt;/span&gt; gate client as comma separated list &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;e.g. &lt;span style=&#34;color:#000&#34;&gt;key1&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;value1,key2&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;value2&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --gate-endpoint string     Gate &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;API server&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt; endpoint &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default http://localhost:8084&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -k, --insecure                 ignore certificate errors&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --no-color                 disable color &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default &lt;span style=&#34;color:#204a87&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --output string            configure output formatting&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -q, --quiet                    squelch non-essential output&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Use &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34; canary canary-config [command] --help&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;for&lt;/span&gt; more information about a command.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The following instructions assume Spinnaker is running and Gate is listening on &lt;code&gt;http://localhost:8084&lt;/code&gt;. If gate is running elsewhere, you can set the Gate endpoint with the global &lt;code&gt;--gate-endpoint&lt;/code&gt; flag.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Manage Pipeline Templates</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/spin/pipeline-templates/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/spin/pipeline-templates/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Note: &lt;code&gt;spin&lt;/code&gt; only supports pipeline templates v2.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;code&gt;spin&lt;/code&gt; can manage the whole lifecycle of your v2 pipeline templates:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ spin pipeline-templates&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Usage:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   pipeline-template &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;[&lt;/span&gt;command&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Aliases:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  pipeline-template, pipeline-templates, pt&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Available Commands:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  delete      Delete the provided pipeline template&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  get         Get the pipeline template with the provided ID&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  list        List the pipeline templates &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;for&lt;/span&gt; the provided scopes&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  plan        Plan the provided pipeline template config&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  save        Save the provided pipeline&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Flags:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -h, --help   &lt;span style=&#34;color:#204a87&#34;&gt;help&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;for&lt;/span&gt; pipeline-template&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Global Flags:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --config string          path to config file &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default &lt;span style=&#34;color:#000&#34;&gt;$HOME&lt;/span&gt;/.spin/config&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --gate-endpoint string   Gate &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;API server&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt; endpoint &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default http://localhost:8084&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -k, --insecure               ignore certificate errors&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --no-color               disable color &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default &lt;span style=&#34;color:#204a87&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --output string          configure output formatting&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -q, --quiet                  squelch non-essential output&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Use &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34; pipeline-template [command] --help&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;for&lt;/span&gt; more information about a command.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The following assumes Spinnaker is running and Gate is&#xA;listening on &lt;code&gt;http://localhost:8084&lt;/code&gt;. If gate is running elsewhere,&#xA;you can set the Gate endpoint with the global &lt;code&gt;--gate-endpoint&lt;/code&gt; flag.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Manage Pipelines</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/spin/pipeline/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/spin/pipeline/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;spin&lt;/code&gt; can manage the whole lifecycle of your pipeline:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ spin pipeline&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Usage:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;   pipeline &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;[&lt;/span&gt;command&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Aliases:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  pipeline, pipelines, pi&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Available Commands:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  delete      Delete the provided pipeline&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  execute     Execute the provided pipeline&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  get         Get the pipeline with the provided name from the provided application&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  list        List the pipelines &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;for&lt;/span&gt; the provided application&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  save        Save the provided pipeline&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Flags:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -h, --help   &lt;span style=&#34;color:#204a87&#34;&gt;help&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;for&lt;/span&gt; pipeline&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Global Flags:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --config string          path to config file &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default &lt;span style=&#34;color:#000&#34;&gt;$HOME&lt;/span&gt;/.spin/config&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --gate-endpoint string   Gate &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;API server&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt; endpoint &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default http://localhost:8084&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -k, --insecure               ignore certificate errors&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --no-color               disable color &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;(&lt;/span&gt;default &lt;span style=&#34;color:#204a87&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;      --output string          configure output formatting&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  -q, --quiet                  squelch non-essential output&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Use &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34; pipeline [command] --help&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;for&lt;/span&gt; more information about a command.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The following assumes Spinnaker is running and Gate is&#xA;listening on &lt;code&gt;http://localhost:8084&lt;/code&gt;. If gate is running elsewhere,&#xA;you can set the Gate endpoint with the global &lt;code&gt;--gate-endpoint&lt;/code&gt; flag.&lt;/p&gt;</description>
			</item>
			<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>Orca: Quality of Service</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/runbooks/orca-quality-of-service/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/runbooks/orca-quality-of-service/</guid>
				<description>&lt;p&gt;&lt;strong&gt;EXPERIMENTAL&lt;/strong&gt;: This feature is still in an early adoption / experimental phase. While you can use it today (Orca v6.71.0), Netflix is currently running this in learning mode / judiciously enabling in response to on-call events.&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker ships with an optional Quality of Service (QoS) module that can be used to manage the amount of active executions running at any given time.&#xA;By default, this QoS module is disabled, but can be enabled and tuned with a handful of knobs and different strategies.&#xA;Before we dive into the configuration settings, we&amp;rsquo;ll go over how QoS works.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Orca: Redis to SQL Migration</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/orca-redis-to-sql/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/orca-redis-to-sql/</guid>
				<description>&lt;p&gt;If you are not migrating an existing Orca deployment, refer to &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/persistence/orca-sql/&#34;&gt;Orca SQL Setup&lt;/a&gt;&#xA; instead.&lt;/p&gt;&#xA;&lt;h2 id=&#34;migrate-from-redis-to-sql&#34;&gt;Migrate from Redis to SQL&lt;/h2&gt;&#xA;&lt;p&gt;Migrating without downtime from Redis to SQL is a three-step process:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#enable-dualexecutionrepository&#34;&gt;Deploy Orca with the &lt;code&gt;DualExecutionRepository&lt;/code&gt; writing to both Redis and SQL.&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#deploy-a-migration-cluster&#34;&gt;Deploy a new Orca cluster with migrators enabled and queue processing disabled.&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#disable-dualexecutionrepository&#34;&gt;Once all executions have been migrated, delete migration cluster and disable &lt;code&gt;DualExecutionRepository&lt;/code&gt;.&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;When &lt;code&gt;DualExecutionRepository&lt;/code&gt; is running, writes will be routed to either Redis&#xA;or SQL. Executions will only be migrated to SQL once they&amp;rsquo;ve completed (either&#xA;successfully or terminally): This keeps the migration story simple. As such, the&#xA;migration agents will need to run for awhile. At Netflix, we ran the migration&#xA;cluster for two weeks, as we had long pipeline executions due to canaries. You&#xA;may only need to run the migration cluster for an hour.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Orca: Zombie Executions</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/runbooks/orca-zombie-executions/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/runbooks/orca-zombie-executions/</guid>
				<description>&lt;p&gt;Aliases: &lt;code&gt;orphaned execution&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;A zombie Execution is one that has a status in the database of RUNNING but there are no messages in Orca&amp;rsquo;s work queue or unacked set—the pipeline or task is not doing anything.&lt;/p&gt;&#xA;&lt;h2 id=&#34;diagnosis&#34;&gt;Diagnosis&lt;/h2&gt;&#xA;&lt;p&gt;Logs will be emitted regularly for Executions that are currently running in Orca via the &lt;code&gt;QueueProcessor&lt;/code&gt; class, which will look similar to the following example.&#xA;If no logs have been emitted for over 10 minutes for a &lt;code&gt;RUNNING&lt;/code&gt; Execution, it is very likely a zombie.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Releasing A Patch</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/releasing/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/releasing/</guid>
				<description>&lt;p&gt;Say you&amp;rsquo;ve written a patch, and it&amp;rsquo;s been merged into Spinnaker. First off,&#xA;thanks for helping the project! Odds are, you want to deploy this patch to the&#xA;Spinnaker you manage. You have a few options available:&lt;/p&gt;&#xA;&lt;h1 id=&#34;wait-for-the-non-patch-release&#34;&gt;Wait for the non-patch release&lt;/h1&gt;&#xA;&lt;p&gt;Any time we release a new minor version of Spinnaker (e.g. 1.16.0 or 1.17.0), we&#xA;include all commits merged into &lt;code&gt;main&lt;/code&gt; for each service. We do this on a quarterly&#xA;basis by default.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Sharding Spinnaker</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/runbooks/sharding-spinnaker/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/runbooks/sharding-spinnaker/</guid>
				<description>&lt;h2 id=&#34;intro&#34;&gt;Intro&lt;/h2&gt;&#xA;&lt;p&gt;This document shows you how to shard traffic to different Spinnaker services based upon configured criteria. The general pattern is to define a selector class in your configuration. Endpoints will then be selected based upon the criteria specified in the selectors.&lt;/p&gt;&#xA;&lt;p&gt;As an example, Netflix creates read-only shards for Clouddriver to better manage requests.&lt;/p&gt;&#xA;&lt;p&gt;Selectors exist at these levels:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Application&lt;/li&gt;&#xA;&lt;li&gt;Execution type (i.e, Pipeline vs Orchestration)&lt;/li&gt;&#xA;&lt;li&gt;Origin&lt;/li&gt;&#xA;&lt;li&gt;Authenticated User&lt;/li&gt;&#xA;&lt;li&gt;Deployment account&lt;/li&gt;&#xA;&lt;li&gt;Cloud Provider&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You will need to modify your Spinnaker deployment pipelines to ensure the infrastructure for each shard is correctly created, otherwise traffic could be sent to non-existent shards.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Usage Statistics</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/statistics/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/statistics/</guid>
				<description>&lt;p&gt;&#xA;&lt;a href=&#34;#how-is-the-data-collected&#34;&gt;If enabled&lt;/a&gt;&#xA;, Spinnaker collects data about how the tool is being used. This data is&#xA;anonymized (before being sent across the internet) and aggregated.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-is-data-being-collected&#34;&gt;Why is data being collected?&lt;/h2&gt;&#xA;&lt;p&gt;The project maintainers have few signals about how the product is actually being used in the real world.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Is new feature X having any traction with users?&lt;/em&gt;&#xA;&lt;em&gt;Can we remove feature Y because it&amp;rsquo;s hard to maintain?&lt;/em&gt;&lt;/p&gt;&#xA;&lt;p&gt;Questions like these are difficult to answer without at least some automated data collection, and ultimately that leads&#xA;to a product that becomes slow, bloated, and littered with failed experimental code that nobody is confident about&#xA;deleting.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Writing a New Stage</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/extending/new-stage/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/extending/new-stage/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;To create a new stage, you need to make changes &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/&#34; target=&#34;_blank&#34;&gt;in the monorepo&lt;/a&gt;&#xA; to&#xA;&lt;code&gt;orca&lt;/code&gt; to implement the logic of the stage, and the front-end changes in &lt;code&gt;deck&lt;/code&gt; to&#xA;implement the UI. Depending on what the stage does, you may need to implement&#xA;new cloud provider-specific logic in &lt;code&gt;clouddriver&lt;/code&gt; and/or expose new APIs in &lt;code&gt;gate&lt;/code&gt; as well.&lt;/p&gt;&#xA;&lt;p&gt;This doc currently only covers the backend changes made to orca.&lt;/p&gt;&#xA;&lt;h2 id=&#34;backend-orca&#34;&gt;Backend (orca)&lt;/h2&gt;&#xA;&lt;p&gt;For the backend, you need to define:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Getting Started as a Content Contributor</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/content-contributing/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/content-contributing/</guid>
				<description>&lt;p&gt;&#xA;&lt;a href=&#34;https://blog.spinnaker.io/getting-started-as-a-content-contributor-fd4d3bde420a&#34; target=&#34;_blank&#34;&gt;Originally published on the Spinnaker Community Blog&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Hi! Nikema here. I co-lead the Spinnaker Contributor Experience Special Interest Group (SIG) with Adetokunbo Ige. Since stepping into this role, I’ve wanted to write a post to explicitly welcome non-code contributions to the project. This is meant to be a living document, and I am open to feedback and suggestions. Let’s work together to make open source contributing a little less intimidating.&lt;/p&gt;&#xA;&lt;p&gt;I will be loosely referring to contributing to Spinnaker, but I intend to make this a starting point for anyone new to content contributing.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Enable Pipeline Templates</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/pipeline-templates/enable/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/pipeline-templates/enable/</guid>
				<description>&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;hal config features edit --pipeline-templates true&#xA;hal deploy apply&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
			</item>
			<item>
				<title>Getting Started</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/getting-started/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/getting-started/</guid>
				<description>&lt;p&gt;This means that we support only EC2 and Titus, and that we have limited feature and UI support.&#xA;This guide walks through onboarding to Managed Delivery assuming that you are using EC2 or Titus.&lt;/p&gt;&#xA;&lt;h2 id=&#34;intro&#34;&gt;Intro&lt;/h2&gt;&#xA;&lt;p&gt;To get started with Managed Delivery you&amp;rsquo;ll need an idea of what infrastructure you want to manage.&#xA;You can pick a new piece of infrastructure that you want to create (a new load balancer, for example) or migrate an existing piece of infrastructure (an existing cluster, for example).&lt;/p&gt;</description>
			</item>
			<item>
				<title>API</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/api/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/api/</guid>
				<description>&lt;p&gt;The endpoints for managed delivery are located in the &lt;code&gt;managed-controller&lt;/code&gt;.&#xA;The endpoints are easily accessible from the swagger api page of your Spinnaker instance.&lt;/p&gt;&#xA;&lt;p&gt;This doc provides samples for how to use the endpoints.&lt;/p&gt;&#xA;&lt;h3 id=&#34;export-an-existing-resource&#34;&gt;Export an Existing Resource&lt;/h3&gt;&#xA;&lt;p&gt;The export endpoint (under the &amp;ldquo;managed-controller&amp;rdquo;) allows you to take an existing resource and export it to a yaml config.&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;GET /managed/resources/export/{cloudProvider}/{account}/{type}/{name}?serviceAccount=yourServiceAccount@company.com&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;These definitions can be stored in your git repo.&lt;/p&gt;&#xA;&lt;h3 id=&#34;validating-yaml&#34;&gt;Validating yaml&lt;/h3&gt;&#xA;&lt;p&gt;The ad-hoc diff endpoint allows you to see if a resource config is valid, and to see the difference between config (desired state) and reality.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Managed Delivery Artifacts</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/artifacts/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/artifacts/</guid>
				<description>&lt;p&gt;Managed Delivery supports two types of delivery artifacts: &lt;strong&gt;debians&lt;/strong&gt; and &lt;strong&gt;Docker images&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Delivery artifacts are meant to provide Spinnaker information about:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Where to locate the &lt;em&gt;available versions&lt;/em&gt; of an artifact you care about&lt;/li&gt;&#xA;&lt;li&gt;How to choose the &lt;em&gt;latest version&lt;/em&gt; from a list of versions&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Spinnaker needs this information to make decisions about when and how to roll out new versions as they become available. Artifacts are defined with name, type, and version strategy information.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Choose your Environment</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/environment/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/environment/</guid>
				<description>&lt;p&gt;In this step, you choose where to install Spinnaker. The recommended path is an installation into a&#xA;Kubernetes cluster&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;#kubernetes-installation&#34;&gt;Kubernetes installation&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Each of Spinnaker&amp;rsquo;s &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture&#34;&gt;microservices&lt;/a&gt;&#xA; services&#xA;are deployed separately. &lt;strong&gt;This is highly recommended for use in production.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;#local-debian&#34;&gt;Local installations&lt;/a&gt;&#xA; of Debian packages&lt;/p&gt;&#xA;&lt;p&gt;You can also install on a single local machine, or for Spinnaker development, making sure you have the 4 cores and 16GB in each case.&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker is deployed on a single machine. This is ok for smaller&#xA;Spinnaker deployments, but Spinnaker will be unavailable when it&amp;rsquo;s being&#xA;updated. Note it&amp;rsquo;s often better to use a microk8s/k3s installation to deploy&#xA;rather than try to deploy a local debian.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Create a Pipeline Template</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/pipeline-templates/create/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/pipeline-templates/create/</guid>
				<description>&lt;p&gt;When you create a pipeline template, you start with the underlying JSON of a&#xA;pipeline that already resembles the template you want. You turn this JSON into&#xA;template JSON.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-get-a-pipelines-json&#34;&gt;1. Get a pipeline&amp;rsquo;s JSON&lt;/h2&gt;&#xA;&lt;p&gt;Use &lt;code&gt;spin&lt;/code&gt; CLI to get the JSON of an existing pipeline that is close to what&#xA;your template will be. Alternatively, you can create a new pipeline in the model&#xA;of your intended template.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Install the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/spin/&#34;&gt;spin CLI&lt;/a&gt;&#xA;, if you haven&amp;rsquo;t already done so.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Delivery Configs</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/delivery-configs/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/delivery-configs/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Prerequisite:&lt;/strong&gt; read and complete the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/getting-started/&#34;&gt;Getting Started&lt;/a&gt;&#xA; document!&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;what-is-a-delivery-config&#34;&gt;What is a Delivery Config?&lt;/h2&gt;&#xA;&lt;p&gt;A &lt;strong&gt;delivery config&lt;/strong&gt; allows you to group resources together in a single file (e.g. &lt;code&gt;spinnaker.yml&lt;/code&gt;) and specify how these resources work together to promote an &lt;strong&gt;artifact&lt;/strong&gt; between &lt;strong&gt;environments&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;artifacts&#34;&gt;Artifacts&lt;/h3&gt;&#xA;&lt;p&gt;An artifact represents the package or docker image that you want to promote in your delivery flow.&#xA;For example, if you develop the package &lt;code&gt;keeldemo&lt;/code&gt; (which is built into a debian) and that is the only package that runs in your application, you&amp;rsquo;d have the following artifact section:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Environment Constraints</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/environment-constraints/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/environment-constraints/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Prerequisite:&lt;/strong&gt; understand the environment concept offered by &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/delivery-configs/#environments&#34;&gt;Delivery Configs&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;what-is-an-environment-constraint&#34;&gt;What is an Environment Constraint?&lt;/h2&gt;&#xA;&lt;p&gt;Environment constraints control how an artifact version flows through environments. A constraint can&#xA;be as simple as ensuring an artifact isn&amp;rsquo;t promoted into &lt;code&gt;Environment B&lt;/code&gt; unless it has successfully deployed into&#xA;&lt;code&gt;Environment A&lt;/code&gt;. Constraints can also specify that an artifact needs to have a canary evaluated by Kayenta before&#xA;it can be deployed into an environment, while also defining how the canary should be deployed and evaluated.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Git-Based Workflows</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/git-based-workflows/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/git-based-workflows/</guid>
				<description>&lt;p&gt;Spinnaker supports git-based workflows to create and update Managed Delivery configurations.&#xA;This allows you to keep your Managed Delivery configuration in code and follow all the usual&#xA;best practices like code review and approvals before a change is introduced to your managed&#xA;resources, environments or deployments.&lt;/p&gt;&#xA;&lt;p&gt;Git support is currently achieved via a pipeline configured with a&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/triggers/&#34;&gt;trigger&lt;/a&gt;&#xA; that can provide source repository&#xA;information (such as a Git trigger) and containing a single &lt;code&gt;Import Delivery Config&lt;/code&gt; stage.&#xA;This stage will retrieve a Delivery Config manifest from the repository associated with your&#xA;pipeline&amp;rsquo;s trigger, then save (or update) it in Spinnaker so it will automatically monitor&#xA;and manage the resources, environments and deployments described in the manifest.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Mark an Artifact as Bad</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/marking-as-bad/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/marking-as-bad/</guid>
				<description>&lt;p&gt;You can mark a version of an artifact in an environment as bad to ensure that that version never gets deployed to the environment.&#xA;If you mark an artifact as bad in the first in a series of environments (linked together by &lt;code&gt;depends-on&lt;/code&gt; constraints) that version of the artifact will never be promoted into the later environments.&lt;/p&gt;&#xA;&lt;h3 id=&#34;marking-via-the-api&#34;&gt;Marking via the API&lt;/h3&gt;&#xA;&lt;p&gt;To mark the artifact via the API you&amp;rsquo;ll need the application name, the name of the environment, the reference for your artifact (defined in your delivery config, defaulted to the artifact name), and the version that is bad.&#xA;The request needs to have a body that contains &#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/blob/master/gate-core/src/main/groovy/com/netflix/spinnaker/gate/model/manageddelivery/EnvironmentArtifactVeto.java&#34; target=&#34;_blank&#34;&gt;this information&lt;/a&gt;&#xA;.&#xA;Here&amp;rsquo;s an example:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Pin an Environment</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/pinning/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/pinning/</guid>
				<description>&lt;p&gt;You can pin an environment to a specific artifact version to ensure that all resources in the environment stay on that version.&#xA;Until the pin is removed, that environment won&amp;rsquo;t change to a new version of the artifact.&lt;/p&gt;&#xA;&lt;h3 id=&#34;pinning-via-the-api&#34;&gt;Pinning via the API&lt;/h3&gt;&#xA;&lt;p&gt;To create a pin via the API you&amp;rsquo;ll need the application name, the name of the environment you want to pin, the reference for your artifact (defined in your delivery config, defaulted to the artifact name), and the version you&amp;rsquo;d like to pin to.&#xA;The request needs to have a body that contains &#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/blob/master/gate-core/src/main/groovy/com/netflix/spinnaker/gate/model/manageddelivery/EnvironmentArtifactPin.java&#34; target=&#34;_blank&#34;&gt;this information&lt;/a&gt;&#xA;.&#xA;Here&amp;rsquo;s an example:&lt;/p&gt;</description>
			</item>
			<item>
				<title>pf4jStage Plugin Deployment Example</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/plugins-users/plugin-deploy-example/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/plugins-users/plugin-deploy-example/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;_Note: Spinnaker supports plugins with both server and frontend components.&lt;/p&gt;&#xA;&lt;p&gt;In this guide, you deploy the &lt;code&gt;pf4jStagePlugin&lt;/code&gt; plugin from the &#xA;&lt;a href=&#34;https://github.com/spinnaker-plugin-examples/examplePluginRepository&#34; target=&#34;_blank&#34;&gt;spinnaker-plugin-examples&lt;/a&gt;&#xA; repository.&lt;/p&gt;&#xA;&lt;p&gt;By implementing Orca&amp;rsquo;s SimpleStage PF4J extension point, the &lt;code&gt;pf4jStagePlugin&lt;/code&gt; creates a custom pipeline stage that waits a random number of seconds before signaling success. This plugin consists of a &lt;code&gt;random-wait-orca&lt;/code&gt; Kotlin server component and a &lt;code&gt;random-wait-deck&lt;/code&gt; React UI component that uses the rollup.js plugin library.&lt;/p&gt;&#xA;&lt;h2 id=&#34;requirements&#34;&gt;Requirements&lt;/h2&gt;&#xA;&lt;p&gt;This guide was tested with the following software versions:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Resource Status</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/resource-status/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/resource-status/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;If you&amp;rsquo;re not sure what a managed resource is, check out our &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/managed-delivery-overview&#34;&gt;Overview of Managed Delivery&lt;/a&gt;&#xA; first.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;Managed resources always have a &lt;strong&gt;status&lt;/strong&gt;, which describes the current state of the resource from Spinnaker&amp;rsquo;s perspective. A resource&amp;rsquo;s status can help you quickly answer questions like:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Is Spinnaker taking automatic action on this resource right now?&lt;/li&gt;&#xA;&lt;li&gt;Does the actual state of this resource match the declarative configuration I gave to Spinnaker?&lt;/li&gt;&#xA;&lt;li&gt;Is something wrong with this resource?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;how-to-find-a-resources-status&#34;&gt;How to find a resource&amp;rsquo;s status&lt;/h2&gt;&#xA;&lt;h3 id=&#34;ui&#34;&gt;UI&lt;/h3&gt;&#xA;&lt;p&gt;On the Infrastructure views (Clusters, Load Balancers, Firewalls), you&amp;rsquo;ll see a color-coded &amp;ldquo;M&amp;rdquo; logo attached to any resources that are managed by Spinnaker. Hovering over the logo reveals additional context about the current status and what it means.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Inherit from a Template or Override It</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/pipeline-templates/override/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/pipeline-templates/override/</guid>
				<description>&lt;p&gt;In a pipeline that instantiates a template, besides providing values for&#xA;template variables you can&amp;hellip;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#inherit-from-the-template&#34;&gt;Inherit&lt;/a&gt;&#xA; features from the template&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#override-the-template&#34;&gt;Override&lt;/a&gt;&#xA; (add to) inherited features.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;inherit-from-the-template&#34;&gt;Inherit from the template&lt;/h2&gt;&#xA;&lt;p&gt;By default, the pipeline instance inherits the stages, expected artifacts, triggers, parameters, and notifications from the template.&#xA;It&amp;rsquo;s possible to opt out of inheriting triggers, parameters, and notifications by including the corresponding string in the &lt;code&gt;exclude&lt;/code&gt; element.&lt;/p&gt;&#xA;&lt;p&gt;For example, the template might have a trigger defined in the &lt;code&gt;triggers&lt;/code&gt; element, but you can opt out of inheriting it by including &lt;code&gt;triggers&lt;/code&gt; inside the &lt;code&gt;exclude&lt;/code&gt; element.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Create a Pipeline from a Template</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/pipeline-templates/instantiate/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/pipeline-templates/instantiate/</guid>
				<description>&lt;p&gt;Given a pipeline template that defines variables to be resolved per pipeline,&#xA;you can create pipelines that reference that template and that provide values&#xA;for all of those variables.&lt;/p&gt;&#xA;&lt;h2 id=&#34;instantiate-a-pipeline&#34;&gt;Instantiate a pipeline&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Get the pipeline template.&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;spin pipeline-template list&lt;/code&gt;&lt;/p&gt;&#xA;&lt;p&gt;This returns a list of all pipeline templates available in the Spinnaker&#xA;deployment.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;From the list, determine which of the listed templates is the one you want,&#xA;and get it using the following command:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Deploy Spinnaker and Connect</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/deploy/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/deploy/</guid>
				<description>&lt;p&gt;Now that we&amp;rsquo;ve enabled one or more &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/&#34;&gt;Cloud Providers&lt;/a&gt;&#xA;, picked a &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/environment/&#34;&gt;Deployment Environment&lt;/a&gt;&#xA;, and configured&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/storage/&#34;&gt;Persistent Storage&lt;/a&gt;&#xA;, we&amp;rsquo;re ready to pick a version of Spinnaker, deploy it, and connect to it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;pick-a-version&#34;&gt;Pick a version&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;See the available versions on the &#xA;&lt;a href=&#34;https://spinnaker.io/docs/releases/versions/&#34; target=&#34;_blank&#34;&gt;versions page&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;You can follow the links to the versions&amp;rsquo; respective changelogs to see what&#xA;features each adds.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Set the version you want to use:&#xA;Set this on the &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/blob/main/spinnaker-kustomize/kustomization.yml#L12C15-L12C16&#34; target=&#34;_blank&#34;&gt;kustomize image tag configuration&lt;/a&gt;&#xA;.  All spinnaker versions since&#xA;the monorepo use the same image tags, e.g. 2025.3.2.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Install and Configure Spin CLI</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/spin/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/spin/</guid>
				<description>&lt;p&gt;For more information, see the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/spin/&#34;&gt;spin CLI Guide&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;install-spin&#34;&gt;Install &lt;code&gt;spin&lt;/code&gt;&lt;/h2&gt;&#xA;&lt;p&gt;One way to manage applications and pipelines as code is through &#xA;&lt;a href=&#34;http://github.com/spinnaker/spin&#34; target=&#34;_blank&#34;&gt;spin&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;To acquire &lt;code&gt;spin&lt;/code&gt;, do the following:&lt;/p&gt;&#xA;&lt;h3 id=&#34;on-linux&#34;&gt;On Linux&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;curl -LO https://storage.googleapis.com/spinnaker-artifacts/spin/&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;$(&lt;/span&gt;curl -s https://storage.googleapis.com/spinnaker-artifacts/spin/latest&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;)&lt;/span&gt;/linux/amd64/spin&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;chmod +x spin&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo mv spin /usr/local/bin/spin&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;on-macos&#34;&gt;On MacOS&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;# Apple Silicon&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;curl -LO https://storage.googleapis.com/spinnaker-artifacts/spin/&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;$(&lt;/span&gt;curl -s https://storage.googleapis.com/spinnaker-artifacts/spin/latest&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;)&lt;/span&gt;/darwin/arm64/spin&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;# Intel&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;curl -LO https://storage.googleapis.com/spinnaker-artifacts/spin/&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;$(&lt;/span&gt;curl -s https://storage.googleapis.com/spinnaker-artifacts/spin/latest&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;)&lt;/span&gt;/darwin/amd64/spin&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;chmod +x spin&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo mv spin /usr/local/bin/spin&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;on-windows&#34;&gt;On Windows&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87&#34;&gt;New-Item&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;-ItemType&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;Directory&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;$env:LOCALAPPDATA&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;\&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;spin&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;-ErrorAction&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;SilentlyContinue&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87&#34;&gt;Invoke-WebRequest&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;-OutFile&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;$env:LOCALAPPDATA&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;\&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;spin&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;\&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;spin&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;exe&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;-UseBasicParsing&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;https://storage.googleapis.com/spinnaker-artifacts/spin/&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;$([&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;System.Text.Encoding&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]::&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;ASCII&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;GetString&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;((&lt;/span&gt;&lt;span style=&#34;color:#204a87&#34;&gt;Invoke-WebRequest&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;https&lt;/span&gt;&lt;span style=&#34;color:#a40000&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;//&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;storage&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;googleapis&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;com&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;/&lt;/span&gt;&lt;span style=&#34;color:#204a87&#34;&gt;spinnaker-artifacts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;/&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;spin&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;/&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;latest&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;).&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;Content&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;)&lt;/span&gt; &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;-replace&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;`n&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;)&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;/windows/amd64/spin.exe&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87&#34;&gt;Unblock-File&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;$env:LOCALAPPDATA&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;\&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;spin&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;\&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;spin&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;.&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;exe&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000&#34;&gt;$path&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;[&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;Environment&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]::&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;GetEnvironmentVariable&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;(&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;PATH&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;[&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;EnvironmentVariableTarget&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]::&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;User&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;)&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;-split&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;if&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;(&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;$path&lt;/span&gt; &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;-inotcontains&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;$env:LOCALAPPDATA&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;\spin&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;)&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#000&#34;&gt;$path&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;+=&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;$env:LOCALAPPDATA&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;\spin&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;[&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;Environment&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]::&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;SetEnvironmentVariable&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;(&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;PATH&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;$path&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;-join&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;[&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;EnvironmentVariableTarget&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]::&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;User&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#000&#34;&gt;$env:PATH&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;=&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;(([&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;Environment&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]::&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;GetEnvironmentVariable&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;(&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;PATH&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;[&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;EnvironmentVariableTarget&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;]::&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;Machine&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;)&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;-split&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;;&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;)&lt;/span&gt; &lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;+&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;$path&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;)&lt;/span&gt; &lt;span style=&#34;color:#000&#34;&gt;-join&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;configure-spin&#34;&gt;Configure &lt;code&gt;spin&lt;/code&gt;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;spin&lt;/code&gt; reads its configuration from &lt;code&gt;~/.spin/config&lt;/code&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Visualize a Hydrated Pipeline</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/pipeline-templates/plan/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/pipeline-templates/plan/</guid>
				<description>&lt;p&gt;You can use &lt;code&gt;spin&lt;/code&gt; CLI to visualize a pipeline created from a pipeline template&#xA;without actually instantiating one.&lt;/p&gt;&#xA;&lt;p&gt;When you do this, you are creating JSON output that looks like regular pipeline&#xA;JSON (plus the template reference and hydrated variables), but you&amp;rsquo;re not&#xA;creating the actual pipeline in Spinnaker.&lt;/p&gt;&#xA;&lt;h2 id=&#34;using-spin-pt-plan&#34;&gt;Using &lt;code&gt;spin pt plan&lt;/code&gt;&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;spin pipeline-templates plan --file &amp;lt;path to pipeline config&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;application&amp;#34;&lt;/span&gt;: &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;my-spinnaker-app&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;stages&amp;#34;&lt;/span&gt;: &lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;[&lt;/span&gt;...&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;]&lt;/span&gt; &lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;# Evaluated pipeline config based on template config values.&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&amp;hellip;where &lt;code&gt;&amp;lt;path to pipeline config&amp;gt;&lt;/code&gt; points to the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/pipeline-templates/create/&#34;&gt;file you&#xA;created&lt;/a&gt;&#xA; when you&#xA;instantiated a pipeline based on the template.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Set up Canary Analysis Support</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/canary/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/canary/</guid>
				<description>&lt;p&gt;Setting up automated canary analysis in Spinnaker consists of configuration for&#xA;Kayenta which does canary analysis by querying metrics, storing the canary configuration templates, and&#xA;storage for the canary reports in a storage location.  Before you can use the canary&#xA;analysis service, you must configure at least one metrics service, and at least&#xA;one storage service. The most common setup is to have one metrics service&#xA;configured (e.g. Stackdriver, Atlas, Prometheus, Datadog or New Relic) and one storage&#xA;service (e.g. S3, GCS or Minio) configured.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Storage</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/storage/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/storage/</guid>
				<description>&lt;p&gt;Spinnaker requires a database for persisting your Application settings and configured&#xA;Pipelines as well as execution history.  A database is used for a few services&#xA;(clouddriver, front50, orca). Because this data can be sensitive and can be costly to&#xA;lose, we recommend you use a hosted storage solution you are confident in.&lt;/p&gt;&#xA;&lt;h2 id=&#34;supported-databases&#34;&gt;Supported databases&lt;/h2&gt;&#xA;&lt;p&gt;Spinnaker recommends MySQL/MariaDB or Postgresql.  It&amp;rsquo;s recommended for most users to start&#xA;with MariaDB/MySQL.&lt;/p&gt;&#xA;&lt;p&gt;Services ship with &lt;code&gt;mysql-connector-java&lt;/code&gt; by default. You can provide additional JDBC&#xA;connectors on the classpath if desired.  MySQL/MariaDB is reported to work all the way&#xA;up to version 10 of MariaDB and the latest Aurora MySQL engines.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Clouddriver Account Management</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/accounts/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/accounts/</guid>
				<description>&lt;p&gt;Spinnaker 1.28 introduced an alpha API for loading, storing, updating, and otherwise managing Clouddriver account&#xA;configurations from a database.&#xA;Combined with a supported &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/secrets/&#34;&gt;external secrets manager&lt;/a&gt;&#xA;, account credentials can be&#xA;provided by end users when setting up an account configuration.&lt;/p&gt;&#xA;&lt;p&gt;The following table lists the Clouddriver account types that currently support the account management API.&#xA;Note that the type discriminator is used as the value for the key &lt;code&gt;@type&lt;/code&gt; in the JSON representation of an account&#xA;definition.&lt;/p&gt;</description>
			</item>
			<item>
				<title>External Account Configuration</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/configuration/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/configuration/</guid>
				<description>&lt;p&gt;This page describes Spinnaker&amp;rsquo;s external configuration feature. Using external configuration, you can manage account configuration (either complete account configuration, or only secrets such as account passwords) externally from Spinnaker.&lt;/p&gt;&#xA;&lt;p&gt;External configuration uses the open-source &#xA;&lt;a href=&#34;https://spring.io/projects/spring-cloud-config&#34; target=&#34;_blank&#34;&gt;Spring Cloud Config&lt;/a&gt;&#xA; project, which includes a configuration server and client libraries to support centralized external configuration in a distributed system. The Config Server connects to a remote configuration repository and serves stored configuration properties to client applications.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Managed Delivery FAQ</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/faq/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/faq/</guid>
				<description>&lt;h3 id=&#34;what-is-happening&#34;&gt;What is happening?&lt;/h3&gt;&#xA;&lt;p&gt;Spinnaker is managing this resource.&#xA;That means that the state of this resource is controlled using a declarative config submitted to Spinnaker.&lt;/p&gt;&#xA;&lt;h3 id=&#34;can-i-make-changes-in-the-ui-to-this-resource&#34;&gt;Can I make changes in the UI to this resource?&lt;/h3&gt;&#xA;&lt;p&gt;Nope.&#xA;Well, you can, but they will be almost immediately stomped to return to the declared state.&lt;/p&gt;&#xA;&lt;h3 id=&#34;who-is-the-source-of-truth-for-that-declared-state&#34;&gt;Who is the source of truth for that declared state?&lt;/h3&gt;&#xA;&lt;p&gt;Spinnaker is.&lt;/p&gt;&#xA;&lt;h3 id=&#34;then-why-do-i-have-code-checked-into-a-repo&#34;&gt;Then why do I have code checked into a repo?&lt;/h3&gt;&#xA;&lt;p&gt;To help you keep your resources in a known good state.&#xA;You must publish these resource configs to Spinnaker every time they change in order for that change to be reflected in Spinnaker.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configuration</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/configuration/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/configuration/</guid>
				<description>&lt;p&gt;There are a number of other things you can configure in your Spinnaker&#xA;installation enumerated below. At any point in time, you can&#xA;apply your configuration by deploying Spinnaker services:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;kubectl kustomize -o spinnaker.yml&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;kubectl apply -f spinnaker.yml&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;deploy-to-more-cloud-accounts&#34;&gt;Deploy to more cloud accounts&lt;/h3&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/&#34;&gt;Documentation&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;You can add as many target accounts as you want. There is nothing&#xA;preventing you from deploying to two Kubernetes clusters, one Google Compute&#xA;Engine project, and an App Engine application all at once.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Setup FAQ</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/faq/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/faq/</guid>
				<description>&lt;h1 id=&#34;caution&#34;&gt;CAUTION&lt;/h1&gt;&#xA;&lt;p&gt;Halyard is deprecated and no longer supported.  MANY FAQs here around halyard no longer work&#xA;or are no longer relevant.  See a &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/tree/main/spinnaker-kustomize&#34; target=&#34;_blank&#34;&gt;Spinnaker Kustomize&lt;/a&gt;&#xA;&#xA;based installation for a current deployment of spinnaker.  Halyard FAQs and information will be removed&#xA;on an ongoing basis&lt;/p&gt;&#xA;&lt;h2 id=&#34;i-cant-load-the-applications-screen&#34;&gt;I can&amp;rsquo;t load the Applications screen&lt;/h2&gt;&#xA;&lt;p&gt;After installing Spinnaker and navigating to the &lt;em&gt;Applications&lt;/em&gt; screen, you may see one of&#xA;following issues:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The following error message is displayed:&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Error fetching applications. Check that your gate endpoint is accessible. Further information on troubleshooting this error is available here&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The most common cause of this error is that your browser can&amp;rsquo;t communicate with your Gate endpoint.&#xA;(This endpoint defaults to &lt;code&gt;http://localhost:8084&lt;/code&gt;, but can be customized.)&lt;/p&gt;</description>
			</item>
			<item>
				<title>Migrating from Operator/Halyard to Kustomize Deployment</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/migration-to-kustomize-automation/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/migration-to-kustomize-automation/</guid>
				<description>&lt;h2 id=&#34;migrating-to-a-kustomize-deployment&#34;&gt;Migrating to a Kustomize Deployment&lt;/h2&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Thank you to harness spinnaker team for the script and automation to enable migration to kustomize easily.  This&#xA;is a mirror from their &#xA;&lt;a href=&#34;https://docs.armory.io/continuous-deployment/spinnaker-user-guides/armory-operator-to-kustomize-migration/&#34; target=&#34;_blank&#34;&gt;documentation on migration off of operator&lt;/a&gt;&#xA;&#xA;and though operator specific in many aspects, this should work just as well for halyard deployments&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h3 id=&#34;introduction&#34;&gt;Introduction&lt;/h3&gt;&#xA;&lt;p&gt;This document provides step-by-step instructions for migrating your Spinnaker installation from using the Armory Operator&#xA;deployment method OR a halyard deployment to a native Kubernetes deployment using Kustomize. This approach gives you&#xA;more direct control over your Spinnaker resources and removes the dependency on halyard&lt;/p&gt;</description>
			</item>
			<item>
				<title>Component Sizing</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/component-sizing/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/component-sizing/</guid>
				<description>&lt;h2 id=&#34;cpu--memory-requestslimits&#34;&gt;CPU &amp;amp; Memory requests/limits&lt;/h2&gt;&#xA;&lt;p&gt;Container requests and limits for cpu and memory can be specified in the &lt;code&gt;spinnaker-kustomize/base/*/deployments.yml&lt;/code&gt;&#xA;files.  Watch for OutOfMemory exceptions and monitor JVM Memory, CPU usage, and similar&#xA;metrics to keep spinnaker up and running.&lt;/p&gt;&#xA;&lt;p&gt;Limits and requests can be set per &#xA;&lt;a href=&#34;https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/&#34; target=&#34;_blank&#34;&gt;kubernetes documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h4 id=&#34;updating-java_opts&#34;&gt;Updating JAVA_OPTS&lt;/h4&gt;&#xA;&lt;p&gt;All JVM-based services have the following JAVA_OPTS that can be set to adjust things like memory&#xA;or additional flags.  You can add these to the deployment ENV variables:&lt;/p&gt;</description>
			</item>
			<item>
				<title>High Availability</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/high-availability/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/high-availability/</guid>
				<description>&lt;h2 id=&#34;warning-this-is-an-advanced-that-most-basic-users-never-need-to-worry-about&#34;&gt;Warning this is an advanced that most basic users never need to worry about&lt;/h2&gt;&#xA;&lt;p&gt;This page describes how you can configure a Spinnaker deployment to increase the availability/performance&#xA;of specific services beyond simply &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/scaling/horizontal-scaling/&#34;&gt;horizontally scaling&lt;/a&gt;&#xA; the services.&lt;/p&gt;&#xA;&lt;p&gt;This is done by splitting the functionalities of a service into separate logical roles. The benefits of&#xA;doing this is specific to the service that is being sharded. These deployment strategies are inspired&#xA;by &#xA;&lt;a href=&#34;https://blog.spinnaker.io/scaling-spinnaker-at-netflix-part-1-8a5ae51ee6de&#34; target=&#34;_blank&#34;&gt;Netflix&amp;rsquo;s large scale experience&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Deprecated - Halyard</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/halyard/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/halyard/</guid>
				<description>&lt;h1 id=&#34;this-documentation-is-deprecated-as-halyard-is-deprecated-and-no-longer-supported--this-is-left-here-for-historical-purposes&#34;&gt;This documentation is deprecated as halyard is deprecated and no longer supported.  This is left here for historical purposes&lt;/h1&gt;&#xA;&lt;p&gt;Halyard is a command-line administration tool that manages the lifecycle of your Spinnaker deployment,&#xA;including writing &amp;amp; validating your deployment&amp;rsquo;s configuration, deploying each of Spinnaker&amp;rsquo;s&#xA;microservices, and updating the deployment.&lt;/p&gt;&#xA;&lt;p&gt;All production-capable deployments of Spinnaker require Halyard in order to&#xA;install, configure, and update Spinnaker. Though it&amp;rsquo;s possible to install&#xA;Spinnaker without Halyard, we don&amp;rsquo;t recommend it, and if you get stuck we&amp;rsquo;re&#xA;just going to tell you to use Halyard.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.2.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.2.3-changelog/</link>
				<pubDate>Thu, 30 Jul 2026 22:07:13 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.2.3-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;halyard:&lt;/strong&gt; add kork-secrets-k8s dependency (#7788) (#7789) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/394393c8ca958a8e9d72a6870fb69b8524e4b447&#34; target=&#34;_blank&#34;&gt;394393c8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambdaInvoke:&lt;/strong&gt; Opt-In in resolving in Orca the Invoke payload artifact (#7867) (#7868) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/a50144fcecce2ce505cba7c28ceeedfaad26f866&#34; target=&#34;_blank&#34;&gt;a50144fc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Set group name on all root projects (#7834) (#7857) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/f7246ac34b97db08d982d5acc454df4ac1709a97&#34; target=&#34;_blank&#34;&gt;f7246ac3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;cve:&lt;/strong&gt; Fix an old CVE version of kayenta signalfx library (#7840) (#7844) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/7021d0de3fe0baae2eb57c5b4ef21cb05dd36531&#34; target=&#34;_blank&#34;&gt;7021d0de&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;cve:&lt;/strong&gt; More cve lib fixes (#7841) (#7843) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/055f90dc8f2f8611ac75c0bfcaefbb77c214fec7&#34; target=&#34;_blank&#34;&gt;055f90dc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;elastic:&lt;/strong&gt; Bump elastic for CVE fixes (#7784) (#7785) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/5fc25e30a44c4ac61f9d6539fb952a84efa3c313&#34; target=&#34;_blank&#34;&gt;5fc25e30&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate:&lt;/strong&gt; guard PermissionService.isAdmin(String) with fiatStatus.isEnabled() (#7783) (#7786) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/4b1c4fc4773440099e8c05af00ed1bb892fe7e33&#34; target=&#34;_blank&#34;&gt;4b1c4fc4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;install:&lt;/strong&gt; Use correct ARCH type for arm64 architecture during Rosco packer install (#7792) (#7793) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/ba642a61ae1c79a339350174e4d046ffdeb9d302&#34; target=&#34;_blank&#34;&gt;ba642a61&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;libdiffs:&lt;/strong&gt; order versions of differing component counts correctly (#7805) (#7815) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/f4f926da4b4cafcad013671924e1724da369daf5&#34; target=&#34;_blank&#34;&gt;f4f926da&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;packer:&lt;/strong&gt; pass through Boolean false and numeric 0 -var values (#7806) (#7812) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/e5d7ac42457eea28c8cd181cc0757f3490c03d2a&#34; target=&#34;_blank&#34;&gt;e5d7ac42&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;parsing:&lt;/strong&gt; Fixes the issue reported in &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/pull/7686&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/pull/7686&lt;/a&gt;&#xA; and adds some null checks and blank handling (#7856) (#7860) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/b37b4eceb6f568e38c5c2f98d2b94d5b7e6c7c14&#34; target=&#34;_blank&#34;&gt;b37b4ece&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;sql:&lt;/strong&gt; use inlined literal for compression_type to fix Postgres enum cast failure (#7778) (#7801) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/277c26f0847e1b2ea918b8aedd6414b8b6ce1fa1&#34; target=&#34;_blank&#34;&gt;277c26f0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;yaml:&lt;/strong&gt; Fix a few places that do not handle large yamls with new snakeyaml (#7748) (#7811) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/c866972b6207b45c06a41eb7588a75b5696a1872&#34; target=&#34;_blank&#34;&gt;c866972b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.1.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.1.2-changelog/</link>
				<pubDate>Thu, 30 Jul 2026 21:07:38 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.1.2-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambdaInvoke:&lt;/strong&gt; Opt-In in resolving in Orca the Invoke payload artifact (#7867) (#7869) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/7682b3a86f2dbe977cbd3b81b960563c8df814ee&#34; target=&#34;_blank&#34;&gt;7682b3a8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Defer publishing configuration until -bom subproject evaluation (#7727) (#7728) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/185398d460d5b3ded71dde1cd660c51a1c01b169&#34; target=&#34;_blank&#34;&gt;185398d4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Set group name on all root projects (backport #7834) (#7858) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/2304cbd5b5857d1a6338fb5cec8d5f71bb3db7b4&#34; target=&#34;_blank&#34;&gt;2304cbd5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Use default resolution for javaPlatform (#7732) (#7733) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/e7c74225d4f0036b0664a9df0c63e8928d3e2c9b&#34; target=&#34;_blank&#34;&gt;e7c74225&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;libdiffs:&lt;/strong&gt; order versions of differing component counts correctly (#7805) (#7816) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/228d83872006d7030d6dbd4bbbd2550dc25c298b&#34; target=&#34;_blank&#34;&gt;228d8387&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;packer:&lt;/strong&gt; pass through Boolean false and numeric 0 -var values (#7806) (#7813) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/04d9836b8ac0551921c6670412c68d0120f917ed&#34; target=&#34;_blank&#34;&gt;04d9836b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;parsing:&lt;/strong&gt; Fixes the issue reported in &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/pull/7686&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/pull/7686&lt;/a&gt;&#xA; and adds some null checks and blank handling (#7856) (#7861) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/3ebb471d2e91e07543662b148853d85a4f3133e3&#34; target=&#34;_blank&#34;&gt;3ebb471d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.0.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.0.4-changelog/</link>
				<pubDate>Thu, 30 Jul 2026 20:07:48 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.0.4-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambdaInvoke:&lt;/strong&gt; Opt-In in resolving in Orca the Invoke payload artifact (#7867) (#7870) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/0a5784129fda17924443ca724686689526c0ea15&#34; target=&#34;_blank&#34;&gt;0a578412&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Defer publishing configuration until -bom subproject evaluation (#7727) (#7729) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/7a02b4ca14ee49d6746666e7ffa2dcd1b81704d2&#34; target=&#34;_blank&#34;&gt;7a02b4ca&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Set group name on all root projects (backport #7834) (#7859) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/ce15e35fb0246aa4139547f7efbdcf3b85002e65&#34; target=&#34;_blank&#34;&gt;ce15e35f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Use default resolution for javaPlatform (#7732) (#7734) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/eb375e3b11fd09362451359e9874bfe4a971dcfe&#34; target=&#34;_blank&#34;&gt;eb375e3b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;libdiffs:&lt;/strong&gt; order versions of differing component counts correctly (#7805) (#7817) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/cd86b567e5d1f7ccfc81e89df43a2b80ad4545e8&#34; target=&#34;_blank&#34;&gt;cd86b567&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;packer:&lt;/strong&gt; pass through Boolean false and numeric 0 -var values (#7806) (#7814) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/d7b9b515e78ff3a0f46893893919d89c6eba8425&#34; target=&#34;_blank&#34;&gt;d7b9b515&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;parsing:&lt;/strong&gt; Fixes the run job output parsing issue and adds some null checks and blank handling (#7856) (#7862) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/ed3c9ee60a2962119b868d3d87361a97544a17bf&#34; target=&#34;_blank&#34;&gt;ed3c9ee6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.2.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.2.2-changelog/</link>
				<pubDate>Mon, 13 Jul 2026 04:07:46 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.2.2-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;kayenta:&lt;/strong&gt; Fix kayenta stage UI formatting (#7779) (#7780) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/fc9c80045865097b05864f5a0f861a0e6d8bee08&#34; target=&#34;_blank&#34;&gt;fc9c8004&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cves:&lt;/strong&gt; Upgrade various deps based on security scans (#7775) (#7776) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/08fe0e5702851a11a24c07aebc53bb50c0d3d518&#34; target=&#34;_blank&#34;&gt;08fe0e57&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.2.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.2.1-changelog/</link>
				<pubDate>Mon, 06 Jul 2026 20:07:42 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.2.1-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt; bridge v1 credentials to v2 in AmazonCredentials.getV2CredentialsProvider() AmazonCredentials.getV2CredentialsProvider() returned DefaultCredentialsProvider which cannot discover AWS credentials in non-AWS environments (e.g. GKE pods). All Spinnaker accounts have a configured v1 AWSCredentialsProvider that already handles STS assume-role with token refresh, but the v2 path ignored it entirely. Bridge the v1 provider to v2 by adapting each resolved credential (supporting both session and basic credentials). This makes the v2 SDK path work everywhere the v1 path works, without requiring a separate v2 credential discovery chain. Also removes the now-unnecessary override from NetflixAssumeRoleAmazonCredentials since the base class handles it for all subclasses. (#7766) (#7767) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/160c50ab07ddd7c4402ec896497e47a96d36f819&#34; target=&#34;_blank&#34;&gt;160c50ab&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.2.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.2.0-changelog/</link>
				<pubDate>Wed, 01 Jul 2026 17:07:59 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.2.0-changelog/</guid>
				<description>&lt;h3 id=&#34;deprecations-and-removals&#34;&gt;Deprecations and Removals&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;MySQL 8+ REQUIRED&lt;/strong&gt;: With recent upgrades to the underlying SQL libraries, MySQL 5.7 is no longer supported and will fail. You must be on MySQL 8+ (or equivalent MariaDB) to use Spinnaker going forward.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Halyard&lt;/strong&gt;: Halyard has been deprecated and will be removed from new publishing after this release. The current Halyard installation should continue to operate, but the code will be removed from the Spinnaker project core. Fixes can be backported as needed, but all users should migrate to an alternative installation method. Kustomize is the default documented and community-supported installation method.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.4.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.4.4-changelog/</link>
				<pubDate>Fri, 12 Jun 2026 18:06:56 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.4.4-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver/eureka:&lt;/strong&gt; remove leading slashes from all the retrofit2 api interfaces (#7652) (#7661) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/2ef5968c6eeb53fe4bba079d1592233e129d4f47&#34; target=&#34;_blank&#34;&gt;2ef5968c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deck:&lt;/strong&gt; Preserve execution selection when editing form fields (#7439) (#7698) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/37108a77d26ce935a903a9971134387896575e20&#34; target=&#34;_blank&#34;&gt;37108a77&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;echo:&lt;/strong&gt; Fix Microsoft Teams webhook URL doubling in Retrofit2 migration (#7718) (#7721) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/9e97bec69d0f8c2e8471276fa79eab88f0536925&#34; target=&#34;_blank&#34;&gt;9e97bec6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;echo:&lt;/strong&gt; GitHub status conversion exception (#7701) (#7708) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/ffba1a55b3ae35713f2db1cdabea5a93f8e146fb&#34; target=&#34;_blank&#34;&gt;ffba1a55&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt; Add tests around retrofit incorrect call handling from previous PR (#7710) (#7724) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/bb91cca71233488d080d961532ea6e098c8d6b70&#34; target=&#34;_blank&#34;&gt;bb91cca7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;yaml:&lt;/strong&gt; A few classes were not using safe constructors. Fix these (#7669) (backport to 2025.4.x) (#7691) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/e57c0db4584b398473a7bbb19402ce6c1e89b627&#34; target=&#34;_blank&#34;&gt;e57c0db4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;change:&lt;/strong&gt; Merge commit from fork (#7713) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/2d75818b85cc4c35144d5e5ed45e7340fcab5dfe&#34; target=&#34;_blank&#34;&gt;2d75818b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.1.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.1.1-changelog/</link>
				<pubDate>Fri, 12 Jun 2026 18:06:32 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.1.1-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;echo:&lt;/strong&gt; Fix Microsoft Teams webhook URL doubling in Retrofit2 migration (#7718) (#7719) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/a3e1f5e22cb7c78892beed4f795846eb6e12f2e6&#34; target=&#34;_blank&#34;&gt;a3e1f5e2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;echo:&lt;/strong&gt; GitHub status conversion exception (#7701) (#7706) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/6f0250a49e6ec039bf462b7a509810d51ecb5cc5&#34; target=&#34;_blank&#34;&gt;6f0250a4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt; Add tests around retrofit incorrect call handling from previous PR (#7710) (#7722) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/8d011e838404d1fc0952f2c706c34dee8ef0552c&#34; target=&#34;_blank&#34;&gt;8d011e83&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;change:&lt;/strong&gt; Merge commit from fork (#7711) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/de5a7a05af35aee19eb71d289cd0b77f67509009&#34; target=&#34;_blank&#34;&gt;de5a7a05&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.0.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.0.3-changelog/</link>
				<pubDate>Fri, 12 Jun 2026 18:06:29 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.0.3-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver/eureka:&lt;/strong&gt; remove leading slashes from all the retrofit2 api interfaces (#7652) (#7660) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/5900380bd94e50e6c62a3aa6b017dd5382631663&#34; target=&#34;_blank&#34;&gt;5900380b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;echo:&lt;/strong&gt; Fix Microsoft Teams webhook URL doubling in Retrofit2 migration (#7718) (#7720) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/5aec138dee89abaeecfa782f0bd8b5bdf16d9a55&#34; target=&#34;_blank&#34;&gt;5aec138d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;echo:&lt;/strong&gt; GitHub status conversion exception (#7701) (#7707) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/5c41f2816dcd8bf0325c186145b044f48f276bb4&#34; target=&#34;_blank&#34;&gt;5c41f281&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt; Add tests around retrofit incorrect call handling from previous PR (#7710) (#7723) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/7770adf60c060f5712a9c6202cf923fb9017b6b1&#34; target=&#34;_blank&#34;&gt;7770adf6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;yaml:&lt;/strong&gt; A few classes were not using safe constructors. Fix these (#7669) (backport to 2026.0.x) (#7690) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/4cbe1d5fea9df573aadfd8b093fb4b594b354ee5&#34; target=&#34;_blank&#34;&gt;4cbe1d5f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;change:&lt;/strong&gt; Merge commit from fork (#7712) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/bbc30c9b9034a056e95f012fa1b34e9fd703cae7&#34; target=&#34;_blank&#34;&gt;bbc30c9b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.1.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.1.0-changelog/</link>
				<pubDate>Sat, 09 May 2026 20:05:37 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.1.0-changelog/</guid>
				<description>&lt;h3 id=&#34;security&#34;&gt;Security&lt;/h3&gt;&#xA;&lt;p&gt;There are a number of fixes in this release.  As always upgrading post validation in a sandbox account is highly recommended.  For example, the project moved&#xA;from spring boot 3.1.2 to 3.1.12.&lt;/p&gt;&#xA;&lt;h3 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Halyard is fully deprecated at this point and no longer supported.  Please migrate to spinnaker kustomize or a similar implementation going forward, as halyard will&#xA;no longer be patched, updated, nor addressed for work&lt;/li&gt;&#xA;&lt;li&gt;GHCR is now the default location for all images going forward.  We will no longer be publishing to GAR, and in a few releases, all GAR access will be removed for docker images (debians are still published to GAR).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;certificate-map-support-for-gcp-load-balancers&#34;&gt;Certificate map support for GCP load balancers&lt;/h3&gt;&#xA;&lt;p&gt;Spinnaker supports caching and migration to certificate maps from ssl certificate configurations for load balancers.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.3.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.3.3-changelog/</link>
				<pubDate>Tue, 07 Apr 2026 19:04:23 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.3.3-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate/web:&lt;/strong&gt; return 200 instead of 500 for void orca endpoints (#7574) (#7576) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/d420f762b6015642b7c2c247d8a6bdb92f0bd16f&#34; target=&#34;_blank&#34;&gt;d420f762&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gitrepo:&lt;/strong&gt; Fix git repo with some odd character combinations (#7564) (#7570) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/d5593b3fea7c0db7aa4580b2fa1dafa57f18a124&#34; target=&#34;_blank&#34;&gt;d5593b3f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.0.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.0.2-changelog/</link>
				<pubDate>Tue, 07 Apr 2026 19:04:16 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.0.2-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate/web/test:&lt;/strong&gt; remove stale comments in AdminControllerTest (#7584) (#7585) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/87a79d27357c04da55ccede5e3b71bb1d7c8328f&#34; target=&#34;_blank&#34;&gt;87a79d27&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate/web:&lt;/strong&gt; include additional exception message in AdminController.killZombie (#7575) (#7579) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/a0d688e052828ef33f0cf00aa8c4dff67ffed837&#34; target=&#34;_blank&#34;&gt;a0d688e0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate/web:&lt;/strong&gt; return 200 instead of 500 for void orca endpoints (#7574) (#7578) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/4b41bdf5b5bb22484597c630dff297e9cc96d90f&#34; target=&#34;_blank&#34;&gt;4b41bdf5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate:&lt;/strong&gt; rename x509 SecurityFilterChain bean to prevent SAML override when both are enabled (backport #7539) (#7580) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/60f45db42a3e4044fccf8b45b53f8c3cca25af39&#34; target=&#34;_blank&#34;&gt;60f45db4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gitrepo:&lt;/strong&gt; Fix git repo with some odd character combinations (#7564) (#7568) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/5468ff6252ed056c289d56918f5997748a4f8dd4&#34; target=&#34;_blank&#34;&gt;5468ff62&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;security:&lt;/strong&gt; restore AnonymousConfig after Spring Boot 3 / Security 6 upgrade (#7538) (#7594) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/3d031ab6200be23ab1bcc5e0a0564647a41afa83&#34; target=&#34;_blank&#34;&gt;3d031ab6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.4.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.4.3-changelog/</link>
				<pubDate>Tue, 07 Apr 2026 19:04:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.4.3-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate/web:&lt;/strong&gt; return 200 instead of 500 for void orca endpoints (#7574) (#7577) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/2cd80fb284ffbac705ed6726d160828d34bfc5f3&#34; target=&#34;_blank&#34;&gt;2cd80fb2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate:&lt;/strong&gt; rename x509 SecurityFilterChain bean to prevent SAML override when both are enabled (#7539) (#7581) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/c12a7d6934342189d2f282e2747a4e7c9e25133f&#34; target=&#34;_blank&#34;&gt;c12a7d69&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gitrepo:&lt;/strong&gt; Fix git repo with some odd character combinations (#7564) (#7569) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/369da6f0a4b868fc3924e1c9c450c01a1b8cb14c&#34; target=&#34;_blank&#34;&gt;369da6f0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;saml:&lt;/strong&gt; Fix wiring issue on saml.  Add FULL end to end integration test using keycloak &amp;amp; htmlunitdriver (backport #7525) (#7607) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/24959fc5289ff65817750afe34b778e0bfe34d12&#34; target=&#34;_blank&#34;&gt;24959fc5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;saml:&lt;/strong&gt; Restore allowedAccounts (#7453) (#7608) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/804c3fc4297eb1f36033b1de6f2b87f0cabb06e5&#34; target=&#34;_blank&#34;&gt;804c3fc4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;security:&lt;/strong&gt; restore AnonymousConfig after Spring Boot 3 / Security 6 upgrade (#7538) (#7593) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/7adb4f7bcd12d9cb9268a5a50753a8121081ba5b&#34; target=&#34;_blank&#34;&gt;7adb4f7b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.0.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.0.1-changelog/</link>
				<pubDate>Fri, 20 Mar 2026 19:03:48 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.0.1-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;p&gt;There&amp;rsquo;s an additional configuration that can be set on the gitrepo for controlling which hosts are accessible by a gitrepo.  You can restrict now the gitrepo calls to ONLY internal servers vs. allowing multiple git servers.  This can be done by adding an &lt;code&gt;allowedhosts&lt;/code&gt; flag on the gitrepo accounts.  NOTE:  THis does NOT work in halyard so you&amp;rsquo;ll need to set these accounts via profiles if you&amp;rsquo;re still using halyard/operator.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.4.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.4.2-changelog/</link>
				<pubDate>Fri, 20 Mar 2026 18:03:48 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.4.2-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;p&gt;There&amp;rsquo;s an additional configuration that can be set on the gitrepo for controlling which hosts are accessible by a gitrepo.  You can restrict now the gitrepo calls to ONLY internal servers vs. allowing multiple git servers.  This can be done by adding an &lt;code&gt;allowedhosts&lt;/code&gt; flag on the gitrepo accounts.  NOTE:  THis does NOT work in halyard so you&amp;rsquo;ll need to set these accounts via profiles if you&amp;rsquo;re still using halyard/operator.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.3.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.3.2-changelog/</link>
				<pubDate>Thu, 19 Mar 2026 20:03:29 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.3.2-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;p&gt;There&amp;rsquo;s an additional configuration that can be set on the gitrepo for controlling which hosts are accessible by a gitrepo.  You can restrict now the gitrepo calls to ONLY internal servers vs. allowing multiple git servers.  This can be done by adding an &lt;code&gt;allowedhosts&lt;/code&gt; flag on the gitrepo accounts.  NOTE:  THis does NOT work in halyard so you&amp;rsquo;ll need to set these accounts via profiles if you&amp;rsquo;re still using halyard/operator.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2026.0.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.0.0-changelog/</link>
				<pubDate>Thu, 19 Feb 2026 05:02:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2026.0.0-changelog/</guid>
				<description>&lt;h3 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h3&gt;&#xA;&lt;h4 id=&#34;images&#34;&gt;Images&lt;/h4&gt;&#xA;&lt;p&gt;The spinnaker project will be moving docker images from Google&amp;rsquo;s artifact registry to GHCR going forward.  This should save the project significantly on network and storage costs, while also allowing unlimited downloads.  As such&#xA;we&amp;rsquo;ve started publishing all images to the &#xA;&lt;a href=&#34;https://github.com/orgs/spinnaker/packages&#34; target=&#34;_blank&#34;&gt;github packages pages&lt;/a&gt;&#xA;.  2026.0.0 should be the last release consuming images from google artifact registry.  Going forward, halyard&#xA;and other images will start pulling from GHCR instead (incoming PRs shortly on this change).  Please update any allowlists, rules, and mirrors to start using GHCR as a package repository.  For more information, please join&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.2.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.2.4-changelog/</link>
				<pubDate>Sat, 14 Feb 2026 20:02:49 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.2.4-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;OAuth2:&lt;/strong&gt; Remove quotes as it is causing URI issues while redirecting. (#7380) (#7381) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/3558e84419f89b94b1830bb3082d42741484f482&#34; target=&#34;_blank&#34;&gt;3558e844&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; actually publish compiled deck-kayenta code (#7389) (#7419) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/9b1b4b0f110ce3b22a088b11e5a452d5e755a600&#34; target=&#34;_blank&#34;&gt;9b1b4b0f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deck:&lt;/strong&gt; Attempt two of fixing deck publishing (backport #7406) (#7413) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/edb2ed1cd74766e8f55fbb9e75b5ad9b3d31c284&#34; target=&#34;_blank&#34;&gt;edb2ed1c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt; Fix missing pagination token on accelerator lookups (#7420) (#7436) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/1ab52111fba8ae28506615e29e3f36cb5f5cbb86&#34; target=&#34;_blank&#34;&gt;1ab52111&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kayentadeck:&lt;/strong&gt; Fix publishing to NOT tag by latest.  This prevents us from hitting an issue where backports fail to publish due to being older versions (#7456) (#7459) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/b1559cfa4c4826f6545b0dd19804942ab8292aea&#34; target=&#34;_blank&#34;&gt;b1559cfa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;npm:&lt;/strong&gt; Fix npm publishing (#7398) (#7412) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/a649739b7c46a800a84604ffe8d32f55f3c396db&#34; target=&#34;_blank&#34;&gt;a649739b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca-applications:&lt;/strong&gt; Retrofit calls on Front50 projects tasks (#7272) (#7393) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/9741b74e8a03214b2b22ef9d9160bd60e4ee3bd6&#34; target=&#34;_blank&#34;&gt;9741b74e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;publishing:&lt;/strong&gt; Fix deck kayenta had duplicate package block (#7444) (#7447) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/c53f05bd46ed6eb9b8d67a4a8128ec8e44925947&#34; target=&#34;_blank&#34;&gt;c53f05bd&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;publishing:&lt;/strong&gt; Fix image publishing for deck due to NPM trusted publishing change (#7422) (#7425) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/9bd2194bc83669b9209fe2c430b1fb9c9d65de67&#34; target=&#34;_blank&#34;&gt;9bd2194b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;publishing:&lt;/strong&gt; NPM Tag update (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/b26345757c52cbef2ab3a9b56513873b1caeca7c&#34; target=&#34;_blank&#34;&gt;b2634575&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;validation:&lt;/strong&gt; Fixes some url validation handling on underscores (backport #7428) (#7442) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/1db6abf15766a9b919a01d91258ff42102ddf920&#34; target=&#34;_blank&#34;&gt;1db6abf1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Add id permissions to release for deck NPM publishing (#7448) (#7451) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/fbcbd0e4ab0ce53ae32074cf105f4c0aacf15c2c&#34; target=&#34;_blank&#34;&gt;fbcbd0e4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; migrate to trusted npm publishing (backport #7379) (#7416) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/0549fd9337ba6ef9b3e34bcc776ec48979f07e72&#34; target=&#34;_blank&#34;&gt;0549fd93&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.3.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.3.1-changelog/</link>
				<pubDate>Sat, 14 Feb 2026 18:02:36 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.3.1-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;OAuth2:&lt;/strong&gt; Remove quotes as it is causing URI issues while redirecting. (#7380) (#7382) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/d03b0ad599ba412827660a57e63432a50128b98e&#34; target=&#34;_blank&#34;&gt;d03b0ad5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; actually publish compiled deck-kayenta code (#7389) (#7418) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/8ea3baac29da706dc84e6352f04dbb61f35d57f4&#34; target=&#34;_blank&#34;&gt;8ea3baac&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deck:&lt;/strong&gt; Attempt two of fixing deck publishing (backport #7406) (#7411) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/1411a9cd629e240a3514f645e962709323399299&#34; target=&#34;_blank&#34;&gt;1411a9cd&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt; Fix missing pagination token on accelerator lookups (#7420) (#7435) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/a34f9f9353823741715d0e1ed83d34ad645f77ee&#34; target=&#34;_blank&#34;&gt;a34f9f93&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kayentadeck:&lt;/strong&gt; Fix publishing to NOT tag by latest.  This prevents us from hitting an issue where backports fail to publish due to being older versions (#7456) (#7458) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/2ed5a0ebe165d2ba8941ce949fbea7eea82f265a&#34; target=&#34;_blank&#34;&gt;2ed5a0eb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;npm:&lt;/strong&gt; Fix npm publishing (#7398) (#7409) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/61bcf573e1ff3b43badb3a76e896671224b56983&#34; target=&#34;_blank&#34;&gt;61bcf573&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;publishing:&lt;/strong&gt; Fix deck kayenta had duplicate package block (#7444) (#7446) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/fa857f7668b0aaed0fe8b8b6318ca89c76948408&#34; target=&#34;_blank&#34;&gt;fa857f76&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;publishing:&lt;/strong&gt; Fix image publishing for deck due to NPM trusted publishing change (#7422) (#7424) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/f651b23ac603e06aa804fdc8353e0095d01b9dad&#34; target=&#34;_blank&#34;&gt;f651b23a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;publishing:&lt;/strong&gt; Tags cant be semver so prefix with release (#7460) (#7462) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/c973386a8c523a53af4f04386134b7e37e2bbfc4&#34; target=&#34;_blank&#34;&gt;c973386a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;validation:&lt;/strong&gt; Fixes some url validation handling on underscores (backport #7428) (#7441) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/9b3fe2b01fe2aafa2f9a527f6f9594356493fe4b&#34; target=&#34;_blank&#34;&gt;9b3fe2b0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Add id permissions to release for deck NPM publishing (#7448) (#7450) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/afc84eaf1b9318ccb8ffc9f0fd43458b7fa6091b&#34; target=&#34;_blank&#34;&gt;afc84eaf&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; migrate to trusted npm publishing (#7379) (#7415) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/82aef6bbbcc3474b912f965678c431a10a3d3636&#34; target=&#34;_blank&#34;&gt;82aef6bb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;roles:&lt;/strong&gt; make fiat full role sync synchronized across fiat instan…&amp;quot; (#7348) (#7394) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/61df749e9cb254c82e184f49259f75ddf2b42339&#34; target=&#34;_blank&#34;&gt;61df749e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.4.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.4.1-changelog/</link>
				<pubDate>Tue, 03 Feb 2026 00:02:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.4.1-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;OAuth2:&lt;/strong&gt; Remove quotes as it is causing URI issues while redirecting. (#7380) (#7383) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/826e6adfce2ac4f5ff36330a0c5e4c9e4a0af8c4&#34; target=&#34;_blank&#34;&gt;826e6adf&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt; Fix missing pagination token on accelerator lookups (#7420) (#7434) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/fc30c3dce043fbd445030bc51910f411f9604d37&#34; target=&#34;_blank&#34;&gt;fc30c3dc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca/web:&lt;/strong&gt; properly deserialize webhook status code (#7367) (#7368) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/6bb032904bbece2cbf4aa8f78a9e92a988033716&#34; target=&#34;_blank&#34;&gt;6bb03290&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;validation:&lt;/strong&gt; Fixes some url validation handling on underscores (backport #7428) (#7440) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/31d409762500c9c33f8defcb3b61a7fde50783d5&#34; target=&#34;_blank&#34;&gt;31d40976&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;deck:&lt;/strong&gt; actually publish compiled deck-kayenta code (#7389) (#7417) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/43c990698b55a45c920e09d490127aa3e7cbc434&#34; target=&#34;_blank&#34;&gt;43c99069&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Attempt two of fixing deck publishing (backport #7406) (#7410) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/27f0bf355dd3edc6c6344f6abd3d604e79ff0841&#34; target=&#34;_blank&#34;&gt;27f0bf35&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Fix deck kayenta had duplicate package block (#7444) (#7445) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/aa57ea001b59ca769dd0920aed64e51e8428ff1f&#34; target=&#34;_blank&#34;&gt;aa57ea00&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Fix image publishing for deck due to NPM trusted publishing change (#7422) (#7423) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/f3b93fbc9f85313e505a99bc743be0802f86b3c4&#34; target=&#34;_blank&#34;&gt;f3b93fbc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Fix npm publishing (#7398) (#7408) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/efa2f298e0ad2357ce47d38e80d4dc6fbebfc3df&#34; target=&#34;_blank&#34;&gt;efa2f298&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; migrate to trusted npm publishing (#7379) (#7414) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/6ea43243131787e9f5bea5b602b888064cbd03d0&#34; target=&#34;_blank&#34;&gt;6ea43243&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca/web:&lt;/strong&gt; reproduce anonymous pipeline trigger user (#7369) (#7374) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/57f98fe36d702c35d06789f4e45a4f93abebfeed&#34; target=&#34;_blank&#34;&gt;57f98fe3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.4.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.4.0-changelog/</link>
				<pubDate>Mon, 01 Dec 2025 23:12:33 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.4.0-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h3 id=&#34;spring-boot-3013-upgrade&#34;&gt;Spring Boot 3.0.13 Upgrade&lt;/h3&gt;&#xA;&lt;p&gt;As part of the upgrade to Spring Boot 3.0.13, actuator metrics export configuration properties have changed structure.&lt;/p&gt;&#xA;&lt;h4 id=&#34;actuator-metrics-export-property-changes&#34;&gt;Actuator Metrics Export Property Changes&lt;/h4&gt;&#xA;&lt;p&gt;The metrics export properties have moved from the old schema to the new format:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Old Property Prefix&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;New Property Prefix&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;management.metrics.export.&amp;lt;product&amp;gt;&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;management.&amp;lt;product&amp;gt;.metrics.export&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Prometheus configuration keys have changed from:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-properties&#34; data-lang=&#34;properties&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#a40000&#34;&gt;management.metrics.export.prometheus.*&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#c4a000&#34;&gt;to&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#a40000&#34;&gt;management.prometheus.metrics.export.*&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;session-data-cleanup&#34;&gt;Session data cleanup&lt;/h3&gt;&#xA;&lt;p&gt;Spring Boot 3.0 considers session data cached by Spring Boot 2.7 invalid.  Therefore, users with cached sessions will be unable to log in until the invalid information is removed from the cache. Open browser windows to Spinnaker are unresponsive after the deployment until they’re reloaded.&#xA;Executing:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.3.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.3.0-changelog/</link>
				<pubDate>Sat, 08 Nov 2025 00:11:07 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.3.0-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;p&gt;&lt;code&gt;S3ArtifactValidator&lt;/code&gt;&amp;rsquo;s &lt;code&gt;validate&lt;/code&gt; method signature has changed when &lt;code&gt;clouddriver-artifacts&lt;/code&gt; was upgraded to AWS SDK v2. Any custom implementations of this interface need to be updated accordingly. AWS SDK v2 upgrade PR: &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/pull/7301&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/pull/7301&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h5 id=&#34;security-settings-on-http-based-artifacts&#34;&gt;Security settings on http based artifacts.&lt;/h5&gt;&#xA;&lt;p&gt;Any http or similar artifacts can now set some limits on accessible accounts.  It&amp;rsquo;s recommended to configure an allow list to restrict calls to allowed known domains.  There&amp;rsquo;s a whitelist of domains that can be set.  Example of the configuration:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.1.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.6-changelog/</link>
				<pubDate>Fri, 07 Nov 2025 17:11:38 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.6-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;config:&lt;/strong&gt; Defaults are not being set when only a few fields are set (#7285) (#7287) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/52f5412466397dfd9ac63eac8f1dd4453c467e06&#34; target=&#34;_blank&#34;&gt;52f54124&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;echo:&lt;/strong&gt; Fix rest event config to work with splunk style URLs or those without a trailing slash on the URL (#7330) (#7332) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/ac327cb6f4f06895c22d64b7b879cc603e96dbd9&#34; target=&#34;_blank&#34;&gt;ac327cb6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate-web:&lt;/strong&gt; Controller fix for RoleController &amp;amp; EcsCloudMetricController after retrofit updates (#7303) (#7305) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/653442e886f8f0e21ba574c161c7bf897cc157e5&#34; target=&#34;_blank&#34;&gt;653442e8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;images:&lt;/strong&gt; Fix a few more places querying for images that had null parameters causing failures due to retrofit changes (#7321) (#7329) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/69792c33894111797a5c1a30f8bdeea068f555f0&#34; target=&#34;_blank&#34;&gt;69792c33&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca-clouddriver:&lt;/strong&gt; Fix findImages oortService call query map (#7278) (#7318) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/e45b2043bd248d1573d60a6df75bf84d68e84333&#34; target=&#34;_blank&#34;&gt;e45b2043&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca/redis:&lt;/strong&gt; actually run the tests (#7292) (#7294) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/1aa81a49dc05d3f1b6f0255fa5d8c70c5eeb43c4&#34; target=&#34;_blank&#34;&gt;1aa81a49&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;change:&lt;/strong&gt; Merge commit from fork (#7280) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/54259caccf33946f9a8a359623968846d2056fb5&#34; target=&#34;_blank&#34;&gt;54259cac&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.2.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.2.3-changelog/</link>
				<pubDate>Fri, 07 Nov 2025 17:11:32 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.2.3-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver/cloudformation:&lt;/strong&gt; fix an API failure caused by encoded colon char post retrofit2 upgrade (#7262) (#7275) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/be71bba34ce126c299d2ef574ff3abde37c5f9af&#34; target=&#34;_blank&#34;&gt;be71bba3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;config:&lt;/strong&gt; Defaults are not being set when only a few fields are set (#7285) (#7286) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/dd59e7f22f814debcb17aeb78901b870e428ab8a&#34; target=&#34;_blank&#34;&gt;dd59e7f2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;echo:&lt;/strong&gt; Fix rest event config to work with splunk style URLs or those without a trailing slash on the URL (#7330) (#7331) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/c6907c53946dc54df7d9b2e9b5326fa3133604ec&#34; target=&#34;_blank&#34;&gt;c6907c53&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate-web:&lt;/strong&gt; Controller fix for RoleController &amp;amp; EcsCloudMetricController after retrofit updates (#7303) (#7306) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/19d27f1c38ce065858dbad9361d12f451f5972f0&#34; target=&#34;_blank&#34;&gt;19d27f1c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;images:&lt;/strong&gt; Fix a few more places querying for images that had null parameters causing failures due to retrofit changes (#7321) (#7328) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/3750eca67cc9289999b22346c726efa04c6cf477&#34; target=&#34;_blank&#34;&gt;3750eca6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca-clouddriver:&lt;/strong&gt; Fix findImages oortService call query map (#7278) (#7317) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/cf4a74288868b3a54bb55a045deb7775e848b8e8&#34; target=&#34;_blank&#34;&gt;cf4a7428&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca/clouddriver/retrofit:&lt;/strong&gt; fix wildcard in the retrofit method parameter (#7264) (#7267) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/b91f789ae91f12b8fb00a0e576f5ebe070dcefe3&#34; target=&#34;_blank&#34;&gt;b91f789a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca/redis:&lt;/strong&gt; actually run the tests (#7292) (#7295) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/f9cf87cd390030f2869adbc3ea6eea879986344b&#34; target=&#34;_blank&#34;&gt;f9cf87cd&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;change:&lt;/strong&gt; Merge commit from fork (#7279) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/dbabd821a21589d4b5f366deb565cb02702cfa3f&#34; target=&#34;_blank&#34;&gt;dbabd821&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca:&lt;/strong&gt; add a test to verify clouddriver GET api to get CloudFormationStack (#7248) (#7276) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/74192b53598bd8a98a9c1b48d1411e32eb448c48&#34; target=&#34;_blank&#34;&gt;74192b53&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.1.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.5-changelog/</link>
				<pubDate>Mon, 13 Oct 2025 11:10:50 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.5-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver/cloudformation:&lt;/strong&gt; fix an API failure caused by encoded colon char post retrofit2 upgrade (#7262) (#7274) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/8f783f287c36a8c61c6eb8d52a2591750ac20aba&#34; target=&#34;_blank&#34;&gt;8f783f28&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca/clouddriver/retrofit:&lt;/strong&gt; fix wildcard in the retrofit method parameter (#7264) (#7266) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/4223404b64809790c797e28658b9961d87700d03&#34; target=&#34;_blank&#34;&gt;4223404b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca:&lt;/strong&gt; add a test to verify clouddriver GET api to get CloudFormationStack (#7248) (#7277) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/8172b817e4e7c62e04a981d58773831b6a4bf4a0&#34; target=&#34;_blank&#34;&gt;8172b817&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.2.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.2.2-changelog/</link>
				<pubDate>Wed, 24 Sep 2025 20:09:33 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.2.2-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;oauth2:&lt;/strong&gt; move tokenResponseClient bean to static inner config to avoid circular dependency (#7254) (#7255) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/0228413594bc3049aaa5f23b91447424a33d2909&#34; target=&#34;_blank&#34;&gt;02284135&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.2.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.2.1-changelog/</link>
				<pubDate>Mon, 22 Sep 2025 19:09:25 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.2.1-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;OAuth2, NPE:&lt;/strong&gt; Map.copyOf is strict about nulls so use Collections.unmodifiableMap instead (#7246) (#7252) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/63dcf960598c0f03b20e39cadc32eeee4eb97cf0&#34; target=&#34;_blank&#34;&gt;63dcf960&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.2.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.2.0-changelog/</link>
				<pubDate>Thu, 11 Sep 2025 19:09:01 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.2.0-changelog/</guid>
				<description>&lt;h2 id=&#34;changelog&#34;&gt;Changelog&lt;/h2&gt;&#xA;&lt;h3 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h3&gt;&#xA;&lt;h4 id=&#34;clouddriver&#34;&gt;Clouddriver&lt;/h4&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/pull/7240&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/pull/7240&lt;/a&gt;&#xA; changes constructors in AmazonCredentials / AssumeRoleAmazonCredentials / NetflixAmazonCredentials / NetflixAssumeRoleAmazonCredentials.  Plugins or custom code may need corresponding changes (e.g. pass null for AwsConfigurationProperties) to continue to build.&lt;/p&gt;&#xA;&lt;h4 id=&#34;gate&#34;&gt;Gate&lt;/h4&gt;&#xA;&lt;h5 id=&#34;spring-security-5-oauth2-migration&#34;&gt;Spring Security 5 Oauth2 Migration&lt;/h5&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/pull/7052&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/pull/7052&lt;/a&gt;&#xA; removes deprecated OAuth2 annotations, and uses Spring Security 5&amp;rsquo;s DSL. Various steps are required for this upgrade. The properties for configuring OAuth2 in Gate have changed:&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;OAuth2 Configuration Property Mapping&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;security.authn.oauth2.enabled&#xA;  -&amp;gt; spring.security.oauth2.client (auto-configured by Spring Security)&#xA;&#xA;security.authn.oauth2.provider&#xA;  -&amp;gt; spring.security.oauth2.client.registration.&amp;lt;providerId&amp;gt; (if provider is not specified in the old configuration, it should be set to &amp;#39;other&amp;#39; in the new configuration)&#xA;&#xA;security.authn.oauth2.client.clientId&#xA;  -&amp;gt; spring.security.oauth2.client.registration.&amp;lt;providerId&amp;gt;.client-id&#xA;&#xA;security.authn.oauth2.client.clientSecret&#xA;  -&amp;gt; spring.security.oauth2.client.registration.&amp;lt;providerId&amp;gt;.client-secret&#xA;&#xA;security.authn.oauth2.client.scope&#xA;  -&amp;gt; spring.security.oauth2.client.registration.&amp;lt;providerId&amp;gt;.scope&#xA;&#xA;security.authn.oauth2.client.clientAuthenticationScheme&#xA;  -&amp;gt; spring.security.oauth2.client.registration.&amp;lt;providerId&amp;gt;.clientAuthenticationScheme&#xA;&#xA;security.authn.oauth2.client.preEstablishedRedirectUri&#xA;  -&amp;gt; spring.security.oauth2.client.registration.&amp;lt;providerId&amp;gt;.redirect-uri (url should be in this format https://&amp;lt;your-domain&amp;gt;/login/oauth2/code/&amp;lt;providerid&amp;gt;)&#xA;&#xA;security.authn.oauth2.client.userAuthorizationUri&#xA;  -&amp;gt; spring.security.oauth2.client.provider.&amp;lt;providerId&amp;gt;.authorization-uri&#xA;&#xA;security.authn.oauth2.client.accessTokenUri&#xA;  -&amp;gt; spring.security.oauth2.client.provider.&amp;lt;providerId&amp;gt;.token-uri&#xA;&#xA;security.authn.oauth2.resource.userInfoUri&#xA;  -&amp;gt; spring.security.oauth2.client.provider.&amp;lt;providerId&amp;gt;.user-info-uri&#xA;&#xA;security.authn.oauth2.userInfoMapping&#xA;  -&amp;gt; spring.security.oauth2.client.registration.userInfoMapping&#xA;&#xA;security.authn.oauth2.userInfoRequirements&#xA;  -&amp;gt; spring.security.oauth2.client.registration.userInfoRequirements&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Below are some example configurations built based on above mapping.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.1.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.4-changelog/</link>
				<pubDate>Wed, 03 Sep 2025 19:09:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.4-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt; More NPE handling on some input (#7236) (#7237) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/347cfb20f0cba0f7c9d06a31c961bbb2082756fc&#34; target=&#34;_blank&#34;&gt;347cfb20&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.1.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.3-changelog/</link>
				<pubDate>Tue, 02 Sep 2025 17:09:52 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.3-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate/web:&lt;/strong&gt; add Retrofit2SyncCall.execute to SubnetController.allByCloudProvider (#7219) (#7221) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/9b5dcd7b9070661d07bde95cd030cdde1e5efb41&#34; target=&#34;_blank&#34;&gt;9b5dcd7b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt; Fix a number of potential NPEs around deploy handling for google builds.  Tied to groovy to java migration (#7227) (#7233) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/4ea0d5087f5472793cc72c5b57cb1ce282890c5e&#34; target=&#34;_blank&#34;&gt;4ea0d508&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;halyard/retrofit2:&lt;/strong&gt; fix DaemonService&amp;rsquo;s convertor factory (#7230) (#7232) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/66ade3f8b48fd09195895918fe6dc058e25e8a46&#34; target=&#34;_blank&#34;&gt;66ade3f8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca/retrofit2:&lt;/strong&gt; fix orca bakeservice api (#7224) (#7225) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/e0a64b30b6e4436e844df3d14930b7e90797cf74&#34; target=&#34;_blank&#34;&gt;e0a64b30&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.0.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.8-changelog/</link>
				<pubDate>Fri, 22 Aug 2025 17:08:38 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.8-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gate/web:&lt;/strong&gt; add Retrofit2SyncCall.execute to SubnetController.allByCloudProvider (#7219) (#7220) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/27179ec24a96d09079e6af7bebbba24ce7d4f079&#34; target=&#34;_blank&#34;&gt;27179ec2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.1.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.2-changelog/</link>
				<pubDate>Thu, 21 Aug 2025 20:08:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.2-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver/aws:&lt;/strong&gt; align CredentialsParser types in AmazonCredentialsInitializer (#7207) (#7208) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/3c45b4c933a6e519efa05f04e64f4f84cc91dcc8&#34; target=&#34;_blank&#34;&gt;3c45b4c9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;echo/rest:&lt;/strong&gt; make it possible to send events to URLs with no trailing slash (#7212) (#7215) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/824acc94316250429e7e78d97a3f4b0d8574aee1&#34; target=&#34;_blank&#34;&gt;824acc94&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt; Add retry and status polling logic (#7191) (#7217) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/b1243f8112e43c9ccfab8758d86353b9a6876a30&#34; target=&#34;_blank&#34;&gt;b1243f81&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;halyard/retrofit2:&lt;/strong&gt; fix daemon service getTask API definition (#7206) (#7209) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/a75b383c05f1570f9c08a766da092f199de4ac38&#34; target=&#34;_blank&#34;&gt;a75b383c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.0.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.7-changelog/</link>
				<pubDate>Thu, 21 Aug 2025 18:08:04 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.7-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;echo/rest:&lt;/strong&gt; make it possible to send events to URLs with no trailing slash (#7212) (#7214) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/dd7714d9559da517be82cce88bada889ebdf3bca&#34; target=&#34;_blank&#34;&gt;dd7714d9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;echo/retrofit2:&lt;/strong&gt; fix the handling of responses from APIs of GoogleChat and Slack (#7175) (#7181) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/1ff8e2853d821ab2459f66d702f2562f5ceaf954&#34; target=&#34;_blank&#34;&gt;1ff8e285&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;keel:&lt;/strong&gt; add executor pool for asynchronous requests (#7190) (#7194) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/057df0d4ef9f15af7099ea04f11f293f1e2df4ee&#34; target=&#34;_blank&#34;&gt;057df0d4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca/retrofit:&lt;/strong&gt; replace RetrofitError with SpinnakerServerException in orca.yml to add automatic retries to API calls that might fail transiently. (#7180) (#7182) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/41d8bd3a27ffc8426512c20e9f802ed5ae415219&#34; target=&#34;_blank&#34;&gt;41d8bd3a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.1.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.1-changelog/</link>
				<pubDate>Tue, 19 Aug 2025 21:08:45 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.1-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca/clouddriver:&lt;/strong&gt; correct parameter order for requestOperations to avoid invalid cloudProvider errors (#7201) (#7204) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/7f6e3e2f325f2607a6fdd3e4e21f307b69f09cd9&#34; target=&#34;_blank&#34;&gt;7f6e3e2f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.1.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.0-changelog/</link>
				<pubDate>Tue, 19 Aug 2025 18:08:49 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.1.0-changelog/</guid>
				<description>&lt;h2 id=&#34;changelog&#34;&gt;Changelog&lt;/h2&gt;&#xA;&lt;h3 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h3&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/pull/7173&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/pull/7173&lt;/a&gt;&#xA; removed retrofit1 from Spinnaker.  Specifically, spinnaker-dependencies no longer refers to com.squareup.retrofit:retrofit:1.9.0 (and some other related jars as well).  Plugins or custom code that depend on this need to add their own dependencies or upgrade to retrofit2.&lt;/p&gt;&#xA;&lt;h3 id=&#34;helm-oci-registry-chart-support&#34;&gt;Helm OCI Registry Chart Support&lt;/h3&gt;&#xA;&lt;p&gt;Docker registry provider now supports adding OCI-based registries hosting Helm repositories. This feature allows&#xA;users to download and bake Helm charts hosted in OCI-compliant registries (such as Docker Hub).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.36.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.36.3-changelog/</link>
				<pubDate>Fri, 15 Aug 2025 18:14:37 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.36.3-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5905&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.90.5&lt;/h2&gt;&#xA;&lt;p&gt;The primary change here is a configuration (defaulted to true) that instead of immediately moving on after a deploy operation instead polls for task completion of the operation.  There&#xA;is a case where Google will not complete the operation or even fail the operation and instead of detecting this, spinnaker would go to the next task and fail.  See issue &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/7170&#34; target=&#34;_blank&#34;&gt;7170&lt;/a&gt;&#xA; for more information.&lt;/p&gt;&#xA;&lt;p&gt;This WILL add some extra time on deployments and the legacy behavior can be disabled via a configuration property documented in the enableAsyncOperationWait PR.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.0.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.6-changelog/</link>
				<pubDate>Thu, 24 Jul 2025 22:07:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.6-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt; Add CallAdapter for legacy Retrofit signatures (#7088) (#7155) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/eced8bbe36f7717492bc024768055b6c60b7b8ba&#34; target=&#34;_blank&#34;&gt;eced8bbe&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;googlechat:&lt;/strong&gt; fix googlechat encoding issue (#7165) (#7166) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/e0ca388274adf3edce9789c71d90a632bb0f6d59&#34; target=&#34;_blank&#34;&gt;e0ca3882&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt; fix a broken scenario related to LegacySignatureCallAdapter (backport #7131) (#7135) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/4fb42281506226900bd88053ebd62306ba3e071f&#34; target=&#34;_blank&#34;&gt;4fb42281&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt; remove leading slashes from all the retrofit2 api interfaces (backport #7159) (#7160) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/450f01e1cd2c3eba5ab2b825def59087906aa238&#34; target=&#34;_blank&#34;&gt;450f01e1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit:&lt;/strong&gt; fix retrofit1 client definition in kork (#7130) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/ae505cdc770e0fbefcbfd9ea5f3ed99ed85fba98&#34; target=&#34;_blank&#34;&gt;ae505cdc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;front50/retrofit2:&lt;/strong&gt; upgrade the lone EchoService interface to retrofit2 in front50 (#7151) (#7153) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/fb781906006d2d231bcd97182888748c6df26d3f&#34; target=&#34;_blank&#34;&gt;fb781906&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt; run clouddriver integration tests when kork or fiat change (backport #7156) (#7158) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/14c9e06e6cf090bdc2224b05b43972f0d88b9ec7&#34; target=&#34;_blank&#34;&gt;14c9e06e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt; run clouddriver k8s integration tests when the workflow is modified (#7157) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/b5de0d40744f3dab43918349408f09ecdc04e634&#34; target=&#34;_blank&#34;&gt;b5de0d40&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.0.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.5-changelog/</link>
				<pubDate>Tue, 15 Jul 2025 19:07:50 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.5-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Enable publishing for Gradle plugins (#7122) (#7128) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/5e58dc70b2066de5535b24afac6a80af72d85b49&#34; target=&#34;_blank&#34;&gt;5e58dc70&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;publishing:&lt;/strong&gt; Write all versions to Maven metadata (#7126) (#7127) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/c1b4d73d669564a6a36f5259c473a1e82e125f83&#34; target=&#34;_blank&#34;&gt;c1b4d73d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt; fix query param encoding logic to accommodate repeating query params (#7133) (#7134) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/7252a084ae5580045b23b650a9eec18507b5338c&#34; target=&#34;_blank&#34;&gt;7252a084&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Migrate from OSSRH to Central Portal (#7114) (#7123) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/745c1e81e679a369bbf68b52a34fa3379e67a9f9&#34; target=&#34;_blank&#34;&gt;745c1e81&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver/kubernetes:&lt;/strong&gt; test against a 1.30.13 k8s cluster (#7139) (#7141) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/abe2528fab62b7637d85caa185c8f9d0033ba95a&#34; target=&#34;_blank&#34;&gt;abe2528f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver/kubernetes:&lt;/strong&gt; upgrade kind to 0.29.0 (#7138) (#7142) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/8c463a59899bcfecbc597129911bc2705e82fcce&#34; target=&#34;_blank&#34;&gt;8c463a59&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.0.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.4-changelog/</link>
				<pubDate>Mon, 16 Jun 2025 21:06:26 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.4-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt; fix missing slash issue of docker registry client&amp;rsquo;s base url (backport #7110) (#7111) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/9151b9591ff9d067c888cf95a43409a09830b203&#34; target=&#34;_blank&#34;&gt;9151b959&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;igor-web:&lt;/strong&gt; fix Jenkins job&amp;rsquo;s build response handling issue (#7105) (#7107) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/f65eb2c422956a1f80b3c317806188f727c493f2&#34; target=&#34;_blank&#34;&gt;f65eb2c4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;test:&lt;/strong&gt; move test file to the right location (#7102) (#7103) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/a991d2d2d9a8c5a8f084962bd34d74a4d84671dc&#34; target=&#34;_blank&#34;&gt;a991d2d2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.0.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.3-changelog/</link>
				<pubDate>Sat, 24 May 2025 14:05:08 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.3-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Fix BoM generation against release tags (#7081) (#7083) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/0a75021da7831f28cab80715b94a7ecbbd92dc8e&#34; target=&#34;_blank&#34;&gt;0a75021d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Limit versions.yml to three releases, and collapse patch versions (#7086) (#7087) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/168f447a6df4e862629c4d1d731cec0cc808c795&#34; target=&#34;_blank&#34;&gt;168f447a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Publish debs on release (#7091) (#7092) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/75c5e54418bb567715c62f8c2af61328fe7a0cbe&#34; target=&#34;_blank&#34;&gt;75c5e544&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Update top-level versions.yml metadata if release is newest (#7080) (#7082) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/fe9ebe5eed0c99a44c8ca000793c8bee55612f0b&#34; target=&#34;_blank&#34;&gt;fe9ebe5e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.36.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.36.2-changelog/</link>
				<pubDate>Thu, 22 May 2025 18:13:27 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.36.2-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5902&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.90.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Launch template version of ASG default to  when not defined (#6373) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/3984ca5a8b513d2a50af56666a8e2944543123fe&#34; target=&#34;_blank&#34;&gt;3984ca5a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver-google:&lt;/strong&gt;   Fix logic when Instance Types are available only in selected Zones/Regions - manual backport (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/482dda727dffbba2b9259b97638851a66b806d42&#34; target=&#34;_blank&#34;&gt;482dda72&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver-google:&lt;/strong&gt;   Fix logic when Instance Types are available only in selected Zones/Regions - manual backport (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/482dda727dffbba2b9259b97638851a66b806d42&#34; target=&#34;_blank&#34;&gt;482dda72&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver-google:&lt;/strong&gt;   Fix logic when Instance Types are available only in selected Zones/Regions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/482dda727dffbba2b9259b97638851a66b806d42&#34; target=&#34;_blank&#34;&gt;482dda72&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecs:&lt;/strong&gt;   evaluate targetgroup healthcheck in instance healthcheck (#6307) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c8c9d4c894772cbce2df093d470a718881afd9aa&#34; target=&#34;_blank&#34;&gt;c8c9d4c8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecs:&lt;/strong&gt;   include healthcheck status from targetgroups in instance healthcheck (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c8c9d4c894772cbce2df093d470a718881afd9aa&#34; target=&#34;_blank&#34;&gt;c8c9d4c8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecs:&lt;/strong&gt;   check null for loadBalancer attribute (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c8c9d4c894772cbce2df093d470a718881afd9aa&#34; target=&#34;_blank&#34;&gt;c8c9d4c8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecs:&lt;/strong&gt;   evaluate TargetHealth check if container deployed does have target groups associated (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c8c9d4c894772cbce2df093d470a718881afd9aa&#34; target=&#34;_blank&#34;&gt;c8c9d4c8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/1730ad7c66f7f276b707ddd54688a9ee963760e4&#34; target=&#34;_blank&#34;&gt;1730ad7c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/0c7cff1d1ded2b12d3df81f77ace4e5fec0b4921&#34; target=&#34;_blank&#34;&gt;0c7cff1d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecs:&lt;/strong&gt;   add tests for default behavior and targetgroup healthchecks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c8c9d4c894772cbce2df093d470a718881afd9aa&#34; target=&#34;_blank&#34;&gt;c8c9d4c8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecs:&lt;/strong&gt;   improve testing and use targetHealth to determine status only if containerHealthcheck is UNKNOWN (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c8c9d4c894772cbce2df093d470a718881afd9aa&#34; target=&#34;_blank&#34;&gt;c8c9d4c8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3192&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.19.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Always use clusters parameter for ECS server group URLs (#10171) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/127fa906205ad4ca835eb38502ab07d02b8974d9&#34; target=&#34;_blank&#34;&gt;127fa906&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Always use clusters parameter for ECS server group URLs (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/127fa906205ad4ca835eb38502ab07d02b8974d9&#34; target=&#34;_blank&#34;&gt;127fa906&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Extend server group URL fix to handle both ECS and AWS providers (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/127fa906205ad4ca835eb38502ab07d02b8974d9&#34; target=&#34;_blank&#34;&gt;127fa906&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   fixing existing test + adding one test and updating credentials.json (#10166) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/1b8f60af8ea993eec4909e8110cbe42d966420a1&#34; target=&#34;_blank&#34;&gt;1b8f60af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2433&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.43.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;notifications:&lt;/strong&gt;   Prevent duplicate notifications for Manual Judgment stages (#1506) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/0dbf85c08e6ff93bba06cdc699975d3abe9df01d&#34; target=&#34;_blank&#34;&gt;0dbf85c0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/babe781908d3fda655564e3dd5ac6b4176e298e4&#34; target=&#34;_blank&#34;&gt;babe7819&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4fefb47d91b3caccc919ed12f5a4931fe2a5e7f2&#34; target=&#34;_blank&#34;&gt;4fefb47d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1512&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.51.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/6c46d68517b6e8ae1c92bdf4279fcad0106a0807&#34; target=&#34;_blank&#34;&gt;6c46d685&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2372&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.37.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/3325d3cd364842342b3fb04c8fd349eb9ca31fb9&#34; target=&#34;_blank&#34;&gt;3325d3cd&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/6b38756daf7a2235dbd825c94dcfe5da2c00446e&#34; target=&#34;_blank&#34;&gt;6b38756d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6642&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.64.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;saml:&lt;/strong&gt;    With the upgrade to spring saml off of the DSL signing saml requests were broken.  This restores that capability (#1898) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/e551157ad9ce436dea2a174b9e6d911c009c185d&#34; target=&#34;_blank&#34;&gt;e551157a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;swagger:&lt;/strong&gt;   ensure byteArrayHttpMessageConverter is the first converter to render swagger UI (#1865) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/251d2505b5fa0fbdac02b7457739515e4b100c07&#34; target=&#34;_blank&#34;&gt;251d2505&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;swagger:&lt;/strong&gt;   ensure byteArrayHttpMessageConverter is the first converter to render swagger UI (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/251d2505b5fa0fbdac02b7457739515e4b100c07&#34; target=&#34;_blank&#34;&gt;251d2505&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/938d70ebbeb52e9160f0f557bd422e726dd2896f&#34; target=&#34;_blank&#34;&gt;938d70eb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/ff320db127a507bd106ccb72b8961ed9eb90f719&#34; target=&#34;_blank&#34;&gt;ff320db1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;swagger:&lt;/strong&gt;   add test for swagger openapi migration (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/251d2505b5fa0fbdac02b7457739515e4b100c07&#34; target=&#34;_blank&#34;&gt;251d2505&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;swagger:&lt;/strong&gt;   refactor fix and rename swagger test (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/251d2505b5fa0fbdac02b7457739515e4b100c07&#34; target=&#34;_blank&#34;&gt;251d2505&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4182&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.18.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/c23e997baf53834878a7e7a170031cc6cea2bda9&#34; target=&#34;_blank&#34;&gt;c23e997b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/992af5a9eb2a023a734fb2e44a6c5f4295e235c4&#34; target=&#34;_blank&#34;&gt;992af5a9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2422&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.42.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/6b6a9dde4c233ffd8dbf580bd04ce7457f1b9cfc&#34; target=&#34;_blank&#34;&gt;6b6a9dde&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8572&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.57.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/5f3b9f44cf13bbc1fd098e3f6fff4bc19c7712ec&#34; target=&#34;_blank&#34;&gt;5f3b9f44&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/321513c2f930671588d28ca11bb7e8cfd7f28f33&#34; target=&#34;_blank&#34;&gt;321513c2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1222&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.22.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;install:&lt;/strong&gt;   Fixed packer version check for packer installation (#1121) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/469879dc8b7c49ff705a2c9e8df0498e9bdd8731&#34; target=&#34;_blank&#34;&gt;469879dc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/dbaeacd4fc4fb3f6b9ec3d1c4ed0bd0f4655cb0d&#34; target=&#34;_blank&#34;&gt;dbaeacd4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.0.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.2-changelog/</link>
				<pubDate>Sat, 17 May 2025 07:05:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.2-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt; fix HelmConverterFactory for deserialization error (#7077) (#7079) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/4cf4d4204f31aa5381abd0510151193ab65516f2&#34; target=&#34;_blank&#34;&gt;4cf4d420&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.0.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.1-changelog/</link>
				<pubDate>Mon, 12 May 2025 20:05:16 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.1-changelog/</guid>
				<description>&lt;h4 id=&#34;breaking-changes&#34;&gt;Breaking Changes&lt;/h4&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;h4 id=&#34;configuration&#34;&gt;Configuration&lt;/h4&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt; Fix previous-version changelog arg, filter changelog commits (#7045) (#7046) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/03a3c47177e3b06dd83a9581a8a82f7abfcf4cf5&#34; target=&#34;_blank&#34;&gt;03a3c471&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;changelog:&lt;/strong&gt; Use proper seconds date format (#7047) (#7048) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/29bca9078889780f58dec16987a67c8e449c8b65&#34; target=&#34;_blank&#34;&gt;29bca907&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;config:&lt;/strong&gt; fix the issue of halyard failing to add docker registry account (#7066) (#7068) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/0d5a059172d5c71205723836a808603860259acf&#34; target=&#34;_blank&#34;&gt;0d5a0591&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt; fix the issue of fetching docker images (#7073) (#7074) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/4f9ba539cd7aef1bfdee8922fc40aace3791fddd&#34; target=&#34;_blank&#34;&gt;4f9ba539&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;rest:&lt;/strong&gt; fix the retrofit2 error messages coming in the test logs of RestEventListenerTest (#7055) (#7058) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/081cd20155006c02565d11d518e8c4a2cbc2b3dd&#34; target=&#34;_blank&#34;&gt;081cd201&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt; fix the issue of retrofit2 being unable to convert the Event object to RequestBody. (#7060) (#7067) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/commit/972e36bc87be5cfe0897cf87ea66f09c8c0f2682&#34; target=&#34;_blank&#34;&gt;972e36bc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.11</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.11-changelog/</link>
				<pubDate>Mon, 12 May 2025 19:46:56 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.11-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5917&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.91.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   fix the issue of fetching docker images (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e8f7a1aa2831b692fc0d57706861dbbba2b363e6&#34; target=&#34;_blank&#34;&gt;e8f7a1aa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   fix the issue of fetching docker images due to &lt;code&gt;java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1&lt;/code&gt; (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e8f7a1aa2831b692fc0d57706861dbbba2b363e6&#34; target=&#34;_blank&#34;&gt;e8f7a1aa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   add a test to demonstrate the issue of fetching docker images due to &lt;code&gt;java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1&lt;/code&gt; (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e8f7a1aa2831b692fc0d57706861dbbba2b363e6&#34; target=&#34;_blank&#34;&gt;e8f7a1aa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4193&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.19.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   fix the issue of Retrofit2EncodeCorrectionInterceptor getting added to Jenkins retrofit1 client (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/840fdb618d6cff501f8bfe73940ccbf9acba99db&#34; target=&#34;_blank&#34;&gt;840fdb61&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   fix the issue of Retrofit2EncodeCorrectionInterceptor getting added to retrofit1 client of JenkinsClient. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/840fdb618d6cff501f8bfe73940ccbf9acba99db&#34; target=&#34;_blank&#34;&gt;840fdb61&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   address review comments (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/840fdb618d6cff501f8bfe73940ccbf9acba99db&#34; target=&#34;_blank&#34;&gt;840fdb61&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   add a test to demonstrate the issue of Retrofit2EncodeCorrectionInterceptor getting added to retrofit1 client of JenkinsClient (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/840fdb618d6cff501f8bfe73940ccbf9acba99db&#34; target=&#34;_blank&#34;&gt;840fdb61&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Convert JenkinsClientSpec groovy test to java (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/840fdb618d6cff501f8bfe73940ccbf9acba99db&#34; target=&#34;_blank&#34;&gt;840fdb61&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 2025.0.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.0-changelog/</link>
				<pubDate>Sat, 19 Apr 2025 02:04:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/2025.0.0-changelog/</guid>
				<description>&lt;h2 id=&#34;changelog&#34;&gt;Changelog&lt;/h2&gt;&#xA;&lt;p&gt;Version 2025.0.0 is the first version of Spinnaker released from &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker&#34; target=&#34;_blank&#34;&gt;the monorepo&lt;/a&gt;&#xA;.  It&amp;rsquo;s equivalent to &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.38.0-changelog/&#34; target=&#34;_blank&#34;&gt;version 1.38.0&lt;/a&gt;&#xA; which was released using the individual repos.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.38.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.38.0-changelog/</link>
				<pubDate>Fri, 18 Apr 2025 20:26:42 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.38.0-changelog/</guid>
				<description>&lt;h2 id=&#34;changelog&#34;&gt;Changelog&lt;/h2&gt;&#xA;&lt;h3 id=&#34;echo&#34;&gt;echo&lt;/h3&gt;&#xA;&lt;p&gt;Version 1.31.0 of Spinnaker introduced a feature to &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.31.0-changelog/#echo&#34; target=&#34;_blank&#34;&gt;filter pipelines from front50&lt;/a&gt;&#xA;, that was disabled by default.  Version 1.35.0 &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.35.0-changelog/#changelog&#34; target=&#34;_blank&#34;&gt;enabled it by default&lt;/a&gt;&#xA;, but we&amp;rsquo;ve had enough trouble with it, that &#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/pull/1503&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/echo/pull/1503&lt;/a&gt;&#xA; disables it by default again.&lt;/p&gt;&#xA;&lt;h3 id=&#34;retrofit2-upgrade&#34;&gt;retrofit2 upgrade&lt;/h3&gt;&#xA;&lt;p&gt;All retrofit clients are upgraded to retrofit2 and any references to retrofit1 dependencies are removed in the following services.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Igor - &#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/pull/1313&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/igor/pull/1313&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;clouddriver-5950&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.95.0&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver-google:&lt;/strong&gt;   Fix logic when Instance Types are available only in selected Zones/Regions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/6a65adfda0842648a3773ca8745fbeff606b2be6&#34; target=&#34;_blank&#34;&gt;6a65adfd&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core/test:&lt;/strong&gt;   add a Retrofit2EncodeCorrectionInterceptor bean (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/70b14c1a79b5459fe2ab742cc3b3bf1b8b3154cb&#34; target=&#34;_blank&#34;&gt;70b14c1a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   resolve the issue of &lt;code&gt;Unrecognized field &amp;quot;child&amp;quot;&lt;/code&gt; (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7c4514af921d97adaab78f3aa625138f288215d9&#34; target=&#34;_blank&#34;&gt;7c4514af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   resolve the issue of &lt;code&gt;Failed to parse ResponseBody : Unrecognized field &amp;quot;child&amp;quot;&lt;/code&gt; when google cloud artifact registry responds with additional fields upon invoking tags list api (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7c4514af921d97adaab78f3aa625138f288215d9&#34; target=&#34;_blank&#34;&gt;7c4514af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   resolve the issue of double encoding while making the next call to ECR&amp;rsquo;s tags list (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/06c98c000202e2d0ee9febfd28884bd5c68d86cb&#34; target=&#34;_blank&#34;&gt;06c98c00&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   resolve the issue of double encoding contained in the ECR&amp;rsquo;s next &lt;code&gt;link&lt;/code&gt; header causing the Retrofit2 client to fail due to error code &lt;code&gt;405&lt;/code&gt; and &lt;code&gt;Message: Method Not Allowed&lt;/code&gt;. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/06c98c000202e2d0ee9febfd28884bd5c68d86cb&#34; target=&#34;_blank&#34;&gt;06c98c00&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   fix retrofit2 docker client which is replacing &lt;code&gt;?&lt;/code&gt; with &lt;code&gt;%3F&lt;/code&gt; causing api failure (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/021018994af0951dc85c20bcf7b8285391e73d7d&#34; target=&#34;_blank&#34;&gt;02101899&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   fix the issue of retrofit2 replacing &lt;code&gt;?&lt;/code&gt; with &lt;code&gt;%3F&lt;/code&gt; causing api failure with 400 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/021018994af0951dc85c20bcf7b8285391e73d7d&#34; target=&#34;_blank&#34;&gt;02101899&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   address review comments on the fix to the issue of retrofit2 replacing &lt;code&gt;?&lt;/code&gt; with &lt;code&gt;%3F&lt;/code&gt; causing api failure with 400 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/021018994af0951dc85c20bcf7b8285391e73d7d&#34; target=&#34;_blank&#34;&gt;02101899&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker/test:&lt;/strong&gt;   add a Retrofit2EncodeCorrectionInterceptor bean (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/70b14c1a79b5459fe2ab742cc3b3bf1b8b3154cb&#34; target=&#34;_blank&#34;&gt;70b14c1a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cats-sql:&lt;/strong&gt;   actually execute groovy tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/23155e5baaa41a4289ece8850205e07652c42576&#34; target=&#34;_blank&#34;&gt;23155e5b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/5e0ce2abb37cce236e4fb65b5f1ffa4ee781346e&#34; target=&#34;_blank&#34;&gt;5e0ce2ab&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/4d80be21634fc26a9f64045f4a6cb21bb6038f88&#34; target=&#34;_blank&#34;&gt;4d80be21&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/06fbc3d58ff4b99ee0ed2223f0fde8af9d41104c&#34; target=&#34;_blank&#34;&gt;06fbc3d5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/3a2356f05ffe1fef63309bf9bf871cb5ab18dfcf&#34; target=&#34;_blank&#34;&gt;3a2356f0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/5a1709a4059499e16761d635265aa0fb6c02b993&#34; target=&#34;_blank&#34;&gt;5a1709a4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/70b14c1a79b5459fe2ab742cc3b3bf1b8b3154cb&#34; target=&#34;_blank&#34;&gt;70b14c1a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/70b14c1a79b5459fe2ab742cc3b3bf1b8b3154cb&#34; target=&#34;_blank&#34;&gt;70b14c1a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   add a test to demonstrate the issue of &lt;code&gt;Failed to parse ResponseBody : Unrecognized field &amp;quot;child&amp;quot;&lt;/code&gt; (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7c4514af921d97adaab78f3aa625138f288215d9&#34; target=&#34;_blank&#34;&gt;7c4514af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   add test to demonstrate the issue of double encoding of query parameter when the next link from a docker registry like ECR responds with an encoded url. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/06c98c000202e2d0ee9febfd28884bd5c68d86cb&#34; target=&#34;_blank&#34;&gt;06c98c00&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   add two test classes, one to demonstrate how real docker registry apis can be accessed using retrofit2 client and another to demonstrate the issue of retrofit2 replacing &lt;code&gt;?&lt;/code&gt; with &lt;code&gt;%3F&lt;/code&gt; causing api failure with 400 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/021018994af0951dc85c20bcf7b8285391e73d7d&#34; target=&#34;_blank&#34;&gt;02101899&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3210&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.21.0&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   fixing existing test + adding one test and updating credentials.json (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/2740ed53231a1556ec0bbc97b31ec2f41679599e&#34; target=&#34;_blank&#34;&gt;2740ed53&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelineStage:&lt;/strong&gt;   Rendering with a warning with the pipelineParameters are defined as a SpeL expression (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/294e0ed16da529d8cc543f9af60ad9413f50aa8e&#34; target=&#34;_blank&#34;&gt;294e0ed1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2472&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.47.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;notifications:&lt;/strong&gt;   fix MicrosoftTeamsConfig which has unused retrofit1 parameters (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/41b18321e14bddb5e92d071c371163c297dc3284&#34; target=&#34;_blank&#34;&gt;41b18321&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;notifications:&lt;/strong&gt;   add Retrofit2SyncCall.execute to BearychatService in BearychatNotificationService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/8a2b94afcda3f67841f86be4d1556d2ada1b5112&#34; target=&#34;_blank&#34;&gt;8a2b94af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;notifications:&lt;/strong&gt;   add Retrofit2SyncCall.execute to BearychatService in BearychatNotificationService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/8a2b94afcda3f67841f86be4d1556d2ada1b5112&#34; target=&#34;_blank&#34;&gt;8a2b94af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelinetriggers:&lt;/strong&gt;   turn off pipeline filtering by default (#1503) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/38c2df6d67593962b8d981526cbdd69805bf817a&#34; target=&#34;_blank&#34;&gt;38c2df6d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;rest:&lt;/strong&gt;   add Retrofit2SyncCall.execute to RestService in RestEventService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/d3c1833bed3f393f5d35fcae8173e595c7eac4e0&#34; target=&#34;_blank&#34;&gt;d3c1833b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;rest:&lt;/strong&gt;   add Retrofit2SyncCall.execute to RestService in RestEventService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/d3c1833bed3f393f5d35fcae8173e595c7eac4e0&#34; target=&#34;_blank&#34;&gt;d3c1833b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit:&lt;/strong&gt;   address remnants of retrofit1 like TypedInput, TypedByteArray etc (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/5132fa85fd6263e10a577ed5400e045b0d256ac5&#34; target=&#34;_blank&#34;&gt;5132fa85&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit:&lt;/strong&gt;   address remnants of retrofit1 like TypedInput, TypedByteArray etc (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/5132fa85fd6263e10a577ed5400e045b0d256ac5&#34; target=&#34;_blank&#34;&gt;5132fa85&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix google cloud build notification agent for missing Retrofit2SyncCall.execute call (#1500) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/7de326a1f6e457e3c70c6c1ce88e216f6b41d7d4&#34; target=&#34;_blank&#34;&gt;7de326a1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix the issue of missing Retrofit2SyncCall.execute call in GoogleCloudBuildNotificationAgent (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/7de326a1f6e457e3c70c6c1ce88e216f6b41d7d4&#34; target=&#34;_blank&#34;&gt;7de326a1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix &lt;code&gt;A @path parameter must not come after a @Query&lt;/code&gt; error (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/f170364c3f538d3fb867951d1a6364055ebfb450&#34; target=&#34;_blank&#34;&gt;f170364c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix &lt;code&gt;A @Path parameter must not come after a @Query&lt;/code&gt; error (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/f170364c3f538d3fb867951d1a6364055ebfb450&#34; target=&#34;_blank&#34;&gt;f170364c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;    fix &lt;code&gt;baseUrl must end in /&lt;/code&gt; error (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/19e2f34d99be5488b5cb2114b87d2cbf80a5dd3b&#34; target=&#34;_blank&#34;&gt;19e2f34d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix the following error by adding trailing / in the baseUrl and removing leading / in the end point: (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/19e2f34d99be5488b5cb2114b87d2cbf80a5dd3b&#34; target=&#34;_blank&#34;&gt;19e2f34d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix RestService by replacing POST mapping from / to . and add a test class to demonstrate the behaviour. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/19e2f34d99be5488b5cb2114b87d2cbf80a5dd3b&#34; target=&#34;_blank&#34;&gt;19e2f34d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2/test:&lt;/strong&gt;   deal with the introduction of Retrofit2EncodeCorrectionInterceptor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/3b7590587ce5a860b6e0666caac7924c842f0f1c&#34; target=&#34;_blank&#34;&gt;3b759058&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core/test:&lt;/strong&gt;   only spin up a wiremock server once in IgorServiceTest (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/5132fa85fd6263e10a577ed5400e045b0d256ac5&#34; target=&#34;_blank&#34;&gt;5132fa85&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4c0e2959f1a9613d23011e316df98b5862bf44e5&#34; target=&#34;_blank&#34;&gt;4c0e2959&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/c4fac745027a63cadbf56e7c41a53c3db29fc743&#34; target=&#34;_blank&#34;&gt;c4fac745&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/b2fe9a120a8fc6c552b861b3f77644a905519872&#34; target=&#34;_blank&#34;&gt;b2fe9a12&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/3fb1fd6a44bf60eab54e376ba6e7fc6fb7b8cbc3&#34; target=&#34;_blank&#34;&gt;3fb1fd6a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/db1889af0393439a98d7e71a1a34dac7459f31c2&#34; target=&#34;_blank&#34;&gt;db1889af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/3b7590587ce5a860b6e0666caac7924c842f0f1c&#34; target=&#34;_blank&#34;&gt;3b759058&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/3b7590587ce5a860b6e0666caac7924c842f0f1c&#34; target=&#34;_blank&#34;&gt;3b759058&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;notifications:&lt;/strong&gt;   add a test to demonstrate the missing Retrofit2SyncCall.execute calls in BearychatNotificationService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/8a2b94afcda3f67841f86be4d1556d2ada1b5112&#34; target=&#34;_blank&#34;&gt;8a2b94af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;rest:&lt;/strong&gt;   add a test to demonstrate that RestEventService.sendEvent is failing to make the RestService.recordEvent api call (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/d3c1833bed3f393f5d35fcae8173e595c7eac4e0&#34; target=&#34;_blank&#34;&gt;d3c1833b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit:&lt;/strong&gt;   add a test to demonstrate the issue of passing a TypedInput while using retrofit2 client (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/5132fa85fd6263e10a577ed5400e045b0d256ac5&#34; target=&#34;_blank&#34;&gt;5132fa85&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   add a test to demonstrate the issue of missing Retrofit2SyncCall.execute call in GoogleCloudBuildNotificationAgent (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/7de326a1f6e457e3c70c6c1ce88e216f6b41d7d4&#34; target=&#34;_blank&#34;&gt;7de326a1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   add a test to demonstrate the following error: (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/f170364c3f538d3fb867951d1a6364055ebfb450&#34; target=&#34;_blank&#34;&gt;f170364c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   add a test to demonstrate the error: java.lang.IllegalArgumentException: baseUrl must end in /. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/19e2f34d99be5488b5cb2114b87d2cbf80a5dd3b&#34; target=&#34;_blank&#34;&gt;19e2f34d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1570&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.57.0&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;github:&lt;/strong&gt;   fix the error where if the baseUrl of the Github client has multiple slashes and the end point start with a slash, the resultant api url leaves that part the base url coming after first slash. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/a7f7f9decf3e37a6607b4b853bfe82300b98c4c9&#34; target=&#34;_blank&#34;&gt;a7f7f9de&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix multiple slash issue in baseUrl of retrofit2 client (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/a7f7f9decf3e37a6607b4b853bfe82300b98c4c9&#34; target=&#34;_blank&#34;&gt;a7f7f9de&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;api:&lt;/strong&gt;   refactor retrofit2 client configuration for FiatService to fix any issues that may occur if the base url has multiple slashes (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/a7f7f9decf3e37a6607b4b853bfe82300b98c4c9&#34; target=&#34;_blank&#34;&gt;a7f7f9de&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/1c7fb38cd9bb3c3ea6c81d364612ca7abaadfe6a&#34; target=&#34;_blank&#34;&gt;1c7fb38c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/e6fa9be1bc00a5dec529877b689916c0672b8d90&#34; target=&#34;_blank&#34;&gt;e6fa9be1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/0b9e5f6fe5f90d0ba5b5331b4b33743ff1f0d806&#34; target=&#34;_blank&#34;&gt;0b9e5f6f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;github:&lt;/strong&gt;   add a test to demonstrate an error scenario where if the baseUrl of the Github client has multiple slashes and the end point start with a slash (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/a7f7f9decf3e37a6607b4b853bfe82300b98c4c9&#34; target=&#34;_blank&#34;&gt;a7f7f9de&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   refactor retrofit2 client configuration for IgorApi, ClouddriverApi and Front50Api to fix any issues that may occur if the base url has multiple slashes (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/a7f7f9decf3e37a6607b4b853bfe82300b98c4c9&#34; target=&#34;_blank&#34;&gt;a7f7f9de&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2410&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.41.0&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/ceda49e0cb67925d85f0dc7f928c8909f53f1813&#34; target=&#34;_blank&#34;&gt;ceda49e0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/849a0ce32ce3661a0acdad694c8da5a44b885d89&#34; target=&#34;_blank&#34;&gt;849a0ce3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/c4c047b554fc220b4617a84a0fb70999656014fa&#34; target=&#34;_blank&#34;&gt;c4c047b5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/e8909c707d11298bc34ac175482ef1b8f90338a3&#34; target=&#34;_blank&#34;&gt;e8909c70&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/6dc06b6301109e9b9eb7751a460f0fab4f09043e&#34; target=&#34;_blank&#34;&gt;6dc06b63&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/84137d73ecc6b8132545fcdfec7006a9f40df7a8&#34; target=&#34;_blank&#34;&gt;84137d73&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6690&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.69.0&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix retrofit2 issues (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/bdf8922b5ab61a2c623a413eb4318e264fa1ae99&#34; target=&#34;_blank&#34;&gt;bdf8922b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix non-generics QueryMap which causes the following error: (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/bdf8922b5ab61a2c623a413eb4318e264fa1ae99&#34; target=&#34;_blank&#34;&gt;bdf8922b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix &lt;code&gt;A @Path parameter must not come after a @Query&lt;/code&gt; error (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/bdf8922b5ab61a2c623a413eb4318e264fa1ae99&#34; target=&#34;_blank&#34;&gt;bdf8922b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2/test:&lt;/strong&gt;   deal with the introduction of Retrofit2EncodeCorrectionInterceptor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/c18a17c1fb1bfecc42b2b1aee3aba90285692267&#34; target=&#34;_blank&#34;&gt;c18a17c1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   fix the mismatch in return types of EchoService.postEvent api stub and the actual api from echo (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/ed770271256f25be14860e9e2d1de980cbb33e3e&#34; target=&#34;_blank&#34;&gt;ed770271&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   fix the mismatch in return types of EchoService.postEvent api stub and the actual api from echo. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/ed770271256f25be14860e9e2d1de980cbb33e3e&#34; target=&#34;_blank&#34;&gt;ed770271&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   fix the mismatches in the return types of APIs in gate and orca (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/15465c965f05c55d94c8f7c3c22c1702dd59c957&#34; target=&#34;_blank&#34;&gt;15465c96&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   fix the mismatches in the return types of apis in gate and orca for delete, resume, cancel and pause operations of a pipeline. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/15465c965f05c55d94c8f7c3c22c1702dd59c957&#34; target=&#34;_blank&#34;&gt;15465c96&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add Retrofit2SyncCall.execute to ClouddriverService in CredentialsController (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/5b500d3ccf4fb893461ff1ee139aff55059365b2&#34; target=&#34;_blank&#34;&gt;5b500d3c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add Retrofit2SyncCall.execute to ClouddriverService in CredentialsController (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/5b500d3ccf4fb893461ff1ee139aff55059365b2&#34; target=&#34;_blank&#34;&gt;5b500d3c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add Retrofit2SyncCall.execute to BakeService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/d3dc67d64924983791ac7be30daf267fc9f8eede&#34; target=&#34;_blank&#34;&gt;d3dc67d6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add Retrofit2SyncCall.execute to BakeService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/d3dc67d64924983791ac7be30daf267fc9f8eede&#34; target=&#34;_blank&#34;&gt;d3dc67d6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   make type of additionalFilters in ImageController.findImages (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/875a8b153b0ff231bb0c524146fc45be6e126dd1&#34; target=&#34;_blank&#34;&gt;875a8b15&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   make type of additionalFilters in ImageController.findImages (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/875a8b153b0ff231bb0c524146fc45be6e126dd1&#34; target=&#34;_blank&#34;&gt;875a8b15&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Add test cases for OAuth feature validation (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/a33b053ec87f4ed240d04e55aacff4701901fe6d&#34; target=&#34;_blank&#34;&gt;a33b053e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;OAuth2:&lt;/strong&gt;   groovy to java conversion for OAuth module (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/381f554c99db24dca82e254bf2fd7323506b268a&#34; target=&#34;_blank&#34;&gt;381f554c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;OAuth2:&lt;/strong&gt;   groovy to java conversion for OAuth module (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/381f554c99db24dca82e254bf2fd7323506b268a&#34; target=&#34;_blank&#34;&gt;381f554c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/1af7f70af0bec53e17f362beac5fd3d754fc6280&#34; target=&#34;_blank&#34;&gt;1af7f70a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/8f5cffb6d20615edbdb0ec532103d8b9e4bf7b7e&#34; target=&#34;_blank&#34;&gt;8f5cffb6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/d04b861cd6acaa6f207bac8a2847eb93d6f5ee2a&#34; target=&#34;_blank&#34;&gt;d04b861c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/efd741a5e23861c0256870b014584356764313cb&#34; target=&#34;_blank&#34;&gt;efd741a5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/dd8ea4b31ce0b895ce38ee2424bc58b37288cc02&#34; target=&#34;_blank&#34;&gt;dd8ea4b3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/c18a17c1fb1bfecc42b2b1aee3aba90285692267&#34; target=&#34;_blank&#34;&gt;c18a17c1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/c18a17c1fb1bfecc42b2b1aee3aba90285692267&#34; target=&#34;_blank&#34;&gt;c18a17c1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   add test to demonstrate the following error when QueryMap is used without generics: (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/bdf8922b5ab61a2c623a413eb4318e264fa1ae99&#34; target=&#34;_blank&#34;&gt;bdf8922b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add a test to demonstrate the mismatch in return types of EchoService.postEvent api stub and the actual api from echo. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/ed770271256f25be14860e9e2d1de980cbb33e3e&#34; target=&#34;_blank&#34;&gt;ed770271&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add a test to demonstrate the mismatch in api response types of gate and orca when delete pipeline execution api is invoked (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/15465c965f05c55d94c8f7c3c22c1702dd59c957&#34; target=&#34;_blank&#34;&gt;15465c96&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add a test to demonstrate the retrofit error that occurs when /credentials/type/{accountType} is invoked (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/5b500d3ccf4fb893461ff1ee139aff55059365b2&#34; target=&#34;_blank&#34;&gt;5b500d3c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   use constructor injection in BakeService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/d3dc67d64924983791ac7be30daf267fc9f8eede&#34; target=&#34;_blank&#34;&gt;d3dc67d6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   demonstrate behavior of BakeService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/d3dc67d64924983791ac7be30daf267fc9f8eede&#34; target=&#34;_blank&#34;&gt;d3dc67d6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   demonstrate behavior of ImageController.findImages (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/875a8b153b0ff231bb0c524146fc45be6e126dd1&#34; target=&#34;_blank&#34;&gt;875a8b15&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web/test:&lt;/strong&gt;   mock DefaultProviderLookupService in PipelineServiceTest (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/15465c965f05c55d94c8f7c3c22c1702dd59c957&#34; target=&#34;_blank&#34;&gt;15465c96&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web/test:&lt;/strong&gt;   remove request id header from PipelineServiceTest (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/15465c965f05c55d94c8f7c3c22c1702dd59c957&#34; target=&#34;_blank&#34;&gt;15465c96&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web/test:&lt;/strong&gt;   add X-SPINNAKER-USER and X-SPINNAKER-ACCOUNTS headers (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/15465c965f05c55d94c8f7c3c22c1702dd59c957&#34; target=&#34;_blank&#34;&gt;15465c96&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4220&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.22.0&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-5&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;monitor-travis/test:&lt;/strong&gt;   keep up with new Retrofit2EncodeCorrectionInterceptor argument (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/5921e5fcac4fc918b4d902d44e9a1bf82735c176&#34; target=&#34;_blank&#34;&gt;5921e5fc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web/test:&lt;/strong&gt;   keep up with new Retrofit2EncodeCorrectionInterceptor argument (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/5921e5fcac4fc918b4d902d44e9a1bf82735c176&#34; target=&#34;_blank&#34;&gt;5921e5fc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/627ec479540511c3b46708f56b3fd4967bf40e25&#34; target=&#34;_blank&#34;&gt;627ec479&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/f4f2da07bb20b3803c14bb4aac95d7eab48ff552&#34; target=&#34;_blank&#34;&gt;f4f2da07&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/44c1bd8bfd23cdb9af0cde677815d29e73dff8a2&#34; target=&#34;_blank&#34;&gt;44c1bd8b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/0c90099ad6c20a632939fa8a375deabaac36ddf0&#34; target=&#34;_blank&#34;&gt;0c90099a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/22985a3d1ffd8b80e9e71bbbad7f640fae893bce&#34; target=&#34;_blank&#34;&gt;22985a3d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/5921e5fcac4fc918b4d902d44e9a1bf82735c176&#34; target=&#34;_blank&#34;&gt;5921e5fc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/5921e5fcac4fc918b4d902d44e9a1bf82735c176&#34; target=&#34;_blank&#34;&gt;5921e5fc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade code to use retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-core package to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-monitor-artifactory to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-monitor-plugins to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-monitor-travis to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-web jenkins code to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-web bitbucket code to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-web github code to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-web gitlab code to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-web stash code to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-web wercker code to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-web concourse code to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade igor-web helm code to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   upgrade remaining misc files in igor-web to retrofit2 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   add missing Retrofit2SyncCall.execute() calls (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   remove leading slashes in endpoints + add utility class to prevent &amp;lsquo;baseUrl must end in /&amp;rsquo; error (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   add tests for retry behavior in GitlabCiService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix connection refused in RetrofitUtilsTest (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix formatting (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   remove JenkinsOkHttpClientProvider and DefaultJenkinsOkHttpClientProvider (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/769f17510fb92e2ab642846adf83b44354f5bfe4&#34; target=&#34;_blank&#34;&gt;769f1751&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2460&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.46.0&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/a69573be9d8fededacf80817e4151a2c8df41276&#34; target=&#34;_blank&#34;&gt;a69573be&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/4c545b5fc138b770cddf2f269a180f74ce1aa87c&#34; target=&#34;_blank&#34;&gt;4c545b5f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8640&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.64.0&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-6&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver/test:&lt;/strong&gt;   keep up with new Retrofit2EncodeCorrectionInterceptor argument (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/d04c5186ad5b532a0e2e645267d25af9b6e174be&#34; target=&#34;_blank&#34;&gt;d04c5186&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit1:&lt;/strong&gt;   exclude Retrofit2EncodeCorrectionInterceptor from the retrofit1 clients (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/2fdb327a9f67345c4919e1503ff5119fa3c31caf&#34; target=&#34;_blank&#34;&gt;2fdb327a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit1:&lt;/strong&gt;   exclude Retrofit2EncodeCorrectionInterceptor from the retrofit1 clients (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/2fdb327a9f67345c4919e1503ff5119fa3c31caf&#34; target=&#34;_blank&#34;&gt;2fdb327a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/b61e752be97cb5dd591a25aa3d3172a99876a51f&#34; target=&#34;_blank&#34;&gt;b61e752b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/139af4a002385dba3b3481f95f8d59b0112e8a9b&#34; target=&#34;_blank&#34;&gt;139af4a0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/c7f18c8838a264f046426344020935e8e204f972&#34; target=&#34;_blank&#34;&gt;c7f18c88&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/c8496b5df84d17fc74b5d2e554fe7e5435917658&#34; target=&#34;_blank&#34;&gt;c8496b5d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/7071d6e91d89467e2e8d95a41b14b99d4a04cf9d&#34; target=&#34;_blank&#34;&gt;7071d6e9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/d04c5186ad5b532a0e2e645267d25af9b6e174be&#34; target=&#34;_blank&#34;&gt;d04c5186&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/d04c5186ad5b532a0e2e645267d25af9b6e174be&#34; target=&#34;_blank&#34;&gt;d04c5186&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit1:&lt;/strong&gt;   revert adding Retrofit2EncodeCorrectionInterceptor to retrofit1 clients in tests as kork is updated with new constructor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/2fdb327a9f67345c4919e1503ff5119fa3c31caf&#34; target=&#34;_blank&#34;&gt;2fdb327a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1260&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.26.0&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/0ae53eb04d872050841dd813d993d7e5c38ea50f&#34; target=&#34;_blank&#34;&gt;0ae53eb0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/cac7dd3d722198d305f8957f27c3f9fc9e28dca3&#34; target=&#34;_blank&#34;&gt;cac7dd3d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/84b7fe58d96ae7524b15068067e5dfba3fda0238&#34; target=&#34;_blank&#34;&gt;84b7fe58&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.10</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.10-changelog/</link>
				<pubDate>Mon, 14 Apr 2025 22:19:13 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.10-changelog/</guid>
				<description>&lt;h2 id=&#34;echo-2447&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.44.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix google cloud build notification agent for missing Retrofit2SyncCall.execute call (#1500) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/21721cb9dcf73fddcb594a3432467da52b7891ed&#34; target=&#34;_blank&#34;&gt;21721cb9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix the issue of missing Retrofit2SyncCall.execute call in GoogleCloudBuildNotificationAgent (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/21721cb9dcf73fddcb594a3432467da52b7891ed&#34; target=&#34;_blank&#34;&gt;21721cb9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   add a test to demonstrate the issue of missing Retrofit2SyncCall.execute call in GoogleCloudBuildNotificationAgent (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/21721cb9dcf73fddcb594a3432467da52b7891ed&#34; target=&#34;_blank&#34;&gt;21721cb9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.9</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.9-changelog/</link>
				<pubDate>Wed, 09 Apr 2025 04:31:08 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.9-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5916&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.91.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core/test:&lt;/strong&gt;   add a Retrofit2EncodeCorrectionInterceptor bean (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f56f4f9eead30c9349680bef321da5cc302fd3d4&#34; target=&#34;_blank&#34;&gt;f56f4f9e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker/test:&lt;/strong&gt;   add a Retrofit2EncodeCorrectionInterceptor bean (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f56f4f9eead30c9349680bef321da5cc302fd3d4&#34; target=&#34;_blank&#34;&gt;f56f4f9e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f0abfea10277cf07ac72c3da7ea777a2cf8a758a&#34; target=&#34;_blank&#34;&gt;f0abfea1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/1e70bbdd5e9deeb5214134fbcc8c48cc991d63c8&#34; target=&#34;_blank&#34;&gt;1e70bbdd&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f56f4f9eead30c9349680bef321da5cc302fd3d4&#34; target=&#34;_blank&#34;&gt;f56f4f9e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f56f4f9eead30c9349680bef321da5cc302fd3d4&#34; target=&#34;_blank&#34;&gt;f56f4f9e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2446&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.44.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit:&lt;/strong&gt;   address remnants of retrofit1 like TypedInput, TypedByteArray etc (#1493) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4212e89cf5d20fafecb2990f82b2fc006cbffe75&#34; target=&#34;_blank&#34;&gt;4212e89c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit:&lt;/strong&gt;   address remnants of retrofit1 like TypedInput, TypedByteArray etc (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4212e89cf5d20fafecb2990f82b2fc006cbffe75&#34; target=&#34;_blank&#34;&gt;4212e89c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2/test:&lt;/strong&gt;   deal with the introduction of Retrofit2EncodeCorrectionInterceptor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/226670cc71a4dfd48800c7be518eaf89d83a9d1f&#34; target=&#34;_blank&#34;&gt;226670cc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core/test:&lt;/strong&gt;   only spin up a wiremock server once in IgorServiceTest (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4212e89cf5d20fafecb2990f82b2fc006cbffe75&#34; target=&#34;_blank&#34;&gt;4212e89c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/0eac7c7c6782116874e3bc85123ba8f55147cef6&#34; target=&#34;_blank&#34;&gt;0eac7c7c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/9a7ef45143d5c12ed0b9583ae606fddbd375cb23&#34; target=&#34;_blank&#34;&gt;9a7ef451&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/226670cc71a4dfd48800c7be518eaf89d83a9d1f&#34; target=&#34;_blank&#34;&gt;226670cc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/226670cc71a4dfd48800c7be518eaf89d83a9d1f&#34; target=&#34;_blank&#34;&gt;226670cc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit:&lt;/strong&gt;   add a test to demonstrate the issue of passing a TypedInput while using retrofit2 client (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4212e89cf5d20fafecb2990f82b2fc006cbffe75&#34; target=&#34;_blank&#34;&gt;4212e89c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1542&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.54.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/489b9b273999d71cc5aeb90512b35dcd90837fe9&#34; target=&#34;_blank&#34;&gt;489b9b27&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/1f5fd73a51d98d39e77da10f83fe535aa466dd6b&#34; target=&#34;_blank&#34;&gt;1f5fd73a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2382&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.38.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/96c758f455361b043f46c09b99ecea899d1968ab&#34; target=&#34;_blank&#34;&gt;96c758f4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/4e935e196eb74225a8ea3d546e74bf4f43b634ef&#34; target=&#34;_blank&#34;&gt;4e935e19&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/027cb28f1514da70eb2963941e3b299e11cb126c&#34; target=&#34;_blank&#34;&gt;027cb28f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6666&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.66.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2/test:&lt;/strong&gt;   deal with the introduction of Retrofit2EncodeCorrectionInterceptor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/e4c1a499e27e03247cdf96585555343066feb9ff&#34; target=&#34;_blank&#34;&gt;e4c1a499&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/57ed610918d88daf602a1936fdec865d3e5ce5b9&#34; target=&#34;_blank&#34;&gt;57ed6109&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/a7dbb54db192376eed6222f179b3a179b3ea3d96&#34; target=&#34;_blank&#34;&gt;a7dbb54d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/e4c1a499e27e03247cdf96585555343066feb9ff&#34; target=&#34;_blank&#34;&gt;e4c1a499&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/e4c1a499e27e03247cdf96585555343066feb9ff&#34; target=&#34;_blank&#34;&gt;e4c1a499&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4192&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.19.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/db63b98b5ac0901f194b21748e1e4ff76e8e8ddf&#34; target=&#34;_blank&#34;&gt;db63b98b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/70375f2987bd0f5443ec10b5f8e2769ba5145b8b&#34; target=&#34;_blank&#34;&gt;70375f29&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit1:&lt;/strong&gt;   make sure Retrofit2EncodeCorrectionInterceptor is not included in the retrofit1 clients (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/a34671baab2c6a2a529a74376530b2fabb729096&#34; target=&#34;_blank&#34;&gt;a34671ba&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2442&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.44.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/343b06ec6b241ce86c7e23c3b21da5816b8559c1&#34; target=&#34;_blank&#34;&gt;343b06ec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8612&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.61.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit1:&lt;/strong&gt;   exclude Retrofit2EncodeCorrectionInterceptor from the retrofit1 clients (#4857) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ced52554ee1407f1cc0aa01991a9f394ae863f46&#34; target=&#34;_blank&#34;&gt;ced52554&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit1:&lt;/strong&gt;   exclude Retrofit2EncodeCorrectionInterceptor from the retrofit1 clients (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ced52554ee1407f1cc0aa01991a9f394ae863f46&#34; target=&#34;_blank&#34;&gt;ced52554&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/38b4af39981fe1d024aade6cf15bc66f2901f611&#34; target=&#34;_blank&#34;&gt;38b4af39&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/b7223b9fb4c51e6cf6aaae9555e8c851e887c84b&#34; target=&#34;_blank&#34;&gt;b7223b9f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit1:&lt;/strong&gt;   revert adding Retrofit2EncodeCorrectionInterceptor to retrofit1 clients in tests as kork is updated with new constructor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ced52554ee1407f1cc0aa01991a9f394ae863f46&#34; target=&#34;_blank&#34;&gt;ced52554&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1231&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.23.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/1b72b865804826235e16a2d92cfd73230a3c2503&#34; target=&#34;_blank&#34;&gt;1b72b865&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/64e90cc2d9d4fbeacf00e766b4b85cfb85f111e6&#34; target=&#34;_blank&#34;&gt;64e90cc2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.8-changelog/</link>
				<pubDate>Sun, 23 Mar 2025 02:46:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.8-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5915&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.91.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a34c27597b285ac6713a30ecfde994fdcd54aa88&#34; target=&#34;_blank&#34;&gt;a34c2759&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2445&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.44.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/0685f7a88a4c6751e0e8c239af40f97fc2022012&#34; target=&#34;_blank&#34;&gt;0685f7a8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1541&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.54.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;github:&lt;/strong&gt;   fix the error where if the baseUrl of the Github client has multiple slashes and the end point start with a slash, the resultant api url leaves that part the base url coming after first slash. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/6a2024ec5f3fc950ea6e247fd519e6228fa22621&#34; target=&#34;_blank&#34;&gt;6a2024ec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix multiple slash issue in baseUrl of retrofit2 client (#1206) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/6a2024ec5f3fc950ea6e247fd519e6228fa22621&#34; target=&#34;_blank&#34;&gt;6a2024ec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;api:&lt;/strong&gt;   refactor retrofit2 client configuration for FiatService to fix any issues that may occur if the base url has multiple slashes (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/6a2024ec5f3fc950ea6e247fd519e6228fa22621&#34; target=&#34;_blank&#34;&gt;6a2024ec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;github:&lt;/strong&gt;   add a test to demonstrate an error scenario where if the baseUrl of the Github client has multiple slashes and the end point start with a slash (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/6a2024ec5f3fc950ea6e247fd519e6228fa22621&#34; target=&#34;_blank&#34;&gt;6a2024ec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   refactor retrofit2 client configuration for IgorApi, ClouddriverApi and Front50Api to fix any issues that may occur if the base url has multiple slashes (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/6a2024ec5f3fc950ea6e247fd519e6228fa22621&#34; target=&#34;_blank&#34;&gt;6a2024ec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2381&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.38.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/a038589e82c6ea38b9415fa2d69013a78a13fca2&#34; target=&#34;_blank&#34;&gt;a038589e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6665&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.66.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/2cc7639068e66ee7eb2f2f06126f45213b90fed7&#34; target=&#34;_blank&#34;&gt;2cc76390&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4191&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.19.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/9a2ad8b59039fa033b9786ae7c20598891d1f532&#34; target=&#34;_blank&#34;&gt;9a2ad8b5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2441&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.44.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/74292755952f23a5101da0c89c2aa7b977daa812&#34; target=&#34;_blank&#34;&gt;74292755&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8611&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.61.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/1f8d42e9a0121e3b44d61085b0aa0807ceab39d0&#34; target=&#34;_blank&#34;&gt;1f8d42e9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.7-changelog/</link>
				<pubDate>Tue, 18 Mar 2025 18:17:36 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.7-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5914&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.91.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   resolve the issue of &lt;code&gt;Unrecognized field &amp;quot;child&amp;quot;&lt;/code&gt; (#6359) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b79b25c63d65ea6edc563ab4396d83f64f69f6fc&#34; target=&#34;_blank&#34;&gt;b79b25c6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   resolve the issue of &lt;code&gt;Failed to parse ResponseBody : Unrecognized field &amp;quot;child&amp;quot;&lt;/code&gt; when google cloud artifact registry responds with additional fields upon invoking tags list api (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b79b25c63d65ea6edc563ab4396d83f64f69f6fc&#34; target=&#34;_blank&#34;&gt;b79b25c6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   add a test to demonstrate the issue of &lt;code&gt;Failed to parse ResponseBody : Unrecognized field &amp;quot;child&amp;quot;&lt;/code&gt; (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b79b25c63d65ea6edc563ab4396d83f64f69f6fc&#34; target=&#34;_blank&#34;&gt;b79b25c6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.6-changelog/</link>
				<pubDate>Wed, 12 Mar 2025 22:15:45 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.6-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5913&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.91.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   resolve the issue of double encoding while making the next call to ECR&amp;rsquo;s tags list (#6357) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/dd4791f9c39d5f01e8ba798396d6e15c2dd9c47b&#34; target=&#34;_blank&#34;&gt;dd4791f9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   resolve the issue of double encoding contained in the ECR&amp;rsquo;s next &lt;code&gt;link&lt;/code&gt; header causing the Retrofit2 client to fail due to error code &lt;code&gt;405&lt;/code&gt; and &lt;code&gt;Message: Method Not Allowed&lt;/code&gt;. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/dd4791f9c39d5f01e8ba798396d6e15c2dd9c47b&#34; target=&#34;_blank&#34;&gt;dd4791f9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   add test to demonstrate the issue of double encoding of query parameter when the next link from a docker registry like ECR responds with an encoded url. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/dd4791f9c39d5f01e8ba798396d6e15c2dd9c47b&#34; target=&#34;_blank&#34;&gt;dd4791f9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3201&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.20.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   fixing existing test + adding one test and updating credentials.json (#10166) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/b3f5263054e64ebcca56868409d5071a1b0b2962&#34; target=&#34;_blank&#34;&gt;b3f52630&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.5-changelog/</link>
				<pubDate>Fri, 07 Mar 2025 20:45:13 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.5-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5912&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.91.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   fix retrofit2 docker client which is replacing &lt;code&gt;?&lt;/code&gt; with &lt;code&gt;%3F&lt;/code&gt; causing api failure (#6354) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/fd29d63de0905b801551c9a94802405b2b186845&#34; target=&#34;_blank&#34;&gt;fd29d63d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   fix the issue of retrofit2 replacing &lt;code&gt;?&lt;/code&gt; with &lt;code&gt;%3F&lt;/code&gt; causing api failure with 400 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/fd29d63de0905b801551c9a94802405b2b186845&#34; target=&#34;_blank&#34;&gt;fd29d63d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   address review comments on the fix to the issue of retrofit2 replacing &lt;code&gt;?&lt;/code&gt; with &lt;code&gt;%3F&lt;/code&gt; causing api failure with 400 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/fd29d63de0905b801551c9a94802405b2b186845&#34; target=&#34;_blank&#34;&gt;fd29d63d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   add two test classes, one to demonstrate how real docker registry apis can be accessed using retrofit2 client and another to demonstrate the issue of retrofit2 replacing &lt;code&gt;?&lt;/code&gt; with &lt;code&gt;%3F&lt;/code&gt; causing api failure with 400 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/fd29d63de0905b801551c9a94802405b2b186845&#34; target=&#34;_blank&#34;&gt;fd29d63d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.4-changelog/</link>
				<pubDate>Wed, 05 Mar 2025 21:18:21 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.4-changelog/</guid>
				<description>&lt;h2 id=&#34;echo-2444&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.44.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;notifications:&lt;/strong&gt;   fix MicrosoftTeamsConfig which has unused retrofit1 parameters (#1485) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/aa8895340ce6456d5febce22529c109611b4b5ee&#34; target=&#34;_blank&#34;&gt;aa889534&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.3-changelog/</link>
				<pubDate>Tue, 04 Mar 2025 15:26:15 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.3-changelog/</guid>
				<description>&lt;h2 id=&#34;echo-2443&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.44.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;notifications:&lt;/strong&gt;   add Retrofit2SyncCall.execute to BearychatService in BearychatNotificationService (#1482) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/6762b0ab8cd9e4606bab4b9cf4f8720cea9c152d&#34; target=&#34;_blank&#34;&gt;6762b0ab&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;notifications:&lt;/strong&gt;   add Retrofit2SyncCall.execute to BearychatService in BearychatNotificationService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/6762b0ab8cd9e4606bab4b9cf4f8720cea9c152d&#34; target=&#34;_blank&#34;&gt;6762b0ab&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;notifications:&lt;/strong&gt;   add a test to demonstrate the missing Retrofit2SyncCall.execute calls in BearychatNotificationService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/6762b0ab8cd9e4606bab4b9cf4f8720cea9c152d&#34; target=&#34;_blank&#34;&gt;6762b0ab&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6664&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.66.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   fix the mismatch in return types of EchoService.postEvent api stub and the actual api from echo (#1885) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/826286d7b245528ce4200924a1d209e6b4e673ce&#34; target=&#34;_blank&#34;&gt;826286d7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   fix the mismatch in return types of EchoService.postEvent api stub and the actual api from echo. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/826286d7b245528ce4200924a1d209e6b4e673ce&#34; target=&#34;_blank&#34;&gt;826286d7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add a test to demonstrate the mismatch in return types of EchoService.postEvent api stub and the actual api from echo. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/826286d7b245528ce4200924a1d209e6b4e673ce&#34; target=&#34;_blank&#34;&gt;826286d7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.2-changelog/</link>
				<pubDate>Sat, 01 Mar 2025 20:48:42 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.2-changelog/</guid>
				<description>&lt;h2 id=&#34;echo-2442&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.44.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;rest:&lt;/strong&gt;   add Retrofit2SyncCall.execute to RestService in RestEventService (#1480) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/9d3a7dc46aac229b6822c0c749019e52900685cf&#34; target=&#34;_blank&#34;&gt;9d3a7dc4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;rest:&lt;/strong&gt;   add Retrofit2SyncCall.execute to RestService in RestEventService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/9d3a7dc46aac229b6822c0c749019e52900685cf&#34; target=&#34;_blank&#34;&gt;9d3a7dc4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;rest:&lt;/strong&gt;   add a test to demonstrate that RestEventService.sendEvent is failing to make the RestService.recordEvent api call (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/9d3a7dc46aac229b6822c0c749019e52900685cf&#34; target=&#34;_blank&#34;&gt;9d3a7dc4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6663&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.66.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   fix the mismatches in the return types of APIs in gate and orca (#1883) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/de72fa6eb2db594d55ed32cfd88f4222280a2854&#34; target=&#34;_blank&#34;&gt;de72fa6e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   fix the mismatches in the return types of apis in gate and orca for delete, resume, cancel and pause operations of a pipeline. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/de72fa6eb2db594d55ed32cfd88f4222280a2854&#34; target=&#34;_blank&#34;&gt;de72fa6e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add Retrofit2SyncCall.execute to ClouddriverService in CredentialsController (#1881) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/2db175e4a57591362d6e26d39dc85895ce8a8409&#34; target=&#34;_blank&#34;&gt;2db175e4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add Retrofit2SyncCall.execute to ClouddriverService in CredentialsController (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/2db175e4a57591362d6e26d39dc85895ce8a8409&#34; target=&#34;_blank&#34;&gt;2db175e4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add a test to demonstrate the mismatch in api response types of gate and orca when delete pipeline execution api is invoked (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/de72fa6eb2db594d55ed32cfd88f4222280a2854&#34; target=&#34;_blank&#34;&gt;de72fa6e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add a test to demonstrate the retrofit error that occurs when /credentials/type/{accountType} is invoked (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/2db175e4a57591362d6e26d39dc85895ce8a8409&#34; target=&#34;_blank&#34;&gt;2db175e4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web/test:&lt;/strong&gt;   mock DefaultProviderLookupService in PipelineServiceTest (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/de72fa6eb2db594d55ed32cfd88f4222280a2854&#34; target=&#34;_blank&#34;&gt;de72fa6e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web/test:&lt;/strong&gt;   remove request id header from PipelineServiceTest (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/de72fa6eb2db594d55ed32cfd88f4222280a2854&#34; target=&#34;_blank&#34;&gt;de72fa6e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web/test:&lt;/strong&gt;   add X-SPINNAKER-USER and X-SPINNAKER-ACCOUNTS headers (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/de72fa6eb2db594d55ed32cfd88f4222280a2854&#34; target=&#34;_blank&#34;&gt;de72fa6e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.1-changelog/</link>
				<pubDate>Fri, 28 Feb 2025 00:30:49 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.1-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5911&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.91.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;clouddriver-google:&lt;/strong&gt;   Fix logic when Instance Types are available only in selected Zones/Regions (#6351) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7824652fae3aac906ed192c9810fd0999bfc7038&#34; target=&#34;_blank&#34;&gt;7824652f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2441&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.44.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix &lt;code&gt;A @path parameter must not come after a @Query&lt;/code&gt; error (#1478) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/a410556a2641ffd5f52847ded27bbbfe4e895690&#34; target=&#34;_blank&#34;&gt;a410556a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix &lt;code&gt;A @Path parameter must not come after a @Query&lt;/code&gt; error (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/a410556a2641ffd5f52847ded27bbbfe4e895690&#34; target=&#34;_blank&#34;&gt;a410556a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;    fix &lt;code&gt;baseUrl must end in /&lt;/code&gt; error (#1476) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/85b8dbde9799690a0b3c01b519492a7750f80e8a&#34; target=&#34;_blank&#34;&gt;85b8dbde&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix the following error by adding trailing / in the baseUrl and removing leading / in the end point: (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/85b8dbde9799690a0b3c01b519492a7750f80e8a&#34; target=&#34;_blank&#34;&gt;85b8dbde&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix RestService by replacing POST mapping from / to . and add a test class to demonstrate the behaviour. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/85b8dbde9799690a0b3c01b519492a7750f80e8a&#34; target=&#34;_blank&#34;&gt;85b8dbde&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   add a test to demonstrate the following error: (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/a410556a2641ffd5f52847ded27bbbfe4e895690&#34; target=&#34;_blank&#34;&gt;a410556a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   add a test to demonstrate the error: java.lang.IllegalArgumentException: baseUrl must end in /. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/85b8dbde9799690a0b3c01b519492a7750f80e8a&#34; target=&#34;_blank&#34;&gt;85b8dbde&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6661&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.66.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix retrofit2 issues (#1875) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/0da41f4304997e984a5229fd19c2b475122c0796&#34; target=&#34;_blank&#34;&gt;0da41f43&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix non-generics QueryMap which causes the following error: (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/0da41f4304997e984a5229fd19c2b475122c0796&#34; target=&#34;_blank&#34;&gt;0da41f43&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   fix &lt;code&gt;A @Path parameter must not come after a @Query&lt;/code&gt; error (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/0da41f4304997e984a5229fd19c2b475122c0796&#34; target=&#34;_blank&#34;&gt;0da41f43&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add Retrofit2SyncCall.execute to BakeService (#1879) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/c22cc721366c42d60c0efe2a2c27f5354abf7b8a&#34; target=&#34;_blank&#34;&gt;c22cc721&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   add Retrofit2SyncCall.execute to BakeService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/c22cc721366c42d60c0efe2a2c27f5354abf7b8a&#34; target=&#34;_blank&#34;&gt;c22cc721&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   make type of additionalFilters in ImageController.findImages (#1877) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/70da3729a1f77a43f4091626a2df43462a084370&#34; target=&#34;_blank&#34;&gt;70da3729&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   make type of additionalFilters in ImageController.findImages (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/70da3729a1f77a43f4091626a2df43462a084370&#34; target=&#34;_blank&#34;&gt;70da3729&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;retrofit2:&lt;/strong&gt;   add test to demonstrate the following error when QueryMap is used without generics: (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/0da41f4304997e984a5229fd19c2b475122c0796&#34; target=&#34;_blank&#34;&gt;0da41f43&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   use constructor injection in BakeService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/c22cc721366c42d60c0efe2a2c27f5354abf7b8a&#34; target=&#34;_blank&#34;&gt;c22cc721&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   demonstrate behavior of BakeService (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/c22cc721366c42d60c0efe2a2c27f5354abf7b8a&#34; target=&#34;_blank&#34;&gt;c22cc721&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   demonstrate behavior of ImageController.findImages (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/70da3729a1f77a43f4091626a2df43462a084370&#34; target=&#34;_blank&#34;&gt;70da3729&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.37.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.0-changelog/</link>
				<pubDate>Mon, 24 Feb 2025 23:42:26 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.37.0-changelog/</guid>
				<description>&lt;h2 id=&#34;changelog&#34;&gt;Changelog&lt;/h2&gt;&#xA;&lt;h3 id=&#34;clouddriver&#34;&gt;Clouddriver&lt;/h3&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/pull/6342&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/clouddriver/pull/6342&lt;/a&gt;&#xA; adds retry logic to AWS credential parsing, controlled with these new configuration properties and their defaults:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;aws&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;loadAccounts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;maxRetries&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;10&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;backOffInMs&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;5000&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;exponentialBackoff&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;false&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;exponentialBackoffMultiplier&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;2&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;exponentialBackOffIntervalMs&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#0000cf;font-weight:bold&#34;&gt;10000&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/pull/6344&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/clouddriver/pull/6344&lt;/a&gt;&#xA; makes the duration of assume role sessions configurable via a new per-account propery &lt;code&gt;sessionDurationSeconds&lt;/code&gt; and&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;aws:&#xA;  defaultSessionDurationSeconds: (no default value)&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The per-account property takes precedence.  If neither &lt;code&gt;aws.defaultSessionDurationSeconds&lt;/code&gt; nor a per-account &lt;code&gt;sessionDurationSeconds&lt;/code&gt; is set, the duration of assume role sessions is the default provided by the aws sdk. In version 1.12.261, that&amp;rsquo;s 900 seconds.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.34.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.6-changelog/</link>
				<pubDate>Thu, 23 Jan 2025 17:06:54 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.6-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5855&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.85.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   CleanupAlarmsAgent with an optional user-defined name pattern (#6317) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c2ba7f0f14009c524072ee258ea2d698c8f55a26&#34; target=&#34;_blank&#34;&gt;c2ba7f0f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cloudfoundry:&lt;/strong&gt;   Update ProcessStats model due to capi-1.84.0 changes (#6283) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/ea908a3b6f259d11db26fdbb87b412d7ed7bf6da&#34; target=&#34;_blank&#34;&gt;ea908a3b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Mergify config needs adjusting for latest mergify releases (#6321) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/5a86b8a35aa66ecfcb3e8d93a24b72a1b8971044&#34; target=&#34;_blank&#34;&gt;5a86b8a3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Mergify config needs adjusting for latest mergify releases (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/5a86b8a35aa66ecfcb3e8d93a24b72a1b8971044&#34; target=&#34;_blank&#34;&gt;5a86b8a3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Add integration test checks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/5a86b8a35aa66ecfcb3e8d93a24b72a1b8971044&#34; target=&#34;_blank&#34;&gt;5a86b8a3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Add integration test checks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/5a86b8a35aa66ecfcb3e8d93a24b72a1b8971044&#34; target=&#34;_blank&#34;&gt;5a86b8a3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Add integration test checks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/5a86b8a35aa66ecfcb3e8d93a24b72a1b8971044&#34; target=&#34;_blank&#34;&gt;5a86b8a3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Use just queue_conditions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/5a86b8a35aa66ecfcb3e8d93a24b72a1b8971044&#34; target=&#34;_blank&#34;&gt;5a86b8a3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3173&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.17.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Fix userData getting lost when cloning an AWS server group that uses launch templates (#6771) (#10132) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/ba132191f264d7c38b43fb8d2a77a1050f0d78da&#34; target=&#34;_blank&#34;&gt;ba132191&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2404&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.40.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/2a94b8b3a6770ac5981165aa92bcbd1ea7d0f953&#34; target=&#34;_blank&#34;&gt;2a94b8b3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8513&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.51.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecs:&lt;/strong&gt;   Docker image extraction from context (#4812) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/647d692a904c7155a230682ed47c22f310d86f35&#34; target=&#34;_blank&#34;&gt;647d692a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1203&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.20.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gceBakeHandler:&lt;/strong&gt;   Updating Image name pattern to match googlecompute pre/post 1.1.2 plugin (#1122) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/0a51cd2441c4cb6c0e36abe61df2ff3c1552e370&#34; target=&#34;_blank&#34;&gt;0a51cd24&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.35.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.5-changelog/</link>
				<pubDate>Wed, 22 Jan 2025 23:40:47 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.5-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5864&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.86.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   CleanupAlarmsAgent with an optional user-defined name pattern (#6317) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/fb1850b9607a081def5b6e76abacbb4ea312d99e&#34; target=&#34;_blank&#34;&gt;fb1850b9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cloudfoundry:&lt;/strong&gt;   Update ProcessStats model due to capi-1.84.0 changes (#6283) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c83c7c03c629c507e4dd6b6d8eb4488a7367a1ac&#34; target=&#34;_blank&#34;&gt;c83c7c03&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Mergify config needs adjusting for latest mergify releases (#6321) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/9c064d10e3efcb70bce2e895acf8bce78fdb77e5&#34; target=&#34;_blank&#34;&gt;9c064d10&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Mergify config needs adjusting for latest mergify releases (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/9c064d10e3efcb70bce2e895acf8bce78fdb77e5&#34; target=&#34;_blank&#34;&gt;9c064d10&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Add integration test checks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/9c064d10e3efcb70bce2e895acf8bce78fdb77e5&#34; target=&#34;_blank&#34;&gt;9c064d10&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Add integration test checks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/9c064d10e3efcb70bce2e895acf8bce78fdb77e5&#34; target=&#34;_blank&#34;&gt;9c064d10&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Add integration test checks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/9c064d10e3efcb70bce2e895acf8bce78fdb77e5&#34; target=&#34;_blank&#34;&gt;9c064d10&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Use just queue_conditions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/9c064d10e3efcb70bce2e895acf8bce78fdb77e5&#34; target=&#34;_blank&#34;&gt;9c064d10&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3181&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.18.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Fix IPv6 addresses being incorrectly associated when cloning server groups that have launch templates enabled (#6979) (#10142) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/d2e3a0c4e4d54cb4b539d032783343939165e1fa&#34; target=&#34;_blank&#34;&gt;d2e3a0c4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Fix userData getting lost when cloning an AWS server group that uses launch templates (#6771) (#10132) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/a6921063b5809c6cb798c9d2d66a255bbb294a80&#34; target=&#34;_blank&#34;&gt;a6921063&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2411&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.41.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/17c02a482ba7efb3aa5dce8f424e7b2e38c006a2&#34; target=&#34;_blank&#34;&gt;17c02a48&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8541&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.54.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecs:&lt;/strong&gt;   Docker image extraction from context (#4812) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/6768b787a7dee2368f2d9bd9e48f4e50e9574fb3&#34; target=&#34;_blank&#34;&gt;6768b787&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelineRef:&lt;/strong&gt;   add resolvedExpectedArtifacts from pipelineTrigger to PipelineRefTrigger (#4816) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f7c2dd3f5e0f5c714c0243d5884c6fd221b8b280&#34; target=&#34;_blank&#34;&gt;f7c2dd3f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelineRef:&lt;/strong&gt;   add resolvedExpectedArtifacts from pipelineTrigger to PipelineRefTrigger (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f7c2dd3f5e0f5c714c0243d5884c6fd221b8b280&#34; target=&#34;_blank&#34;&gt;f7c2dd3f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelineRef:&lt;/strong&gt;   add tests around PipelineRefTrigger (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f7c2dd3f5e0f5c714c0243d5884c6fd221b8b280&#34; target=&#34;_blank&#34;&gt;f7c2dd3f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1211&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.21.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gceBakeHandler:&lt;/strong&gt;   Updating Image name pattern to match googlecompute pre/post 1.1.2 plugin (#1122) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/59a8c79d04a03fe218a8217a74c24da79a46b7b2&#34; target=&#34;_blank&#34;&gt;59a8c79d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.36.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.36.1-changelog/</link>
				<pubDate>Wed, 22 Jan 2025 20:57:09 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.36.1-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5901&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.90.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   CleanupAlarmsAgent with an optional user-defined name pattern (#6317) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/966f4e8afaafdd22f7540f176b483f0c19e01edf&#34; target=&#34;_blank&#34;&gt;966f4e8a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecs:&lt;/strong&gt;   Alarms with custom dimensions should be processed (#6324) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/00824a968d4a1fd307eee4293167f2c6c820a27a&#34; target=&#34;_blank&#34;&gt;00824a96&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecs:&lt;/strong&gt;   Cloudwatch alarms cleanup on destroy ecs group (#6315) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/8264ff4f79d6e2930e5f1cdc83c821d3be02cc17&#34; target=&#34;_blank&#34;&gt;8264ff4f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   Add partner metadata on instanceTemplate properties (#6334) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e75980164bb54751387435dc847e64ce3f78c848&#34; target=&#34;_blank&#34;&gt;e7598016&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   include partnerMetadata in InstanceTemplates (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e75980164bb54751387435dc847e64ce3f78c848&#34; target=&#34;_blank&#34;&gt;e7598016&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   remove default view and add tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e75980164bb54751387435dc847e64ce3f78c848&#34; target=&#34;_blank&#34;&gt;e7598016&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   format comment (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e75980164bb54751387435dc847e64ce3f78c848&#34; target=&#34;_blank&#34;&gt;e7598016&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   remove unused imports (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e75980164bb54751387435dc847e64ce3f78c848&#34; target=&#34;_blank&#34;&gt;e7598016&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   make FULL the default view in instanceTemplate client (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e75980164bb54751387435dc847e64ce3f78c848&#34; target=&#34;_blank&#34;&gt;e7598016&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Mergify config needs adjusting for latest mergify releases (#6321) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7daeb3b86044cf2fe2272fba3eb6755018bd1b0f&#34; target=&#34;_blank&#34;&gt;7daeb3b8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Mergify config needs adjusting for latest mergify releases (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7daeb3b86044cf2fe2272fba3eb6755018bd1b0f&#34; target=&#34;_blank&#34;&gt;7daeb3b8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Add integration test checks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7daeb3b86044cf2fe2272fba3eb6755018bd1b0f&#34; target=&#34;_blank&#34;&gt;7daeb3b8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Add integration test checks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7daeb3b86044cf2fe2272fba3eb6755018bd1b0f&#34; target=&#34;_blank&#34;&gt;7daeb3b8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Add integration test checks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7daeb3b86044cf2fe2272fba3eb6755018bd1b0f&#34; target=&#34;_blank&#34;&gt;7daeb3b8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   Use just queue_conditions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7daeb3b86044cf2fe2272fba3eb6755018bd1b0f&#34; target=&#34;_blank&#34;&gt;7daeb3b8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;openapi:&lt;/strong&gt;   Rewrite Swagger to OpenAPI annotations (#6309) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/ec28083df098a5e2560440973020be87aaf8c8c6&#34; target=&#34;_blank&#34;&gt;ec28083d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;openapi:&lt;/strong&gt;   Rewrite Swagger to OpenAPI annotations (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/ec28083df098a5e2560440973020be87aaf8c8c6&#34; target=&#34;_blank&#34;&gt;ec28083d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c89e9a0b622afac29ffe4e4694e13e8221dff66c&#34; target=&#34;_blank&#34;&gt;c89e9a0b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/472ffaddaab8b7c22d8df26ccf71dbc11b05682e&#34; target=&#34;_blank&#34;&gt;472ffadd&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3191&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.19.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   Add partner metadata on clone (#10161) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/5dde11ff6554ed1f43644bb1f94e9deab2d4c685&#34; target=&#34;_blank&#34;&gt;5dde11ff&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   populate resourceManagerTags &amp;amp; partnerMetadata when cloning server group (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/5dde11ff6554ed1f43644bb1f94e9deab2d4c685&#34; target=&#34;_blank&#34;&gt;5dde11ff&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   add logs for debug (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/5dde11ff6554ed1f43644bb1f94e9deab2d4c685&#34; target=&#34;_blank&#34;&gt;5dde11ff&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   populate resourceManagerTags &amp;amp; partnerMetadata from launchConfig when clone serverGroup (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/5dde11ff6554ed1f43644bb1f94e9deab2d4c685&#34; target=&#34;_blank&#34;&gt;5dde11ff&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2431&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.43.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4a009d6a31b722157ae94dc35dafd1a9997682ab&#34; target=&#34;_blank&#34;&gt;4a009d6a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/0c275bd199c5774980ce7fd767fc6da3ce0d4c86&#34; target=&#34;_blank&#34;&gt;0c275bd1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1511&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.51.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;openapi:&lt;/strong&gt;   Rewrite Swagger to OpenAPI annotations (#1192) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/be2a82b2753b815be1ee51f7f57ee03fbfc193f1&#34; target=&#34;_blank&#34;&gt;be2a82b2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;openapi:&lt;/strong&gt;   Rewrite Swagger to OpenAPI annotations (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/be2a82b2753b815be1ee51f7f57ee03fbfc193f1&#34; target=&#34;_blank&#34;&gt;be2a82b2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/68c63dd29a673ebd7e37016aeed787f4a3c4d328&#34; target=&#34;_blank&#34;&gt;68c63dd2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump latest kork version (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/be2a82b2753b815be1ee51f7f57ee03fbfc193f1&#34; target=&#34;_blank&#34;&gt;be2a82b2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2371&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.37.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;openapi:&lt;/strong&gt;   Rewrite Swagger to OpenAPI annotations (#1514) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/9e8f18281ec84193aed31c399d3f62d74f6390f7&#34; target=&#34;_blank&#34;&gt;9e8f1828&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;openapi:&lt;/strong&gt;   Rewrite Swagger to OpenAPI annotations (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/9e8f18281ec84193aed31c399d3f62d74f6390f7&#34; target=&#34;_blank&#34;&gt;9e8f1828&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/33a9989434cd99e4a84f6f41e970d559b24396f7&#34; target=&#34;_blank&#34;&gt;33a99894&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/1ea7a5e31e5dee944f66a90918c3766daead6a56&#34; target=&#34;_blank&#34;&gt;1ea7a5e3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump latest kork version (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/9e8f18281ec84193aed31c399d3f62d74f6390f7&#34; target=&#34;_blank&#34;&gt;9e8f1828&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6641&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.64.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;openapi:&lt;/strong&gt;   Uses openrewrite to convert swagger to openapi annotations (#1813) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/039fd79ac8a0440f2417ca5e3dca7a63c4ca16b3&#34; target=&#34;_blank&#34;&gt;039fd79a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;openapi:&lt;/strong&gt;   Uses openrewrite to convert owagger to openapi annotations (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/039fd79ac8a0440f2417ca5e3dca7a63c4ca16b3&#34; target=&#34;_blank&#34;&gt;039fd79a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;swagger:&lt;/strong&gt;   Adds property allow swagger generation (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/039fd79ac8a0440f2417ca5e3dca7a63c4ca16b3&#34; target=&#34;_blank&#34;&gt;039fd79a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/83457207b224212fc28fb871792c24b2e0fbb84d&#34; target=&#34;_blank&#34;&gt;83457207&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/a9316bc6eef709ab37ded29c86c4305e55eb02d9&#34; target=&#34;_blank&#34;&gt;a9316bc6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump latest kork version (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/039fd79ac8a0440f2417ca5e3dca7a63c4ca16b3&#34; target=&#34;_blank&#34;&gt;039fd79a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;swagger:&lt;/strong&gt;   Code minus kork constraints to switch to openapi. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/039fd79ac8a0440f2417ca5e3dca7a63c4ca16b3&#34; target=&#34;_blank&#34;&gt;039fd79a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4181&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.18.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/2f3de993735c4fe0aab076e9a7f366f023f4ee24&#34; target=&#34;_blank&#34;&gt;2f3de993&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/8f5dbb23b16e40fe28598c3f37cb84f30f59bcfa&#34; target=&#34;_blank&#34;&gt;8f5dbb23&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2421&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.42.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/41525f2b62a8fed98f2b09317a5e8474f4cc3101&#34; target=&#34;_blank&#34;&gt;41525f2b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;upgrade:&lt;/strong&gt;   Migrate to openapi swagger spec (#1046) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/66269f744525e34feee34377cc2e6e9970a13d42&#34; target=&#34;_blank&#34;&gt;66269f74&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8571&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.57.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-5&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecs:&lt;/strong&gt;   Docker image extraction from context (#4812) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/87141f21883f410b86f3a602d9331955d3cfeaff&#34; target=&#34;_blank&#34;&gt;87141f21&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelineRef:&lt;/strong&gt;   add resolvedExpectedArtifacts from pipelineTrigger to PipelineRefTrigger (#4816) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/b03087e47017caa12745643216c8d83a5903db89&#34; target=&#34;_blank&#34;&gt;b03087e4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelineRef:&lt;/strong&gt;   add resolvedExpectedArtifacts from pipelineTrigger to PipelineRefTrigger (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/b03087e47017caa12745643216c8d83a5903db89&#34; target=&#34;_blank&#34;&gt;b03087e4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelineRef:&lt;/strong&gt;   add tests around PipelineRefTrigger (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/b03087e47017caa12745643216c8d83a5903db89&#34; target=&#34;_blank&#34;&gt;b03087e4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/6228405f6a2bbdad48fd89f6179ed8dd85cd4911&#34; target=&#34;_blank&#34;&gt;6228405f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/2569bdec18550ec17e0bf5488ef351d9db38605d&#34; target=&#34;_blank&#34;&gt;2569bdec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1221&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.22.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-6&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gceBakeHandler:&lt;/strong&gt;   Updating Image name pattern to match googlecompute pre/post 1.1.2 plugin (#1122) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/eccbf4d9bc9b6ea0c6804d4720ed6025a55cbbb0&#34; target=&#34;_blank&#34;&gt;eccbf4d9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;openapi:&lt;/strong&gt;   Rewrite Swagger to OpenAPI annotations (#1126) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/a3cb6e893fb4c3245899089f63f91539fc037f57&#34; target=&#34;_blank&#34;&gt;a3cb6e89&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;openapi:&lt;/strong&gt;   Rewrite Swagger to OpenAPI annotations (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/a3cb6e893fb4c3245899089f63f91539fc037f57&#34; target=&#34;_blank&#34;&gt;a3cb6e89&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/360c4a9a4c241c9b9bdd1a7386a17be3a454ab32&#34; target=&#34;_blank&#34;&gt;360c4a9a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump latest kork version (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/a3cb6e893fb4c3245899089f63f91539fc037f57&#34; target=&#34;_blank&#34;&gt;a3cb6e89&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.36.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.36.0-changelog/</link>
				<pubDate>Wed, 20 Nov 2024 15:57:38 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.36.0-changelog/</guid>
				<description>&lt;h2 id=&#34;changelog&#34;&gt;Changelog&lt;/h2&gt;&#xA;&lt;h2 id=&#34;java-upgrades&#34;&gt;Java upgrades&lt;/h2&gt;&#xA;&lt;p&gt;Java 17 is now the default source and target.  Java 11 support has been removed entirely.  Please note you may need to add the following JAVA_OPTS options:&#xA;&lt;code&gt;--add-exports=java.base/sun.security.x509=ALL-UNNAMED --add-exports=java.base/sun.security.pkcs=ALL-UNNAMED --add-exports=java.base/sun.security.rsa=ALL-UNNAMED&lt;/code&gt;&#xA;to clouddriver if using GCP accounts due to credentials parsing of certificates.  These can set in the &#xA;&lt;a href=&#34;https://spinnaker.io/docs/reference/halyard/custom/#custom-service-settings&#34; target=&#34;_blank&#34;&gt;service-settings config&lt;/a&gt;&#xA;.  These configs are likely to be added to the defaults&#xA;in all future releases&lt;/p&gt;&#xA;&lt;h2 id=&#34;kleat-is-deprecated&#34;&gt;Kleat is deprecated&lt;/h2&gt;&#xA;&lt;p&gt;Kleat as an initial attempt to replace halyard is being deprecated and no longer updated or supported.  It&amp;rsquo;s recommended to look at &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker-kustomize/&#34; target=&#34;_blank&#34;&gt;spinnaker-kustomize&lt;/a&gt;&#xA; repo as an alternative or stay with halyard at this time.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.35.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.4-changelog/</link>
				<pubDate>Tue, 27 Aug 2024 19:35:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.4-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5863&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.86.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Fix AWS CLI v2 for Alpine Linux (#6279) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/59c86f4d6b89d83c34b6590c52e134c30b49dad8&#34; target=&#34;_blank&#34;&gt;59c86f4d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Fix AWS CLI v2 for Alpine Linux (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/59c86f4d6b89d83c34b6590c52e134c30b49dad8&#34; target=&#34;_blank&#34;&gt;59c86f4d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.35.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.3-changelog/</link>
				<pubDate>Fri, 23 Aug 2024 17:07:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.3-changelog/</guid>
				<description>&lt;h2 id=&#34;front50-2331&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.33.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;front50-gcs:&lt;/strong&gt;   Fix ObjectType filenames for GCS Front50 persistent store (#1493) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/210501bfd07eea0275ed06cb724fec6d615573c9&#34; target=&#34;_blank&#34;&gt;210501bf&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   only bump halyard on master (#1490) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/6d09e8621218354830dbdc27df6f1ca82ffec485&#34; target=&#34;_blank&#34;&gt;6d09e862&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.34.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.5-changelog/</link>
				<pubDate>Fri, 23 Aug 2024 16:58:07 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.5-changelog/</guid>
				<description>&lt;h2 id=&#34;front50-2322&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.32.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;front50-gcs:&lt;/strong&gt;   Fix ObjectType filenames for GCS Front50 persistent store (#1493) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/25bda17aa84235c0b02bf5e97d7fac11a1439ac2&#34; target=&#34;_blank&#34;&gt;25bda17a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   only bump halyard on master (#1490) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/27526ee8add36981b823e27ccddc07901142211b&#34; target=&#34;_blank&#34;&gt;27526ee8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.35.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.2-changelog/</link>
				<pubDate>Tue, 20 Aug 2024 20:48:23 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.2-changelog/</guid>
				<description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: Broken Functionality&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker 1.35.2 includes Front50 2.33.0 which breaks loading of Front50 objects:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When GCS is used as a persistent store&lt;/li&gt;&#xA;&lt;li&gt;When GCS is used in a dual repository configuration&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;clouddriver-5862&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.86.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;install:&lt;/strong&gt;   Fix Debian post installation script when awscli2 is already installed or the installation failed previously (#6276) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f4dbb7cdacbc122473c6612eac067ce9365e7b74&#34; target=&#34;_blank&#34;&gt;f4dbb7cd&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.35.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.1-changelog/</link>
				<pubDate>Mon, 19 Aug 2024 22:35:01 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.1-changelog/</guid>
				<description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: Broken Functionality&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker 1.35.1 includes Front50 2.33.0 which breaks loading of Front50 objects:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When GCS is used as a persistent store&lt;/li&gt;&#xA;&lt;li&gt;When GCS is used in a dual repository configuration&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;clouddriver-5861&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.86.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   remove whitespace from BRANCH in release.yml (#6271) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c32a5f25efbf84dec2e9e008d061af4ac968846c&#34; target=&#34;_blank&#34;&gt;c32a5f25&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   only bump halyard on master (#6268) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/73b6e0324f35a5f6bde893dba74cd37402d15222&#34; target=&#34;_blank&#34;&gt;73b6e032&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;install:&lt;/strong&gt;   Fixed Debian post install script for aws-iam-authenticator (#6274) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/6bcea3938c05302b815763037afa16cc770f1bbd&#34; target=&#34;_blank&#34;&gt;6bcea393&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.34.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.4-changelog/</link>
				<pubDate>Sun, 18 Aug 2024 16:13:39 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.4-changelog/</guid>
				<description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: Broken Functionality&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker 1.34.4 includes Front50 2.31.2 which breaks loading of Front50 objects:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When GCS is used as a persistent store&lt;/li&gt;&#xA;&lt;li&gt;When GCS is used in a dual repository configuration&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;clouddriver-5854&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.85.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   remove whitespace from BRANCH in release.yml (#6271) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/97f4483675d63b5c43e547124d99975a1c4f2a48&#34; target=&#34;_blank&#34;&gt;97f44836&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   only bump halyard on master (#6268) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/46c42ce2cf4da7af655868903473e01c1154589d&#34; target=&#34;_blank&#34;&gt;46c42ce2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   fixing UpsertGoogleAutoscalingPolicyAtomicOperation missing Autowired for objectMapper and cacheView (#6237) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f3d9bcfe549e571b0ff4f655c23e9c2a3133c8db&#34; target=&#34;_blank&#34;&gt;f3d9bcfe&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   adding autowired for cacheview and objectmapper (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f3d9bcfe549e571b0ff4f655c23e9c2a3133c8db&#34; target=&#34;_blank&#34;&gt;f3d9bcfe&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   adding autowired for cacheview and objectmapper (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f3d9bcfe549e571b0ff4f655c23e9c2a3133c8db&#34; target=&#34;_blank&#34;&gt;f3d9bcfe&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a8879b898e0e3ef608c2b66115d7250756408be4&#34; target=&#34;_blank&#34;&gt;a8879b89&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f6e87b937f2432dcfae571a2f3714f5e72030c7d&#34; target=&#34;_blank&#34;&gt;f6e87b93&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   Adding STRONG_COOKIE_AFFINITY in gcp LB model (#6259) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/52d394c00a32f5bec4e4ade089944339bc7990a6&#34; target=&#34;_blank&#34;&gt;52d394c0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3172&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.17.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   Adding STRONG_COOKIE_AFFINITY in gcp LB model (#10124) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/7126789353fe5cb111d5aa9abc8bad5cb81413f4&#34; target=&#34;_blank&#34;&gt;71267893&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2411&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.41.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/6e30ba250c965352a2759d77c71c06b5411a5114&#34; target=&#34;_blank&#34;&gt;6e30ba25&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/cde85bd1828f56ff2552d0c3106fd010af247ed5&#34; target=&#34;_blank&#34;&gt;cde85bd1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1461&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.46.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/e144e4d22322a452fc289f50f35b5e82aaf3f33b&#34; target=&#34;_blank&#34;&gt;e144e4d2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2321&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.32.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;migrator:&lt;/strong&gt;   GCS to SQL migrator APPLICATION_PERMISSION objectType fix (#1466) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/f8c86dc36f174f04cdfbe8ae686174df655e4c0a&#34; target=&#34;_blank&#34;&gt;f8c86dc3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;migrator:&lt;/strong&gt;   GCS to SQL migrator APPLICATION_PERMISSION fix/refactor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/f8c86dc36f174f04cdfbe8ae686174df655e4c0a&#34; target=&#34;_blank&#34;&gt;f8c86dc3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;migrator:&lt;/strong&gt;   GCS to SQL migrator APPLICATION_PERMISSION fix/refactor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/f8c86dc36f174f04cdfbe8ae686174df655e4c0a&#34; target=&#34;_blank&#34;&gt;f8c86dc3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/951308eca535029a677f1727dd460d6c1622fe8d&#34; target=&#34;_blank&#34;&gt;951308ec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/c74e1587ea53330fcf65cc2226a336421d7c1396&#34; target=&#34;_blank&#34;&gt;c74e1587&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6621&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.62.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   remove ErrorPageSecurityFilter bean named errorPageSecurityInterceptor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/401e7179093d6ec9037b71b7691efadd674785e0&#34; target=&#34;_blank&#34;&gt;401e7179&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   remove ErrorPageSecurityFilter bean named errorPageSecurityInterceptor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/401e7179093d6ec9037b71b7691efadd674785e0&#34; target=&#34;_blank&#34;&gt;401e7179&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web/test:&lt;/strong&gt;   stop leaking system properties from FunctionalSpec (#1798) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/08f368ed79f84b07dcbf880a25fd1ef4441aa910&#34; target=&#34;_blank&#34;&gt;08f368ed&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;basic:&lt;/strong&gt;   use constructor injection in BasicAuthConfig (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/401e7179093d6ec9037b71b7691efadd674785e0&#34; target=&#34;_blank&#34;&gt;401e7179&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/0ee70bb6f83f447d910aecf17b8d431a05606722&#34; target=&#34;_blank&#34;&gt;0ee70bb6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/a6ab4380b55b8a79a36235b268e452a1938abdc0&#34; target=&#34;_blank&#34;&gt;a6ab4380&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   demonstrate bug in MultiAutoSupport (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/401e7179093d6ec9037b71b7691efadd674785e0&#34; target=&#34;_blank&#34;&gt;401e7179&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   verify some error handling behavior of AuthConfig (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/401e7179093d6ec9037b71b7691efadd674785e0&#34; target=&#34;_blank&#34;&gt;401e7179&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4161&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.16.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/f30dce4da0b339379b805276702ea3c67c461df2&#34; target=&#34;_blank&#34;&gt;f30dce4d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/756120acfcd4c1c9d0eb3567af549734833c7555&#34; target=&#34;_blank&#34;&gt;756120ac&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2403&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.40.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;stackdriver:&lt;/strong&gt;   handle null timeSeries and empty points (#1047) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/e2319493df0f54c6eb9c66b90b29cb6280e024dd&#34; target=&#34;_blank&#34;&gt;e2319493&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/7e04fdf3dda16ff8607d4b4492cd42715202cfd7&#34; target=&#34;_blank&#34;&gt;7e04fdf3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8512&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.51.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;backport:&lt;/strong&gt;   Fix tests on bad backport for search API breakage due to compression changes (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/69084612ddd9f074c5ef1b2b5e008d4a3f59bb11&#34; target=&#34;_blank&#34;&gt;69084612&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;sqlExecutionRepo:&lt;/strong&gt;   Return compressed columns when enabled for retrieve pipelines with configId (backport #4765) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/69084612ddd9f074c5ef1b2b5e008d4a3f59bb11&#34; target=&#34;_blank&#34;&gt;69084612&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;sqlExecutionRepo:&lt;/strong&gt;   Return compressed columns when enabled for retrieve pipelines with configId (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/69084612ddd9f074c5ef1b2b5e008d4a3f59bb11&#34; target=&#34;_blank&#34;&gt;69084612&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/0de6415a4cceb25b6f807879c8500442c58930a1&#34; target=&#34;_blank&#34;&gt;0de6415a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/688d21656c57e964fb3be48846524f585e71b4a4&#34; target=&#34;_blank&#34;&gt;688d2165&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1202&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.20.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-9&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/8adc69835b436a30e6c56aec562a8d86b43f93c9&#34; target=&#34;_blank&#34;&gt;8adc6983&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.35.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.0-changelog/</link>
				<pubDate>Fri, 16 Aug 2024 23:14:19 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.35.0-changelog/</guid>
				<description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: Broken Functionality&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker 1.33.3 includes Front50 2.33.0 which breaks loading of Front50 objects:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When GCS is used as a persistent store&lt;/li&gt;&#xA;&lt;li&gt;When GCS is used in a dual repository configuration&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;changelog&#34;&gt;Changelog&lt;/h1&gt;&#xA;&lt;p&gt;Version 1.31 of Spinnaker introduced two features that were disabled by default:&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.31.0-changelog/#echo&#34; target=&#34;_blank&#34;&gt;echo: pipelineCache.filterFront50Pipelines&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.31.0-changelog/#orca&#34; target=&#34;_blank&#34;&gt;orca: front50.useTriggeredByEndpoint&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Both of these features are now enabled by default.&lt;/p&gt;&#xA;&lt;h3 id=&#34;java-17&#34;&gt;Java 17&lt;/h3&gt;&#xA;&lt;p&gt;All Spinnaker services are now compiled by JDK 17, transpiling to Java 11 bytecode. Published images run JRE 17. In 1.36, compilation will switch to Java 17 bytecode, completing our migration to Java 17. Please continue to report issues by opening an issue in the &lt;code&gt;spinnaker&lt;/code&gt; &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker&#34; target=&#34;_blank&#34;&gt;repository&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.28.10</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.10-changelog/</link>
				<pubDate>Fri, 09 Aug 2024 02:01:39 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.10-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5769&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.76.9&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   Adding STRONG_COOKIE_AFFINITY in gcp LB model (#6259) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/59f91b442920d59982f191dcddc503e0e3681040&#34; target=&#34;_blank&#34;&gt;59f91b44&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-396&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.9.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;lint:&lt;/strong&gt;   fixing linting erros (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/3965efb5df751afb2092b022db7a0ecce91f1583&#34; target=&#34;_blank&#34;&gt;3965efb5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lint:&lt;/strong&gt;   fixing linting - lodash (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/3965efb5df751afb2092b022db7a0ecce91f1583&#34; target=&#34;_blank&#34;&gt;3965efb5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;prettier:&lt;/strong&gt;   fixing prettier for AdditionalFields.tsx (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/3965efb5df751afb2092b022db7a0ecce91f1583&#34; target=&#34;_blank&#34;&gt;3965efb5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;redblack:&lt;/strong&gt;   fixing redblack onchange values (#10107) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/3965efb5df751afb2092b022db7a0ecce91f1583&#34; target=&#34;_blank&#34;&gt;3965efb5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;redblack:&lt;/strong&gt;   fixing redblack onchange values (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/3965efb5df751afb2092b022db7a0ecce91f1583&#34; target=&#34;_blank&#34;&gt;3965efb5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   Adding STRONG_COOKIE_AFFINITY in gcp LB model (#10124) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/1a0ada66d27edc1ea87dcd152ceaf0753250226d&#34; target=&#34;_blank&#34;&gt;1a0ada66&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2329&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.32.9&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;mergify:&lt;/strong&gt;   fix conflicts in cherry-pick (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/7358bd38a7181ab68349bd6a75e7733ba1acf5aa&#34; target=&#34;_blank&#34;&gt;7358bd38&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;stackdriver:&lt;/strong&gt;   handle null timeSeries and empty points (backport #1047) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/7358bd38a7181ab68349bd6a75e7733ba1acf5aa&#34; target=&#34;_blank&#34;&gt;7358bd38&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;stackdriver:&lt;/strong&gt;   handle null timeSeries and empty points (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/7358bd38a7181ab68349bd6a75e7733ba1acf5aa&#34; target=&#34;_blank&#34;&gt;7358bd38&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.34.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.3-changelog/</link>
				<pubDate>Sat, 15 Jun 2024 00:23:05 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.3-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5853&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.85.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   add fiat-integration module to exercise the just-built docker imageTest docker image (#6206) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/644ff6d798552b5a877a1767b2d7fbf81b24184b&#34; target=&#34;_blank&#34;&gt;644ff6d7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   add clouddriver-integration module to exercise the just-built docker image (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/644ff6d798552b5a877a1767b2d7fbf81b24184b&#34; target=&#34;_blank&#34;&gt;644ff6d7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   add HEALTHCHECK (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/644ff6d798552b5a877a1767b2d7fbf81b24184b&#34; target=&#34;_blank&#34;&gt;644ff6d7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   run integration test in pr builds (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/644ff6d798552b5a877a1767b2d7fbf81b24184b&#34; target=&#34;_blank&#34;&gt;644ff6d7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   run integration test in branch builds (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/644ff6d798552b5a877a1767b2d7fbf81b24184b&#34; target=&#34;_blank&#34;&gt;644ff6d7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ClusterController:&lt;/strong&gt;   Fix GetClusters returning only the last 2 providers clusterNames of application (#6210) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f8bfe2468ebf4edb191011edcf92816a708fdb55&#34; target=&#34;_blank&#34;&gt;f8bfe246&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   reduce the chance for false positives in the health check (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/644ff6d798552b5a877a1767b2d7fbf81b24184b&#34; target=&#34;_blank&#34;&gt;644ff6d7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   Relaxed health check for GCP accounts (#6200) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/20fd2c8998d8bb69f3319ec9ae3f848fbddb9b6f&#34; target=&#34;_blank&#34;&gt;20fd2c89&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;liquibase:&lt;/strong&gt;   fix checkSum errors occurring with spinnaker upgrade (#6217) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/4d1782ebadb5e938e919a82282cab1bff60f34d8&#34; target=&#34;_blank&#34;&gt;4d1782eb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;liquibase:&lt;/strong&gt;   add validCheckSum values to fix failing changesets (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/4d1782ebadb5e938e919a82282cab1bff60f34d8&#34; target=&#34;_blank&#34;&gt;4d1782eb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt;   added postgres migration test (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/4d1782ebadb5e938e919a82282cab1bff60f34d8&#34; target=&#34;_blank&#34;&gt;4d1782eb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt;   hardcoded the docker image to create initial conditions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/4d1782ebadb5e938e919a82282cab1bff60f34d8&#34; target=&#34;_blank&#34;&gt;4d1782eb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt;   refactored existing containerized integration test and added new tests for postgres and mysql (#6221) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a46c18c205972d5d50ae11f2d9c22bba7f8bd1a6&#34; target=&#34;_blank&#34;&gt;a46c18c2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   replace deprecated spring.profiles in configuration (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/644ff6d798552b5a877a1767b2d7fbf81b24184b&#34; target=&#34;_blank&#34;&gt;644ff6d7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3171&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.17.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;taskView:&lt;/strong&gt;   Implement opt-in paginated request for TaskView (#10093) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/e322eb530493934177f08d5335404a870c1e761a&#34; target=&#34;_blank&#34;&gt;e322eb53&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;taskView:&lt;/strong&gt;   Implement opt-in paginated request for TaskView (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/e322eb530493934177f08d5335404a870c1e761a&#34; target=&#34;_blank&#34;&gt;e322eb53&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tasksview:&lt;/strong&gt;   Allowing opt-in pagination for tasks view loading (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/e322eb530493934177f08d5335404a870c1e761a&#34; target=&#34;_blank&#34;&gt;e322eb53&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambda:&lt;/strong&gt;   Export LambdaRoute stage on aws module (#10116) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/af6fa4260cbee3320a28549446e87454456a51dd&#34; target=&#34;_blank&#34;&gt;af6fa426&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambda:&lt;/strong&gt;   Invoke stage excludedArtifactTypes not including the embedded-artifact type (#10097) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/2433668ca6b55eccceb8049959b3522f751563d2&#34; target=&#34;_blank&#34;&gt;2433668c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambdaStages:&lt;/strong&gt;   Exporting Lambda stages based on the feature flag settings (#10085) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f88b1186ac70ed890e0e840be145191bcbb2487d&#34; target=&#34;_blank&#34;&gt;f88b1186&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lint:&lt;/strong&gt;   fixing linting erros (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4911c2f129a5a530290b32b7f7150eed1fc7781f&#34; target=&#34;_blank&#34;&gt;4911c2f1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lint:&lt;/strong&gt;   fixing linting - lodash (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4911c2f129a5a530290b32b7f7150eed1fc7781f&#34; target=&#34;_blank&#34;&gt;4911c2f1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipeline:&lt;/strong&gt;   Handle render/validation when stageTimeoutMs is a Spel expression (#10103) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/7924b110567e810e82bc11cb8216f1e5f468f383&#34; target=&#34;_blank&#34;&gt;7924b110&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelineGraph:&lt;/strong&gt;   Handling exception when requisiteStageRefIds is not defined (#10086) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f825a71b41d58470877f5c2a6498143499b7998b&#34; target=&#34;_blank&#34;&gt;f825a71b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;prettier:&lt;/strong&gt;   fixing prettier for AdditionalFields.tsx (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4911c2f129a5a530290b32b7f7150eed1fc7781f&#34; target=&#34;_blank&#34;&gt;4911c2f1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;redblack:&lt;/strong&gt;   fixing redblack onchange values (#10107) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4911c2f129a5a530290b32b7f7150eed1fc7781f&#34; target=&#34;_blank&#34;&gt;4911c2f1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;redblack:&lt;/strong&gt;   fixing redblack onchange values (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4911c2f129a5a530290b32b7f7150eed1fc7781f&#34; target=&#34;_blank&#34;&gt;4911c2f1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2401&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.40.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/13fe6239dbc32e828c765ef6b4fa2da88a62660d&#34; target=&#34;_blank&#34;&gt;13fe6239&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8511&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.51.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-2&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   add orca-integration module to exercise the just-built docker image (#4721) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ae787969061fe0cba13b270283fe3e6586caafee&#34; target=&#34;_blank&#34;&gt;ae787969&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   add orca-integration module to exercise the just-built docker image (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ae787969061fe0cba13b270283fe3e6586caafee&#34; target=&#34;_blank&#34;&gt;ae787969&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   add HEALTHCHECK (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ae787969061fe0cba13b270283fe3e6586caafee&#34; target=&#34;_blank&#34;&gt;ae787969&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   run integration test in pr builds (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ae787969061fe0cba13b270283fe3e6586caafee&#34; target=&#34;_blank&#34;&gt;ae787969&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   run integration test in branch builds (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ae787969061fe0cba13b270283fe3e6586caafee&#34; target=&#34;_blank&#34;&gt;ae787969&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;blueGreen:&lt;/strong&gt;   Scaling replicaSets should not be considered for deletion (#4728) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/b303a9b39c1111392fabc13b4a47f175b6fcae15&#34; target=&#34;_blank&#34;&gt;b303a9b3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Wrong Job name encoding in query params for Artifacts/Properties (#4722) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f0a0837733dc7f20288181ae1a11ab059283966a&#34; target=&#34;_blank&#34;&gt;f0a08377&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Wrong Job name encoding in query params for Artifacts/Properties (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f0a0837733dc7f20288181ae1a11ab059283966a&#34; target=&#34;_blank&#34;&gt;f0a08377&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Wrong Job name encoding in query params - added Wiremock tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f0a0837733dc7f20288181ae1a11ab059283966a&#34; target=&#34;_blank&#34;&gt;f0a08377&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Wrong Job name encoding in query params - fix Wiremock tests imports (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f0a0837733dc7f20288181ae1a11ab059283966a&#34; target=&#34;_blank&#34;&gt;f0a08377&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;liquibase:&lt;/strong&gt;   fix checkSum errors occurring with spinnaker upgrade (#4727) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/0c322572071a67397dc01d387e5cbbd729d38d94&#34; target=&#34;_blank&#34;&gt;0c322572&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;liquibase:&lt;/strong&gt;   Fix validChecksum errors occurred due to liquibase upgrade (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/0c322572071a67397dc01d387e5cbbd729d38d94&#34; target=&#34;_blank&#34;&gt;0c322572&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt;   Add new integration test for postgres migration - PostgresMigrationContainerTest (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/0c322572071a67397dc01d387e5cbbd729d38d94&#34; target=&#34;_blank&#34;&gt;0c322572&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt;   add new containerized integration tests to run orca with mysql and postgres (#4736) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/680121f4edac2b0f36119dee6749beac385bff20&#34; target=&#34;_blank&#34;&gt;680121f4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.33.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.33.3-changelog/</link>
				<pubDate>Fri, 14 Jun 2024 17:17:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.33.3-changelog/</guid>
				<description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: Broken Functionality&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker 1.33.3 includes Front50 2.31.2 which breaks loading of Front50 objects:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When GCS is used as a persistent store&lt;/li&gt;&#xA;&lt;li&gt;When GCS is used in a dual repository configuration&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;clouddriver-5834&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.83.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   add fiat-integration module to exercise the just-built docker imageTest docker image (#6206) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a212752c7c4f69561e2df6adbdb5b66b659d92c9&#34; target=&#34;_blank&#34;&gt;a212752c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   add clouddriver-integration module to exercise the just-built docker image (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a212752c7c4f69561e2df6adbdb5b66b659d92c9&#34; target=&#34;_blank&#34;&gt;a212752c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   add HEALTHCHECK (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a212752c7c4f69561e2df6adbdb5b66b659d92c9&#34; target=&#34;_blank&#34;&gt;a212752c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   run integration test in pr builds (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a212752c7c4f69561e2df6adbdb5b66b659d92c9&#34; target=&#34;_blank&#34;&gt;a212752c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   run integration test in branch builds (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a212752c7c4f69561e2df6adbdb5b66b659d92c9&#34; target=&#34;_blank&#34;&gt;a212752c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ClusterController:&lt;/strong&gt;   Fix GetClusters returning only the last 2 providers clusterNames of application (#6210) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/cdc82e640bd439f16940ac080954a425dccf9e3e&#34; target=&#34;_blank&#34;&gt;cdc82e64&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   reduce the chance for false positives in the health check (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a212752c7c4f69561e2df6adbdb5b66b659d92c9&#34; target=&#34;_blank&#34;&gt;a212752c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   Relaxed health check for GCP accounts (#6200) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a047c0818043dd09112a374d37a531ee80f8db33&#34; target=&#34;_blank&#34;&gt;a047c081&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;liquibase:&lt;/strong&gt;   fix checkSum errors occurring with spinnaker upgrade (#6217) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e764f9f8e623fc4a321c44394d3e5f0a4aa91541&#34; target=&#34;_blank&#34;&gt;e764f9f8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;liquibase:&lt;/strong&gt;   add validCheckSum values to fix failing changesets (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e764f9f8e623fc4a321c44394d3e5f0a4aa91541&#34; target=&#34;_blank&#34;&gt;e764f9f8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt;   added postgres migration test (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e764f9f8e623fc4a321c44394d3e5f0a4aa91541&#34; target=&#34;_blank&#34;&gt;e764f9f8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt;   hardcoded the docker image to create initial conditions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e764f9f8e623fc4a321c44394d3e5f0a4aa91541&#34; target=&#34;_blank&#34;&gt;e764f9f8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt;   refactored existing containerized integration test and added new tests for postgres and mysql (#6221) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/dd96b48b8a1a770910d480c58ad8a7eaf7524f78&#34; target=&#34;_blank&#34;&gt;dd96b48b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   replace deprecated spring.profiles in configuration (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a212752c7c4f69561e2df6adbdb5b66b659d92c9&#34; target=&#34;_blank&#34;&gt;a212752c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3162&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.16.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;taskView:&lt;/strong&gt;   Implement opt-in paginated request for TaskView (#10093) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/a7116baa523978b895b1941194b0e54b9a5264ab&#34; target=&#34;_blank&#34;&gt;a7116baa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;taskView:&lt;/strong&gt;   Implement opt-in paginated request for TaskView (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/a7116baa523978b895b1941194b0e54b9a5264ab&#34; target=&#34;_blank&#34;&gt;a7116baa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tasksview:&lt;/strong&gt;   Allowing opt-in pagination for tasks view loading (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/a7116baa523978b895b1941194b0e54b9a5264ab&#34; target=&#34;_blank&#34;&gt;a7116baa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambda:&lt;/strong&gt;   Export LambdaRoute stage on aws module (#10116) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4cb68a17e948dc79c7e8cc07e56409b4131393b9&#34; target=&#34;_blank&#34;&gt;4cb68a17&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambda:&lt;/strong&gt;   Invoke stage excludedArtifactTypes not including the embedded-artifact type (#10097) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/9f57b2baa7fcd96b085d4e93d6af7882d7168311&#34; target=&#34;_blank&#34;&gt;9f57b2ba&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambdaStages:&lt;/strong&gt;   Exporting Lambda stages based on the feature flag settings (#10085) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/102b439b66456be9d5e6d39db909c112fdb2bde3&#34; target=&#34;_blank&#34;&gt;102b439b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lint:&lt;/strong&gt;   fixing linting erros (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/94cfdf99d80938b839a717d91a9c3946f4a219ff&#34; target=&#34;_blank&#34;&gt;94cfdf99&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lint:&lt;/strong&gt;   fixing linting - lodash (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/94cfdf99d80938b839a717d91a9c3946f4a219ff&#34; target=&#34;_blank&#34;&gt;94cfdf99&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipeline:&lt;/strong&gt;   Handle render/validation when stageTimeoutMs is a Spel expression (#10103) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/96a3527c21ab4b3b9c0467cf91600d4562ccfb7e&#34; target=&#34;_blank&#34;&gt;96a3527c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelineGraph:&lt;/strong&gt;   Handling exception when requisiteStageRefIds is not defined (#10086) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/a78669a7c1a0a61c61da80f5270d4a290b593dd0&#34; target=&#34;_blank&#34;&gt;a78669a7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;prettier:&lt;/strong&gt;   fixing prettier for AdditionalFields.tsx (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/94cfdf99d80938b839a717d91a9c3946f4a219ff&#34; target=&#34;_blank&#34;&gt;94cfdf99&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;redblack:&lt;/strong&gt;   fixing redblack onchange values (#10107) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/94cfdf99d80938b839a717d91a9c3946f4a219ff&#34; target=&#34;_blank&#34;&gt;94cfdf99&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;redblack:&lt;/strong&gt;   fixing redblack onchange values (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/94cfdf99d80938b839a717d91a9c3946f4a219ff&#34; target=&#34;_blank&#34;&gt;94cfdf99&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2312&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.31.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;migrator:&lt;/strong&gt;   GCS to SQL migrator APPLICATION_PERMISSION objectType fix (#1466) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/121849e30962d982cbe327eeb17b1e36acf03299&#34; target=&#34;_blank&#34;&gt;121849e3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;migrator:&lt;/strong&gt;   GCS to SQL migrator APPLICATION_PERMISSION fix/refactor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/121849e30962d982cbe327eeb17b1e36acf03299&#34; target=&#34;_blank&#34;&gt;121849e3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;migrator:&lt;/strong&gt;   GCS to SQL migrator APPLICATION_PERMISSION fix/refactor (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/121849e30962d982cbe327eeb17b1e36acf03299&#34; target=&#34;_blank&#34;&gt;121849e3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2393&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.39.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/b73de3190c96fc7092793dfb43a4dfb37d21a50d&#34; target=&#34;_blank&#34;&gt;b73de319&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8483&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.48.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-2&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   add orca-integration module to exercise the just-built docker image (#4721) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/8269f0da8db2e0a0e84dc2e552f9c8481cc6162d&#34; target=&#34;_blank&#34;&gt;8269f0da&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   add orca-integration module to exercise the just-built docker image (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/8269f0da8db2e0a0e84dc2e552f9c8481cc6162d&#34; target=&#34;_blank&#34;&gt;8269f0da&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;docker:&lt;/strong&gt;   add HEALTHCHECK (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/8269f0da8db2e0a0e84dc2e552f9c8481cc6162d&#34; target=&#34;_blank&#34;&gt;8269f0da&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   run integration test in pr builds (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/8269f0da8db2e0a0e84dc2e552f9c8481cc6162d&#34; target=&#34;_blank&#34;&gt;8269f0da&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   run integration test in branch builds (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/8269f0da8db2e0a0e84dc2e552f9c8481cc6162d&#34; target=&#34;_blank&#34;&gt;8269f0da&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;blueGreen:&lt;/strong&gt;   Scaling replicaSets should not be considered for deletion (#4728) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/05d8b56aa90c50ab1e38159a52242134e554986a&#34; target=&#34;_blank&#34;&gt;05d8b56a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;check-pre-condition:&lt;/strong&gt;   CheckPrecondition doesn&amp;rsquo;t evaluate expression correctly after upstream stages get restarted (#4682) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/b42631456ad87f89883e6c93688b4c8ddafce850&#34; target=&#34;_blank&#34;&gt;b4263145&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Wrong Job name encoding in query params for Artifacts/Properties (#4722) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/d3d70837865c0b3fbe9d86afe704a64ebff3b202&#34; target=&#34;_blank&#34;&gt;d3d70837&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Wrong Job name encoding in query params for Artifacts/Properties (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/d3d70837865c0b3fbe9d86afe704a64ebff3b202&#34; target=&#34;_blank&#34;&gt;d3d70837&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Wrong Job name encoding in query params - added Wiremock tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/d3d70837865c0b3fbe9d86afe704a64ebff3b202&#34; target=&#34;_blank&#34;&gt;d3d70837&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Wrong Job name encoding in query params - fix Wiremock tests imports (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/d3d70837865c0b3fbe9d86afe704a64ebff3b202&#34; target=&#34;_blank&#34;&gt;d3d70837&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;liquibase:&lt;/strong&gt;   fix checkSum errors occurring with spinnaker upgrade (#4727) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/22e7112af40b61afc58756ef67b1ba4d5ba91cbf&#34; target=&#34;_blank&#34;&gt;22e7112a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;liquibase:&lt;/strong&gt;   Fix validChecksum errors occurred due to liquibase upgrade (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/22e7112af40b61afc58756ef67b1ba4d5ba91cbf&#34; target=&#34;_blank&#34;&gt;22e7112a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt;   Add new integration test for postgres migration - PostgresMigrationContainerTest (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/22e7112af40b61afc58756ef67b1ba4d5ba91cbf&#34; target=&#34;_blank&#34;&gt;22e7112a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tests:&lt;/strong&gt;   add new containerized integration tests to run orca with mysql and postgres (#4736) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/9c391ae5f056a89e2ab4c2c49a8beb1c98284bea&#34; target=&#34;_blank&#34;&gt;9c391ae5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.28.9</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.9-changelog/</link>
				<pubDate>Wed, 08 May 2024 18:17:49 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.9-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5768&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.76.8&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   Relaxed health check for GCP accounts (backport #6200) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/95d0e683a8f608c3df816209d806c9bafdc969c8&#34; target=&#34;_blank&#34;&gt;95d0e683&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   Relaxed health check for GCP accounts (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/95d0e683a8f608c3df816209d806c9bafdc969c8&#34; target=&#34;_blank&#34;&gt;95d0e683&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2328&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.32.8&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/8f2522675f9d87be7fb50a7795398edace114cb8&#34; target=&#34;_blank&#34;&gt;8f252267&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8249&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.24.9&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;servergroup:&lt;/strong&gt;   Allow users to opt-out of the target desired size check when verifying if the instances scaled up or down successfully (#4649) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/6a37596751d29e43d6264ed54806ceef9ad5b9dc&#34; target=&#34;_blank&#34;&gt;6a375967&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;servergroup:&lt;/strong&gt;   Allow users to opt-out of the target desired size check when verifying if the instances scaled up or down successfully (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/6a37596751d29e43d6264ed54806ceef9ad5b9dc&#34; target=&#34;_blank&#34;&gt;6a375967&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.34.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.2-changelog/</link>
				<pubDate>Mon, 22 Apr 2024 18:23:54 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.2-changelog/</guid>
				<description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: Broken Functionality&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker 1.33.0 upgrades to liquibase 4.24.0 which breaks the following scenarios when using postgres:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;new installation with versions 1.33.0, 1.33.1, 1.34.0 &amp;amp; 1.34.1&lt;/li&gt;&#xA;&lt;li&gt;upgrade/migration from versions &amp;lt; 1.33.0 to 1.33.0/1.33.1/1.33.2/1.34.0/1.34.1/1.34.2&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These scenarios work from &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.33.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.33.3&lt;/a&gt;&#xA;(and above) and &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.34.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.34.3&lt;/a&gt;&#xA;(and above).&lt;/p&gt;&#xA;&lt;p&gt;See &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6941&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6941&lt;/a&gt;&#xA; and &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6942&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6942&lt;/a&gt;&#xA; for more details.&lt;/p&gt;&#xA;&lt;h2 id=&#34;clouddriver-5852&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.85.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;databaseChangeLog:&lt;/strong&gt;   fix for &amp;lsquo;addAfterColumn is not allowed on postgresql&amp;rsquo; (#6194) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/ab0d436ca88d09e82a974c0e97ed81bf14397c6d&#34; target=&#34;_blank&#34;&gt;ab0d436c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.33.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.33.2-changelog/</link>
				<pubDate>Mon, 22 Apr 2024 18:10:25 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.33.2-changelog/</guid>
				<description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: Broken Functionality&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker 1.33.0 upgrades to liquibase 4.24.0 which breaks the following scenarios when using postgres:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;new installation with versions 1.33.0, 1.33.1, 1.34.0 &amp;amp; 1.34.1&lt;/li&gt;&#xA;&lt;li&gt;upgrade/migration from versions &amp;lt; 1.33.0 to 1.33.0/1.33.1/1.33.2/1.34.0/1.34.1/1.34.2&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These scenarios work from &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.33.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.33.3&lt;/a&gt;&#xA;(and above) and &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.34.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.34.3&lt;/a&gt;&#xA;(and above).&lt;/p&gt;&#xA;&lt;p&gt;See &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6941&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6941&lt;/a&gt;&#xA; and &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6942&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6942&lt;/a&gt;&#xA; for more details.&lt;/p&gt;&#xA;&lt;h2 id=&#34;clouddriver-5832&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.83.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;databaseChangeLog:&lt;/strong&gt;   fix for &amp;lsquo;addAfterColumn is not allowed on postgresql&amp;rsquo; (#6194) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/891edd37369d4962c5b5f6f6b7ee35ff0dd2b5fe&#34; target=&#34;_blank&#34;&gt;891edd37&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.34.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.1-changelog/</link>
				<pubDate>Thu, 18 Apr 2024 21:49:40 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.1-changelog/</guid>
				<description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: Broken Functionality&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker 1.33.0 upgrades to liquibase 4.24.0 which breaks the following scenarios when using postgres:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;new installation with versions 1.33.0, 1.33.1, 1.34.0 &amp;amp; 1.34.1&lt;/li&gt;&#xA;&lt;li&gt;upgrade/migration from versions &amp;lt; 1.33.0 to 1.33.0/1.33.1/1.33.2/1.34.0/1.34.1/1.34.2&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These scenarios work from &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.33.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.33.3&lt;/a&gt;&#xA;(and above) and &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.34.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.34.3&lt;/a&gt;&#xA;(and above).&lt;/p&gt;&#xA;&lt;p&gt;See &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6941&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6941&lt;/a&gt;&#xA; and &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6942&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6942&lt;/a&gt;&#xA; for more details.&lt;/p&gt;&#xA;&lt;h2 id=&#34;clouddriver-5851&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.85.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (#6183) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/79923ed23289e26323330259a2e3345c1787aa74&#34; target=&#34;_blank&#34;&gt;79923ed2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   remove duplicate/old fiatVersion (#6191) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/54f32e3cde5682eebe094a3d61c32e1d5fb8a3e5&#34; target=&#34;_blank&#34;&gt;54f32e3c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1201&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.20.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;install:&lt;/strong&gt;   Removed install_aws_cli2 function from Debian post installation script which installs a Debian package within a Debian package causing errors, as well as errors when an aws cli is already installed (#6945) (#1088) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/626849fb20ae9840db5ae722dab1b12a48ba9584&#34; target=&#34;_blank&#34;&gt;626849fb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.33.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.33.1-changelog/</link>
				<pubDate>Thu, 18 Apr 2024 18:42:10 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.33.1-changelog/</guid>
				<description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: Broken Functionality&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker 1.33.0 upgrades to liquibase 4.24.0 which breaks the following scenarios when using postgres:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;new installation with versions 1.33.0, 1.33.1, 1.34.0 &amp;amp; 1.34.1&lt;/li&gt;&#xA;&lt;li&gt;upgrade/migration from versions &amp;lt; 1.33.0 to 1.33.0/1.33.1/1.33.2/1.34.0/1.34.1/1.34.2&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These scenarios work from &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.33.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.33.3&lt;/a&gt;&#xA;(and above) and &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.34.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.34.3&lt;/a&gt;&#xA;(and above).&lt;/p&gt;&#xA;&lt;p&gt;See &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6941&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6941&lt;/a&gt;&#xA; and &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6942&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6942&lt;/a&gt;&#xA; for more details.&lt;/p&gt;&#xA;&lt;h2 id=&#34;clouddriver-5831&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.83.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Change the agent type name to not include the account name since this would generate LOTS of tables and cause problems long term (#6158) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/8f414510aa64972cf3fe9b61fd4750c5ab5bbef6&#34; target=&#34;_blank&#34;&gt;8f414510&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Fix bug in AWS provider after Groovy 3 upgrade (#6142) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/962724c082735cc7c55a6035deb94eba97534141&#34; target=&#34;_blank&#34;&gt;962724c0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Fix bug in AWS provider after Groovy 3 upgrade (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/962724c082735cc7c55a6035deb94eba97534141&#34; target=&#34;_blank&#34;&gt;962724c0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   introduce explicit constructor and initialization of inner class members (#6184) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/0dd04c5c87ffa2424015fc83a2085482ba906f1a&#34; target=&#34;_blank&#34;&gt;0dd04c5c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;provider/docker:&lt;/strong&gt;   Support multiple challenges from &lt;code&gt;WWW-Authenticate&lt;/code&gt; header (#6139) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/54856aa9e4d1c11d9b8fc07ea5ac90a704dc418d&#34; target=&#34;_blank&#34;&gt;54856aa9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;provider/docker:&lt;/strong&gt;   Support multiple challenges from &lt;code&gt;WWW-Authenticate&lt;/code&gt; header (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/54856aa9e4d1c11d9b8fc07ea5ac90a704dc418d&#34; target=&#34;_blank&#34;&gt;54856aa9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2c0fbc028e0fde7b4b62597e74347483af2e80df&#34; target=&#34;_blank&#34;&gt;2c0fbc02&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/3eda2f940452f569a7f0528d88139737fb8540e6&#34; target=&#34;_blank&#34;&gt;3eda2f94&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;provider/docker:&lt;/strong&gt;   Add test for &lt;code&gt;WWW-Authenticate&lt;/code&gt; header parsing (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/54856aa9e4d1c11d9b8fc07ea5ac90a704dc418d&#34; target=&#34;_blank&#34;&gt;54856aa9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3161&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.16.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;runJobs:&lt;/strong&gt;   Persist External Log links after the deletion of the pods (#10081) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/1c5a30b6bc833e964ed73f519f89b2bdb8ba1671&#34; target=&#34;_blank&#34;&gt;1c5a30b6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;runJobs:&lt;/strong&gt;   Persist External Log links after the deletion of the pods (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/1c5a30b6bc833e964ed73f519f89b2bdb8ba1671&#34; target=&#34;_blank&#34;&gt;1c5a30b6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;runJobs:&lt;/strong&gt;   Persist External Log links after the deletion of the pods (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/1c5a30b6bc833e964ed73f519f89b2bdb8ba1671&#34; target=&#34;_blank&#34;&gt;1c5a30b6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2402&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.40.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable Jenkins job triggers for jobs in sub-folders (#1373) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/04f380b6c839e18e73d7228c5cffbcefe8a58b4a&#34; target=&#34;_blank&#34;&gt;04f380b6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable properties and artifacts with job name as query parameter (#1393) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/abce0915d190fc831b971987b969deb1a19774d2&#34; target=&#34;_blank&#34;&gt;abce0915&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4ea40c9c703370785bb54b5a5707d0debed17eaa&#34; target=&#34;_blank&#34;&gt;4ea40c9c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/acf2b9252dfc938be3200d945ee0509e70308bb2&#34; target=&#34;_blank&#34;&gt;acf2b925&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1431&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.43.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/55d6f23dcc2d03a1b8dec78b9115e1b9d35ea097&#34; target=&#34;_blank&#34;&gt;55d6f23d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2311&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.31.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/25bc224b56f694ceca6e61cac506ae1c893858e0&#34; target=&#34;_blank&#34;&gt;25bc224b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/b8064e9d5bb13dde1084012408e5aeea13c9ab5a&#34; target=&#34;_blank&#34;&gt;b8064e9d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6611&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.61.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Fix git trigger issue caused by a misconfig of the object mapper when creating the echo retrofit service (#1756) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/7e11a38d1643fcd3b2b3f4968c244bf7bdda548c&#34; target=&#34;_blank&#34;&gt;7e11a38d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/ae4dfc5eca9b8d2c4ea3829b064bcccb9dfb0dca&#34; target=&#34;_blank&#34;&gt;ae4dfc5e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/fbef4d1b4a1c5c16a3ed5356f99192a596c7adff&#34; target=&#34;_blank&#34;&gt;fbef4d1b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4151&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.15.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable Jenkins job triggers for jobs in sub-folders (#1204) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/46230e887c1670246d15f7d41a9e03ce34dd4f9d&#34; target=&#34;_blank&#34;&gt;46230e88&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable properties and artifacts with job name as query parameter (#1230) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/5648c1793c4cee9eb0ab83105e1fc36b57944b0e&#34; target=&#34;_blank&#34;&gt;5648c179&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/91ca1705eb5a9daf1df9c85c503c8fad698796f4&#34; target=&#34;_blank&#34;&gt;91ca1705&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/06a5d434ed32e642f6541ada32967a5d6e32b525&#34; target=&#34;_blank&#34;&gt;06a5d434&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2392&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.39.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/f12081e68f4fb2ab1a69ccd7b19c81aa7538e573&#34; target=&#34;_blank&#34;&gt;f12081e6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/26ffd01d32aaa0f957a6c1c925b900daac928fe3&#34; target=&#34;_blank&#34;&gt;26ffd01d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8482&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.48.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-2&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable Jenkins job triggers for jobs in sub-folders (#4618) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/56a855487ad633404bd95d291af54e73f05eab10&#34; target=&#34;_blank&#34;&gt;56a85548&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable Jenkins job triggers for jobs in sub-folders (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/56a855487ad633404bd95d291af54e73f05eab10&#34; target=&#34;_blank&#34;&gt;56a85548&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   initiate flag to false in tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/56a855487ad633404bd95d291af54e73f05eab10&#34; target=&#34;_blank&#34;&gt;56a85548&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;servergroup:&lt;/strong&gt;   Allow users to opt-out of the target desired size check when verifying if the instances scaled up or down successfully (#4649) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/fd27f46e0ad9ef7fcdee7b1e7afd8f490d8e15b1&#34; target=&#34;_blank&#34;&gt;fd27f46e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;servergroup:&lt;/strong&gt;   Allow users to opt-out of the target desired size check when verifying if the instances scaled up or down successfully (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/fd27f46e0ad9ef7fcdee7b1e7afd8f490d8e15b1&#34; target=&#34;_blank&#34;&gt;fd27f46e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-5&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;SqlExecutionRepository:&lt;/strong&gt;   fixed bug in sql repository in orca-sql … (backport #4697) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f3e30b31c76b3b36eff57153e72b9d9f1a91647d&#34; target=&#34;_blank&#34;&gt;f3e30b31&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;SqlExecutionRepository:&lt;/strong&gt;   fixed bug in sql repository in orca-sql … (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f3e30b31c76b3b36eff57153e72b9d9f1a91647d&#34; target=&#34;_blank&#34;&gt;f3e30b31&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;SqlExecutionRepository:&lt;/strong&gt;   fixed bug in sql repository in orca-sql module (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f3e30b31c76b3b36eff57153e72b9d9f1a91647d&#34; target=&#34;_blank&#34;&gt;f3e30b31&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;explicitRollback:&lt;/strong&gt;   Add configurable timeout for serverGroup lookup from Clouddriver API (#4686) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ee0ee7753b718abc8230fe2c881999c9a914c94e&#34; target=&#34;_blank&#34;&gt;ee0ee775&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;explicitRollback:&lt;/strong&gt;   Add configurable timeout for serverGroup rollback from Clouddriver API (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ee0ee7753b718abc8230fe2c881999c9a914c94e&#34; target=&#34;_blank&#34;&gt;ee0ee775&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;explicitRollback:&lt;/strong&gt;   Fix tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ee0ee7753b718abc8230fe2c881999c9a914c94e&#34; target=&#34;_blank&#34;&gt;ee0ee775&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;explicitRollback:&lt;/strong&gt;   Add configurable timeout for serverGroup lookup from Clouddriver API (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ee0ee7753b718abc8230fe2c881999c9a914c94e&#34; target=&#34;_blank&#34;&gt;ee0ee775&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;explicitRollback:&lt;/strong&gt;   Add configurable timeout for serverGroup lookup from Clouddriver API (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ee0ee7753b718abc8230fe2c881999c9a914c94e&#34; target=&#34;_blank&#34;&gt;ee0ee775&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;explicitRollback:&lt;/strong&gt;   Add configurable timeout for serverGroup lookup from Clouddriver API (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ee0ee7753b718abc8230fe2c881999c9a914c94e&#34; target=&#34;_blank&#34;&gt;ee0ee775&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable properties and artifacts with job name as query parameter (#4661) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/750adb94dfcb6a62800b4d6fd51d01588057fc0b&#34; target=&#34;_blank&#34;&gt;750adb94&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable properties and artifacts with job name as query parameter (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/750adb94dfcb6a62800b4d6fd51d01588057fc0b&#34; target=&#34;_blank&#34;&gt;750adb94&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable properties and artifacts with job name as query parameter (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/750adb94dfcb6a62800b4d6fd51d01588057fc0b&#34; target=&#34;_blank&#34;&gt;750adb94&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jooq:&lt;/strong&gt;   Refactor query for execution history retrieval (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/895cdce7b02a0e8b38d4c2db914b48b4ada7dab5&#34; target=&#34;_blank&#34;&gt;895cdce7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;queue:&lt;/strong&gt;   Fix &lt;code&gt;ZombieExecutionCheckingAgent&lt;/code&gt; to handle queues with more than 100 items (#4648) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/e5960bb4618cd3a82f949584788e713d2e8cd3d1&#34; target=&#34;_blank&#34;&gt;e5960bb4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;sql:&lt;/strong&gt;   Selecting only necessary fiels (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/895cdce7b02a0e8b38d4c2db914b48b4ada7dab5&#34; target=&#34;_blank&#34;&gt;895cdce7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;sql/test:&lt;/strong&gt;   remove compression-related tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f3e30b31c76b3b36eff57153e72b9d9f1a91647d&#34; target=&#34;_blank&#34;&gt;f3e30b31&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/7799f041edd8aa35289ab0cd85e53bdade0a0837&#34; target=&#34;_blank&#34;&gt;7799f041&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/8ba984658509a84f63551113380b941edfca4b8d&#34; target=&#34;_blank&#34;&gt;8ba98465&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;sql:&lt;/strong&gt;   demonstrate behavior of retrievePipelinesForApplication (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f3e30b31c76b3b36eff57153e72b9d9f1a91647d&#34; target=&#34;_blank&#34;&gt;f3e30b31&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;sql:&lt;/strong&gt;   Optimise searchForPipelinesByTrigger LIMIT and OFFSET SQL query (#4698) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/895cdce7b02a0e8b38d4c2db914b48b4ada7dab5&#34; target=&#34;_blank&#34;&gt;895cdce7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1191&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.19.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/81d309c682c45fbfca3d4282f10c742013fd11c5&#34; target=&#34;_blank&#34;&gt;81d309c6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.34.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.0-changelog/</link>
				<pubDate>Wed, 17 Apr 2024 06:40:05 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.34.0-changelog/</guid>
				<description>&lt;h1 id=&#34;changelog&#34;&gt;Changelog&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: Broken Functionality&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker 1.33.0 upgrades to liquibase 4.24.0 which breaks the following scenarios when using postgres:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;new installation with versions 1.33.0, 1.33.1, 1.34.0 &amp;amp; 1.34.1&lt;/li&gt;&#xA;&lt;li&gt;upgrade/migration from versions &amp;lt; 1.33.0 to 1.33.0/1.33.1/1.33.2/1.34.0/1.34.1/1.34.2&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These scenarios work from &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.33.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.33.3&lt;/a&gt;&#xA;(and above) and &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.34.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.34.3&lt;/a&gt;&#xA;(and above).&lt;/p&gt;&#xA;&lt;p&gt;See &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6941&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6941&lt;/a&gt;&#xA; and &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6942&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6942&lt;/a&gt;&#xA; for more details.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: This release requires Halyard version 1.45.0 or later.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. This section provides a summary of notable improvements followed by the comprehensive changelog.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.32.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.32.4-changelog/</link>
				<pubDate>Fri, 08 Mar 2024 22:39:09 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.32.4-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5822&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.82.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   provide a configurable option to bypass gcp account health check. (backport #6093) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/fdb3ac2ae1cb09c8e526037637c46b9e40975779&#34; target=&#34;_blank&#34;&gt;fdb3ac2a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   provide a configurable option to bypass gcp account health check. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/fdb3ac2ae1cb09c8e526037637c46b9e40975779&#34; target=&#34;_blank&#34;&gt;fdb3ac2a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   replace with in-line check solution. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/fdb3ac2ae1cb09c8e526037637c46b9e40975779&#34; target=&#34;_blank&#34;&gt;fdb3ac2a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Change the agent type name to not include the account name since this would generate LOTS of tables and cause problems long term (#6158) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/282958303c530214b8293b67e08ac31c4c550448&#34; target=&#34;_blank&#34;&gt;28295830&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;fix: (kork) Artifact store with SPeL expressions bypasses the artifact store to return the artifact.  (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kork/pull/1164&#34; target=&#34;_blank&#34;&gt;Backport via kork&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/03342d393ee1079153c5e5966f88a6433ba5328d&#34; target=&#34;_blank&#34;&gt;03342d39&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/bfebd4472da76e73ae8613bf101da3e223c01fdb&#34; target=&#34;_blank&#34;&gt;bfebd447&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2391&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.39.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable Jenkins job triggers for jobs in sub-folders (#1373) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/f96eee33669c69147ebbdb006584dc69b9837efc&#34; target=&#34;_blank&#34;&gt;f96eee33&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable properties and artifacts with job name as query parameter (#1393) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/d5ebde4c51246a6f6e1c996d05febde65dbdd7cb&#34; target=&#34;_blank&#34;&gt;d5ebde4c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/34cfae9a6a16b4aa858ea211b6856dab509d3f56&#34; target=&#34;_blank&#34;&gt;34cfae9a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/dc3c3b2565d4d1f8394bf94cc0d1cd2c8c97881c&#34; target=&#34;_blank&#34;&gt;dc3c3b25&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1421&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.42.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/1ba9526d339abecddbf12accfdd4ef9d1d25ce75&#34; target=&#34;_blank&#34;&gt;1ba9526d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2302&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.30.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/9bb418e3069173ca4ad636e6d66665ca096c313c&#34; target=&#34;_blank&#34;&gt;9bb418e3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/ea6394eb1cc8b3f26e65b894ce90ca8f1d666bc3&#34; target=&#34;_blank&#34;&gt;ea6394eb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6602&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.60.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Fix git trigger issue caused by a misconfig of the object mapper when creating the echo retrofit service (#1756) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/edc09af80446a7c6eea3bb935ea54ad35c508122&#34; target=&#34;_blank&#34;&gt;edc09af8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/a40c30f20260911034308f0ee7401a1721146293&#34; target=&#34;_blank&#34;&gt;a40c30f2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/5b4a9e34cf0ce32012db6546122deb46b39f219f&#34; target=&#34;_blank&#34;&gt;5b4a9e34&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4134&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.13.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-2&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable Jenkins job triggers for jobs in sub-folders (#1204) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/d1b12f8a3e311130f3d6d049c13c4ca33c782b8b&#34; target=&#34;_blank&#34;&gt;d1b12f8a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable properties and artifacts with job name as query parameter (#1230) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/667a68fa066f35a61ede2f2fe5b7d38c21789575&#34; target=&#34;_blank&#34;&gt;667a68fa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/02c72b048d265447625ebdacc8b9e62659f36837&#34; target=&#34;_blank&#34;&gt;02c72b04&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/4ee3908690664f819db660a4a706146fbb4e6be4&#34; target=&#34;_blank&#34;&gt;4ee39086&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2381&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.38.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/d6f5f1321961c3e2fadb8fe295af152f46003b11&#34; target=&#34;_blank&#34;&gt;d6f5f132&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/a08492ac1201272f9c493036c6e15115b62495f3&#34; target=&#34;_blank&#34;&gt;a08492ac&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8362&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.36.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-3&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable Jenkins job triggers for jobs in sub-folders (#4618) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/a5d815779e0b6eefed07e1983c802ec43861b880&#34; target=&#34;_blank&#34;&gt;a5d81577&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable Jenkins job triggers for jobs in sub-folders (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/a5d815779e0b6eefed07e1983c802ec43861b880&#34; target=&#34;_blank&#34;&gt;a5d81577&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   initiate flag to false in tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/a5d815779e0b6eefed07e1983c802ec43861b880&#34; target=&#34;_blank&#34;&gt;a5d81577&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable properties and artifacts with job name as query parameter (#4661) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/df6e058b13a76ffbe77da85589829d87a3403b0e&#34; target=&#34;_blank&#34;&gt;df6e058b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable properties and artifacts with job name as query parameter (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/df6e058b13a76ffbe77da85589829d87a3403b0e&#34; target=&#34;_blank&#34;&gt;df6e058b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Enable properties and artifacts with job name as query parameter (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/df6e058b13a76ffbe77da85589829d87a3403b0e&#34; target=&#34;_blank&#34;&gt;df6e058b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/73d47ccaca8b6d735887e97c3dc4ad1914ff0c78&#34; target=&#34;_blank&#34;&gt;73d47cca&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/3d2eb9f091281adb80f447849916f7088f2087ec&#34; target=&#34;_blank&#34;&gt;3d2eb9f0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1182&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.18.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/d00efe25f89d1043db1f32a5d632cee6e8ef74ec&#34; target=&#34;_blank&#34;&gt;d00efe25&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.28.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.8-changelog/</link>
				<pubDate>Fri, 02 Feb 2024 03:36:25 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.8-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5767&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.76.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;feat: Add the possibility to update the default handler for the Global Resource Property Registry. (#5963) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/da2179c4c508aa9b101fc35bf984218b4397abec&#34; target=&#34;_blank&#34;&gt;da2179c4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   provide a configurable option to bypass gcp account health check. (backport #6093) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/02b021eed81b249e9c4266ea31189e0901c7974d&#34; target=&#34;_blank&#34;&gt;02b021ee&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   provide a configurable option to bypass gcp account health check. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/02b021eed81b249e9c4266ea31189e0901c7974d&#34; target=&#34;_blank&#34;&gt;02b021ee&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   provide a configurable option to bypass gcp account health check. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/02b021eed81b249e9c4266ea31189e0901c7974d&#34; target=&#34;_blank&#34;&gt;02b021ee&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   replace with in-line check solution. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/02b021eed81b249e9c4266ea31189e0901c7974d&#34; target=&#34;_blank&#34;&gt;02b021ee&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;builds:&lt;/strong&gt;   Backport flag for installing aws cli (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/3180485c6f67cd02f5fe8a0b5d936fdc843bf336&#34; target=&#34;_blank&#34;&gt;3180485c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   Fix Google Health indicator tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/02b021eed81b249e9c4266ea31189e0901c7974d&#34; target=&#34;_blank&#34;&gt;02b021ee&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/860f4a4a5b03fa175e493b13e9edc17f7d1bcfab&#34; target=&#34;_blank&#34;&gt;860f4a4a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/d0b06758a972b895e92bbbc375eefe604428750c&#34; target=&#34;_blank&#34;&gt;d0b06758&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-395&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.9.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;feat: Add feature flag for multi block failure messages. (backport #10061) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/0d188f1db9bb3ffff1211d781fc262a7f0e6e5cf&#34; target=&#34;_blank&#34;&gt;0d188f1d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;feat: Split deployment failure messages. (#10060) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/43436ee166aa8033f23a44a32cc0e756bd232ef9&#34; target=&#34;_blank&#34;&gt;43436ee1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (#10036) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/e51a58bc13147d4582a6170c7c8417c3409b98af&#34; target=&#34;_blank&#34;&gt;e51a58bc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Scaling bounds should parse float not int (#10026) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/d8e2597b2eeacf5a9f1103158d949f82b4702114&#34; target=&#34;_blank&#34;&gt;d8e2597b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2347&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.34.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   Fix github status log and add tests (#1316) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4f2b91c3af8e59f93c014d6796944641fed0ba2f&#34; target=&#34;_blank&#34;&gt;4f2b91c3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   Fix github status log and add tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4f2b91c3af8e59f93c014d6796944641fed0ba2f&#34; target=&#34;_blank&#34;&gt;4f2b91c3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/f004199d05a8e9f7712c2d9a7f360eda21ed4544&#34; target=&#34;_blank&#34;&gt;f004199d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/f5afc5718d5ba6b03c9a4373192087d3894fc54c&#34; target=&#34;_blank&#34;&gt;f5afc571&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;language:&lt;/strong&gt;   Update test message to be better (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4f2b91c3af8e59f93c014d6796944641fed0ba2f&#34; target=&#34;_blank&#34;&gt;4f2b91c3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1316&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.31.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/b6ca385e727b0aee3467640da7d525a3ed284191&#34; target=&#34;_blank&#34;&gt;b6ca385e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2256&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.25.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/f48b13a302442966c2bbbba08eee2cc6868ebb9c&#34; target=&#34;_blank&#34;&gt;f48b13a3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/7827a29818f82cbb747a93405853a34f18d2191d&#34; target=&#34;_blank&#34;&gt;7827a298&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6556&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.55.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cachingFilter: Allow disabling the content caching filter (#1699:&lt;/strong&gt;   (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/e3e44627d4c78ac3c2fbbd6ce59452917de0e191&#34; target=&#34;_blank&#34;&gt;e3e44627&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/d2bd7c060e6c3d3114fd88de02b27c7cb4ca638d&#34; target=&#34;_blank&#34;&gt;d2bd7c06&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/52ccc697da767d373b2e7580a9feeab447a3c499&#34; target=&#34;_blank&#34;&gt;52ccc697&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-476&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.7.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/2a5a527cbf3195eff506d04cd9d2b4192fba22a5&#34; target=&#34;_blank&#34;&gt;2a5a527c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/8010a917f7de71155af38d31738971802803a94d&#34; target=&#34;_blank&#34;&gt;8010a917&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2327&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.32.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/6b092eaa8df3b49c96f21f3547e7bbb66cd33cf9&#34; target=&#34;_blank&#34;&gt;6b092eaa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8248&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.24.8&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-2&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: duplicate entry exception for correlation_ids table. (#4521) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/14fd03c11edbede0194aea866316be1c154c9f80&#34; target=&#34;_blank&#34;&gt;14fd03c1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (#4546) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/735ae07e983cfdf16e5c096a685b2f72d616fa65&#34; target=&#34;_blank&#34;&gt;735ae07e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/735ae07e983cfdf16e5c096a685b2f72d616fa65&#34; target=&#34;_blank&#34;&gt;735ae07e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/735ae07e983cfdf16e5c096a685b2f72d616fa65&#34; target=&#34;_blank&#34;&gt;735ae07e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;front50:&lt;/strong&gt;   teach MonitorPipelineTask to handle missing/null execution ids (#4555) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/a65d34f986d97f7a9a22aca4edfd898b694cbd2a&#34; target=&#34;_blank&#34;&gt;a65d34f9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/0bf1cb4cf9c6867853560993c7a098b530aa7e52&#34; target=&#34;_blank&#34;&gt;0bf1cb4c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/6e3a995fd474e7870b6063a8d7859cd524a54a87&#34; target=&#34;_blank&#34;&gt;6e3a995f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-187&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.8.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-3&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (backport #1020) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/e8bf6c58c64111c6c15ce501d27df6b40dce3243&#34; target=&#34;_blank&#34;&gt;e8bf6c58&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/e8bf6c58c64111c6c15ce501d27df6b40dce3243&#34; target=&#34;_blank&#34;&gt;e8bf6c58&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/e8bf6c58c64111c6c15ce501d27df6b40dce3243&#34; target=&#34;_blank&#34;&gt;e8bf6c58&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/e8bf6c58c64111c6c15ce501d27df6b40dce3243&#34; target=&#34;_blank&#34;&gt;e8bf6c58&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/e8bf6c58c64111c6c15ce501d27df6b40dce3243&#34; target=&#34;_blank&#34;&gt;e8bf6c58&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Fix back-port into release 1.28.x (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/e8bf6c58c64111c6c15ce501d27df6b40dce3243&#34; target=&#34;_blank&#34;&gt;e8bf6c58&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/2e32ff664f02e03c10d5590ccebf19dce3d47b70&#34; target=&#34;_blank&#34;&gt;2e32ff66&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;feature:&lt;/strong&gt;   Change codeql to scan daily instead of weekly (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/e8bf6c58c64111c6c15ce501d27df6b40dce3243&#34; target=&#34;_blank&#34;&gt;e8bf6c58&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.33.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.33.0-changelog/</link>
				<pubDate>Fri, 05 Jan 2024 06:01:54 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.33.0-changelog/</guid>
				<description>&lt;h1 id=&#34;changelog&#34;&gt;Changelog&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: Broken Functionality&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker 1.33.0 upgrades to liquibase 4.24.0 which breaks the following scenarios when using postgres:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;new installation with versions 1.33.0, 1.33.1, 1.34.0 &amp;amp; 1.34.1&lt;/li&gt;&#xA;&lt;li&gt;upgrade/migration from versions &amp;lt; 1.33.0 to 1.33.0/1.33.1/1.33.2/1.34.0/1.34.1/1.34.2&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;These scenarios work from &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.33.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.33.3&lt;/a&gt;&#xA;(and above) and &#xA;&lt;a href=&#34;https://spinnaker.io/changelogs/1.34.3-changelog/&#34; target=&#34;_blank&#34;&gt;Spinnaker 1.34.3&lt;/a&gt;&#xA;(and above).&lt;/p&gt;&#xA;&lt;p&gt;See &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6941&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6941&lt;/a&gt;&#xA; and &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/issues/6942&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/spinnaker/issues/6942&lt;/a&gt;&#xA; for more details.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: This release requires Halyard version 1.45.0 or later.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. This section provides a summary of notable improvements followed by the comprehensive changelog.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.30.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.6-changelog/</link>
				<pubDate>Thu, 07 Dec 2023 21:00:25 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.6-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5809&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.80.9&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   provide a configurable option to bypass gcp account health check. (backport #6093) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/ef4bbdc4421ce685a2db4ed956cfd175cb33bb52&#34; target=&#34;_blank&#34;&gt;ef4bbdc4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   provide a configurable option to bypass gcp account health check. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/ef4bbdc4421ce685a2db4ed956cfd175cb33bb52&#34; target=&#34;_blank&#34;&gt;ef4bbdc4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gcp:&lt;/strong&gt;   replace with in-line check solution. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/ef4bbdc4421ce685a2db4ed956cfd175cb33bb52&#34; target=&#34;_blank&#34;&gt;ef4bbdc4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2365&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.36.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/b5bd22c57e41de48a477eac910058361538cc6b0&#34; target=&#34;_blank&#34;&gt;b5bd22c5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.32.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.32.3-changelog/</link>
				<pubDate>Tue, 28 Nov 2023 10:25:22 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.32.3-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5821&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.82.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Fix docker build in GHA by removing some of the GHA tools (#6033) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/ed1cc7f5258bc35928179c44d1e1e25303dace93&#34; target=&#34;_blank&#34;&gt;ed1cc7f5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;cats:&lt;/strong&gt;   passing incorrect redis config into interval provider (#6105) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/51475a14f2c7e302066d1d8a98a1711e291b36fc&#34; target=&#34;_blank&#34;&gt;51475a14&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambda:&lt;/strong&gt;   Lambda is leaking threads on agent refreshes.  remove the custom threadpool (#6048) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/49050ee15a4e4b4faec8707b76aba5ebd13832da&#34; target=&#34;_blank&#34;&gt;49050ee1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3152&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.15.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (#10036) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/5ef9c1037359e664612d20f893947ec7ea4eabbe&#34; target=&#34;_blank&#34;&gt;5ef9c103&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Scaling bounds should parse float not int (#10026) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f788525dacd80fec9e627800b327ef3e5e5c803a&#34; target=&#34;_blank&#34;&gt;f788525d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   export rollout restart stage so it&amp;rsquo;s actually available for use (#10037) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/028ca72bd73d0e98298bd38944b66974a0adf566&#34; target=&#34;_blank&#34;&gt;028ca72b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambda:&lt;/strong&gt;   available Runtimes shared between Deploy stage and Functions tab (#10050) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/181384690ff5320669f2ae548cd38bf59cc4b0b3&#34; target=&#34;_blank&#34;&gt;18138469&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8361&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.36.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: duplicate entry exception for correlation_ids table. (#4521) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/da001957a9a29f476ef15aa8f6bb4196a17cefe7&#34; target=&#34;_blank&#34;&gt;da001957&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (#4546) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/859f1f272cc59693b31d9467bd7ec46fd82f68c0&#34; target=&#34;_blank&#34;&gt;859f1f27&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/859f1f272cc59693b31d9467bd7ec46fd82f68c0&#34; target=&#34;_blank&#34;&gt;859f1f27&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/859f1f272cc59693b31d9467bd7ec46fd82f68c0&#34; target=&#34;_blank&#34;&gt;859f1f27&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   Automated triggers with artifact constraints are broken if you have 2 or more of the same type (backport #4579) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/83c37a309daa24dd1574470ed440c3699df762ef&#34; target=&#34;_blank&#34;&gt;83c37a30&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   Automated triggers with artifact constraints are broken if you have 2 or more of the same type (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/83c37a309daa24dd1574470ed440c3699df762ef&#34; target=&#34;_blank&#34;&gt;83c37a30&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   resolving git conflicts from #4579 for release-1.32.x (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/83c37a309daa24dd1574470ed440c3699df762ef&#34; target=&#34;_blank&#34;&gt;83c37a30&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   Parent and child pipeline artifact resolution (backport #4575) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/c0fd7a87392398d754aa489f0e290131c9d01389&#34; target=&#34;_blank&#34;&gt;c0fd7a87&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;front50:&lt;/strong&gt;   teach MonitorPipelineTask to handle missing/null execution ids (#4555) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/b15787fae40f45335ce95a258dd1ceae81ca4a0f&#34; target=&#34;_blank&#34;&gt;b15787fa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;vpc:&lt;/strong&gt;   add data annotation to vpc (#4534) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/663057c97a0df83063b3cdf024204725de60c0b1&#34; target=&#34;_blank&#34;&gt;663057c9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1181&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.18.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-2&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (#1020) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/93ae1b49876b734e725cdb2c01e8eae9237ed653&#34; target=&#34;_blank&#34;&gt;93ae1b49&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/93ae1b49876b734e725cdb2c01e8eae9237ed653&#34; target=&#34;_blank&#34;&gt;93ae1b49&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/93ae1b49876b734e725cdb2c01e8eae9237ed653&#34; target=&#34;_blank&#34;&gt;93ae1b49&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/93ae1b49876b734e725cdb2c01e8eae9237ed653&#34; target=&#34;_blank&#34;&gt;93ae1b49&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;feature:&lt;/strong&gt;   Change codeql to scan daily instead of weekly (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/93ae1b49876b734e725cdb2c01e8eae9237ed653&#34; target=&#34;_blank&#34;&gt;93ae1b49&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.31.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.31.3-changelog/</link>
				<pubDate>Tue, 28 Nov 2023 08:10:46 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.31.3-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5812&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.81.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Fix docker build in GHA by removing some of the GHA tools (#6033) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/3cde031c87e58f8f5af75fb33373da6647b6c73c&#34; target=&#34;_blank&#34;&gt;3cde031c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;cats:&lt;/strong&gt;   passing incorrect redis config into interval provider (#6105) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/05ecbef98471a2c5e4d9410b89244d44c6f740d2&#34; target=&#34;_blank&#34;&gt;05ecbef9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambda:&lt;/strong&gt;   Lambda is leaking threads on agent refreshes.  remove the custom threadpool (#6048) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e1de704201a761271f79981c769fff37a34e8bfe&#34; target=&#34;_blank&#34;&gt;e1de7042&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3142&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.14.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (#10036) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/c0c1f5297e82560231958fa9bfbaaf2b499249b2&#34; target=&#34;_blank&#34;&gt;c0c1f529&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Updating Lambda functions available Runtimes (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/669d1ede44df1172a7503fe8eeb09884dac1b103&#34; target=&#34;_blank&#34;&gt;669d1ede&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;fix: Scaling bounds should parse float not int (#10026) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/69db5b34b7704f4453f2d0b3210763b2ed0e52cc&#34; target=&#34;_blank&#34;&gt;69db5b34&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8332&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.33.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: duplicate entry exception for correlation_ids table. (#4521) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/e7e0c1bc0d62f3888bb822293d6d129f3e4c9cf2&#34; target=&#34;_blank&#34;&gt;e7e0c1bc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (#4546) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/3510866c76a096d83355a95b64c5a262dc9211a9&#34; target=&#34;_blank&#34;&gt;3510866c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/3510866c76a096d83355a95b64c5a262dc9211a9&#34; target=&#34;_blank&#34;&gt;3510866c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/3510866c76a096d83355a95b64c5a262dc9211a9&#34; target=&#34;_blank&#34;&gt;3510866c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   Automated triggers with artifact constraints are broken if you have 2 or more of the same type (backport #4579) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/91de7c3b43df7edb3f7bfd406185b9450a23c3a9&#34; target=&#34;_blank&#34;&gt;91de7c3b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   Automated triggers with artifact constraints are broken if you have 2 or more of the same type (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/91de7c3b43df7edb3f7bfd406185b9450a23c3a9&#34; target=&#34;_blank&#34;&gt;91de7c3b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   resolving git conflicts from #4579 for release-1.31.x (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/91de7c3b43df7edb3f7bfd406185b9450a23c3a9&#34; target=&#34;_blank&#34;&gt;91de7c3b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   Parent and child pipeline artifact resolution (backport #4575) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/6ad5cd01dad7656ec7c8e9794180f07b15c942ce&#34; target=&#34;_blank&#34;&gt;6ad5cd01&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;front50:&lt;/strong&gt;   teach MonitorPipelineTask to handle missing/null execution ids (#4555) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/eccc5c07770aa4183791f48f8c283ae893db364e&#34; target=&#34;_blank&#34;&gt;eccc5c07&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;vpc:&lt;/strong&gt;   add data annotation to vpc (#4534) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/20221342c758aec64c5cc586020da54cf4fb2d95&#34; target=&#34;_blank&#34;&gt;20221342&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   partially reverting #4397 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/91de7c3b43df7edb3f7bfd406185b9450a23c3a9&#34; target=&#34;_blank&#34;&gt;91de7c3b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   reverted #4489 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/91de7c3b43df7edb3f7bfd406185b9450a23c3a9&#34; target=&#34;_blank&#34;&gt;91de7c3b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   reverted #4526 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/91de7c3b43df7edb3f7bfd406185b9450a23c3a9&#34; target=&#34;_blank&#34;&gt;91de7c3b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   added test when parent pipeline does not provide expected artifacts (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/91de7c3b43df7edb3f7bfd406185b9450a23c3a9&#34; target=&#34;_blank&#34;&gt;91de7c3b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   resolve artifacts for default and prior artifacts (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/91de7c3b43df7edb3f7bfd406185b9450a23c3a9&#34; target=&#34;_blank&#34;&gt;91de7c3b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1172&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.17.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-2&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (#1020) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/6a866e7c74ce241f5c849978d0a2bafc739cf882&#34; target=&#34;_blank&#34;&gt;6a866e7c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/6a866e7c74ce241f5c849978d0a2bafc739cf882&#34; target=&#34;_blank&#34;&gt;6a866e7c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/6a866e7c74ce241f5c849978d0a2bafc739cf882&#34; target=&#34;_blank&#34;&gt;6a866e7c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/6a866e7c74ce241f5c849978d0a2bafc739cf882&#34; target=&#34;_blank&#34;&gt;6a866e7c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;feature:&lt;/strong&gt;   Change codeql to scan daily instead of weekly (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/6a866e7c74ce241f5c849978d0a2bafc739cf882&#34; target=&#34;_blank&#34;&gt;6a866e7c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.30.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.5-changelog/</link>
				<pubDate>Tue, 28 Nov 2023 08:04:27 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.5-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5808&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.80.8&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambda:&lt;/strong&gt;   Lambda calls default timeout after 50 seconds causing longer running lambdas to fail.  This adds configurable timeouts for lambda invocations (#6041) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2bb089d66869c894b5e80f6b66812d0938ffcaac&#34; target=&#34;_blank&#34;&gt;2bb089d6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cats:&lt;/strong&gt;   passing incorrect redis config into interval provider (#6105) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/75e00c7ac5cdfce7e95d53b7c8dbc2d365d9b478&#34; target=&#34;_blank&#34;&gt;75e00c7a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;lambda:&lt;/strong&gt;   Lambda is leaking threads on agent refreshes.  remove the custom threadpool (#6048) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c5109598a240b3d3c778f3eb20c0f2da802d6fab&#34; target=&#34;_blank&#34;&gt;c5109598&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3133&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.13.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (#10036) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/e9358ab59131eb53c171e753fce72f25dcba0805&#34; target=&#34;_blank&#34;&gt;e9358ab5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Updating Lambda functions available Runtimes (#10055) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/25e472ea0293337c3fb497ec92775143be11e57e&#34; target=&#34;_blank&#34;&gt;25e472ea&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;fix: Scaling bounds should parse float not int (#10026) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f8dc0af04fc6cb71082601310668b1f2c5e30148&#34; target=&#34;_blank&#34;&gt;f8dc0af0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2285&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.28.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependency:&lt;/strong&gt;   fix dependency version leak of google-api-services-storage from kork in front50-web (#1302) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/66d8f0096ba1199909acd48d0446cf824cf17a35&#34; target=&#34;_blank&#34;&gt;66d8f009&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8316&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.31.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-2&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: duplicate entry exception for correlation_ids table. (#4521) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/a4404a6a38e080903a8702f0c667ad943c69f49c&#34; target=&#34;_blank&#34;&gt;a4404a6a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (#4546) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/d0b21e32d93e78e576cdd1a2581f2cbd3b9bfb52&#34; target=&#34;_blank&#34;&gt;d0b21e32&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/d0b21e32d93e78e576cdd1a2581f2cbd3b9bfb52&#34; target=&#34;_blank&#34;&gt;d0b21e32&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/d0b21e32d93e78e576cdd1a2581f2cbd3b9bfb52&#34; target=&#34;_blank&#34;&gt;d0b21e32&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   Automated triggers with artifact constraints are broken if you have 2 or more of the same type (backport #4579) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/4740c1676f86dd4e24531f689df350fc9a14f302&#34; target=&#34;_blank&#34;&gt;4740c167&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   Automated triggers with artifact constraints are broken if you have 2 or more of the same type (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/4740c1676f86dd4e24531f689df350fc9a14f302&#34; target=&#34;_blank&#34;&gt;4740c167&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   resolving git conflicts from #4579 for release-1.30.x (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/4740c1676f86dd4e24531f689df350fc9a14f302&#34; target=&#34;_blank&#34;&gt;4740c167&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   Parent and child pipeline artifact resolution (backport #4575) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/1fc563b1cc99ec268b9a55afbca818c78808cda2&#34; target=&#34;_blank&#34;&gt;1fc563b1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;front50:&lt;/strong&gt;   teach MonitorPipelineTask to handle missing/null execution ids (#4555) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/5ad5cce6b6782429bac3fb243ccf70d1bcf873eb&#34; target=&#34;_blank&#34;&gt;5ad5cce6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;vpc:&lt;/strong&gt;   add data annotation to vpc (#4534) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ff5d2cf98e8970b3bd810b9d840e935e1ffea4b3&#34; target=&#34;_blank&#34;&gt;ff5d2cf9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1134&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.13.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-3&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (#1020) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/5dba8f113491c666514910ac6013f06c15220f8a&#34; target=&#34;_blank&#34;&gt;5dba8f11&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/5dba8f113491c666514910ac6013f06c15220f8a&#34; target=&#34;_blank&#34;&gt;5dba8f11&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/5dba8f113491c666514910ac6013f06c15220f8a&#34; target=&#34;_blank&#34;&gt;5dba8f11&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;helm/bake:&lt;/strong&gt;   Add additional input fields where we can fill in details of the APIs versions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/5dba8f113491c666514910ac6013f06c15220f8a&#34; target=&#34;_blank&#34;&gt;5dba8f11&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;feature:&lt;/strong&gt;   Change codeql to scan daily instead of weekly (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/5dba8f113491c666514910ac6013f06c15220f8a&#34; target=&#34;_blank&#34;&gt;5dba8f11&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.32.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.32.2-changelog/</link>
				<pubDate>Wed, 20 Sep 2023 20:57:07 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.32.2-changelog/</guid>
				<description>&lt;h2 id=&#34;igor-4133&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.13.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;java17:&lt;/strong&gt;   stop accessing private fields, run tests using JRE17 (#1173) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/95c19bd7f49d5fd831104c8a0a92195a6eded154&#34; target=&#34;_blank&#34;&gt;95c19bd7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;java17:&lt;/strong&gt;   add Jackson converter to RestAdapters to avoid Gson (#1174) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/786143df7d98bcb4ff9af12605850363d62960d4&#34; target=&#34;_blank&#34;&gt;786143df&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.32.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.32.1-changelog/</link>
				<pubDate>Mon, 18 Sep 2023 17:35:21 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.32.1-changelog/</guid>
				<description>&lt;h2 id=&#34;igor-4131&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.13.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;java17:&lt;/strong&gt;   remove long-deprecated import that doesn&amp;rsquo;t work with JRE17 (#1170) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/0e3082700536b16f99c7d93f3a6e1e87504f31bd&#34; target=&#34;_blank&#34;&gt;0e308270&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.30.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.4-changelog/</link>
				<pubDate>Fri, 08 Sep 2023 21:15:24 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.4-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5807&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.80.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Fix docker build in GHA by removing some of the GHA tools (#6033) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c6dbf2491f044a0984d5e21ebf09d08e62f3bb5c&#34; target=&#34;_blank&#34;&gt;c6dbf249&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;builds:&lt;/strong&gt;   Backport flag for installing aws cli (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/6f7a522cfb2415a494465fcf76878ec134d75309&#34; target=&#34;_blank&#34;&gt;6f7a522c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2ca3cb329238e6160c3371f2a3ff1c1f25c37858&#34; target=&#34;_blank&#34;&gt;2ca3cb32&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2cdfe2ec647bcedc2ea142a4a15cf2a82d69f847&#34; target=&#34;_blank&#34;&gt;2cdfe2ec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a39a9bd319195de6642efcddcad6e1413a3b7c44&#34; target=&#34;_blank&#34;&gt;a39a9bd3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump docker/build-push-action from 3 to 4 (#5927) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a039548cc93b30d302563a090f4d8eaf762156d8&#34; target=&#34;_blank&#34;&gt;a039548c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump actions/setup-java from 2 to 3 (#5928) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/838dba0bf27a59322c30601772d79998b080f931&#34; target=&#34;_blank&#34;&gt;838dba0b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump actions/checkout from 2 to 3 (#5924) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/765eed3e13c95adee50afd78757e2c37e9fbb58d&#34; target=&#34;_blank&#34;&gt;765eed3e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump actions/cache from 2 to 3 (#5926) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/6261e528f12c3da289268c25bcfd6de2283b4122&#34; target=&#34;_blank&#34;&gt;6261e528&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   replace deprecated set-output commands with environment files (#5930) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/399310dbbc98e0854d8fabc07ca03407d2dd641c&#34; target=&#34;_blank&#34;&gt;399310db&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   replace action for creating github releases (backport #5929) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e56528961f3d0c16515a6255a6572834309baf9a&#34; target=&#34;_blank&#34;&gt;e5652896&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   replace action for creating github releases (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e56528961f3d0c16515a6255a6572834309baf9a&#34; target=&#34;_blank&#34;&gt;e5652896&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   resolve conflicts (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e56528961f3d0c16515a6255a6572834309baf9a&#34; target=&#34;_blank&#34;&gt;e5652896&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   update to docker/login-action@v2 to stay up to date (#5920) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/ec64a4ab42a98981b692984492bd1e24783f5138&#34; target=&#34;_blank&#34;&gt;ec64a4ab&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3132&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.13.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Revert &amp;ldquo;fix(core): conditionally hide expression evaluation warning messages (#9771)&amp;rdquo; (#10021) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/c66d54238a79f0d1d48514301c0142fd8bd98208&#34; target=&#34;_blank&#34;&gt;c66d5423&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2373&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.37.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/efecf203dd0bb8a73b7bde3e265004bc8aff41ec&#34; target=&#34;_blank&#34;&gt;efecf203&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/3ad7e607bbaf91c1196b329561defec6a6ee033b&#34; target=&#34;_blank&#34;&gt;3ad7e607&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/3b007a49eecd9f3be39ae143d8adbf5064c7289b&#34; target=&#34;_blank&#34;&gt;3b007a49&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1374&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.37.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ssl:&lt;/strong&gt;   Removed unused deprecated okHttpClientConfig from retrofitConfig. (#1082) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/6f40a11f7432d69bb47d4246920a3f417336f099&#34; target=&#34;_blank&#34;&gt;6f40a11f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/80b6e407ce8b53f8877f186187ee883d6903e6ef&#34; target=&#34;_blank&#34;&gt;80b6e407&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2284&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.28.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/423c8b80f0652c59fd2c25d048fe76a7077d3e9d&#34; target=&#34;_blank&#34;&gt;423c8b80&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/9a606e21fa060bee3e5cfa97704d64530a021a35&#34; target=&#34;_blank&#34;&gt;9a606e21&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/c32e2dd4c2f9aed27260886856d7bdc630147f6c&#34; target=&#34;_blank&#34;&gt;c32e2dd4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6583&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.58.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cachingFilter: Allow disabling the content caching filter (#1699:&lt;/strong&gt;   (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/9bb15d0071242dc53dbee5721e3b2fe420c6860c&#34; target=&#34;_blank&#34;&gt;9bb15d00&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/59227922224610f0f6bc594a633215f5a6222d48&#34; target=&#34;_blank&#34;&gt;59227922&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/4fa3335afec12fd8a8642aba4c031b0984aee8bb&#34; target=&#34;_blank&#34;&gt;4fa3335a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/25de9d2c2cfc8ae7aa4ffe14498f04e42e0aef8b&#34; target=&#34;_blank&#34;&gt;25de9d2c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4113&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.11.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/4349ba154c386db91a828b928e97b53567e15a03&#34; target=&#34;_blank&#34;&gt;4349ba15&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/343c062b5c85dfbd10e0775f3bbf5559d93c7164&#34; target=&#34;_blank&#34;&gt;343c062b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/ce2a4ce055ee3894993806dba088cbb4006a98d4&#34; target=&#34;_blank&#34;&gt;ce2a4ce0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2364&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.36.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca:&lt;/strong&gt;   Fix orca contributors status. (backport #977) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/00a3c33494dcac1f06922921ae090d4d53a079d8&#34; target=&#34;_blank&#34;&gt;00a3c334&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/d53ccd7e47ced0ebae9893f9c7caa16faebe0084&#34; target=&#34;_blank&#34;&gt;d53ccd7e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/5b781577a4d5d54289536d1ed41094927d5641f1&#34; target=&#34;_blank&#34;&gt;5b781577&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8315&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.31.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/d7bc9ecc4814b834d39df2d8aee30cad27f6c687&#34; target=&#34;_blank&#34;&gt;d7bc9ecc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/c329397cf9d1cd896ebc7fddf87388788a481686&#34; target=&#34;_blank&#34;&gt;c329397c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/1e7ce3e0a0bfe11700facf20745b8dd913280775&#34; target=&#34;_blank&#34;&gt;1e7ce3e0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1133&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.13.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-9&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/2f2b7ffae75a4305cc934eaf30f21a9adaf9e5d9&#34; target=&#34;_blank&#34;&gt;2f2b7ffa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.29.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.7-changelog/</link>
				<pubDate>Fri, 08 Sep 2023 19:19:56 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.7-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-57813&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.78.13&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Fix docker build in GHA by removing some of the GHA tools (#6033) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/172d6795a29749573361074c5217287c59cf3117&#34; target=&#34;_blank&#34;&gt;172d6795&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;builds:&lt;/strong&gt;   Backport flag for installing aws cli (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/beb61a41481fda8b5b5feb2654abb7ddabb38325&#34; target=&#34;_blank&#34;&gt;beb61a41&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/9583896fb18f29d19e8683d6a01176fca16f21fb&#34; target=&#34;_blank&#34;&gt;9583896f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump docker/build-push-action from 3 to 4 (#5927) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/81738eac7cf52d9e49bea6c2870e2b9d373faeaf&#34; target=&#34;_blank&#34;&gt;81738eac&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump actions/setup-java from 2 to 3 (#5928) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/0e555c28b2a05c2de1c0f932cdf1ed9e1ea43c73&#34; target=&#34;_blank&#34;&gt;0e555c28&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump actions/checkout from 2 to 3 (#5924) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/105974b44933a6b056244154d443f6412fdd2a5c&#34; target=&#34;_blank&#34;&gt;105974b4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deps:&lt;/strong&gt;   bump actions/cache from 2 to 3 (#5926) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/11ecac5da4c51132f4d4a106d138210511a890e3&#34; target=&#34;_blank&#34;&gt;11ecac5d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   replace deprecated set-output commands with environment files (#5930) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/4056d9e2adadcdf3e87bd27013a08b40bc348dea&#34; target=&#34;_blank&#34;&gt;4056d9e2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   replace action for creating github releases (backport #5929) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a92915830e3e4e6ba848d895bdf3839c459d2fd6&#34; target=&#34;_blank&#34;&gt;a9291583&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   replace action for creating github releases (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a92915830e3e4e6ba848d895bdf3839c459d2fd6&#34; target=&#34;_blank&#34;&gt;a9291583&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   resolve conflicts (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a92915830e3e4e6ba848d895bdf3839c459d2fd6&#34; target=&#34;_blank&#34;&gt;a9291583&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   update to docker/login-action@v2 to stay up to date (#5920) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/4bc7cea0eaa89a2783afcb0dc82210e00efdd858&#34; target=&#34;_blank&#34;&gt;4bc7cea0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3124&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.12.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Revert &amp;ldquo;fix(core): conditionally hide expression evaluation warning messages (#9771)&amp;rdquo; (#10021) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4bdf3816e242d8701ffa75599997e9dcd099e931&#34; target=&#34;_blank&#34;&gt;4bdf3816&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2365&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.36.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/18475d73ce917e7d1b8a9785bd904827b55c7edd&#34; target=&#34;_blank&#34;&gt;18475d73&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1365&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.36.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ssl:&lt;/strong&gt;   Removed unused deprecated okHttpClientConfig from retrofitConfig. (#1082) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/a8924d97f1f493ab91ae725362f67772269770e2&#34; target=&#34;_blank&#34;&gt;a8924d97&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2275&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.27.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/53034d71d78bf9bb13e8ce0bdff34d4ae351d336&#34; target=&#34;_blank&#34;&gt;53034d71&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6575&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.57.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cachingFilter: Allow disabling the content caching filter (#1699:&lt;/strong&gt;   (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/f4464f7734cef48d249c4c595b0d075c95cb0f28&#34; target=&#34;_blank&#34;&gt;f4464f77&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/33b33d92f625168e0bc05f1f02a5d2a1d6a21d50&#34; target=&#34;_blank&#34;&gt;33b33d92&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4105&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.10.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/ec1d009c0b2d8e672e4e75733a4a7e4c94444629&#34; target=&#34;_blank&#34;&gt;ec1d009c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2356&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.35.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/6820a8956b414a00dae26657aa7732f1a22459de&#34; target=&#34;_blank&#34;&gt;6820a895&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8276&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.27.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/63e80604c288e207b40828424decabefbf641e29&#34; target=&#34;_blank&#34;&gt;63e80604&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.32.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.32.0-changelog/</link>
				<pubDate>Fri, 08 Sep 2023 18:04:13 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.32.0-changelog/</guid>
				<description>&lt;h1 id=&#34;changelog&#34;&gt;Changelog&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: This release requires Halyard version 1.62.0 or later.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. This section provides a summary of notable improvements followed by the comprehensive changelog.&lt;/p&gt;&#xA;&lt;h3 id=&#34;java-17&#34;&gt;Java 17&lt;/h3&gt;&#xA;&lt;p&gt;Front50 and Igor containers now default to running with the Java 17 JRE. In an upcoming release (likely 1.33) all other services will default to the Java 17 JRE. If you encounter issues with these containers you can opt-out and use the Java 11 JRE containers. Users of Halyard can do this by specying &lt;code&gt;imageVariant: JAVA11&lt;/code&gt; or &lt;code&gt;imageVariant: UBUNTU_JAVA11&lt;/code&gt; in their halconfig.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.31.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.31.2-changelog/</link>
				<pubDate>Fri, 08 Sep 2023 17:51:07 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.31.2-changelog/</guid>
				<description>&lt;h2 id=&#34;deck-3141&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.14.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Revert &amp;ldquo;fix(core): conditionally hide expression evaluation warning messages (#9771)&amp;rdquo; (#10021) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/734c895959823eb47e0bef9fe2da072760d97b46&#34; target=&#34;_blank&#34;&gt;734c8959&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2292&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.29.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependency:&lt;/strong&gt;   fix dependency version leak of google-api-services-storage from kork in front50-web (#1302) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/f0494570576de5aa33d969fdd7fad93dee2479cc&#34; target=&#34;_blank&#34;&gt;f0494570&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6592&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.59.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cachingFilter: Allow disabling the content caching filter (#1699:&lt;/strong&gt;   (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/7bc7898bee5c38a200fafbf391126a41dd4aa594&#34; target=&#34;_blank&#34;&gt;7bc7898b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.31.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.31.1-changelog/</link>
				<pubDate>Tue, 29 Aug 2023 18:39:54 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.31.1-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5811&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.81.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;builds:&lt;/strong&gt;   Backport flag for installing aws cli (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/5116a2e460be3d9b48da6d5e36e0facef5be2fa8&#34; target=&#34;_blank&#34;&gt;5116a2e4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gce:&lt;/strong&gt;   remove the duplicate cache attribute &amp;ldquo;subnet&amp;rdquo; and update the test (#5977) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/40ee2453d742753628fad5189d97a26d27b56fab&#34; target=&#34;_blank&#34;&gt;40ee2453&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/3f4607bc2d181b3c911340c4b380d97a64448996&#34; target=&#34;_blank&#34;&gt;3f4607bc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/fe57848ddd575c8716faab2bc9f3a665ee5f56bf&#34; target=&#34;_blank&#34;&gt;fe57848d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2381&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.38.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   Fix github status log and add tests (#1316) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/3df5271ac1b8134f9383cfc0607fc2bc2e0e4d90&#34; target=&#34;_blank&#34;&gt;3df5271a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   Fix github status log and add tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/3df5271ac1b8134f9383cfc0607fc2bc2e0e4d90&#34; target=&#34;_blank&#34;&gt;3df5271a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/d20da255de1fabb96d67012c8d9bc370ba02982c&#34; target=&#34;_blank&#34;&gt;d20da255&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/a157fc690da9d0f9f5f5f0a01aad3b6bfb2f30ed&#34; target=&#34;_blank&#34;&gt;a157fc69&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;language:&lt;/strong&gt;   Update test message to be better (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/3df5271ac1b8134f9383cfc0607fc2bc2e0e4d90&#34; target=&#34;_blank&#34;&gt;3df5271a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1411&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.41.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;roles-sync:&lt;/strong&gt;   fix CallableCache&amp;rsquo;s NPE exception for caching synchronization strategy (#1077) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/c876f39eb5b9990edf1e7e8fe6195407de88a7cc&#34; target=&#34;_blank&#34;&gt;c876f39e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;roles-sync:&lt;/strong&gt;   fix callable cache NPE exception for caching synchronization strategy (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/c876f39eb5b9990edf1e7e8fe6195407de88a7cc&#34; target=&#34;_blank&#34;&gt;c876f39e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;roles-sync:&lt;/strong&gt;   added tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/c876f39eb5b9990edf1e7e8fe6195407de88a7cc&#34; target=&#34;_blank&#34;&gt;c876f39e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ssl:&lt;/strong&gt;   Removed unused deprecated okHttpClientConfig from retrofitConfig. (#1082) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/a74ce838d1f30486adb17111dea11a7950917f9a&#34; target=&#34;_blank&#34;&gt;a74ce838&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/c065b481ccd1901d00bf18ed1e29a5678e9c50e2&#34; target=&#34;_blank&#34;&gt;c065b481&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2291&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.29.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   skip existing items with null ids in StorageServiceSupport.fetchAllItemsOptimized (#1279) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/4fb2bddaf871ff79e41f27d279503a907ae2fe30&#34; target=&#34;_blank&#34;&gt;4fb2bdda&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   tolerate items with null ids (#1276) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/765d822cc75afede27488aa6281401031f42df73&#34; target=&#34;_blank&#34;&gt;765d822c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   filter out items with null ids in StorageServiceSupport.fetchAllItems (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/765d822cc75afede27488aa6281401031f42df73&#34; target=&#34;_blank&#34;&gt;765d822c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   tolerate items with null ids in StorageServiceSupport.findById (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/765d822cc75afede27488aa6281401031f42df73&#34; target=&#34;_blank&#34;&gt;765d822c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   filter out items with null ids in StorageServiceSupport.fetchAllItemsOptimized (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/765d822cc75afede27488aa6281401031f42df73&#34; target=&#34;_blank&#34;&gt;765d822c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   throw an IllegalArgumentException from StorageServiceSupport.update (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/765d822cc75afede27488aa6281401031f42df73&#34; target=&#34;_blank&#34;&gt;765d822c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;web:&lt;/strong&gt;   check trigger.getType() for null before invoking equals method (#1277) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/54cc672ba1796c920fe28f97d7d1c1a2c9f28fc8&#34; target=&#34;_blank&#34;&gt;54cc672b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   demonstrate current behavior with a pipeline with a null id in the database (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/765d822cc75afede27488aa6281401031f42df73&#34; target=&#34;_blank&#34;&gt;765d822c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   demonstrate behavior of StorageServiceSupport.bulkImport of a pipeline with a null id (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/765d822cc75afede27488aa6281401031f42df73&#34; target=&#34;_blank&#34;&gt;765d822c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core/test:&lt;/strong&gt;   combine null id tests in PipelineControllerTck (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/765d822cc75afede27488aa6281401031f42df73&#34; target=&#34;_blank&#34;&gt;765d822c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/3909af74cb9efd50bf7a64df5af6e45a67d7b19a&#34; target=&#34;_blank&#34;&gt;3909af74&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/026a20076b177928226323e89eaccafbdf09a2bd&#34; target=&#34;_blank&#34;&gt;026a2007&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6591&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.59.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/e83ce5be0673a5e23795131df5bbd0ebab83f702&#34; target=&#34;_blank&#34;&gt;e83ce5be&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/552715b6319564cc108366bfffb85c0af7e76f27&#34; target=&#34;_blank&#34;&gt;552715b6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4121&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.12.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/3fb141e655c4e4728f561817dbc54a0306c19094&#34; target=&#34;_blank&#34;&gt;3fb141e6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/3879289e70a299b2cb7dd191a875aa22fae66101&#34; target=&#34;_blank&#34;&gt;3879289e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2371&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.37.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;orca:&lt;/strong&gt;   Fix orca contributors status. (backport #977) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/1d2b67894a808e1d8fa2172cfb9326084fe2e029&#34; target=&#34;_blank&#34;&gt;1d2b6789&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/6c73ba3c0b2892d7cb3f6777ccfc2db92295c463&#34; target=&#34;_blank&#34;&gt;6c73ba3c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8331&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.33.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-5&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   consider requiredArtifactIds in expected artifacts when trigger is pipeline type (#4489) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ed4d2d4924d5b9207bdb1232b08956d4c3f8b459&#34; target=&#34;_blank&#34;&gt;ed4d2d49&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;queue:&lt;/strong&gt;   fix ability to cancel a zombied execution (#4473) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/27820937fe4f4e89ecc365ca420b72ba6be3a1bf&#34; target=&#34;_blank&#34;&gt;27820937&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;queue:&lt;/strong&gt;   fix ability to cancel a zombied execution (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/27820937fe4f4e89ecc365ca420b72ba6be3a1bf&#34; target=&#34;_blank&#34;&gt;27820937&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;queue:&lt;/strong&gt;   undo unintentional change (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/27820937fe4f4e89ecc365ca420b72ba6be3a1bf&#34; target=&#34;_blank&#34;&gt;27820937&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;queue:&lt;/strong&gt;   add more logging (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/27820937fe4f4e89ecc365ca420b72ba6be3a1bf&#34; target=&#34;_blank&#34;&gt;27820937&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/c68cc87dd348eb5186411aa46dbf7bcff09ff6ee&#34; target=&#34;_blank&#34;&gt;c68cc87d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/625d411ecf8b1c5c396f6801d5895ba5e754ab8b&#34; target=&#34;_blank&#34;&gt;625d411e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1171&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.17.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/4ec52a45986da73e27a8ceba1f3c34f53283d614&#34; target=&#34;_blank&#34;&gt;4ec52a45&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.30.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.3-changelog/</link>
				<pubDate>Fri, 18 Aug 2023 00:46:32 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.3-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5804&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.80.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;feat: Add the possibility to update the default handler for the Global Resource Property Registry. (#5963) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/8157baf541630e2eaa592af6d8bdc784b316e72c&#34; target=&#34;_blank&#34;&gt;8157baf5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gce:&lt;/strong&gt;   remove the duplicate cache attribute &amp;ldquo;subnet&amp;rdquo; and update the test (#5977) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e764d77dc58b91b1a7d61b243abd1af6183f1c97&#34; target=&#34;_blank&#34;&gt;e764d77d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/99db58a4cc3e9e1e1eeab27c59d6e33765edc864&#34; target=&#34;_blank&#34;&gt;99db58a4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b02f70479b7ebc60eb81d0eaeda745aaae3133cf&#34; target=&#34;_blank&#34;&gt;b02f7047&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3131&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.13.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;deck:&lt;/strong&gt;   make StageFailureMessage component overridable (backport #9994) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4ad1f067571af3353ba548f5e315e09c8d08006b&#34; target=&#34;_blank&#34;&gt;4ad1f067&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;deck:&lt;/strong&gt;   make StageFailureMessage component overridable (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4ad1f067571af3353ba548f5e315e09c8d08006b&#34; target=&#34;_blank&#34;&gt;4ad1f067&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   fix backport merge conflict (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4ad1f067571af3353ba548f5e315e09c8d08006b&#34; target=&#34;_blank&#34;&gt;4ad1f067&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2372&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.37.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   Fix github status log and add tests (#1316) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/2faf498c8c0f73b3d56ebe9620a36c38141f7fc1&#34; target=&#34;_blank&#34;&gt;2faf498c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   Fix github status log and add tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/2faf498c8c0f73b3d56ebe9620a36c38141f7fc1&#34; target=&#34;_blank&#34;&gt;2faf498c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/2d1b3e4a41147bcb8bf2ce261fa5d170d7b09c10&#34; target=&#34;_blank&#34;&gt;2d1b3e4a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/ad67da3b21dad3fe94ac86f2319c85fec0ceafbc&#34; target=&#34;_blank&#34;&gt;ad67da3b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;language:&lt;/strong&gt;   Update test message to be better (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/2faf498c8c0f73b3d56ebe9620a36c38141f7fc1&#34; target=&#34;_blank&#34;&gt;2faf498c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1372&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.37.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;roles-sync:&lt;/strong&gt;   fix CallableCache&amp;rsquo;s NPE exception for caching synchronization strategy (#1077) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/cd168217a82d30b1965d2ed2b01555388d17658a&#34; target=&#34;_blank&#34;&gt;cd168217&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;roles-sync:&lt;/strong&gt;   fix callable cache NPE exception for caching synchronization strategy (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/cd168217a82d30b1965d2ed2b01555388d17658a&#34; target=&#34;_blank&#34;&gt;cd168217&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;roles-sync:&lt;/strong&gt;   added tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/cd168217a82d30b1965d2ed2b01555388d17658a&#34; target=&#34;_blank&#34;&gt;cd168217&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/d0edc68bb0a228f6b3eab63d3e59ad7a19bc806a&#34; target=&#34;_blank&#34;&gt;d0edc68b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2283&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.28.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/06c640b1e783b459a1915f0da103bcefc75c06ad&#34; target=&#34;_blank&#34;&gt;06c640b1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/5742c8f7ac2c982b543f31970eb5c48638c1c4d1&#34; target=&#34;_blank&#34;&gt;5742c8f7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6582&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.58.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/0c614f8a50d9fec340a0f0b30dff5c812ef303c1&#34; target=&#34;_blank&#34;&gt;0c614f8a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/fdef09a01710e4a3510ee349f0170d6e14b23d12&#34; target=&#34;_blank&#34;&gt;fdef09a0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4112&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.11.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/65a7c2825636de94a84b76b85d24097b89dcb8c3&#34; target=&#34;_blank&#34;&gt;65a7c282&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/18d516ae0db28ea63a2c6b5277c2c184688825b3&#34; target=&#34;_blank&#34;&gt;18d516ae&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2363&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.36.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/91ea710a5ec44ba5b1dc46ae8b5b7b891bea61ca&#34; target=&#34;_blank&#34;&gt;91ea710a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8313&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.31.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts:&lt;/strong&gt;   consider requiredArtifactIds in expected artifacts when trigger is pipeline type (#4489) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/977d164e05ca211146afdfb937e65c8818c2c7c8&#34; target=&#34;_blank&#34;&gt;977d164e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;queue:&lt;/strong&gt;   fix ability to cancel a zombied execution (#4473) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/2ff457f01515c9ac94122312f9c2d550553cb840&#34; target=&#34;_blank&#34;&gt;2ff457f0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;queue:&lt;/strong&gt;   fix ability to cancel a zombied execution (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/2ff457f01515c9ac94122312f9c2d550553cb840&#34; target=&#34;_blank&#34;&gt;2ff457f0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;queue:&lt;/strong&gt;   undo unintentional change (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/2ff457f01515c9ac94122312f9c2d550553cb840&#34; target=&#34;_blank&#34;&gt;2ff457f0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;queue:&lt;/strong&gt;   add more logging (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/2ff457f01515c9ac94122312f9c2d550553cb840&#34; target=&#34;_blank&#34;&gt;2ff457f0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;queue:&lt;/strong&gt;   Manual Judgment propagation (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ba9ac0d60303ec394ff2e6b449c8607a75f9789a&#34; target=&#34;_blank&#34;&gt;ba9ac0d6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;waiting-executions:&lt;/strong&gt;   concurrent waiting executions doesn&amp;rsquo;t follow FIFO (backport #4415) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/c8a1745f04f559b9a174149745c0c1ea1c95c3a3&#34; target=&#34;_blank&#34;&gt;c8a1745f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/fe1eda71b3fec2dee037bec07404a01e63563d46&#34; target=&#34;_blank&#34;&gt;fe1eda71&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/58fedce4f17d6caa28a36f1188ae0f48c2a00978&#34; target=&#34;_blank&#34;&gt;58fedce4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1132&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.13.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-9&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/e99825cce26914865afceb82df710e1291aa84dd&#34; target=&#34;_blank&#34;&gt;e99825cc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.29.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.6-changelog/</link>
				<pubDate>Fri, 18 Aug 2023 00:34:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.6-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5787&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.78.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;feat: Add the possibility to update the default handler for the Global Resource Property Registry. (#5963) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2ae5fb9a96b81548f582234e276710768c6d5e54&#34; target=&#34;_blank&#34;&gt;2ae5fb9a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gce:&lt;/strong&gt;   remove the duplicate cache attribute &amp;ldquo;subnet&amp;rdquo; and update the test (#5977) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/010b360b93031604edf678b0f640614a33e4c959&#34; target=&#34;_blank&#34;&gt;010b360b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/d6b93e096522f09f5f74b68bbe2572a1f2213e41&#34; target=&#34;_blank&#34;&gt;d6b93e09&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/00f81d6a48dda2d15173ed9410bd8f0bcff9035d&#34; target=&#34;_blank&#34;&gt;00f81d6a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2364&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.36.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   Fix github status log and add tests (#1316) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/dbb22810296c89a3cfe71c2845b0c1d959d49886&#34; target=&#34;_blank&#34;&gt;dbb22810&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   Fix github status log and add tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/dbb22810296c89a3cfe71c2845b0c1d959d49886&#34; target=&#34;_blank&#34;&gt;dbb22810&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/577979e52219e8a400047556e759a38e63949e9d&#34; target=&#34;_blank&#34;&gt;577979e5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/d6cfbca13503be45efed3494a022a925d7f48c6b&#34; target=&#34;_blank&#34;&gt;d6cfbca1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;language:&lt;/strong&gt;   Update test message to be better (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/dbb22810296c89a3cfe71c2845b0c1d959d49886&#34; target=&#34;_blank&#34;&gt;dbb22810&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1364&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.36.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;roles-sync:&lt;/strong&gt;   fix CallableCache&amp;rsquo;s NPE exception for caching synchronization strategy (#1077) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/4aac1ef806ea20a70b83d0351c085866164bca72&#34; target=&#34;_blank&#34;&gt;4aac1ef8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;roles-sync:&lt;/strong&gt;   fix callable cache NPE exception for caching synchronization strategy (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/4aac1ef806ea20a70b83d0351c085866164bca72&#34; target=&#34;_blank&#34;&gt;4aac1ef8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;roles-sync:&lt;/strong&gt;   added tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/4aac1ef806ea20a70b83d0351c085866164bca72&#34; target=&#34;_blank&#34;&gt;4aac1ef8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/78cadf60a6c11ea84006c9adae7b8afecd587c83&#34; target=&#34;_blank&#34;&gt;78cadf60&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2274&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.27.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/06b08aeda67e94b478bc2f88cdb1c3a8164aac55&#34; target=&#34;_blank&#34;&gt;06b08aed&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/7f503e7abc00a74d2382b92b58ed39fbc18b798e&#34; target=&#34;_blank&#34;&gt;7f503e7a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6574&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.57.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/0d9c4d62a7a97ddd5c227548808d762f790db093&#34; target=&#34;_blank&#34;&gt;0d9c4d62&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/648126d7b5059cb2939beefc6c53cd3f73626d22&#34; target=&#34;_blank&#34;&gt;648126d7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4104&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.10.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/2cfb13ec18df6b69c3afab35e80e440e350548e3&#34; target=&#34;_blank&#34;&gt;2cfb13ec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/6bc03dbe6e67f113e2d690ad5a9059067750c5f2&#34; target=&#34;_blank&#34;&gt;6bc03dbe&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2355&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.35.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/b4e9bb86d11fcc8f2886b5a2e4f8cbffe3271c21&#34; target=&#34;_blank&#34;&gt;b4e9bb86&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8275&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.27.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;queue:&lt;/strong&gt;   Manual Judgment propagation (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/3e798201202b94f07bc8a51636f952eb5dceee53&#34; target=&#34;_blank&#34;&gt;3e798201&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/06ec03ebeb5c5852b423ff256b2b3160f1fc00a1&#34; target=&#34;_blank&#34;&gt;06ec03eb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/a3baf6df6e3eb46628f105bc87064d64ed90560f&#34; target=&#34;_blank&#34;&gt;a3baf6df&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1124&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.12.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/3dc64a66fe7032b34eb77fae5f565fdfc1a3b2ab&#34; target=&#34;_blank&#34;&gt;3dc64a66&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.31.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.31.0-changelog/</link>
				<pubDate>Wed, 21 Jun 2023 06:22:09 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.31.0-changelog/</guid>
				<description>&lt;h1 id=&#34;changelog&#34;&gt;Changelog&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: This release requires Halyard version 1.45.0 or later.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. This section provides a summary of notable improvements followed by the comprehensive changelog.&lt;/p&gt;&#xA;&lt;h3 id=&#34;spring-boot-25&#34;&gt;Spring Boot 2.5&lt;/h3&gt;&#xA;&lt;p&gt;As part of the modernization effort, we&amp;rsquo;ve continued to upgrade Spring Boot. Spinnaker 1.31.0 now uses Spring Boot 2.5.14, an upgrade from Spinnaker 1.30.0&amp;rsquo;s use of Spring Boot 2.4.13.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.30.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.2-changelog/</link>
				<pubDate>Thu, 01 Jun 2023 08:14:51 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.2-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5802&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.80.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   ECS Service Tagging broken (backport #5954) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/39ff8112f8451a4c79bfa9d1537aeec4b65f0a45&#34; target=&#34;_blank&#34;&gt;39ff8112&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2282&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.28.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;migrations:&lt;/strong&gt;   do not migrate redblack pipelines without stages (#1259) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/9aa1a7dc4e27dcce609fc0aed28a51afc0c4d5da&#34; target=&#34;_blank&#34;&gt;9aa1a7dc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;validator:&lt;/strong&gt;   Fix NPE when traffic management is not defined in a deployment manifest (#1253) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/4657feec33e15c76302e52651579b9b0e5dfaf76&#34; target=&#34;_blank&#34;&gt;4657feec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2362&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.36.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;signalfx:&lt;/strong&gt;   Fixed metric type missing due to duplicated field from parent class (#957) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/d2a4c791d0fd7e92ae4a57b2113d014bee35d1e0&#34; target=&#34;_blank&#34;&gt;d2a4c791&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/2583bbf4eb7ed32c093f4de371c390ae7dbdabda&#34; target=&#34;_blank&#34;&gt;2583bbf4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8312&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.31.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;deployment:&lt;/strong&gt;   fixed missing namespace while fetching manifest details from clouddriver (#4453) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/7a0b18d3f2685301d2f07919ffc9b396be4de12e&#34; target=&#34;_blank&#34;&gt;7a0b18d3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.29.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.5-changelog/</link>
				<pubDate>Thu, 01 Jun 2023 08:10:08 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.5-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5786&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.78.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   ECS Service Tagging broken (backport #5954) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e88dfab1b66b44bddfb86a45b0cd2d116dbaf53d&#34; target=&#34;_blank&#34;&gt;e88dfab1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;metrics:&lt;/strong&gt;   revert metric names to pre-Java (#5936) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/6dccbba04bdc2d4b64c269d3d07a0a6fa2bb9438&#34; target=&#34;_blank&#34;&gt;6dccbba0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;metrics:&lt;/strong&gt;   revert metric names to pre-Java closing spinnaker/spinnaker#6821 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/6dccbba04bdc2d4b64c269d3d07a0a6fa2bb9438&#34; target=&#34;_blank&#34;&gt;6dccbba0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;metrics:&lt;/strong&gt;   remove unused extension (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/6dccbba04bdc2d4b64c269d3d07a0a6fa2bb9438&#34; target=&#34;_blank&#34;&gt;6dccbba0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3123&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.12.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: UI crashes when running pipeline(s) with many stages. (backport #9960) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/3e0f88f0a815f1a53804b23be2b10e708be79077&#34; target=&#34;_blank&#34;&gt;3e0f88f0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2354&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.35.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/1f1f73d8feacc37317369c5878854bc2ed12e120&#34; target=&#34;_blank&#34;&gt;1f1f73d8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8274&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.27.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;deployment:&lt;/strong&gt;   fixed missing namespace while fetching manifest details from clouddriver (#4453) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/6ca6d712dddb7bc8dfc4285f74664c963965a9aa&#34; target=&#34;_blank&#34;&gt;6ca6d712&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.28.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.7-changelog/</link>
				<pubDate>Thu, 01 Jun 2023 08:05:43 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.7-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5766&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.76.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   ECS Service Tagging broken (backport #5954) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/8a7993eb05f930d81ad940029f63e5d39c47b777&#34; target=&#34;_blank&#34;&gt;8a7993eb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-394&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.9.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: UI crashes when running pipeline(s) with many stages. (backport #9960) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/c43b1057af7ea06917c08db19265d6033440b7c2&#34; target=&#34;_blank&#34;&gt;c43b1057&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Fixing bugs related to clone CX when instance types are incompatible with image/region (backport #9901) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/ccd39595fabd88bcf35e0704d2e61dc2b66de1b9&#34; target=&#34;_blank&#34;&gt;ccd39595&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Fixing bugs related to clone CX when instance types are incompatible with image/region (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/ccd39595fabd88bcf35e0704d2e61dc2b66de1b9&#34; target=&#34;_blank&#34;&gt;ccd39595&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   apps always display as unconfigured (#9853) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/44b80f3870f15f00ae62489ba5c5f7da6b993063&#34; target=&#34;_blank&#34;&gt;44b80f38&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2326&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.32.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/48db746d13249d5435eca64d5e7a6f0fa23f740b&#34; target=&#34;_blank&#34;&gt;48db746d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8247&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.24.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;deployment:&lt;/strong&gt;   fixed missing namespace while fetching manifest details from clouddriver (#4453) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/cd4e9ab5e1fe01656c2992d0fe5aef971e5f65be&#34; target=&#34;_blank&#34;&gt;cd4e9ab5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.27.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.6-changelog/</link>
				<pubDate>Thu, 01 Jun 2023 07:57:25 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.6-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5748&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.74.8&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   ECS Service Tagging broken (backport #5954) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/8fc7f9bbb987866a97c982d194a504ce80574255&#34; target=&#34;_blank&#34;&gt;8fc7f9bb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2317&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.31.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/34d94f22c9bd53afb0c5c57414af7d2d88abfab0&#34; target=&#34;_blank&#34;&gt;34d94f22&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-81811&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.18.11&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   removing old failed manifests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/4d53e3afe7888cd0238a4896876382f3b1fe25c7&#34; target=&#34;_blank&#34;&gt;4d53e3af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   refactoring (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/4d53e3afe7888cd0238a4896876382f3b1fe25c7&#34; target=&#34;_blank&#34;&gt;4d53e3af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   refactoring (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/4d53e3afe7888cd0238a4896876382f3b1fe25c7&#34; target=&#34;_blank&#34;&gt;4d53e3af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   added docs (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/4d53e3afe7888cd0238a4896876382f3b1fe25c7&#34; target=&#34;_blank&#34;&gt;4d53e3af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   added test to validate new behaviour (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/4d53e3afe7888cd0238a4896876382f3b1fe25c7&#34; target=&#34;_blank&#34;&gt;4d53e3af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;conflict:&lt;/strong&gt;   resolved conflicts (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/4d53e3afe7888cd0238a4896876382f3b1fe25c7&#34; target=&#34;_blank&#34;&gt;4d53e3af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.30.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.1-changelog/</link>
				<pubDate>Fri, 07 Apr 2023 03:46:41 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.1-changelog/</guid>
				<description>&lt;h1 id=&#34;changelog&#34;&gt;Changelog&lt;/h1&gt;&#xA;&lt;h3 id=&#34;saml&#34;&gt;SAML&lt;/h3&gt;&#xA;&lt;p&gt;Fixed an issue with SAML integration that was introduced in 1.30.0&lt;/p&gt;&#xA;&lt;h2 id=&#34;clouddriver-5801&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.80.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;metrics:&lt;/strong&gt;   revert metric names to pre-Java (#5936) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7758866bb08fd4e37d44f71eed957988af343ed3&#34; target=&#34;_blank&#34;&gt;7758866b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;metrics:&lt;/strong&gt;   revert metric names to pre-Java closing spinnaker/spinnaker#6821 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7758866bb08fd4e37d44f71eed957988af343ed3&#34; target=&#34;_blank&#34;&gt;7758866b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;metrics:&lt;/strong&gt;   remove unused extension (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7758866bb08fd4e37d44f71eed957988af343ed3&#34; target=&#34;_blank&#34;&gt;7758866b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b2919632982ef90bc6ce45f5f88dc944c0034cec&#34; target=&#34;_blank&#34;&gt;b2919632&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   don&amp;rsquo;t create an autobump PR for halyard on a clouddriver release branch (#5677) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a66933051429b487a9939c775056e6e1e3383353&#34; target=&#34;_blank&#34;&gt;a6693305&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/ea05ae18ba313fdc58015b4aff5f0716166fcc77&#34; target=&#34;_blank&#34;&gt;ea05ae18&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2371&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.37.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/43d436386e855b884577e7df652e7778818ef0cd&#34; target=&#34;_blank&#34;&gt;43d43638&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/a3a6cdd30dd8c2d622599a37c401a4af25f6c955&#34; target=&#34;_blank&#34;&gt;a3a6cdd3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1371&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.37.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/8bf74c283b426496e864e27e567a9ea7de41155e&#34; target=&#34;_blank&#34;&gt;8bf74c28&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2281&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.28.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/1991a992ce875cd2d68a09c0635d6be6dccd6972&#34; target=&#34;_blank&#34;&gt;1991a992&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   don&amp;rsquo;t create an autobump PR for halyard on a front50 release branch (#1115) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/523d64b38755c45846da85bcc8ae2d6ecb38ec1c&#34; target=&#34;_blank&#34;&gt;523d64b3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/90d8d730938cd21d6daffbfcd6215dacf1aef68c&#34; target=&#34;_blank&#34;&gt;90d8d730&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6581&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.58.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/f6408bd500d9fb86629ba72ec657c65b6f69c151&#34; target=&#34;_blank&#34;&gt;f6408bd5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/77b3df0d7e41e53f338790ddc07c7e5f7b03ea37&#34; target=&#34;_blank&#34;&gt;77b3df0d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4111&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.11.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/d77263d8c7805bb0269340b02ac5ceb1b198e806&#34; target=&#34;_blank&#34;&gt;d77263d8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/9de200a8686db66cb6124d3384e587d6c4373b4a&#34; target=&#34;_blank&#34;&gt;9de200a8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2361&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.36.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/bc7e3bf0c88cc4adf3939d244a116a4670c5a4c1&#34; target=&#34;_blank&#34;&gt;bc7e3bf0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8311&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.31.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (#4444) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/283c5051d5f4952752e9263b97077a31d0201686&#34; target=&#34;_blank&#34;&gt;283c5051&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f84c42dd5e761bef235b8522c025a3f8d0869cdb&#34; target=&#34;_blank&#34;&gt;f84c42dd&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1131&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.13.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/10fa720a66778aae21af3619742c13001175f0d9&#34; target=&#34;_blank&#34;&gt;10fa720a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.29.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.4-changelog/</link>
				<pubDate>Tue, 28 Mar 2023 23:22:30 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.4-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5785&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.78.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Renamed a query parameter for template tags (#5906) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/3c189489ac908d38d5d286eea778891deeb4ef97&#34; target=&#34;_blank&#34;&gt;3c189489&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecr:&lt;/strong&gt;   Two credentials with same accountId confuses EcrImageProvider with different regions (#5885) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e998b05c03419f3ac7fa7908acf2389bc4a7716a&#34; target=&#34;_blank&#34;&gt;e998b05c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;test:&lt;/strong&gt;   Make the regions reasonable here too (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e998b05c03419f3ac7fa7908acf2389bc4a7716a&#34; target=&#34;_blank&#34;&gt;e998b05c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Update AWS IAM Authenticator version (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/d1176b3c6ee2ba7530166fc1f123226647e0f2bc&#34; target=&#34;_blank&#34;&gt;d1176b3c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/08bcf698570038266b0fcabf0c6b1511f207937a&#34; target=&#34;_blank&#34;&gt;08bcf698&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2363&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.36.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/8e03a0afd529e3a323081ec38ee42c9dacf87b0b&#34; target=&#34;_blank&#34;&gt;8e03a0af&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1363&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.36.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (#1029) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/51fa0be1990264aef1670241a1a22e62f9a6268c&#34; target=&#34;_blank&#34;&gt;51fa0be1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/51fa0be1990264aef1670241a1a22e62f9a6268c&#34; target=&#34;_blank&#34;&gt;51fa0be1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/51fa0be1990264aef1670241a1a22e62f9a6268c&#34; target=&#34;_blank&#34;&gt;51fa0be1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/51fa0be1990264aef1670241a1a22e62f9a6268c&#34; target=&#34;_blank&#34;&gt;51fa0be1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/51fa0be1990264aef1670241a1a22e62f9a6268c&#34; target=&#34;_blank&#34;&gt;51fa0be1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/51fa0be1990264aef1670241a1a22e62f9a6268c&#34; target=&#34;_blank&#34;&gt;51fa0be1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2273&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.27.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cache:&lt;/strong&gt;   Fix caching all pipelines during sync loop. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/efff3fb720727a9f9c2cece5fb9abe4fe8ae30d9&#34; target=&#34;_blank&#34;&gt;efff3fb7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;cache:&lt;/strong&gt;   Fix caching all pipelines drring sync loop. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/efff3fb720727a9f9c2cece5fb9abe4fe8ae30d9&#34; target=&#34;_blank&#34;&gt;efff3fb7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;sql:&lt;/strong&gt;   Populating lastModified field for pipelines when loading objects. (#1220) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/efff3fb720727a9f9c2cece5fb9abe4fe8ae30d9&#34; target=&#34;_blank&#34;&gt;efff3fb7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/ad7e39ea9f136aaa6ca46385ed7d4b0157d97554&#34; target=&#34;_blank&#34;&gt;ad7e39ea&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6573&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.57.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/6e33b5a2354e058f6953ee77484344dfd526fe80&#34; target=&#34;_blank&#34;&gt;6e33b5a2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4103&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.10.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/fc7458722b90692947ab86044c003060ab66f72a&#34; target=&#34;_blank&#34;&gt;fc745872&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2353&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.35.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/297f6a95811f2ce4e4c5e2a650619421df686ead&#34; target=&#34;_blank&#34;&gt;297f6a95&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8273&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.27.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   removing old failed manifests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ccdbea7e2b454c5f161c7e054b364e92c4e45bce&#34; target=&#34;_blank&#34;&gt;ccdbea7e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   refactoring (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ccdbea7e2b454c5f161c7e054b364e92c4e45bce&#34; target=&#34;_blank&#34;&gt;ccdbea7e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   refactoring (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ccdbea7e2b454c5f161c7e054b364e92c4e45bce&#34; target=&#34;_blank&#34;&gt;ccdbea7e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   added docs (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ccdbea7e2b454c5f161c7e054b364e92c4e45bce&#34; target=&#34;_blank&#34;&gt;ccdbea7e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   added test to validate new behaviour (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ccdbea7e2b454c5f161c7e054b364e92c4e45bce&#34; target=&#34;_blank&#34;&gt;ccdbea7e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;conflict:&lt;/strong&gt;   resolved conflicts (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ccdbea7e2b454c5f161c7e054b364e92c4e45bce&#34; target=&#34;_blank&#34;&gt;ccdbea7e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/bb38bc6db2f3231eaeea5d68d659b14212858eaf&#34; target=&#34;_blank&#34;&gt;bb38bc6d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.28.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.6-changelog/</link>
				<pubDate>Tue, 28 Mar 2023 20:37:41 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.6-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5765&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.76.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Renamed a query parameter for template tags (#5906) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/42df94e7b1578517f96a33bb9ba09dd652e9ce79&#34; target=&#34;_blank&#34;&gt;42df94e7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Update AWS IAM Authenticator version (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/4d04f26cd5f4c5ded0773b3c130308299449db59&#34; target=&#34;_blank&#34;&gt;4d04f26c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/a84dfe906a48ab5033ad043f116b427bb1cde4f9&#34; target=&#34;_blank&#34;&gt;a84dfe90&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2346&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.34.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/0957fef998ff136e04db59a5371780d5f0b8a9ca&#34; target=&#34;_blank&#34;&gt;0957fef9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1315&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.31.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (#1029) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/9beee9519381ff736657746b3b0cd4dfdf21fd73&#34; target=&#34;_blank&#34;&gt;9beee951&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/9beee9519381ff736657746b3b0cd4dfdf21fd73&#34; target=&#34;_blank&#34;&gt;9beee951&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/9beee9519381ff736657746b3b0cd4dfdf21fd73&#34; target=&#34;_blank&#34;&gt;9beee951&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/9beee9519381ff736657746b3b0cd4dfdf21fd73&#34; target=&#34;_blank&#34;&gt;9beee951&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/9beee9519381ff736657746b3b0cd4dfdf21fd73&#34; target=&#34;_blank&#34;&gt;9beee951&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/9beee9519381ff736657746b3b0cd4dfdf21fd73&#34; target=&#34;_blank&#34;&gt;9beee951&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2255&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.25.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cache:&lt;/strong&gt;   Fix caching all pipelines during sync loop. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/22c2a6d67be3dee5807854926057239a937e9df3&#34; target=&#34;_blank&#34;&gt;22c2a6d6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;cache:&lt;/strong&gt;   Fix caching all pipelines drring sync loop. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/22c2a6d67be3dee5807854926057239a937e9df3&#34; target=&#34;_blank&#34;&gt;22c2a6d6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;sql:&lt;/strong&gt;   Populating lastModified field for pipelines when loading objects. (#1220) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/22c2a6d67be3dee5807854926057239a937e9df3&#34; target=&#34;_blank&#34;&gt;22c2a6d6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/c4721267952624f5adb77b7d449523fe44c93271&#34; target=&#34;_blank&#34;&gt;c4721267&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6555&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.55.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/228b57f7b40dd2d9711964c73e34ebb50603459d&#34; target=&#34;_blank&#34;&gt;228b57f7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-475&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.7.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/ac7fa51e55855967c04f021aeaad252d38a55b50&#34; target=&#34;_blank&#34;&gt;ac7fa51e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2325&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.32.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/e4bae4ed74eb64f324e136dabf62d6952c6bebbb&#34; target=&#34;_blank&#34;&gt;e4bae4ed&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8246&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.24.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   removing old failed manifests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/7a36cb8242725ee16f629e3631dedff37bfc8e3c&#34; target=&#34;_blank&#34;&gt;7a36cb82&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   refactoring (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/7a36cb8242725ee16f629e3631dedff37bfc8e3c&#34; target=&#34;_blank&#34;&gt;7a36cb82&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   refactoring (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/7a36cb8242725ee16f629e3631dedff37bfc8e3c&#34; target=&#34;_blank&#34;&gt;7a36cb82&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   added docs (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/7a36cb8242725ee16f629e3631dedff37bfc8e3c&#34; target=&#34;_blank&#34;&gt;7a36cb82&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;blue-green-deploy:&lt;/strong&gt;   added test to validate new behaviour (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/7a36cb8242725ee16f629e3631dedff37bfc8e3c&#34; target=&#34;_blank&#34;&gt;7a36cb82&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;conflict:&lt;/strong&gt;   resolved conflicts (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/7a36cb8242725ee16f629e3631dedff37bfc8e3c&#34; target=&#34;_blank&#34;&gt;7a36cb82&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/3ae522b7b8fb994bae60bf9896e11425a44d147d&#34; target=&#34;_blank&#34;&gt;3ae522b7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.30.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.0-changelog/</link>
				<pubDate>Tue, 28 Mar 2023 00:26:28 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.30.0-changelog/</guid>
				<description>&lt;h1 id=&#34;changelog&#34;&gt;Changelog&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: This release requires Halyard version 1.45.0 or later.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. This section provides a summary of notable improvements followed by the comprehensive changelog.&lt;/p&gt;&#xA;&lt;h3 id=&#34;spring-boot-24&#34;&gt;Spring Boot 2.4&lt;/h3&gt;&#xA;&lt;p&gt;Spinnaker 1.30 uses Spring Boot 2.4, where 1.29 uses Spring Boot 2.3.  Spring&#xA;Boot 2.4 considers session data cached by Spring Boot 2.3 invalid.  Therefore,&#xA;users with cached sessions will be unable to log in until the invalid&#xA;information is removed from the cache.  Open browser windows to Spinnaker are&#xA;unresponsive after the deployment until they’re reloaded.  Executing:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.27.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.5-changelog/</link>
				<pubDate>Mon, 27 Mar 2023 18:16:51 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.5-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5747&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.74.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Renamed a query parameter for template tags (#5906) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/29460a330cbff6b3621f7d923ead658aed10a0d7&#34; target=&#34;_blank&#34;&gt;29460a33&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/968882e8c62ce70f0e78d3ce2ea17013d23814d0&#34; target=&#34;_blank&#34;&gt;968882e8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2327&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.32.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/296822a03f3a09339b08406776fd71e2239319c5&#34; target=&#34;_blank&#34;&gt;296822a0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-12813&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.28.13&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (#1029) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/19e4ef2d02fdfee439582ab11ed5a938bd4cd918&#34; target=&#34;_blank&#34;&gt;19e4ef2d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/19e4ef2d02fdfee439582ab11ed5a938bd4cd918&#34; target=&#34;_blank&#34;&gt;19e4ef2d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/19e4ef2d02fdfee439582ab11ed5a938bd4cd918&#34; target=&#34;_blank&#34;&gt;19e4ef2d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/19e4ef2d02fdfee439582ab11ed5a938bd4cd918&#34; target=&#34;_blank&#34;&gt;19e4ef2d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/19e4ef2d02fdfee439582ab11ed5a938bd4cd918&#34; target=&#34;_blank&#34;&gt;19e4ef2d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;logs:&lt;/strong&gt;   Redacted secret data in logs. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/19e4ef2d02fdfee439582ab11ed5a938bd4cd918&#34; target=&#34;_blank&#34;&gt;19e4ef2d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-22310&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.23.10&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;cache:&lt;/strong&gt;   Fix caching all pipelines during sync loop. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/0367e48c9e25da8faceefe3268797c43d3602486&#34; target=&#34;_blank&#34;&gt;0367e48c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;cache:&lt;/strong&gt;   Fix caching all pipelines drring sync loop. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/0367e48c9e25da8faceefe3268797c43d3602486&#34; target=&#34;_blank&#34;&gt;0367e48c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;sql:&lt;/strong&gt;   Populating lastModified field for pipelines when loading objects. (#1220) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/0367e48c9e25da8faceefe3268797c43d3602486&#34; target=&#34;_blank&#34;&gt;0367e48c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/f5db63c1927bdc66ae92af3545a72794b446ae1b&#34; target=&#34;_blank&#34;&gt;f5db63c1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6548&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.54.8&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/0623f2a736dd2e83b3eed3f6d0939a857cd08554&#34; target=&#34;_blank&#34;&gt;0623f2a7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-468&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.6.8&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/2bb537385b3abf5c83207ccf9136e3ddf3ba2350&#34; target=&#34;_blank&#34;&gt;2bb53738&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2316&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.31.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/67a0efba25e4dab6237e9fa0622fd935cc7e56aa&#34; target=&#34;_blank&#34;&gt;67a0efba&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-81810&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.18.10&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/8bb967933357b5435ca6f58834b964dbc8439707&#34; target=&#34;_blank&#34;&gt;8bb96793&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.29.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.3-changelog/</link>
				<pubDate>Tue, 07 Mar 2023 16:37:28 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.3-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5784&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.78.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gke:&lt;/strong&gt;   Enables gcloud auth plugin for 1.26+ GKE clusters (#5847) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/31e8fc3f746f469020b1228a0382191cc4dea87b&#34; target=&#34;_blank&#34;&gt;31e8fc3f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gke:&lt;/strong&gt;   Enables gcloud auth plugin for 1.26+ GKE clusters (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/31e8fc3f746f469020b1228a0382191cc4dea87b&#34; target=&#34;_blank&#34;&gt;31e8fc3f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gke:&lt;/strong&gt;   Bump google cloud sdk and add the plugin for GKE 1.26+ (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/31e8fc3f746f469020b1228a0382191cc4dea87b&#34; target=&#34;_blank&#34;&gt;31e8fc3f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gce:&lt;/strong&gt;   fixed the error caused by account removal (#5882) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/61a57c42d72df16ef9eac71ec344973998fef047&#34; target=&#34;_blank&#34;&gt;61a57c42&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   make AbstractAtomicOperationsCredentialsConverter generic type (#5866) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/56f13ef8ca51a992cc8604b5d5ee3f8334a023dd&#34; target=&#34;_blank&#34;&gt;56f13ef8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   Revert to using the dockerImage Artifact Replacer for cronjobs (#5876) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/34a37b644022d45672e662d2e1e82a3f82eddd9b&#34; target=&#34;_blank&#34;&gt;34a37b64&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   revert to using the dockerImage artifact replacer for cronjobs (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/34a37b644022d45672e662d2e1e82a3f82eddd9b&#34; target=&#34;_blank&#34;&gt;34a37b64&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e14eb01de91f5f22e3501c2866b6373d7bff2a45&#34; target=&#34;_blank&#34;&gt;e14eb01d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/727f032e40b8ba04d9d3de8d7808caeb7e17344a&#34; target=&#34;_blank&#34;&gt;727f032e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   pin version of com.github.tomakehurst:wiremock (#5845) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/98522b548581102a6db07e921c519301a9ad4bf0&#34; target=&#34;_blank&#34;&gt;98522b54&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   add failing test to show that the cronJobDockerImageReplacer doesn&amp;rsquo;t work for match-name-and-tag artifact binding strategy, but the dockerImageReplacer works (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/34a37b644022d45672e662d2e1e82a3f82eddd9b&#34; target=&#34;_blank&#34;&gt;34a37b64&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3122&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.12.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (backport #9937) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/394ba1775daa4a2854f236eaf7a03697b8e33962&#34; target=&#34;_blank&#34;&gt;394ba177&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/394ba1775daa4a2854f236eaf7a03697b8e33962&#34; target=&#34;_blank&#34;&gt;394ba177&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/394ba1775daa4a2854f236eaf7a03697b8e33962&#34; target=&#34;_blank&#34;&gt;394ba177&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/394ba1775daa4a2854f236eaf7a03697b8e33962&#34; target=&#34;_blank&#34;&gt;394ba177&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/394ba1775daa4a2854f236eaf7a03697b8e33962&#34; target=&#34;_blank&#34;&gt;394ba177&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2362&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.36.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;event:&lt;/strong&gt;   Add circuit breaker for events sending. (#1233) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/eec8bf5562d4fb659b192d8f974d66f6362e6db2&#34; target=&#34;_blank&#34;&gt;eec8bf55&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;event:&lt;/strong&gt;   Add circuit breaker for events sending. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/eec8bf5562d4fb659b192d8f974d66f6362e6db2&#34; target=&#34;_blank&#34;&gt;eec8bf55&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: The circuit breaker feature for sending events to telemetry endpoint is hidden under a required feature flag property (#1241) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/d764c8d34281450c4a6d39789e78e89c8ee74e86&#34; target=&#34;_blank&#34;&gt;d764c8d3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/20599741b9b23b3a973588b6abf782cc9a08705d&#34; target=&#34;_blank&#34;&gt;20599741&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4288d345b22d36e2d55157eec836605ab24b0f04&#34; target=&#34;_blank&#34;&gt;4288d345&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1362&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.36.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Should fix the deletion of permissions when resource name is uppercase (#1012) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/6d9f5050840c48040edb6435c7a22640412092c7&#34; target=&#34;_blank&#34;&gt;6d9f5050&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/7dee734b34b2a44289847a1a494bb18c63f1bdd7&#34; target=&#34;_blank&#34;&gt;7dee734b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2272&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.27.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/0ff677e7881643b6e3ab6477d9ac8a6aab5b1588&#34; target=&#34;_blank&#34;&gt;0ff677e7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/1655d35baee0aee34d7b147fd1d7acf56e4a53b7&#34; target=&#34;_blank&#34;&gt;1655d35b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6572&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.57.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/b779739f4704e5a8e9ae6600ad85683fa2a8c1cb&#34; target=&#34;_blank&#34;&gt;b779739f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/8da31e31ebe4033448afb14e824c60a15862c810&#34; target=&#34;_blank&#34;&gt;8da31e31&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4102&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.10.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/ea39d2426ddb3f191fd25c0c501799e478f3158c&#34; target=&#34;_blank&#34;&gt;ea39d242&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/424268b350b90ab02f538120fa40f45f85ca37fb&#34; target=&#34;_blank&#34;&gt;424268b3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2352&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.35.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/8294bcb57f142de39817b6d6abf1213f5fa2b89c&#34; target=&#34;_blank&#34;&gt;8294bcb5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8272&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.27.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;stageExecution:&lt;/strong&gt;   Extend MJ auth propagate logic for exhaustive cases (#4368) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/479e034e0ea645eeb82eb88848310d1c4e198592&#34; target=&#34;_blank&#34;&gt;479e034e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;stageExecution:&lt;/strong&gt;   Permission retrieved from last user interaction (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/479e034e0ea645eeb82eb88848310d1c4e198592&#34; target=&#34;_blank&#34;&gt;479e034e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;stageExecution:&lt;/strong&gt;   Include not authenticated to apply backtracking (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/479e034e0ea645eeb82eb88848310d1c4e198592&#34; target=&#34;_blank&#34;&gt;479e034e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;stageExecution:&lt;/strong&gt;   Extended logic for sub cases (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/479e034e0ea645eeb82eb88848310d1c4e198592&#34; target=&#34;_blank&#34;&gt;479e034e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (backport #4383) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/50946c24086a4900be64b81fe7d78959d04084f5&#34; target=&#34;_blank&#34;&gt;50946c24&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/50946c24086a4900be64b81fe7d78959d04084f5&#34; target=&#34;_blank&#34;&gt;50946c24&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/50946c24086a4900be64b81fe7d78959d04084f5&#34; target=&#34;_blank&#34;&gt;50946c24&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/50946c24086a4900be64b81fe7d78959d04084f5&#34; target=&#34;_blank&#34;&gt;50946c24&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/50946c24086a4900be64b81fe7d78959d04084f5&#34; target=&#34;_blank&#34;&gt;50946c24&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/50946c24086a4900be64b81fe7d78959d04084f5&#34; target=&#34;_blank&#34;&gt;50946c24&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/80c7ed706e35ed69b92f8e42b1da62d417b0abe0&#34; target=&#34;_blank&#34;&gt;80c7ed70&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/f7e2c2b519cae76479e0838d3c1b467fae8b11bb&#34; target=&#34;_blank&#34;&gt;f7e2c2b5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1123&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.12.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/8767765164c42975654e21374bf794cd179ceb96&#34; target=&#34;_blank&#34;&gt;87677651&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.28.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.5-changelog/</link>
				<pubDate>Fri, 03 Mar 2023 17:50:45 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.5-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5764&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.76.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gke:&lt;/strong&gt;   Enables gcloud auth plugin for 1.26+ GKE clusters (backport #5847) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2fa2b60dae9bc4f32ffdec9404160acd4fb3069d&#34; target=&#34;_blank&#34;&gt;2fa2b60d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gke:&lt;/strong&gt;   Enables gcloud auth plugin for 1.26+ GKE clusters (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2fa2b60dae9bc4f32ffdec9404160acd4fb3069d&#34; target=&#34;_blank&#34;&gt;2fa2b60d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gke:&lt;/strong&gt;   Enables gcloud auth plugin for 1.26+ GKE clusters (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2fa2b60dae9bc4f32ffdec9404160acd4fb3069d&#34; target=&#34;_blank&#34;&gt;2fa2b60d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gke:&lt;/strong&gt;   Bump google cloud sdk and add the plugin for GKE 1.26+ (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2fa2b60dae9bc4f32ffdec9404160acd4fb3069d&#34; target=&#34;_blank&#34;&gt;2fa2b60d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecr:&lt;/strong&gt;   Two credentials with same accountId confuses EcrImageProvider with different regions (#5885) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b7a4239b30cacf31cbf121d803e5956091e8534f&#34; target=&#34;_blank&#34;&gt;b7a4239b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   Revert to using the dockerImage Artifact Replacer for cronjobs (#5876) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/eb54d18bca75c2d6cca74a57d9e0e4699696ce6f&#34; target=&#34;_blank&#34;&gt;eb54d18b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   revert to using the dockerImage artifact replacer for cronjobs (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/eb54d18bca75c2d6cca74a57d9e0e4699696ce6f&#34; target=&#34;_blank&#34;&gt;eb54d18b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;permissions:&lt;/strong&gt;   Added evaluator case when fiat is enabled (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/923fa4fb1a83477f1d6d08a7391b06be1fd82e9e&#34; target=&#34;_blank&#34;&gt;923fa4fb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;permissions:&lt;/strong&gt;   added previous verification to extend sub cases (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/923fa4fb1a83477f1d6d08a7391b06be1fd82e9e&#34; target=&#34;_blank&#34;&gt;923fa4fb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;permissions:&lt;/strong&gt;   Added evaluator case when fiat is enabled (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/923fa4fb1a83477f1d6d08a7391b06be1fd82e9e&#34; target=&#34;_blank&#34;&gt;923fa4fb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;style:&lt;/strong&gt;   Added correct code format (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/923fa4fb1a83477f1d6d08a7391b06be1fd82e9e&#34; target=&#34;_blank&#34;&gt;923fa4fb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;test:&lt;/strong&gt;   Make the regions reasonable here too (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b7a4239b30cacf31cbf121d803e5956091e8534f&#34; target=&#34;_blank&#34;&gt;b7a4239b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b0d6a8ef4d935eeaa78190d111198e9229cfc189&#34; target=&#34;_blank&#34;&gt;b0d6a8ef&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/14e1395a7e42f8976ed4bbf1245fd36350eb7b1b&#34; target=&#34;_blank&#34;&gt;14e1395a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   pin version of com.github.tomakehurst:wiremock (#5845) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/5d41a38ed1265f7eb765c8538f4f3cd0dec39142&#34; target=&#34;_blank&#34;&gt;5d41a38e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   add failing test to show that the cronJobDockerImageReplacer doesn&amp;rsquo;t work for match-name-and-tag artifact binding strategy, but the dockerImageReplacer works (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/eb54d18bca75c2d6cca74a57d9e0e4699696ce6f&#34; target=&#34;_blank&#34;&gt;eb54d18b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;merge:&lt;/strong&gt;   fix merge conflict in backport (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2fa2b60dae9bc4f32ffdec9404160acd4fb3069d&#34; target=&#34;_blank&#34;&gt;2fa2b60d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-393&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.9.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (backport #9937) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/3b8b22aaf8ae66457212fa617718f73f0e675349&#34; target=&#34;_blank&#34;&gt;3b8b22aa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/3b8b22aaf8ae66457212fa617718f73f0e675349&#34; target=&#34;_blank&#34;&gt;3b8b22aa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/3b8b22aaf8ae66457212fa617718f73f0e675349&#34; target=&#34;_blank&#34;&gt;3b8b22aa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/3b8b22aaf8ae66457212fa617718f73f0e675349&#34; target=&#34;_blank&#34;&gt;3b8b22aa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/3b8b22aaf8ae66457212fa617718f73f0e675349&#34; target=&#34;_blank&#34;&gt;3b8b22aa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2345&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.34.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;event:&lt;/strong&gt;   Add circuit breaker for events sending. (#1233) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/21e965fb023555ea17227e08ac48c36fa2475f93&#34; target=&#34;_blank&#34;&gt;21e965fb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;event:&lt;/strong&gt;   Add circuit breaker for events sending. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/21e965fb023555ea17227e08ac48c36fa2475f93&#34; target=&#34;_blank&#34;&gt;21e965fb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: The circuit breaker feature for sending events to telemetry endpoint is hidden under a required feature flag property (#1241) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/59bfbecd272bedcb73d064caa61a4592f46007fa&#34; target=&#34;_blank&#34;&gt;59bfbecd&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/48b04bc2038abb5f3f66cca05309ed2cf5a119b9&#34; target=&#34;_blank&#34;&gt;48b04bc2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4e77a27ec83f3fb93b86e420a53eedc5543bea7e&#34; target=&#34;_blank&#34;&gt;4e77a27e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1314&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.31.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Should fix the deletion of permissions when resource name is uppercase (backport #1012) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/2088171e5a2fb327c70982634e3db3a2d9291896&#34; target=&#34;_blank&#34;&gt;2088171e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/3008028984f2870331aeb79c3ac56475a81f3d08&#34; target=&#34;_blank&#34;&gt;30080289&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#989) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/325886ada3578827bdee6a0ecb541f7d1258806c&#34; target=&#34;_blank&#34;&gt;325886ad&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2254&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.25.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/47b98338acda4e2ab060b9b39ef266395f048ec0&#34; target=&#34;_blank&#34;&gt;47b98338&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/cdc14e426e4286512cd160545470e20103a1a322&#34; target=&#34;_blank&#34;&gt;cdc14e42&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6554&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.55.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/be97e2adf5e366162fab128b305dae1616cd42cb&#34; target=&#34;_blank&#34;&gt;be97e2ad&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/338034da9c2b6f2ea09a46820294998d70a13f6e&#34; target=&#34;_blank&#34;&gt;338034da&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-474&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.7.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/b65b0d500668a2ef014d45dfb194592badba98df&#34; target=&#34;_blank&#34;&gt;b65b0d50&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/81ca40334b7b8603196d79e47a37a6539bf26e60&#34; target=&#34;_blank&#34;&gt;81ca4033&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2324&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.32.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/c99c5f1e6e458586ae6bffc651f5934571fc4138&#34; target=&#34;_blank&#34;&gt;c99c5f1e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8245&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.24.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;conflict:&lt;/strong&gt;   Fix merge conflict (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/107ff38dff1c90243606b80faf6a97f76d327fbd&#34; target=&#34;_blank&#34;&gt;107ff38d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (backport #4383) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/107ff38dff1c90243606b80faf6a97f76d327fbd&#34; target=&#34;_blank&#34;&gt;107ff38d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/107ff38dff1c90243606b80faf6a97f76d327fbd&#34; target=&#34;_blank&#34;&gt;107ff38d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/107ff38dff1c90243606b80faf6a97f76d327fbd&#34; target=&#34;_blank&#34;&gt;107ff38d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/107ff38dff1c90243606b80faf6a97f76d327fbd&#34; target=&#34;_blank&#34;&gt;107ff38d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/107ff38dff1c90243606b80faf6a97f76d327fbd&#34; target=&#34;_blank&#34;&gt;107ff38d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/66ef088a2a53476e94c10c9140bb4ac33ca8da93&#34; target=&#34;_blank&#34;&gt;66ef088a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/09b15367c71898484a78667b73320a168d6fcfcb&#34; target=&#34;_blank&#34;&gt;09b15367&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-186&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.8.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/17d001df520a0d2256055f99f8bc4989346c8910&#34; target=&#34;_blank&#34;&gt;17d001df&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.27.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.4-changelog/</link>
				<pubDate>Wed, 01 Mar 2023 19:07:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.4-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5746&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.74.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;gke:&lt;/strong&gt;   Enables gcloud auth plugin for 1.26+ GKE clusters (backport #5847) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/79ee9e88fb0d7c5aaf6565ff3128b76e71ff286e&#34; target=&#34;_blank&#34;&gt;79ee9e88&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gke:&lt;/strong&gt;   Enables gcloud auth plugin for 1.26+ GKE clusters (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/79ee9e88fb0d7c5aaf6565ff3128b76e71ff286e&#34; target=&#34;_blank&#34;&gt;79ee9e88&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gke:&lt;/strong&gt;   Enables gcloud auth plugin for 1.26+ GKE clusters (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/79ee9e88fb0d7c5aaf6565ff3128b76e71ff286e&#34; target=&#34;_blank&#34;&gt;79ee9e88&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gke:&lt;/strong&gt;   Bump google cloud sdk and add the plugin for GKE 1.26+ (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/79ee9e88fb0d7c5aaf6565ff3128b76e71ff286e&#34; target=&#34;_blank&#34;&gt;79ee9e88&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ecr:&lt;/strong&gt;   Two credentials with same accountId confuses EcrImageProvider with different regions (#5885) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/4c9578485f586a8761074f484225989f0e0c2b42&#34; target=&#34;_blank&#34;&gt;4c957848&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;test:&lt;/strong&gt;   Make the regions reasonable here too (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/4c9578485f586a8761074f484225989f0e0c2b42&#34; target=&#34;_blank&#34;&gt;4c957848&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b6cfc3b352d4ba812b70a08b1fdc1755f49a3edb&#34; target=&#34;_blank&#34;&gt;b6cfc3b3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2d0d6e0105ef0af2c669345efe945cecfdd19314&#34; target=&#34;_blank&#34;&gt;2d0d6e01&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   pin version of com.github.tomakehurst:wiremock (#5845) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b6a03baffa569f6e6455dac9fd89f6747e9a8683&#34; target=&#34;_blank&#34;&gt;b6a03baf&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;merge:&lt;/strong&gt;   fix merge conflict in backport (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/79ee9e88fb0d7c5aaf6565ff3128b76e71ff286e&#34; target=&#34;_blank&#34;&gt;79ee9e88&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-385&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.8.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (backport #9937) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/91df4ee661450b04c73232d6c54ae00e96844945&#34; target=&#34;_blank&#34;&gt;91df4ee6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/91df4ee661450b04c73232d6c54ae00e96844945&#34; target=&#34;_blank&#34;&gt;91df4ee6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/91df4ee661450b04c73232d6c54ae00e96844945&#34; target=&#34;_blank&#34;&gt;91df4ee6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/91df4ee661450b04c73232d6c54ae00e96844945&#34; target=&#34;_blank&#34;&gt;91df4ee6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/91df4ee661450b04c73232d6c54ae00e96844945&#34; target=&#34;_blank&#34;&gt;91df4ee6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/91df4ee661450b04c73232d6c54ae00e96844945&#34; target=&#34;_blank&#34;&gt;91df4ee6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/91df4ee661450b04c73232d6c54ae00e96844945&#34; target=&#34;_blank&#34;&gt;91df4ee6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2326&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.32.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;event:&lt;/strong&gt;   Add circuit breaker for events sending. (#1233) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/5c2e4d7bc3d6d3840d19bd8b3e1a106df5f03452&#34; target=&#34;_blank&#34;&gt;5c2e4d7b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;event:&lt;/strong&gt;   Add circuit breaker for events sending. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/5c2e4d7bc3d6d3840d19bd8b3e1a106df5f03452&#34; target=&#34;_blank&#34;&gt;5c2e4d7b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: The circuit breaker feature for sending events to telemetry endpoint is hidden under a required feature flag property (#1241) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/4e1eca563bd606268d3aacac528089a32ac88c3c&#34; target=&#34;_blank&#34;&gt;4e1eca56&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/809a183119c63331aca99202523ec3c68774f30d&#34; target=&#34;_blank&#34;&gt;809a1831&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/eef351c8484cc1146aacc43cc3b19ff5f33e3e0e&#34; target=&#34;_blank&#34;&gt;eef351c8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-12812&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.28.12&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/a52e5a984012d103e13c25beeaf9fa9922a5e916&#34; target=&#34;_blank&#34;&gt;a52e5a98&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2239&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.23.9&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/adfd0b7919392db1e876463fc77ef66a47142090&#34; target=&#34;_blank&#34;&gt;adfd0b79&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/661a4014667bd0ded42744fcdb4956daf52268fe&#34; target=&#34;_blank&#34;&gt;661a4014&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6547&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.54.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/b8360a013ded6a5961a3f57a4deed67c27eec944&#34; target=&#34;_blank&#34;&gt;b8360a01&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/4875a9202979bfe10757172969ea128dd620975f&#34; target=&#34;_blank&#34;&gt;4875a920&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-467&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.6.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/11b9dcd10cd2d96b0852a66212075c2f0b77ddcd&#34; target=&#34;_blank&#34;&gt;11b9dcd1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/8ff0efd2bbc5d0d934079bd5cc478cdf0a2b83fe&#34; target=&#34;_blank&#34;&gt;8ff0efd2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2315&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.31.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/a67db92fb2ac468bddd6d44feadc91fb4c4df51e&#34; target=&#34;_blank&#34;&gt;a67db92f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8189&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.18.9&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (backport #4383) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/9ea6baafb3d93d41fb1020b6e3afdd1e6a34fc55&#34; target=&#34;_blank&#34;&gt;9ea6baaf&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/9ea6baafb3d93d41fb1020b6e3afdd1e6a34fc55&#34; target=&#34;_blank&#34;&gt;9ea6baaf&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/9ea6baafb3d93d41fb1020b6e3afdd1e6a34fc55&#34; target=&#34;_blank&#34;&gt;9ea6baaf&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/9ea6baafb3d93d41fb1020b6e3afdd1e6a34fc55&#34; target=&#34;_blank&#34;&gt;9ea6baaf&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/9ea6baafb3d93d41fb1020b6e3afdd1e6a34fc55&#34; target=&#34;_blank&#34;&gt;9ea6baaf&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;timeout:&lt;/strong&gt;   Added feature flag for rollback timeout ui input. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/9ea6baafb3d93d41fb1020b6e3afdd1e6a34fc55&#34; target=&#34;_blank&#34;&gt;9ea6baaf&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/c990e3561c134d2c5336e0250b590ccf971183ea&#34; target=&#34;_blank&#34;&gt;c990e356&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/2c26b6574d683ccaec7e50216da65ae009f233a2&#34; target=&#34;_blank&#34;&gt;2c26b657&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-178&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.7.8&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/7310481cc629423f4c4b3ea8b58717abb1582876&#34; target=&#34;_blank&#34;&gt;7310481c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.29.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.2-changelog/</link>
				<pubDate>Fri, 09 Dec 2022 00:03:29 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.2-changelog/</guid>
				<description>&lt;h2 id=&#34;rosco-1122&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.12.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   add aws.bakery-defaults.maskedPackerParameters configuration parameter (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/defc95102fd297f7f724afcc6344cfe4753ce803&#34; target=&#34;_blank&#34;&gt;defc9510&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   verify that JobRequest.maskedTokenizedCommand really masks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/defc95102fd297f7f724afcc6344cfe4753ce803&#34; target=&#34;_blank&#34;&gt;defc9510&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.28.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.4-changelog/</link>
				<pubDate>Thu, 08 Dec 2022 23:54:08 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.4-changelog/</guid>
				<description>&lt;h2 id=&#34;rosco-185&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.8.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   add aws.bakery-defaults.maskedPackerParameters configuration parameter (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/577d19c6d1a062fdbf63f008600af6386ee8e073&#34; target=&#34;_blank&#34;&gt;577d19c6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   verify that JobRequest.maskedTokenizedCommand really masks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/577d19c6d1a062fdbf63f008600af6386ee8e073&#34; target=&#34;_blank&#34;&gt;577d19c6&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.27.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.3-changelog/</link>
				<pubDate>Thu, 08 Dec 2022 23:44:11 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.3-changelog/</guid>
				<description>&lt;h2 id=&#34;rosco-177&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.7.7&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   add aws.bakery-defaults.maskedPackerParameters configuration parameter (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/713d1944fc3fd5b980d1678c46089dc54905c4f2&#34; target=&#34;_blank&#34;&gt;713d1944&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   verify that JobRequest.maskedTokenizedCommand really masks (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/713d1944fc3fd5b980d1678c46089dc54905c4f2&#34; target=&#34;_blank&#34;&gt;713d1944&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.29.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.1-changelog/</link>
				<pubDate>Tue, 06 Dec 2022 23:12:02 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.1-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5783&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.78.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;appengine:&lt;/strong&gt;   Fixes app engine credentials repo (#5807) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/7363ab077e051efe40a106f7ef85ff7ca101df61&#34; target=&#34;_blank&#34;&gt;7363ab07&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts/bitbuket:&lt;/strong&gt;   added ACCEPT Header when using token auth (#5813) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c3b4ef22c917a6317fde5799533d23951845c995&#34; target=&#34;_blank&#34;&gt;c3b4ef22&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts/bitbuket:&lt;/strong&gt;   added ACCEPT Header when using token auth (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c3b4ef22c917a6317fde5799533d23951845c995&#34; target=&#34;_blank&#34;&gt;c3b4ef22&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts/bitbuket:&lt;/strong&gt;   changed for constant MediaType.APPLICATION_JSON_VALUE (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c3b4ef22c917a6317fde5799533d23951845c995&#34; target=&#34;_blank&#34;&gt;c3b4ef22&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts/bitbuket:&lt;/strong&gt;   added &amp;lsquo;Accept: application/json&amp;rsquo; header on unit tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/c3b4ef22c917a6317fde5799533d23951845c995&#34; target=&#34;_blank&#34;&gt;c3b4ef22&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Remove payload data from logs (#5784) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e799bab37d264781597db7068ade3942501fdafa&#34; target=&#34;_blank&#34;&gt;e799bab3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   Fix for the missing CredentialsRepository issue (#5793) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/67ce8c8db482769ab870e6968424afe4624e55d8&#34; target=&#34;_blank&#34;&gt;67ce8c8d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   Fix for the missing CredentialsRepository issue (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/67ce8c8db482769ab870e6968424afe4624e55d8&#34; target=&#34;_blank&#34;&gt;67ce8c8d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;google:&lt;/strong&gt;   Fix for the missing CredentialsRepository issue. Added test. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/67ce8c8db482769ab870e6968424afe4624e55d8&#34; target=&#34;_blank&#34;&gt;67ce8c8d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   teach KubernetesManifest to support kubernetes resources where the spec is not a map (#5814) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/60152a57cc75e598ca446aa1e1b3bc73e48dcf22&#34; target=&#34;_blank&#34;&gt;60152a57&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   teach KubernetesManifest to support kubernetes resources where the spec is not a map (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/60152a57cc75e598ca446aa1e1b3bc73e48dcf22&#34; target=&#34;_blank&#34;&gt;60152a57&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;configserver:&lt;/strong&gt;   use version 0.14.2 of com.github.wnameless.json:json-flattener (#5804) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/760c996ee060408af673ac721ed1231232c0d3cb&#34; target=&#34;_blank&#34;&gt;760c996e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/dc7b626b9ea7f57c4e28849a2e1b50dbac738e20&#34; target=&#34;_blank&#34;&gt;dc7b626b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e8a776db0acbf903a38f9dd38093702784fe4499&#34; target=&#34;_blank&#34;&gt;e8a776db&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#5819) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/65741f9889406193cb10724b6fcdfe636f573549&#34; target=&#34;_blank&#34;&gt;65741f98&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   don&amp;rsquo;t create an autobump PR for halyard on a clouddriver release branch (#5677) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/002e9e375a0984bd6bc76b67ef1afd59bc09b71e&#34; target=&#34;_blank&#34;&gt;002e9e37&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   verify that KubernetesDeployManifestOperation can deploy a custom resource whose spec is a list (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/60152a57cc75e598ca446aa1e1b3bc73e48dcf22&#34; target=&#34;_blank&#34;&gt;60152a57&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-3121&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.12.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipeline:&lt;/strong&gt;   added feature flag for pipeline when mj stage child (#9914) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/30cb2e2288232a6ca5939942e5c8a6150d7cdd36&#34; target=&#34;_blank&#34;&gt;30cb2e22&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipeline:&lt;/strong&gt;   added feature flag for pipeline when mj stage child (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/30cb2e2288232a6ca5939942e5c8a6150d7cdd36&#34; target=&#34;_blank&#34;&gt;30cb2e22&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Fixing bugs related to clone CX when instance types are incompatible with image/region (#9901) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f2c0467e7d61f19b74afd6096b58a54394139bfb&#34; target=&#34;_blank&#34;&gt;f2c0467e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   Fixing bugs related to clone UX when instance types are incompatible with image/region (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f2c0467e7d61f19b74afd6096b58a54394139bfb&#34; target=&#34;_blank&#34;&gt;f2c0467e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   PR feedback (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f2c0467e7d61f19b74afd6096b58a54394139bfb&#34; target=&#34;_blank&#34;&gt;f2c0467e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   fix instance type selector by allowing instance types that can&amp;rsquo;t be validated. (#9893) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/eeed4998eb6ec3fe4b6aa6a97c2a956f82917c35&#34; target=&#34;_blank&#34;&gt;eeed4998&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   fix instance type selector by allowing instance types that can&amp;rsquo;t be validated. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/eeed4998eb6ec3fe4b6aa6a97c2a956f82917c35&#34; target=&#34;_blank&#34;&gt;eeed4998&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;aws:&lt;/strong&gt;   adding test for instance type selector fix (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/eeed4998eb6ec3fe4b6aa6a97c2a956f82917c35&#34; target=&#34;_blank&#34;&gt;eeed4998&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Do not set static document base URL (#9890) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/a078cc1c29e92d44e7685c70c0bd6c618fa41725&#34; target=&#34;_blank&#34;&gt;a078cc1c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;links:&lt;/strong&gt;   update link to spinnaker release changelog (#9897) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/c3ea5bcee44c9b10e87bb0327a9e1834076a51e4&#34; target=&#34;_blank&#34;&gt;c3ea5bce&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;links:&lt;/strong&gt;   update link to spinnaker release changelog (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/c3ea5bcee44c9b10e87bb0327a9e1834076a51e4&#34; target=&#34;_blank&#34;&gt;c3ea5bce&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipeline:&lt;/strong&gt;   added verification for sub pipe data (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/30cb2e2288232a6ca5939942e5c8a6150d7cdd36&#34; target=&#34;_blank&#34;&gt;30cb2e22&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#9916) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/ab3cb6e06576efdd4357e25b443c2bea3c483605&#34; target=&#34;_blank&#34;&gt;ab3cb6e0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2361&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.36.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;webhooks:&lt;/strong&gt;   Handle Bitbucket Server PR events (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/8ddbbfb547e8c3fb35c214dca9ea938a375430e7&#34; target=&#34;_blank&#34;&gt;8ddbbfb5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/8dcc9578de02e3d7b9773a26388f546d75660b03&#34; target=&#34;_blank&#34;&gt;8dcc9578&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/7ef48ce94be2a3d7d2397d6bda45af2b19091875&#34; target=&#34;_blank&#34;&gt;7ef48ce9&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1215) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/055ba9fe7de6db3e319ab65a265fc14f87041a10&#34; target=&#34;_blank&#34;&gt;055ba9fe&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1361&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.36.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/0282fe2bc28a1e3c829c15c0ed0260c6cd5a5618&#34; target=&#34;_blank&#34;&gt;0282fe2b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#989) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/889372b32d0b5706aeedf499ee97b885485c1d31&#34; target=&#34;_blank&#34;&gt;889372b3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2271&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.27.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelines:&lt;/strong&gt;   prevent from creating duplicated pipelines (#1172) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/7ff4ef9b2233c991b42306d8b8a60906491c78d7&#34; target=&#34;_blank&#34;&gt;7ff4ef9b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelines:&lt;/strong&gt;   prevent from duplicated pipelines (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/7ff4ef9b2233c991b42306d8b8a60906491c78d7&#34; target=&#34;_blank&#34;&gt;7ff4ef9b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/ad068354f146108f69bb32b7ebf015b7b72eb51a&#34; target=&#34;_blank&#34;&gt;ad068354&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/691cb0a019e3dee6579de138f46821c3dbf5ec6c&#34; target=&#34;_blank&#34;&gt;691cb0a0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1177) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/01e19847042226fa74b67f220dcfc31f475bd449&#34; target=&#34;_blank&#34;&gt;01e19847&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   don&amp;rsquo;t create an autobump PR for halyard on a front50 release branch (#1115) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/0819232e643f71dd44860f904aa1ca057f7c6348&#34; target=&#34;_blank&#34;&gt;0819232e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6571&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.57.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/abba15065b55143a6ea47d0796df9a0a49db373f&#34; target=&#34;_blank&#34;&gt;abba1506&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/052af09924fa466db1af8aaf630abe3e9b47967c&#34; target=&#34;_blank&#34;&gt;052af099&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1585) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/e63560ae12f31cc1b17a0539761d7ed09ea3ba41&#34; target=&#34;_blank&#34;&gt;e63560ae&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-4101&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.10.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/23b170270724df7ff3c1645c461b63110fee08e7&#34; target=&#34;_blank&#34;&gt;23b17027&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/7ae82777e8c991810d7d157b596c98b4ae2cc578&#34; target=&#34;_blank&#34;&gt;7ae82777&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1055) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/31c92aa80c1012253c9d43165479d5bcf4e88e2f&#34; target=&#34;_blank&#34;&gt;31c92aa8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2351&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.35.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;security:&lt;/strong&gt;   Bump commons-text for CVE-2022-42889 (#911) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/2a8436fab326d8422bd686856187e976afdfdd4d&#34; target=&#34;_blank&#34;&gt;2a8436fa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;security:&lt;/strong&gt;   Bump commons-text for CVE-2022-42889 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/2a8436fab326d8422bd686856187e976afdfdd4d&#34; target=&#34;_blank&#34;&gt;2a8436fa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;version:&lt;/strong&gt;   Add patch version not just minor version (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/2a8436fab326d8422bd686856187e976afdfdd4d&#34; target=&#34;_blank&#34;&gt;2a8436fa&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/8317e470c505e2ef8e637d7846e1f4a902ef7231&#34; target=&#34;_blank&#34;&gt;8317e470&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#917) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/40701adbba9f3cfb6c485ffa75d5179a6f14e844&#34; target=&#34;_blank&#34;&gt;40701adb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8271&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.27.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-2&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;bakery:&lt;/strong&gt;   Clean up cached data created by Rosco. (#4323) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/a51355421deb05c3768d96e2e17d294259c6f089&#34; target=&#34;_blank&#34;&gt;a5135542&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;featureFlags:&lt;/strong&gt;   pass ExpressionProperties to ExpressionsSupport (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ee451cff31c7f83ce02cfe1372756c96f4b8b636&#34; target=&#34;_blank&#34;&gt;ee451cff&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;config:&lt;/strong&gt;   add back public visibility for ClouddriverRetrofitBuilder class (#4331) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/5570885c3e2ab362c930950afce82996938b4693&#34; target=&#34;_blank&#34;&gt;5570885c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;config:&lt;/strong&gt;   restore prior visibility of methods on CloudDriverConfigurationProperties class (#4317) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/3ac8a17594ae8e1792b3be304938f076e2f86502&#34; target=&#34;_blank&#34;&gt;3ac8a175&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;stageExecution:&lt;/strong&gt;   In evaluable variable stage restart scenario variables are not cleaned properly (#16) (backport #4307) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/5dc392022d1e1cb30e5ac2f1c87e713ebdcc3861&#34; target=&#34;_blank&#34;&gt;5dc39202&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tasks:&lt;/strong&gt;   Fix MonitorKayentaCanaryTask on results data map (#4312) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/04885fd8b34bb7863a3893b209b24420aa41595d&#34; target=&#34;_blank&#34;&gt;04885fd8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/e534be631c4a3eaf1bbf263e86181e3b8f5916be&#34; target=&#34;_blank&#34;&gt;e534be63&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ee451cff31c7f83ce02cfe1372756c96f4b8b636&#34; target=&#34;_blank&#34;&gt;ee451cff&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ee451cff31c7f83ce02cfe1372756c96f4b8b636&#34; target=&#34;_blank&#34;&gt;ee451cff&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#4337) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/b4c8041b138881f453a9cb23cda2e43e31e91e52&#34; target=&#34;_blank&#34;&gt;b4c8041b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-1121&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.12.1&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-3&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;bakery:&lt;/strong&gt;   Clean up cached data created by Rosco. (#912) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/4513c617b51def4b51154e274c9e445473c550c4&#34; target=&#34;_blank&#34;&gt;4513c617&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;bakery:&lt;/strong&gt;   Clean up cached data created by Rosco. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/4513c617b51def4b51154e274c9e445473c550c4&#34; target=&#34;_blank&#34;&gt;4513c617&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-9&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/5dafb668deb235b73f76c6f182fcac5fec1d1229&#34; target=&#34;_blank&#34;&gt;5dafb668&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#917) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/7947172009f93f6de17c443ac82d9ce1f36fc2d3&#34; target=&#34;_blank&#34;&gt;79471720&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.28.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.3-changelog/</link>
				<pubDate>Tue, 06 Dec 2022 22:53:29 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.3-changelog/</guid>
				<description>&lt;h2 id=&#34;echo-2344&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.34.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;webhooks:&lt;/strong&gt;   Handle Bitbucket Server PR events (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/6d1e3f978764d2b1ba86963e506148353333e50b&#34; target=&#34;_blank&#34;&gt;6d1e3f97&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.28.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.2-changelog/</link>
				<pubDate>Tue, 06 Dec 2022 17:18:49 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.2-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5763&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.76.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;appengine:&lt;/strong&gt;   Fixes app engine credentials repo (#5807) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/68cfc352e4ad6cba0bce4fee1b05db2c7a09c6df&#34; target=&#34;_blank&#34;&gt;68cfc352&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts/bitbuket:&lt;/strong&gt;   added ACCEPT Header when using token auth (#5813) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/cbe7bca56b33ff29c77329b5aabc4bd9bf234a1e&#34; target=&#34;_blank&#34;&gt;cbe7bca5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts/bitbuket:&lt;/strong&gt;   added ACCEPT Header when using token auth (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/cbe7bca56b33ff29c77329b5aabc4bd9bf234a1e&#34; target=&#34;_blank&#34;&gt;cbe7bca5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts/bitbuket:&lt;/strong&gt;   changed for constant MediaType.APPLICATION_JSON_VALUE (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/cbe7bca56b33ff29c77329b5aabc4bd9bf234a1e&#34; target=&#34;_blank&#34;&gt;cbe7bca5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;artifacts/bitbuket:&lt;/strong&gt;   added &amp;lsquo;Accept: application/json&amp;rsquo; header on unit tests (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/cbe7bca56b33ff29c77329b5aabc4bd9bf234a1e&#34; target=&#34;_blank&#34;&gt;cbe7bca5&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Remove payload data from logs (#5784) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/1a5d486147aa656bcdfc1c1a3050f33240264e86&#34; target=&#34;_blank&#34;&gt;1a5d4861&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   teach KubernetesManifest to support kubernetes resources where the spec is not a map (#5814) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/61858506d89bd905e96446ddd3329ee00a48b00a&#34; target=&#34;_blank&#34;&gt;61858506&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   teach KubernetesManifest to support kubernetes resources where the spec is not a map (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/61858506d89bd905e96446ddd3329ee00a48b00a&#34; target=&#34;_blank&#34;&gt;61858506&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;configserver:&lt;/strong&gt;   use version 0.14.2 of com.github.wnameless.json:json-flattener (#5804) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/d7d0c5ab1ab19a44a09711b31b128c24d93167b1&#34; target=&#34;_blank&#34;&gt;d7d0c5ab&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#5819) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b12e1dec95691b14603f74f0b49e8fb3e942598a&#34; target=&#34;_blank&#34;&gt;b12e1dec&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/0f5a2756d15494e9c05a3a08e5c4dd270f07b943&#34; target=&#34;_blank&#34;&gt;0f5a2756&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/f4cb5712d31d91e6dc960910751f74e541838684&#34; target=&#34;_blank&#34;&gt;f4cb5712&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   verify that KubernetesDeployManifestOperation can deploy a custom resource whose spec is a list (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/61858506d89bd905e96446ddd3329ee00a48b00a&#34; target=&#34;_blank&#34;&gt;61858506&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-392&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.9.2&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipeline:&lt;/strong&gt;   added feature flag for pipeline when mj stage child (backport #9914) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f889c7183503ae41585d304cfb0e1d6ec88a9568&#34; target=&#34;_blank&#34;&gt;f889c718&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipeline:&lt;/strong&gt;   added feature flag for pipeline when mj stage child (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f889c7183503ae41585d304cfb0e1d6ec88a9568&#34; target=&#34;_blank&#34;&gt;f889c718&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipeline:&lt;/strong&gt;   added feature flag for pipeline when mj stage child (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f889c7183503ae41585d304cfb0e1d6ec88a9568&#34; target=&#34;_blank&#34;&gt;f889c718&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;backport/changes:&lt;/strong&gt;   resolved merge conflicts (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f889c7183503ae41585d304cfb0e1d6ec88a9568&#34; target=&#34;_blank&#34;&gt;f889c718&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Do not set static document base URL (#9890) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/817299b28d05d2be9ae5ac5fe544c9a27f3d1d82&#34; target=&#34;_blank&#34;&gt;817299b2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;links:&lt;/strong&gt;   update link to spinnaker release changelog (#9897) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/069dca2e9d47478931786f59f4084500286eed3c&#34; target=&#34;_blank&#34;&gt;069dca2e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;links:&lt;/strong&gt;   update link to spinnaker release changelog (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/069dca2e9d47478931786f59f4084500286eed3c&#34; target=&#34;_blank&#34;&gt;069dca2e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipeline:&lt;/strong&gt;   added verification for sub pipe data (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/f889c7183503ae41585d304cfb0e1d6ec88a9568&#34; target=&#34;_blank&#34;&gt;f889c718&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;search:&lt;/strong&gt;   Error thrown when search version 2 is enabled (#9888) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/102be81644d61fff46f557fe7d2ba7183eefe484&#34; target=&#34;_blank&#34;&gt;102be816&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core/pipelines:&lt;/strong&gt;   Fix syntax error on ui-select causing stage configuration to not load (backport #9886) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4debc5fc3c22fe85e8ca95545e10517a311aefd6&#34; target=&#34;_blank&#34;&gt;4debc5fc&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#9916) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/4c52558c554f8ed4ea888ae87312278bf9f431ef&#34; target=&#34;_blank&#34;&gt;4c52558c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelinegraph:&lt;/strong&gt;   Improve the performance of the pipeline graph rendering  (backport #9871) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/286a9b5a16e9ba509870d99307a5ded3e7069062&#34; target=&#34;_blank&#34;&gt;286a9b5a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2343&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.34.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1215) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/fec591654cea221675c357f0b617f4f4c117ff5d&#34; target=&#34;_blank&#34;&gt;fec59165&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/a335ed4a36452ea2320de8048c20eb02b25de3ad&#34; target=&#34;_blank&#34;&gt;a335ed4a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/7e9bb10354a4056062db53df9eee37f4bca59aef&#34; target=&#34;_blank&#34;&gt;7e9bb103&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1313&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.31.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: add migration to ensure consistency between resource_name in fiat_resource and fiat_permission tables (backport #964) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/907d0d7890298019a58f18787fb078951766ee58&#34; target=&#34;_blank&#34;&gt;907d0d78&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;permissions:&lt;/strong&gt;   ensure lower case for resource name in fiat_permission and fiat_resource tables (backport #963) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/f1a6a114a57295a98b34dd257f3d02b9bfc93dba&#34; target=&#34;_blank&#34;&gt;f1a6a114&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;roles:&lt;/strong&gt;   Ensure account manager role is cached (backport #960) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/67a305253c5e033aaf6f93656474a5bd7e551c7f&#34; target=&#34;_blank&#34;&gt;67a30525&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/7a5d64459af8b0dd0bf8d6b2aa86b769cb96fab5&#34; target=&#34;_blank&#34;&gt;7a5d6445&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2253&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.25.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelines:&lt;/strong&gt;   prevent from creating duplicated pipelines (#1172) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/92566badb22fed15bca1eb1b4be905b4f8a9112d&#34; target=&#34;_blank&#34;&gt;92566bad&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelines:&lt;/strong&gt;   prevent from duplicated pipelines (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/92566badb22fed15bca1eb1b4be905b4f8a9112d&#34; target=&#34;_blank&#34;&gt;92566bad&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;updateTs:&lt;/strong&gt;   missing updateTs field in the get pipeline history&amp;rsquo;s response. (backport #1159) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/e4698fb8cac0b4e9961c7318fe7108bf92cae50f&#34; target=&#34;_blank&#34;&gt;e4698fb8&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1177) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/c50094edf41f649f2ca77807637297971b3f5b60&#34; target=&#34;_blank&#34;&gt;c50094ed&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/dc963530d5677b8fe8dacbb75e6e85d5e5438a29&#34; target=&#34;_blank&#34;&gt;dc963530&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/5755fb2d7265c132d858b3525f4279f7c3d697f0&#34; target=&#34;_blank&#34;&gt;5755fb2d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6553&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.55.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1585) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/12965f216f2876442b741d51ec0f8f7a4dcbf800&#34; target=&#34;_blank&#34;&gt;12965f21&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/64f64567612facf312b7fd3126051812d10c014d&#34; target=&#34;_blank&#34;&gt;64f64567&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/c7207a1a0cb4c84ca0883ecb4be16ee6d7c31ac0&#34; target=&#34;_blank&#34;&gt;c7207a1a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-473&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.7.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Stop Jenkins job when job name has slashes in the job name (backport #1038) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/c6801bed2e94538b836b2277f07332a027247c23&#34; target=&#34;_blank&#34;&gt;c6801bed&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1055) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/90f72f8e22576adc839fbbb9b85f2c279bcb58e3&#34; target=&#34;_blank&#34;&gt;90f72f8e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/010288b7b0eeba076f4269cf5187cb78bfd0cc3a&#34; target=&#34;_blank&#34;&gt;010288b7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/c9b6c86d8d2e41d3e3d1f8b0430bf4dd067c06ac&#34; target=&#34;_blank&#34;&gt;c9b6c86d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2323&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.32.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;security:&lt;/strong&gt;   Bump commons-text for CVE-2022-42889 (#911) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/53792f142a072b47de0da3573e9bf37b36596b4b&#34; target=&#34;_blank&#34;&gt;53792f14&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;security:&lt;/strong&gt;   Bump commons-text for CVE-2022-42889 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/53792f142a072b47de0da3573e9bf37b36596b4b&#34; target=&#34;_blank&#34;&gt;53792f14&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;version:&lt;/strong&gt;   Add patch version not just minor version (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/53792f142a072b47de0da3573e9bf37b36596b4b&#34; target=&#34;_blank&#34;&gt;53792f14&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/b90c703436e12a6c05d7e782fc68c66b523dc934&#34; target=&#34;_blank&#34;&gt;b90c7034&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#917) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/05f1f767b936d9db3fbd1d16d0d83a6f91a24828&#34; target=&#34;_blank&#34;&gt;05f1f767&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8244&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.24.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-2&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;bakery:&lt;/strong&gt;   Clean up cached data created by Rosco. (#4323) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/8a8d2712d9b0856372ce34218b8e4c905860e218&#34; target=&#34;_blank&#34;&gt;8a8d2712&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;featureFlags:&lt;/strong&gt;   pass ExpressionProperties to ExpressionsSupport (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/c69ccc78a723b3969201df65fa0444d301fc7955&#34; target=&#34;_blank&#34;&gt;c69ccc78&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;igor:&lt;/strong&gt;   Stop Jenkins job when job name has slashes in the job name (backport #4294) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/b2fa8161948ee6f5d4b662294dea753f09da525d&#34; target=&#34;_blank&#34;&gt;b2fa8161&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-5&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;stage:&lt;/strong&gt;   Resource requests on custom stage | Error: got &amp;ldquo;map&amp;rdquo;, expected &amp;ldquo;string…&amp;rdquo; (backport #4295) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/6405f4305990c34ee481329b210e70f7bdab9a8f&#34; target=&#34;_blank&#34;&gt;6405f430&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;stageExecution:&lt;/strong&gt;   In evaluable variable stage restart scenario variables are not cleaned properly (#16) (backport #4307) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/3cb7128b1a0b2ae737b2547f1c2174cab0cbea2c&#34; target=&#34;_blank&#34;&gt;3cb7128b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tasks:&lt;/strong&gt;   Fix MonitorKayentaCanaryTask on results data map (#4312) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/447ffbb190a298da671fb2a36e75aea527480a67&#34; target=&#34;_blank&#34;&gt;447ffbb1&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#4337) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/89fdccc7f43260e3896ecf89aedfff7a12bfaf2f&#34; target=&#34;_blank&#34;&gt;89fdccc7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/c69ccc78a723b3969201df65fa0444d301fc7955&#34; target=&#34;_blank&#34;&gt;c69ccc78&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/c69ccc78a723b3969201df65fa0444d301fc7955&#34; target=&#34;_blank&#34;&gt;c69ccc78&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/2c56176226091437ceed7f1bd226cac23f6c9007&#34; target=&#34;_blank&#34;&gt;2c561762&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-184&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.8.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-3&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;bakery:&lt;/strong&gt;   Clean up cached data created by Rosco. (#912) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/10dd75a37ca73acd427de1488f815a3daa9cc6aa&#34; target=&#34;_blank&#34;&gt;10dd75a3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;bakery:&lt;/strong&gt;   Clean up cached data created by Rosco. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/10dd75a37ca73acd427de1488f815a3daa9cc6aa&#34; target=&#34;_blank&#34;&gt;10dd75a3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-9&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#917) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/f1e67bed0410d23d085eece10b2cc9308ecda412&#34; target=&#34;_blank&#34;&gt;f1e67bed&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump korkVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/e96cae4671fb2155b4c91a5686849396ce8be8df&#34; target=&#34;_blank&#34;&gt;e96cae46&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.27.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.2-changelog/</link>
				<pubDate>Fri, 02 Dec 2022 06:26:36 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.2-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5745&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.74.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Remove payload data from logs (#5784) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/72204fd2058a5eff8f6b3f3905f32785ea8eee5e&#34; target=&#34;_blank&#34;&gt;72204fd2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   teach KubernetesManifest to support kubernetes resources where the spec is not a map (#5814) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/75469726f5ae8691213b24c7d03ca1e8e4acc504&#34; target=&#34;_blank&#34;&gt;75469726&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   teach KubernetesManifest to support kubernetes resources where the spec is not a map (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/75469726f5ae8691213b24c7d03ca1e8e4acc504&#34; target=&#34;_blank&#34;&gt;75469726&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#5819) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b1cd05549b5eb32c34c7ad8d94cf12cc9651b7d3&#34; target=&#34;_blank&#34;&gt;b1cd0554&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/b15ef986c519544c7397b0861f5b74ade1863c8c&#34; target=&#34;_blank&#34;&gt;b15ef986&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;kubernetes:&lt;/strong&gt;   verify that KubernetesDeployManifestOperation can deploy a custom resource whose spec is a list (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/75469726f5ae8691213b24c7d03ca1e8e4acc504&#34; target=&#34;_blank&#34;&gt;75469726&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-384&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.8.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;links:&lt;/strong&gt;   update link to spinnaker release changelog (#9897) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/c49b64e06ca5f663fdd4c0452ab47bd2c82b0041&#34; target=&#34;_blank&#34;&gt;c49b64e0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;links:&lt;/strong&gt;   update link to spinnaker release changelog (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/c49b64e06ca5f663fdd4c0452ab47bd2c82b0041&#34; target=&#34;_blank&#34;&gt;c49b64e0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#9916) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/c7ac4908512892d7b925277617f2c54260108098&#34; target=&#34;_blank&#34;&gt;c7ac4908&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2325&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.32.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1215) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/303a55fb72eb44c901a19da4ebfe052191965ae0&#34; target=&#34;_blank&#34;&gt;303a55fb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/b1bf2fcb59f72924004ffdf841276ca75cb0450f&#34; target=&#34;_blank&#34;&gt;b1bf2fcb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-12811&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.28.11&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;permissions:&lt;/strong&gt;   ensure lower case for resource name in fiat_permission and fiat_resource tables (backport #963) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/523c5fc7784884bd6757246169c3d305853cdd62&#34; target=&#34;_blank&#34;&gt;523c5fc7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Cleanup publish debugging (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/52351b04ec308bd6e29eb730f163b76d33183d6d&#34; target=&#34;_blank&#34;&gt;52351b04&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   set timeout for apt publishing to 10 minutes and add &amp;ndash;stacktrace (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/788576462f52ae8d524234458ea788734eb7d5dd&#34; target=&#34;_blank&#34;&gt;78857646&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   set timeout for apt publishing to 5 minutes (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/9ad1d221e9f901dc169f78ec38526ad3f9fa03c8&#34; target=&#34;_blank&#34;&gt;9ad1d221&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#989) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/3d0a6096448bef90653965cc07dbf24195a1ebe8&#34; target=&#34;_blank&#34;&gt;3d0a6096&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2238&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.23.8&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelines:&lt;/strong&gt;   prevent from creating duplicated pipelines (#1172) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/296df6d2255f074019a0068e7199093dfe42e4f8&#34; target=&#34;_blank&#34;&gt;296df6d2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;pipelines:&lt;/strong&gt;   prevent from duplicated pipelines (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/296df6d2255f074019a0068e7199093dfe42e4f8&#34; target=&#34;_blank&#34;&gt;296df6d2&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;updateTs:&lt;/strong&gt;   missing updateTs field in the get pipeline history&amp;rsquo;s response. (backport #1159) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/67c64e8a47aeb6d410c0bf20f90b8cf6806f41c9&#34; target=&#34;_blank&#34;&gt;67c64e8a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1177) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/6f8c4c3fb559384374f058bc636b626da6255ab4&#34; target=&#34;_blank&#34;&gt;6f8c4c3f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/5ed749974de183c275ab8bc3378c46bf8db39944&#34; target=&#34;_blank&#34;&gt;5ed74997&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   bump versions of github actions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/462b6807003a561ca2168d32f817bce061a01d07&#34; target=&#34;_blank&#34;&gt;462b6807&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6546&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.54.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1585) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/39f63f56e2171cc69dc36d6f08f4a5a262f38ca6&#34; target=&#34;_blank&#34;&gt;39f63f56&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/84dac9de8583388771d441cd342230e549d455fe&#34; target=&#34;_blank&#34;&gt;84dac9de&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;gha:&lt;/strong&gt;   bump versions of github actions (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/4d90c87116686d0f0dbc65af9291ce404656bcb7&#34; target=&#34;_blank&#34;&gt;4d90c871&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-466&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.6.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;jenkins:&lt;/strong&gt;   Stop Jenkins job when job name has slashes in the job name (backport #1038) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/dd51bfcdf50e4a5e037353a33746d66fd7c22be9&#34; target=&#34;_blank&#34;&gt;dd51bfcd&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#1055) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/6fa3a871011d2baa1c42cd5457b7ba5d83654e70&#34; target=&#34;_blank&#34;&gt;6fa3a871&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/35c25f7f77c31f7f60496184786258261a2f1def&#34; target=&#34;_blank&#34;&gt;35c25f7f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2314&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.31.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;security:&lt;/strong&gt;   Bump commons-text for CVE-2022-42889 (#911) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/f440527e60bc51089ab32600f48332838259ab89&#34; target=&#34;_blank&#34;&gt;f440527e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;security:&lt;/strong&gt;   Bump commons-text for CVE-2022-42889 (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/f440527e60bc51089ab32600f48332838259ab89&#34; target=&#34;_blank&#34;&gt;f440527e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;version:&lt;/strong&gt;   Add patch version not just minor version (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/f440527e60bc51089ab32600f48332838259ab89&#34; target=&#34;_blank&#34;&gt;f440527e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#917) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/fa061cad97b941add78f1fd9fc4da0eb86f4e35b&#34; target=&#34;_blank&#34;&gt;fa061cad&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/e755ba49fc498d8d5e2b2856c37b149475bbb17b&#34; target=&#34;_blank&#34;&gt;e755ba49&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/6c622b5cd1e15c6c2450c930c451d7fc47966575&#34; target=&#34;_blank&#34;&gt;6c622b5c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8188&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.18.8&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-1&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;bakery:&lt;/strong&gt;   Clean up cached data created by Rosco. (#4323) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/91f6247bfe262da42e76a69bea8b5e49bb6ed41e&#34; target=&#34;_blank&#34;&gt;91f6247b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;igor:&lt;/strong&gt;   Stop Jenkins job when job name has slashes in the job name (backport #4294) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/be402b35824ff19fceadb27e0dfa164acd4df138&#34; target=&#34;_blank&#34;&gt;be402b35&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-5&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;stage:&lt;/strong&gt;   Resource requests on custom stage | Error: got &amp;ldquo;map&amp;rdquo;, expected &amp;ldquo;string…&amp;rdquo; (backport #4295) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/c055dd008ec7efdccc44f9ccebd8d019b5afbdcf&#34; target=&#34;_blank&#34;&gt;c055dd00&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;stageExecution:&lt;/strong&gt;   In evaluable variable stage restart scenario variables are not cleaned properly (#16) (backport #4307) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/1a6014496eb96c538c566ec5da70c73457ace2c5&#34; target=&#34;_blank&#34;&gt;1a601449&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;tasks:&lt;/strong&gt;   Fix MonitorKayentaCanaryTask on results data map (#4312) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/a0d83ffe3ffca8d7c6ff913c783742498c7ee6f8&#34; target=&#34;_blank&#34;&gt;a0d83ffe&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#4337) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/9709ee0c6555782f97a2771686f70507d2eab683&#34; target=&#34;_blank&#34;&gt;9709ee0c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/e9da9f6ed0380b7acb5b540bdd57e92e569085c6&#34; target=&#34;_blank&#34;&gt;e9da9f6e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-176&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.7.6&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features-2&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;bakery:&lt;/strong&gt;   Clean up cached data created by Rosco. (#912) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/5cb10c891f8b888016b7aade617ecfbc4f1cf7cf&#34; target=&#34;_blank&#34;&gt;5cb10c89&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;bakery:&lt;/strong&gt;   Clean up cached data created by Rosco. (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/5cb10c891f8b888016b7aade617ecfbc4f1cf7cf&#34; target=&#34;_blank&#34;&gt;5cb10c89&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;fixes-6&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;install:&lt;/strong&gt;   Fixed bugs in postInstall script that causes installation to fail on Ubuntu 20.04 and 22.04 LTS (#899) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/921748132548e89c1015c5590c5dbad49eb773d7&#34; target=&#34;_blank&#34;&gt;92174813&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-9&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump spinnakerGradleVersion (#917) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/1becf314b2591fd68c25fec990ff7f3e2174fbe3&#34; target=&#34;_blank&#34;&gt;1becf314&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.29.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.0-changelog/</link>
				<pubDate>Tue, 04 Oct 2022 21:03:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.29.0-changelog/</guid>
				<description>&lt;h1 id=&#34;changelog&#34;&gt;Changelog&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: This release requires Halyard version 1.45.0 or later.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. This section provides a summary of notable improvements followed by the comprehensive changelog.&lt;/p&gt;&#xA;&lt;h3 id=&#34;spring-boot-23&#34;&gt;Spring Boot 2.3&lt;/h3&gt;&#xA;&lt;p&gt;Spinnaker 1.29 uses Spring Boot 2.3, where 1.28 uses Spring Boot 2.2.  Spring&#xA;Boot 2.3 considers session data cached by Spring Boot 2.2 invalid.  Therefore,&#xA;users with cached sessions will be unable to log in until the invalid&#xA;information is removed from the cache.  Open browser windows to Spinnaker are&#xA;unresponsive after the deployment until they’re reloaded.  Executing:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.28.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.1-changelog/</link>
				<pubDate>Tue, 23 Aug 2022 18:49:38 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.1-changelog/</guid>
				<description>&lt;h2 id=&#34;rosco-183&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.8.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   Upload halconfigs to GCS on Tag push (#873) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/a22e118aebc05f71fc647fc409104edccd7d19db&#34; target=&#34;_blank&#34;&gt;a22e118a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.28.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.0-changelog/</link>
				<pubDate>Sun, 21 Aug 2022 23:26:44 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.28.0-changelog/</guid>
				<description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note: This release requires Halyard version 1.45.0 or later.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. This section provides a summary of notable improvements followed by the comprehensive changelog.&lt;/p&gt;&#xA;&lt;h3 id=&#34;clouddriver&#34;&gt;Clouddriver&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;There are a number of changes to reduce clouddriver&amp;rsquo;s startup time:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/pull/5515&#34; target=&#34;_blank&#34;&gt;don&#39;t load namespaces in k8s accounts&lt;/a&gt;&#xA; (with kubernetes.loadNamespacesInAccount: false)&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/pull/5539&#34; target=&#34;_blank&#34;&gt;parse aws accounts in multiple threads&lt;/a&gt;&#xA; (with aws.loadAccounts.multiThreadingEnabled: true)&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/pull/5532&#34; target=&#34;_blank&#34;&gt;cache regions when parsing aws accounts&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;The sharding configuration properties used for sql based implementation are updated to make it consistent with redis based implementation. Now, the following configuration applies to both the implementations.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.27.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.1-changelog/</link>
				<pubDate>Thu, 18 Aug 2022 21:14:56 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.1-changelog/</guid>
				<description>&lt;h2 id=&#34;clouddriver-5744&#34;&gt;&#xA;&lt;a href=&#34;#clouddriver&#34;&gt;Clouddriver&lt;/a&gt;&#xA; 5.74.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;caching:&lt;/strong&gt;   K8s cache affected when not enough permissions in service account (backport #5742) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/6416718b02904fb6b6188ed4a0eeccc46a154586&#34; target=&#34;_blank&#34;&gt;6416718b&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   fetch previous tag from git instead of API (#5696) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/2445666ca79174f5a721c3d463c78b9a30987a28&#34; target=&#34;_blank&#34;&gt;2445666c&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   Mergify - merge Autobumps on release-* (#5697) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/17fec14f84c520ef6b393fa81fe0ce1414e4942e&#34; target=&#34;_blank&#34;&gt;17fec14f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/99cb178a4bf47095ca1e8ea7b6f5921eec92dbc2&#34; target=&#34;_blank&#34;&gt;99cb178a&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dockerfile:&lt;/strong&gt;   upgrade to latest alpine image (#5758) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/aabbda054ffd4f3051ece8c34854c00750d9caa0&#34; target=&#34;_blank&#34;&gt;aabbda05&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;titus:&lt;/strong&gt;   limit protobuf to 3.17.3 (#5706) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver/commit/e25048cade6843746fd28386c9223ada649f8f7d&#34; target=&#34;_blank&#34;&gt;e25048ca&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;deck-383&#34;&gt;&#xA;&lt;a href=&#34;#deck&#34;&gt;Deck&lt;/a&gt;&#xA; 3.8.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;features&#34;&gt;Features&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;core:&lt;/strong&gt;   Synchronize the verticalNavExpandedAtom using an atom effect (backport #9859) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/deck/commit/0417e97fb2baea07bdff3acf3b40aa2008a9c30f&#34; target=&#34;_blank&#34;&gt;0417e97f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;echo-2324&#34;&gt;&#xA;&lt;a href=&#34;#echo&#34;&gt;Echo&lt;/a&gt;&#xA; 2.32.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-1&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   fetch previous tag from git instead of API (#1181) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/77fa4204c62055485889a362c117c0db2b55da7d&#34; target=&#34;_blank&#34;&gt;77fa4204&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-1&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   Mergify - merge Autobumps on release-* (#1182) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/6a42b629c72c32c094a06e4757658b9418135bc7&#34; target=&#34;_blank&#34;&gt;6a42b629&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/2fa1bccf733c13592d22e7c6a08c200a45199002&#34; target=&#34;_blank&#34;&gt;2fa1bccf&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dockerfile:&lt;/strong&gt;   upgrade to latest alpine image (#1193) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/echo/commit/5a171294e107c614fff9386d2da1540975f6dd25&#34; target=&#34;_blank&#34;&gt;5a171294&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;fiat-1285&#34;&gt;&#xA;&lt;a href=&#34;#fiat&#34;&gt;Fiat&lt;/a&gt;&#xA; 1.28.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-2&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   fetch previous tag from git instead of API (#948) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/52a8f5204dc12b693b8eac5ff6126759c119684a&#34; target=&#34;_blank&#34;&gt;52a8f520&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-2&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   specify an artifact for bumpdeps to look for (backport #916) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/0f94933969e57c13423b088cc17cae628f5e3d22&#34; target=&#34;_blank&#34;&gt;0f949339&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;build:&lt;/strong&gt;   specify an artifact for bumpdeps to look for (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/0f94933969e57c13423b088cc17cae628f5e3d22&#34; target=&#34;_blank&#34;&gt;0f949339&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dockerfile:&lt;/strong&gt;   upgrade to latest alpine image (#967) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/fiat/commit/d27a99e4fdcd595b01534fd928f3efd7bcaaa0df&#34; target=&#34;_blank&#34;&gt;d27a99e4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;front50-2234&#34;&gt;&#xA;&lt;a href=&#34;#front50&#34;&gt;Front50&lt;/a&gt;&#xA; 2.23.4&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-3&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;fix: Revision history is not showing the timestamp of the revision (backport #1142) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/19566df7adf057190dd41f8ff0044c686aa9b768&#34; target=&#34;_blank&#34;&gt;19566df7&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   fetch previous tag from git instead of API (#1127) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/59b8723dd9ad46b13eede1bf84711f0dd2bf1b3d&#34; target=&#34;_blank&#34;&gt;59b8723d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-3&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   Mergify - merge Autobumps on release-* (#1128) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/c36b9051afa0de2bd1321790c442db27122cd75f&#34; target=&#34;_blank&#34;&gt;c36b9051&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/1fc1c6673ef5a5e217e1826bd4bf574a18f866f3&#34; target=&#34;_blank&#34;&gt;1fc1c667&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dockerfile:&lt;/strong&gt;   upgrade to latest alpine image (backport #1151) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/front50/commit/abeb67184fd03ea15a9d24f25588b84960df8f46&#34; target=&#34;_blank&#34;&gt;abeb6718&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;gate-6543&#34;&gt;&#xA;&lt;a href=&#34;#gate&#34;&gt;Gate&lt;/a&gt;&#xA; 6.54.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-4&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   fetch previous tag from git instead of API (#1551) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/ef6eadebd58988fb049832c695dbfcfdd388ea74&#34; target=&#34;_blank&#34;&gt;ef6eadeb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-4&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   Mergify - merge Autobumps on release-* (#1552) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/c2972d12c297263391ca917fde5b5b9c1452e382&#34; target=&#34;_blank&#34;&gt;c2972d12&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/c8bcc768ac3beaacdd12a369a55a9363dcc9eccd&#34; target=&#34;_blank&#34;&gt;c8bcc768&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dockerfile:&lt;/strong&gt;   upgrade to latest alpine image (#1564) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/gate/commit/7ce04bcbac5ee2cafac147b2c15e6f2d6109bc73&#34; target=&#34;_blank&#34;&gt;7ce04bcb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;igor-465&#34;&gt;&#xA;&lt;a href=&#34;#igor&#34;&gt;Igor&lt;/a&gt;&#xA; 4.6.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-5&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   fetch previous tag from git instead of API (#1017) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/e82d299e721d69c1f587393683f21c2affbaf17c&#34; target=&#34;_blank&#34;&gt;e82d299e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-5&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   Mergify - merge Autobumps on release-* (#1018) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/d695313e120d80ddd379f04f449a40befc031173&#34; target=&#34;_blank&#34;&gt;d695313e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/3c606de47f824507f944e5ca2ff6cee3ca3b9560&#34; target=&#34;_blank&#34;&gt;3c606de4&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dockerfile:&lt;/strong&gt;   upgrade to latest alpine image (#1030) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/igor/commit/bbb6861e136c9629c720f222313f356ee929139d&#34; target=&#34;_blank&#34;&gt;bbb6861e&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;kayenta-2313&#34;&gt;&#xA;&lt;a href=&#34;#kayenta&#34;&gt;Kayenta&lt;/a&gt;&#xA; 2.31.3&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-6&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   fetch previous tag from git instead of API (#888) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/994d0a5036c2523545d5e102036d6bdd3983d330&#34; target=&#34;_blank&#34;&gt;994d0a50&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-6&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   Mergify - merge Autobumps on release-* (#889) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/85a1eb391ab1c2f053f8bff5dd14d38d9e8a4e26&#34; target=&#34;_blank&#34;&gt;85a1eb39&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump orcaVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/4ed883567e020975692a5f646b94ea727223c97a&#34; target=&#34;_blank&#34;&gt;4ed88356&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dockerfile:&lt;/strong&gt;   upgrade to latest alpine image (#900) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/kayenta/commit/558550a07599e1599aff25562f0c7a229c960d7d&#34; target=&#34;_blank&#34;&gt;558550a0&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;orca-8185&#34;&gt;&#xA;&lt;a href=&#34;#orca&#34;&gt;Orca&lt;/a&gt;&#xA; 8.18.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-7&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   fetch previous tag from git instead of API (#4263) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/ac31f337cd0845d10c1474dc8a8cc8df6fdd8862&#34; target=&#34;_blank&#34;&gt;ac31f337&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-7&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   Mergify - merge Autobumps on release-* (#4264) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/7145e8a3eff67ba022bd45bdeb29425eddf62e7c&#34; target=&#34;_blank&#34;&gt;7145e8a3&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dependencies:&lt;/strong&gt;   Autobump fiatVersion (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/0c195d77cac68b70f4559b63f87d573279a0e79f&#34; target=&#34;_blank&#34;&gt;0c195d77&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dockerfile:&lt;/strong&gt;   upgrade to latest alpine image (#4284) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/commit/728f29cb10e02e4989b49ba6f1d69ab9b8f1ccce&#34; target=&#34;_blank&#34;&gt;728f29cb&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;rosco-175&#34;&gt;&#xA;&lt;a href=&#34;#rosco&#34;&gt;Rosco&lt;/a&gt;&#xA; 1.7.5&lt;/h2&gt;&#xA;&lt;h4 id=&#34;fixes-8&#34;&gt;Fixes&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   fetch previous tag from git instead of API (#877) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/1256d50daded7459a54133b41eacb313d54fa7f4&#34; target=&#34;_blank&#34;&gt;1256d50d&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;other-8&#34;&gt;Other&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   Mergify - merge Autobumps on release-* (#878) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/866e9c694c79416162897141f106a45bb6ee3c0b&#34; target=&#34;_blank&#34;&gt;866e9c69&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   Mergify - merge Autobumps on release-* (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/866e9c694c79416162897141f106a45bb6ee3c0b&#34; target=&#34;_blank&#34;&gt;866e9c69&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;ci:&lt;/strong&gt;   Merge Autobumps simpler regex (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/866e9c694c79416162897141f106a45bb6ee3c0b&#34; target=&#34;_blank&#34;&gt;866e9c69&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;dockerfile:&lt;/strong&gt;   upgrade to latest alpine image (backport #894) (&#xA;&lt;a href=&#34;https://github.com/spinnaker/rosco/commit/c12dfb8fa62dffb3de26bc552cf4542106216b90&#34; target=&#34;_blank&#34;&gt;c12dfb8f&lt;/a&gt;&#xA;)&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.27.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.0-changelog/</link>
				<pubDate>Mon, 02 May 2022 23:37:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.27.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d00cb1268d2951862a7126bf6e43f058.js?file=1.27.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.26.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.7-changelog/</link>
				<pubDate>Wed, 15 Dec 2021 01:05:17 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f#file-1-26-5-md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.25.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.8-changelog/</link>
				<pubDate>Wed, 15 Dec 2021 00:50:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.8-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.24.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.6-changelog/</link>
				<pubDate>Thu, 01 Jul 2021 20:40:34 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.26.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.5-changelog/</link>
				<pubDate>Thu, 01 Jul 2021 00:49:04 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.26.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.6-changelog/</link>
				<pubDate>Thu, 01 Jul 2021 00:49:04 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f#file-1-26-5-md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.25.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.7-changelog/</link>
				<pubDate>Sat, 26 Jun 2021 08:01:26 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.26.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.4-changelog/</link>
				<pubDate>Fri, 18 Jun 2021 20:39:56 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.25.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.6-changelog/</link>
				<pubDate>Fri, 18 Jun 2021 20:22:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.25.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.5-changelog/</link>
				<pubDate>Thu, 27 May 2021 09:04:10 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.24.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.5-changelog/</link>
				<pubDate>Thu, 27 May 2021 08:56:51 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.26.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.3-changelog/</link>
				<pubDate>Thu, 13 May 2021 19:16:04 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.26.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.2-changelog/</link>
				<pubDate>Mon, 03 May 2021 23:49:27 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.26.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.1-changelog/</link>
				<pubDate>Thu, 29 Apr 2021 18:34:42 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.26.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.0-changelog/</link>
				<pubDate>Fri, 23 Apr 2021 22:04:51 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.26.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3714a97bbdd3e7c3b4d92adec938e7f.js?file=1.26.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.25.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.4-changelog/</link>
				<pubDate>Thu, 01 Apr 2021 02:38:40 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.25.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.3-changelog/</link>
				<pubDate>Mon, 22 Mar 2021 20:40:39 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.25.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.2-changelog/</link>
				<pubDate>Tue, 09 Mar 2021 07:57:50 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.25.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.1-changelog/</link>
				<pubDate>Wed, 03 Mar 2021 08:29:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.25.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.0-changelog/</link>
				<pubDate>Tue, 23 Feb 2021 22:05:06 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.25.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/83c1a4069029bfd79d11ad8e8bf1d326.js?file=1.25.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.23.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.7-changelog/</link>
				<pubDate>Fri, 19 Feb 2021 01:25:30 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.24.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.4-changelog/</link>
				<pubDate>Wed, 03 Feb 2021 23:13:08 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.23.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.6-changelog/</link>
				<pubDate>Thu, 28 Jan 2021 14:39:41 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.22.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.6-changelog/</link>
				<pubDate>Thu, 28 Jan 2021 02:11:57 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.24.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.3-changelog/</link>
				<pubDate>Wed, 27 Jan 2021 15:40:26 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.22.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.5-changelog/</link>
				<pubDate>Tue, 26 Jan 2021 23:06:26 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.24.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.2-changelog/</link>
				<pubDate>Wed, 06 Jan 2021 18:32:52 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.24.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.1-changelog/</link>
				<pubDate>Mon, 21 Dec 2020 23:36:25 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.24.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.0-changelog/</link>
				<pubDate>Mon, 14 Dec 2020 20:34:17 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.24.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/25abcd046795c6f34bb2d8d4977f0415.js?file=1.24.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.23.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.5-changelog/</link>
				<pubDate>Mon, 14 Dec 2020 19:08:41 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.23.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.4-changelog/</link>
				<pubDate>Tue, 08 Dec 2020 16:31:32 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.22.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.4-changelog/</link>
				<pubDate>Tue, 08 Dec 2020 14:56:16 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.21.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.5-changelog/</link>
				<pubDate>Mon, 07 Dec 2020 23:09:05 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.23.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.3-changelog/</link>
				<pubDate>Tue, 01 Dec 2020 18:37:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.22.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.3-changelog/</link>
				<pubDate>Tue, 01 Dec 2020 17:26:40 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.23.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.2-changelog/</link>
				<pubDate>Mon, 16 Nov 2020 17:26:41 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.23.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.1-changelog/</link>
				<pubDate>Tue, 03 Nov 2020 14:34:07 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.23.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.0-changelog/</link>
				<pubDate>Tue, 20 Oct 2020 16:38:34 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.23.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/94280a2b615adccd975eed73359023ac.js?file=1.23.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.22.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.2-changelog/</link>
				<pubDate>Tue, 13 Oct 2020 15:18:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.22.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.1-changelog/</link>
				<pubDate>Mon, 31 Aug 2020 14:48:37 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.22.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.0-changelog/</link>
				<pubDate>Mon, 24 Aug 2020 16:10:02 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.22.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e457272b5aac37a5c6512b80b0c53d5f.js?file=1.22.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.14</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.14-changelog/</link>
				<pubDate>Thu, 13 Aug 2020 23:44:46 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.14-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.14.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.13.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.12.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.11.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.10.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.21.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.4-changelog/</link>
				<pubDate>Thu, 13 Aug 2020 00:23:38 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.20.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.8-changelog/</link>
				<pubDate>Thu, 13 Aug 2020 00:20:30 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.8-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.21.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.3-changelog/</link>
				<pubDate>Sat, 08 Aug 2020 00:08:18 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.13</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.13-changelog/</link>
				<pubDate>Tue, 28 Jul 2020 01:22:03 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.13-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.13.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.12.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.11.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.10.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.21.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.2-changelog/</link>
				<pubDate>Fri, 24 Jul 2020 02:06:47 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.20.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.7-changelog/</link>
				<pubDate>Wed, 22 Jul 2020 22:22:44 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.21.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.1-changelog/</link>
				<pubDate>Wed, 22 Jul 2020 17:46:16 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.12</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.12-changelog/</link>
				<pubDate>Tue, 30 Jun 2020 20:38:40 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.12-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.12.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.11.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.10.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.21.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.0-changelog/</link>
				<pubDate>Mon, 29 Jun 2020 18:46:10 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.21.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/98c3bab183b507662a8f5524e54626d4.js?file=1.21.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.20.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.6-changelog/</link>
				<pubDate>Thu, 25 Jun 2020 17:12:29 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.20.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.5-changelog/</link>
				<pubDate>Mon, 08 Jun 2020 15:10:44 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.20.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.4-changelog/</link>
				<pubDate>Mon, 01 Jun 2020 16:56:02 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.11</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.11-changelog/</link>
				<pubDate>Mon, 01 Jun 2020 14:38:23 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.11-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.11.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.10.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.20.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.3-changelog/</link>
				<pubDate>Tue, 26 May 2020 15:33:27 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.10</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.10-changelog/</link>
				<pubDate>Tue, 26 May 2020 13:04:08 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.10-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.10.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.12</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.12-changelog/</link>
				<pubDate>Tue, 26 May 2020 13:00:37 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.12-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.12.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.11.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.10.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.9</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.9-changelog/</link>
				<pubDate>Tue, 19 May 2020 13:43:05 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.9-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.20.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.2-changelog/</link>
				<pubDate>Mon, 18 May 2020 14:29:08 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.20.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.1-changelog/</link>
				<pubDate>Mon, 11 May 2020 13:19:23 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.8-changelog/</link>
				<pubDate>Mon, 11 May 2020 13:15:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.8-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.11</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.11-changelog/</link>
				<pubDate>Mon, 11 May 2020 13:10:33 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.11-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.11.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.10.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.10</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.10-changelog/</link>
				<pubDate>Tue, 05 May 2020 13:46:33 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.10-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.10.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.7-changelog/</link>
				<pubDate>Tue, 05 May 2020 11:53:08 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.20.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.0-changelog/</link>
				<pubDate>Mon, 04 May 2020 17:59:33 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.20.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/75d50c7b931f1089e710a0e9d1acf8c4.js?file=1.20.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.6-changelog/</link>
				<pubDate>Thu, 23 Apr 2020 15:53:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.5-changelog/</link>
				<pubDate>Wed, 15 Apr 2020 18:04:36 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.9</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.9-changelog/</link>
				<pubDate>Wed, 15 Apr 2020 18:01:42 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.9-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.4-changelog/</link>
				<pubDate>Fri, 03 Apr 2020 18:58:22 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.8-changelog/</link>
				<pubDate>Fri, 03 Apr 2020 18:55:22 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.8-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.17.10</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.10-changelog/</link>
				<pubDate>Fri, 03 Apr 2020 18:52:34 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.10-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.10.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.3-changelog/</link>
				<pubDate>Mon, 30 Mar 2020 23:00:57 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.7-changelog/</link>
				<pubDate>Mon, 30 Mar 2020 22:44:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.17.9</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.9-changelog/</link>
				<pubDate>Mon, 30 Mar 2020 20:54:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.9-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.9.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.2-changelog/</link>
				<pubDate>Fri, 20 Mar 2020 21:17:01 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.17.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.8-changelog/</link>
				<pubDate>Fri, 20 Mar 2020 20:17:31 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.8-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.8.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.6-changelog/</link>
				<pubDate>Mon, 16 Mar 2020 21:58:05 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.1-changelog/</link>
				<pubDate>Mon, 16 Mar 2020 21:54:51 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.19.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.0-changelog/</link>
				<pubDate>Wed, 11 Mar 2020 20:23:08 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.19.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cc4410d674679c5765246a40f28e3cad.js?file=1.19.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.5-changelog/</link>
				<pubDate>Mon, 09 Mar 2020 19:44:10 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.17.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.7-changelog/</link>
				<pubDate>Mon, 09 Mar 2020 19:37:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.7.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.16.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.7-changelog/</link>
				<pubDate>Mon, 09 Mar 2020 19:34:42 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/170d178708b56e83b0289452cb83f347.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.4-changelog/</link>
				<pubDate>Thu, 27 Feb 2020 21:59:13 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.3-changelog/</link>
				<pubDate>Thu, 20 Feb 2020 18:36:42 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.2-changelog/</link>
				<pubDate>Mon, 10 Feb 2020 14:31:18 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.1-changelog/</link>
				<pubDate>Fri, 31 Jan 2020 19:10:30 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.18.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.0-changelog/</link>
				<pubDate>Wed, 22 Jan 2020 13:18:57 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.18.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/306d7e241272980642e918f64ed91fe3.js?file=1.18.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.17.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.6-changelog/</link>
				<pubDate>Tue, 14 Jan 2020 14:19:54 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.6.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.17.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.5-changelog/</link>
				<pubDate>Mon, 16 Dec 2019 21:21:31 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.5.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.17.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.4-changelog/</link>
				<pubDate>Thu, 12 Dec 2019 15:31:46 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.4.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.15.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.7-changelog/</link>
				<pubDate>Tue, 03 Dec 2019 11:41:43 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/8203c57d946e2fce8a79031716a9cb45.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.16.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.6-changelog/</link>
				<pubDate>Tue, 03 Dec 2019 10:37:55 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/b200688131077600c458b07e0ae88052.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.17.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.3-changelog/</link>
				<pubDate>Tue, 03 Dec 2019 08:51:01 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.3.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.17.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.2-changelog/</link>
				<pubDate>Wed, 20 Nov 2019 11:15:31 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.2.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.16.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.5-changelog/</link>
				<pubDate>Mon, 11 Nov 2019 13:59:16 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/12f98139a3cb3a126bfe3cfce44ebc69.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.17.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.1-changelog/</link>
				<pubDate>Mon, 11 Nov 2019 12:45:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.1.md&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.17.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.0-changelog/</link>
				<pubDate>Mon, 04 Nov 2019 14:07:43 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.17.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d020714e9190763f27e35701e14c6bc1.js?file=1.17.0.md&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.15.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.6-changelog/</link>
				<pubDate>Wed, 23 Oct 2019 16:58:57 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/df4cad348c7f1a6ea6ced84c6fca70b7.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.16.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.4-changelog/</link>
				<pubDate>Wed, 23 Oct 2019 16:53:30 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/69c7292b0c93d410602cd538839cac57.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.16.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.3-changelog/</link>
				<pubDate>Mon, 14 Oct 2019 15:07:32 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/ed2aecde0852cd934867d1225fe3b9cd.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.15.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.5-changelog/</link>
				<pubDate>Tue, 01 Oct 2019 17:12:01 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/943c140906627dcc49c094f189901e28.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.16.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.2-changelog/</link>
				<pubDate>Tue, 01 Oct 2019 17:08:45 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e3c8e375fdee0d7d1bd63a8fd9777255.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.16.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.1-changelog/</link>
				<pubDate>Tue, 17 Sep 2019 13:48:16 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/21ff4522a9e46ba5f27c52f67da88dc9.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.15.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.4-changelog/</link>
				<pubDate>Tue, 17 Sep 2019 13:36:04 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/2229c2172952e9a485d68788bd4560b0.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.15</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.15-changelog/</link>
				<pubDate>Mon, 16 Sep 2019 14:09:59 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.15-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/52b1de1551a8830a8945b3c49ef66fe3.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.16.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.0-changelog/</link>
				<pubDate>Mon, 09 Sep 2019 10:52:30 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.16.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/30e40f6278a7c1a1450c179a9a4bb92e.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.15.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.3-changelog/</link>
				<pubDate>Mon, 26 Aug 2019 17:09:31 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/bed366b82e09498dbb536c098ac11f14.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.14</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.14-changelog/</link>
				<pubDate>Wed, 14 Aug 2019 09:38:01 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.14-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/ad1e0eb6b6547b296c9103eb21d9beec.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.15.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.2-changelog/</link>
				<pubDate>Mon, 12 Aug 2019 16:49:02 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e72cc8015d544738d07d57a183cb5404.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.13</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.13-changelog/</link>
				<pubDate>Mon, 05 Aug 2019 10:39:41 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.13-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/b34693ccf20a58c5a63e58e046310dee.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.12</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.12-changelog/</link>
				<pubDate>Mon, 29 Jul 2019 14:19:09 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.12-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/9ee98b0cbed65e334cd498bc31676295.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.12</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.12-changelog/</link>
				<pubDate>Mon, 29 Jul 2019 13:41:43 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.12-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5e1472bb2679601121aa4d5097b3b08b.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.15.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.1-changelog/</link>
				<pubDate>Mon, 29 Jul 2019 13:04:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/df2ab364b23fdb90026315e48691d00e.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.11</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.11-changelog/</link>
				<pubDate>Tue, 23 Jul 2019 17:50:37 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.11-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/76e14bf88350b9b84d6e8d5904647cb0.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.15.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.0-changelog/</link>
				<pubDate>Fri, 19 Jul 2019 13:28:47 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.15.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/046111a35f700d963893ea0067b7f4b9.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.10</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.10-changelog/</link>
				<pubDate>Thu, 18 Jul 2019 12:07:45 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.10-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/6bc45a1a71d21316a8816d67e0cd8648.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.9</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.9-changelog/</link>
				<pubDate>Mon, 08 Jul 2019 17:11:13 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.9-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/0413a52111be11041263b6801b53a917.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.14</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.14-changelog/</link>
				<pubDate>Mon, 08 Jul 2019 10:47:01 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.14-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/22b764cd8b65fa7953b989b6b8373ce5.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.11</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.11-changelog/</link>
				<pubDate>Mon, 08 Jul 2019 09:56:56 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.11-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5a0199c148826b688ffad5949e050654.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.8-changelog/</link>
				<pubDate>Mon, 01 Jul 2019 10:14:34 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.8-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/f223e8c3790e2ded5cfde046965e658d.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.7-changelog/</link>
				<pubDate>Mon, 24 Jun 2019 10:03:33 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cf6b8a7290ba0d9277360e7a794e0b6b.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.10</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.10-changelog/</link>
				<pubDate>Thu, 20 Jun 2019 11:31:40 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.10-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/3056119e8dd52f5d24041fdf0a42fe3e.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.13</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.13-changelog/</link>
				<pubDate>Thu, 20 Jun 2019 11:12:30 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.13-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/89e02b2d04aff5b5cab69c3963cbb157.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.6-changelog/</link>
				<pubDate>Mon, 17 Jun 2019 12:46:02 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/3eeb3e0cd59152a17be97ad0c808d225.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.5-changelog/</link>
				<pubDate>Wed, 12 Jun 2019 10:23:28 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/2f1dfa347f42a06a9ad1cece024dd020.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.9</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.9-changelog/</link>
				<pubDate>Mon, 10 Jun 2019 14:50:42 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.9-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/52fffe257a3d39bb1d44e775b0ac9efa.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.4-changelog/</link>
				<pubDate>Mon, 10 Jun 2019 12:35:56 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e6e904fe6533b188d40fb82cad900ef0.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.12</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.12-changelog/</link>
				<pubDate>Wed, 05 Jun 2019 14:46:51 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.12-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/4a562df907add15f5188eb905fd1ed17.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.3-changelog/</link>
				<pubDate>Tue, 04 Jun 2019 11:15:15 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d1c112bde46ec8d5de129b62e7617135.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.2-changelog/</link>
				<pubDate>Tue, 28 May 2019 14:57:44 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/a9c4858f87744addbca7ddc4976e454c.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.1-changelog/</link>
				<pubDate>Fri, 24 May 2019 11:17:23 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/4b4bb42d4e3b6073fbd5f89fa7c3e060.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.8-changelog/</link>
				<pubDate>Thu, 23 May 2019 15:27:05 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.8-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/04e08d4c3fd30e0c65393b6199dfb41b.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.11</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.11-changelog/</link>
				<pubDate>Thu, 23 May 2019 15:17:25 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.11-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/add79934575d84ed525d231f71d84dd3.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.14.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.0-changelog/</link>
				<pubDate>Mon, 20 May 2019 15:28:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.14.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/8b2844aa0ddabc25e5a64a21a16abc70.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.7-changelog/</link>
				<pubDate>Thu, 16 May 2019 13:49:24 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/6588f03010bea59df5c4852bc1e1bba9.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.13</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.13-changelog/</link>
				<pubDate>Wed, 01 May 2019 10:38:14 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.13-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/c3fdb3c0475ca8f08920e643bb2e4fcf.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.10</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.10-changelog/</link>
				<pubDate>Mon, 29 Apr 2019 11:39:22 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.10-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/09df518265e3c371a12c5eef7e946b56.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.6-changelog/</link>
				<pubDate>Mon, 29 Apr 2019 11:35:20 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/8748354e0de3ead0e5871eb1d0b5bbc6.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.5-changelog/</link>
				<pubDate>Mon, 22 Apr 2019 10:32:39 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/23af06bc73aa942c90f89b8e8c8bed3e.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.4-changelog/</link>
				<pubDate>Mon, 15 Apr 2019 13:22:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/22a5edc5b2dcb0621b1cb06cbe84a548.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.1-changelog/</link>
				<pubDate>Tue, 09 Apr 2019 10:31:22 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/fa0ac36aaf1a7daaa4320241beaf435d.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.3-changelog/</link>
				<pubDate>Tue, 09 Apr 2019 10:11:54 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/aba784ce73cfe97ec502e12ee0f532f3.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.2-changelog/</link>
				<pubDate>Fri, 05 Apr 2019 11:46:16 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/de74525637ecffd8ba9365dbd5425f3d.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.12</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.12-changelog/</link>
				<pubDate>Fri, 05 Apr 2019 10:55:49 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.12-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/29a01fa17afe7c603e510e202a914161.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.9</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.9-changelog/</link>
				<pubDate>Fri, 05 Apr 2019 10:11:53 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.9-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/7fa9145349d6beb2f22163977a94629e.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.8-changelog/</link>
				<pubDate>Mon, 01 Apr 2019 09:48:34 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.8-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/73fa0d0112cb49c8e58bf463a6cb5e3a.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.13.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.0-changelog/</link>
				<pubDate>Mon, 25 Mar 2019 15:38:07 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.13.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e71d2c5e2f6016b6956970eccc550848.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.7-changelog/</link>
				<pubDate>Fri, 22 Mar 2019 10:16:58 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d888a8550835b5527abef90d8b72e760.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.6-changelog/</link>
				<pubDate>Wed, 13 Mar 2019 22:37:28 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/8f0d6e084c19bde32bb84ec810863a43.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.5-changelog/</link>
				<pubDate>Fri, 08 Mar 2019 19:43:23 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/18a18a3e45af2c0d24d114a76b352004.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.4-changelog/</link>
				<pubDate>Fri, 01 Mar 2019 12:55:24 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/381d84f5da5242c4d371ad3fbaaafc53.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.11</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.11-changelog/</link>
				<pubDate>Fri, 01 Mar 2019 12:46:48 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.11-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/12abde4a1f722164b50a2c77fb898cc0.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.14</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.14-changelog/</link>
				<pubDate>Fri, 01 Mar 2019 12:43:49 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.14-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/a47efe1884b4611f57f0966173bf4f51.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.3-changelog/</link>
				<pubDate>Mon, 25 Feb 2019 15:41:45 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/349d826502e0bc0a3e4a7ec247b9e8b4.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.10</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.10-changelog/</link>
				<pubDate>Mon, 25 Feb 2019 15:39:58 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.10-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5cbb402297feb85f82482a73e9428967.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.2-changelog/</link>
				<pubDate>Thu, 14 Feb 2019 16:17:05 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/349d826502e0bc0a3e4a7ec247b9e8b4.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.1-changelog/</link>
				<pubDate>Thu, 31 Jan 2019 17:01:57 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/349d826502e0bc0a3e4a7ec247b9e8b4.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.9</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.9-changelog/</link>
				<pubDate>Wed, 30 Jan 2019 18:27:42 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.9-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5cbb402297feb85f82482a73e9428967.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.13</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.13-changelog/</link>
				<pubDate>Wed, 30 Jan 2019 18:25:40 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.13-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/8c6e6abe2a0016b823b900523e82cba1.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.12.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.0-changelog/</link>
				<pubDate>Mon, 28 Jan 2019 17:13:47 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.12.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/349d826502e0bc0a3e4a7ec247b9e8b4.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.8-changelog/</link>
				<pubDate>Mon, 28 Jan 2019 15:33:55 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.8-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5cbb402297feb85f82482a73e9428967.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.7-changelog/</link>
				<pubDate>Tue, 22 Jan 2019 18:38:07 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5cbb402297feb85f82482a73e9428967.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.12</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.12-changelog/</link>
				<pubDate>Tue, 22 Jan 2019 17:55:10 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.12-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/8c6e6abe2a0016b823b900523e82cba1.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.11</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.11-changelog/</link>
				<pubDate>Tue, 15 Jan 2019 08:41:34 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.11-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/8c6e6abe2a0016b823b900523e82cba1.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.6-changelog/</link>
				<pubDate>Tue, 15 Jan 2019 07:29:43 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5cbb402297feb85f82482a73e9428967.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.10</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.10-changelog/</link>
				<pubDate>Fri, 11 Jan 2019 21:23:16 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.10-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/8c6e6abe2a0016b823b900523e82cba1.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.5-changelog/</link>
				<pubDate>Fri, 11 Jan 2019 17:45:29 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5cbb402297feb85f82482a73e9428967.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.9</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.9-changelog/</link>
				<pubDate>Sat, 05 Jan 2019 12:44:19 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.9-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/8c6e6abe2a0016b823b900523e82cba1.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.4-changelog/</link>
				<pubDate>Sat, 05 Jan 2019 09:17:34 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5cbb402297feb85f82482a73e9428967.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.8-changelog/</link>
				<pubDate>Fri, 04 Jan 2019 09:24:12 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.8-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.githubusercontent.com/spinnaker-release/4f8cd09490870ae9ebf78be3be1763ee/raw/b311a828caab17fa3a02e6884905deb1ac06dd09/release-1.10.x-raw-changelog.md.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.7-changelog/</link>
				<pubDate>Thu, 03 Jan 2019 09:58:06 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/8c6e6abe2a0016b823b900523e82cba1.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.3-changelog/</link>
				<pubDate>Thu, 03 Jan 2019 09:36:38 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5cbb402297feb85f82482a73e9428967.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.2-changelog/</link>
				<pubDate>Fri, 21 Dec 2018 10:49:22 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5cbb402297feb85f82482a73e9428967.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.1-changelog/</link>
				<pubDate>Wed, 19 Dec 2018 11:44:31 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5cbb402297feb85f82482a73e9428967.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.6-changelog/</link>
				<pubDate>Wed, 19 Dec 2018 08:00:48 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/8c6e6abe2a0016b823b900523e82cba1.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.11.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.0-changelog/</link>
				<pubDate>Thu, 13 Dec 2018 14:49:42 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.11.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/195474eb4aefa80673f25889a35a8954.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.5-changelog/</link>
				<pubDate>Thu, 15 Nov 2018 16:46:26 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/1e97e8c6991e750fa12a70325221da45.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.4-changelog/</link>
				<pubDate>Mon, 12 Nov 2018 14:27:04 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/73dba039067da5fbae6ec0b97b97e2f4.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.3-changelog/</link>
				<pubDate>Fri, 09 Nov 2018 13:55:08 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/1c8253e78f9f346e1550f9b85d92f810.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.2-changelog/</link>
				<pubDate>Mon, 05 Nov 2018 09:38:18 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cf93cc68547ae25e3d6061c09a37f8c0.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.1-changelog/</link>
				<pubDate>Wed, 24 Oct 2018 13:04:45 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/9a46f497a6e081e1ef8f12867b0ee3c6.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.10.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.0-changelog/</link>
				<pubDate>Tue, 16 Oct 2018 17:31:38 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.10.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/5d4302d6ce01688de07a9977b210dbfc.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.9.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.5-changelog/</link>
				<pubDate>Mon, 01 Oct 2018 13:15:45 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d24a2c737db49dda644169cf5fe6d56e.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.8.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.7-changelog/</link>
				<pubDate>Fri, 28 Sep 2018 13:58:59 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.7-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/ebb5e45e84de5b4381b422e3c8679b5a.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.9.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.4-changelog/</link>
				<pubDate>Wed, 26 Sep 2018 11:33:02 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/f206117b252a6d6b2d1f67a69bce8141.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.9.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.3-changelog/</link>
				<pubDate>Mon, 10 Sep 2018 12:14:09 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d8e153dc21ba12261980b91e2350303a.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.9.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.2-changelog/</link>
				<pubDate>Wed, 29 Aug 2018 16:08:26 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/9323c90ab2088d89e68ce2a7ef7e5809.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.8.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.6-changelog/</link>
				<pubDate>Wed, 29 Aug 2018 15:11:41 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.6-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/0844fadacaf2299d214a82e88217d97c.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.7.8</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.8-changelog/</link>
				<pubDate>Wed, 29 Aug 2018 15:10:06 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.8-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/75f98544672a4fc490d451c14688318e.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.9.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.1-changelog/</link>
				<pubDate>Tue, 28 Aug 2018 10:13:57 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/9323c90ab2088d89e68ce2a7ef7e5809.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.9.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.0-changelog/</link>
				<pubDate>Wed, 15 Aug 2018 15:49:49 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.9.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/942a9ed21d2555ae15b82a036a140e3a.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.8.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.5-changelog/</link>
				<pubDate>Thu, 02 Aug 2018 16:40:59 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.5-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/19a850b9081d0fd00a9ac607dfc3d8e0.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.6.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.6.2-changelog/</link>
				<pubDate>Thu, 26 Jul 2018 17:55:39 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.6.2-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-162&#34;&gt;Spinnaker 1.6.2&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/3fc52e64bae26f8ea1c68bcd8383d4b5.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.7.7</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.7-changelog/</link>
				<pubDate>Thu, 26 Jul 2018 17:28:13 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.7-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-177&#34;&gt;Spinnaker 1.7.7&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/8fa68517da00675a028dbd62c72d6748.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.8.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.4-changelog/</link>
				<pubDate>Thu, 26 Jul 2018 16:26:58 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.4-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-184&#34;&gt;Spinnaker 1.8.4&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/ad1c07a861e61c1d4777da7b5c6bda24.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.8.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.3-changelog/</link>
				<pubDate>Tue, 24 Jul 2018 15:36:16 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.3-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-183&#34;&gt;Spinnaker 1.8.3&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/ce8fff410c1cc1ac0ad6fba074b5e70c.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.8.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.2-changelog/</link>
				<pubDate>Mon, 23 Jul 2018 10:54:30 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.2-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-182&#34;&gt;Spinnaker 1.8.2&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/30caa31c9e5e02eb636c061a79a291f1.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.8.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.1-changelog/</link>
				<pubDate>Mon, 09 Jul 2018 16:37:22 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.1-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-181&#34;&gt;Spinnaker 1.8.1&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/7c2520843f0ceb3640c77ba1300d8083.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.8.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.0-changelog/</link>
				<pubDate>Fri, 22 Jun 2018 13:48:39 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.8.0-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-180&#34;&gt;Spinnaker 1.8.0&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/9b37ca56f2bfa676a60ecbd9a9ebffbd.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.7.6</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.6-changelog/</link>
				<pubDate>Tue, 29 May 2018 12:26:28 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.6-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-176&#34;&gt;Spinnaker 1.7.6&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/5d3af465f07eaca64f4383167877897d.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.7.5</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.5-changelog/</link>
				<pubDate>Mon, 21 May 2018 11:14:10 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.5-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-175&#34;&gt;Spinnaker 1.7.5&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/7e79eac4a20de7a9eaf9c620e07a9e61.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.7.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.4-changelog/</link>
				<pubDate>Mon, 14 May 2018 13:03:48 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.4-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-174&#34;&gt;Spinnaker 1.7.4&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/e2ba64e21c1a05e890df8a25cc2bf036.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.7.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.3-changelog/</link>
				<pubDate>Mon, 07 May 2018 13:26:10 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.3-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-173&#34;&gt;Spinnaker 1.7.3&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/2574a5bbdf23a29108b74b0536c2326c.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.7.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.2-changelog/</link>
				<pubDate>Tue, 01 May 2018 11:22:26 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.2-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-172&#34;&gt;Spinnaker 1.7.2&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/c4df80efb0852d53e14c5d845b86357a.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.7.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.1-changelog/</link>
				<pubDate>Mon, 30 Apr 2018 13:27:47 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.1-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-171&#34;&gt;Spinnaker 1.7.1&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/71203cb3dd4df1483f4b841a32ca6463.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.7.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.0-changelog/</link>
				<pubDate>Wed, 25 Apr 2018 12:06:36 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.7.0-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-170&#34;&gt;Spinnaker 1.7.0&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/78f2f3d55bc849c3a71939287e6b2cb4.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.6.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.6.1-changelog/</link>
				<pubDate>Wed, 04 Apr 2018 15:21:03 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.6.1-changelog/</guid>
				<description>&lt;h1 id=&#34;spinnaker-161&#34;&gt;Spinnaker 1.6.1&lt;/h1&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/f1cd6232151b70492ebdcbb557a209fc.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.6.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.6.0-changelog/</link>
				<pubDate>Wed, 21 Feb 2018 22:23:08 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.6.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/235774d2d17f3bd96d3ed6c446b065a4.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.5.4</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.5.4-changelog/</link>
				<pubDate>Wed, 10 Jan 2018 18:45:23 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.5.4-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/6b9fd632caeaefd32246074998af8498.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.5.3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.5.3-changelog/</link>
				<pubDate>Tue, 09 Jan 2018 20:55:22 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.5.3-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/cdcbfd25eaa81464a4932cbb1f7c70e8.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.5.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.5.2-changelog/</link>
				<pubDate>Fri, 22 Dec 2017 17:30:58 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.5.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/a2c02795c6239cc04118fa62de46d2ef.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.5.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.5.1-changelog/</link>
				<pubDate>Thu, 30 Nov 2017 21:48:29 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.5.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/e884c78db5dead1a72c3f6b52c05738b.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.5.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.5.0-changelog/</link>
				<pubDate>Wed, 08 Nov 2017 18:50:36 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.5.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d3d2ca93ebcc0fce546323723dee65ea.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.4.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.4.2-changelog/</link>
				<pubDate>Tue, 03 Oct 2017 17:27:27 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.4.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/c791562094c040e936776b501b42c7a6.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.4.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.4.1-changelog/</link>
				<pubDate>Fri, 22 Sep 2017 18:13:32 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.4.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/87ffcdd472d315d75877312de01bb05d.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.4.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.4.0-changelog/</link>
				<pubDate>Thu, 21 Sep 2017 20:00:11 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.4.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/52f2f6660077125e05808583c5bf63ee.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.3.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.3.1-changelog/</link>
				<pubDate>Mon, 18 Sep 2017 16:48:39 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.3.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/021ff67e0ef7a4e1b271e0ea4344b3b4.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.3.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.3.0-changelog/</link>
				<pubDate>Thu, 07 Sep 2017 21:28:06 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.3.0-changelog/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Version 1.3.0 requires Halyard v0.34.0+&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;script src=&#34;https://gist.github.com/spinnaker-release/865084b13e404d756af452361beb3962.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.2.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.2.2-changelog/</link>
				<pubDate>Tue, 22 Aug 2017 11:55:01 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.2.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/84b75e3701652dfedb86e20b806cbc39.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.2.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.2.1-changelog/</link>
				<pubDate>Wed, 09 Aug 2017 20:09:52 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.2.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/512f9f19181c4c19b5d614c44aa9bcaf.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.1.2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.1.2-changelog/</link>
				<pubDate>Thu, 27 Jul 2017 21:42:06 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.1.2-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/83f03c39840317b473893da6abea7a0e.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.1.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.1.1-changelog/</link>
				<pubDate>Fri, 21 Jul 2017 13:35:55 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.1.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/d223113b2967deb1272b5f8bffa7645a.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.1.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.1.0-changelog/</link>
				<pubDate>Wed, 05 Jul 2017 18:47:56 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.1.0-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/1b02cdba17f78c3dc9f4210d09610ac8.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.0.1</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.0.1-changelog/</link>
				<pubDate>Mon, 12 Jun 2017 20:33:32 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.0.1-changelog/</guid>
				<description>&lt;script src=&#34;https://gist.github.com/spinnaker-release/b3515a47abbcdc86f0cfdc2bd6cb8a17.js&#34;&gt;&lt;/script&gt;</description>
			</item>
			<item>
				<title>Spinnaker Release 1.0.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.0.0-changelog/</link>
				<pubDate>Mon, 05 Jun 2017 11:21:34 -0400</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/changelogs/1.0.0-changelog/</guid>
				<description>&lt;ul&gt;&#xA;&lt;li&gt;Initial release&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
			</item>
			<item>
				<title>Administrator functionality</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/admin/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/admin/</guid>
				<description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;In Spinnaker, it is possible to define that users belonging to a certain role are considered &amp;ldquo;Administrators&amp;rdquo;. This&#xA;virtually removes all READ/WRITE restrictions to accounts and applications for these users.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;This feature gives admins an immense amount of power. Proceed with caution.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;enable-and-configure-admin-functionality&#34;&gt;Enable and Configure Admin functionality&lt;/h2&gt;&#xA;&lt;h3 id=&#34;manually-add-configuration-in-fiat&#34;&gt;Manually add configuration in Fiat&lt;/h3&gt;&#xA;&lt;p&gt;In the &lt;code&gt;fiat-local.yml&lt;/code&gt; config file, add the following:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;fiat&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;admin&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;roles&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;- &lt;span style=&#34;color:#000&#34;&gt;devops-admin&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Alibaba Cloud Container Service for Kubernetes (ACK) Setup</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes/ack/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes/ack/</guid>
				<description>&lt;p&gt;This page describes how to set up a Kubernetes cluster on&#xA;&#xA;&lt;a href=&#34;https://www.alibabacloud.com/product/kubernetes&#34; target=&#34;_blank&#34;&gt;ACK&lt;/a&gt;&#xA; to be used with Spinnaker&amp;rsquo;s&#xA;Kubernetes provider.&lt;/p&gt;&#xA;&lt;h2 id=&#34;create-a-cluster&#34;&gt;Create a cluster&lt;/h2&gt;&#xA;&lt;p&gt;You can create a Kubernetes cluster on ACK using &#xA;&lt;a href=&#34;https://cs.console.aliyun.com&#34; target=&#34;_blank&#34;&gt;console&lt;/a&gt;&#xA;&#xA;as shown in the &#xA;&lt;a href=&#34;https://www.alibabacloud.com/help/doc-detail/86488.htm&#34; target=&#34;_blank&#34;&gt;official documentation&lt;/a&gt;&#xA;.&#xA;You can also use &#xA;&lt;a href=&#34;https://github.com/aliyun/aliyun-cli&#34; target=&#34;_blank&#34;&gt;Alibaba Cloud CLI&lt;/a&gt;&#xA; or&#xA;&#xA;&lt;a href=&#34;https://www.terraform.io/docs/providers/alicloud/r/cs_kubernetes.html&#34; target=&#34;_blank&#34;&gt;Terraform &lt;/a&gt;&#xA; tools to automate provisioning your clusters.&lt;/p&gt;&#xA;&lt;h2 id=&#34;download-kubectl-configuration-file-on-hal-node&#34;&gt;Download kubectl configuration file on hal node&lt;/h2&gt;&#xA;&lt;p&gt;Run the following command on the &lt;code&gt;hal&lt;/code&gt; node:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;mkdir &lt;span style=&#34;color:#000&#34;&gt;$HOME&lt;/span&gt;/.kube&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;scp root@&lt;span style=&#34;color:#000&#34;&gt;$MASTER&lt;/span&gt;:/etc/kubernetes/kube.conf &lt;span style=&#34;color:#000&#34;&gt;$HOME&lt;/span&gt;/.kube/config&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;next-steps&#34;&gt;Next Steps&lt;/h2&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes/#adding-an-account&#34;&gt;Follow the setup instructions for adding a Kubernetes account in&#xA;Spinnaker&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Amazon AWS Pub/Sub</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/triggers/amazon/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/triggers/amazon/</guid>
				<description>&lt;p&gt;Spinnaker pipelines can be triggered from a queue in &#xA;&lt;a href=&#34;https://aws.amazon.com/sqs/&#34; target=&#34;_blank&#34;&gt;Amazon Simple Queue Service (SQS)&lt;/a&gt;&#xA; that receives new notifications from &#xA;&lt;a href=&#34;https://aws.amazon.com/sns/&#34; target=&#34;_blank&#34;&gt;Amazon Simple Notification Service (SNS)&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h1 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h1&gt;&#xA;&lt;p&gt;You need an AWS Account and the &#xA;&lt;a href=&#34;https://aws.amazon.com/cli/&#34; target=&#34;_blank&#34;&gt;AWS Command Line Interface (cli)&lt;/a&gt;&#xA; installed locally and configured with credentials that allow you to manage your AWS cloud resources.&lt;/p&gt;&#xA;&lt;h2 id=&#34;creating-an-simple-notification-service-sns-topic&#34;&gt;Creating an Simple Notification Service (SNS) Topic&lt;/h2&gt;&#xA;&lt;p&gt;Use the AWS Command Line tool or the AWS Console website to create a SNS Topic that will receive the messages destined for the queue and Spinnaker. You can do this by running the following commands:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Amazon EC2</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/aws/aws-ec2/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/aws/aws-ec2/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;An older doc is available that has some information around installing&#xA;spinnaker but is no longer recommended nor supported&#xA;&#xA;&lt;a href=&#34;https://aws.amazon.com/blogs/opensource/continuous-delivery-spinnaker-amazon-eks/&#34; target=&#34;_blank&#34;&gt;AWS tutorial: Continuous Delivery using Spinnaker on Amazon EKS&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;The AWS EC2 Provider allows you to deploy AWS EC2 resources with Spinnaker. The most&#xA;common use case is the creation of AMIs and deploying the AMI&amp;rsquo;s to new autoscaling groups&#xA;and then deleting the previous autoscaling groups.&lt;/p&gt;&#xA;&lt;p&gt;Refer to the &#xA;&lt;a href=&#34;https://spinnaker.io/setup/install/providers/aws/&#34; target=&#34;_blank&#34;&gt;AWS Cloud Provider Overview&lt;/a&gt;&#xA; to&#xA;understand how AWS IAM must be set up with the Spinnaker AWS EC2 provider. It&amp;rsquo;s recommended to use&#xA;node/pod roles to access AWS services and resources securely.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Amazon ECS</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/ecs/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/ecs/</guid>
				<description>&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;server-group&#34;&gt;Server group&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;server group&lt;/strong&gt; maps to an &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html#service_concepts&#34; target=&#34;_blank&#34;&gt;Amazon ECS service&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;There are two ways to specify server group settings for Amazon ECS:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Inputs (default)&lt;/strong&gt;:&#xA;Specify the container image, resource limits, and other settings needed to create an &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definitions.html&#34; target=&#34;_blank&#34;&gt;Amazon ECS task definition&lt;/a&gt;&#xA; and &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_services.html#service_concepts&#34; target=&#34;_blank&#34;&gt;service&lt;/a&gt;&#xA; directly in the server group. This option supports deploying one container per Amazon ECS task (equivalent to a Spinnaker &amp;ldquo;instance&amp;rdquo;).&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Artifact (supported as of 1.15.0)&lt;/strong&gt;:&#xA;Specify a pipeline artifact to use as an Amazon ECS task definition for the service. The artifact should be a JSON file in the format of an Amazon ECS &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RegisterTaskDefinition.html&#34; target=&#34;_blank&#34;&gt;Register Task Definiton request&lt;/a&gt;&#xA;. This option also requires that you specify &lt;code&gt;containerName&lt;/code&gt;:&lt;code&gt;imageDescription&lt;/code&gt; mappings for each image in your pipeline that you want to be deployed within the service. You can deploy multiple containers (up to 10) per Amazon ECS task using this option.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Amazon ECS</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/aws/aws-ecs/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/aws/aws-ecs/</guid>
				<description>&lt;p&gt;In the Amazon ECS cloud provider, an &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA;&#xA;maps to a Spinnaker AWS account, which itself is able to authenticate against a given &#xA;&lt;a href=&#34;https://aws.amazon.com/account/&#34; target=&#34;_blank&#34;&gt;AWS&#xA;account&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;h3 id=&#34;amazon-ecs-cluster&#34;&gt;Amazon ECS cluster&lt;/h3&gt;&#xA;&lt;p&gt;You need&#xA;to &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/AmazonECS/latest/developerguide/create_cluster.html&#34; target=&#34;_blank&#34;&gt;create an Amazon ECS cluster&lt;/a&gt;&#xA;. If&#xA;using the &amp;lsquo;EC2&amp;rsquo; launch type, this cluster must have enough EC2 instance capacity in it to deploy your containers. If&#xA;using the &amp;lsquo;Fargate&amp;rsquo; launch type, you don&amp;rsquo;t need to add any capacity to this cluster.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Amazon Web Services</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/aws/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/aws/</guid>
				<description>&lt;p&gt;Reference documentation coming soon!&lt;/p&gt;&#xA;&lt;p&gt;See setup &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/aws/&#34;&gt;here&lt;/a&gt;&#xA;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Annotation-Driven UI</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/annotations-ui/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/annotations-ui/</guid>
				<description>&lt;p&gt;This guide describes how to surface information about your Kubernetes resources&#xA;in Deck&amp;rsquo;s details panel using Kubernetes annotations.  These annotations can be&#xA;text or HTML and can include templated values that are populated when the annotation&#xA;is rendered by the browser.&lt;/p&gt;&#xA;&lt;h2 id=&#34;example-usage&#34;&gt;Example Usage&lt;/h2&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s a quick example of usage that will add a &amp;ldquo;Pod Info&amp;rdquo; section to the details&#xA;panel for a pod:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;kubectl annotate pod my-prod-pod-v000 &lt;span style=&#34;color:#4e9a06&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  pod-info.details.html.spinnaker.io&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;&amp;lt;a href=&amp;#39;https://internal-elk.net/{{&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;{{&lt;/span&gt; name &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;}}}}&amp;#39;&amp;gt;Internal Logs Service&amp;lt;/a&amp;gt;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Here&amp;rsquo;s how this annotation will render in Spinnaker&amp;rsquo;s UI:&lt;/p&gt;</description>
			</item>
			<item>
				<title>App Engine: Source to Prod</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/appengine-source-to-prod/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/appengine-source-to-prod/</guid>
				<description>&lt;h1 id=&#34;this-tutorial-is-deprecated-and-no-longer-supported-but-left-for-reference--halyard-is-no-longer-supported-or-maintained&#34;&gt;This tutorial is deprecated and no longer supported, but left for reference.  Halyard is no longer supported or maintained&lt;/h1&gt;&#xA;&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;This codelab provides an overview of Spinnaker&amp;rsquo;s integration with App Engine.&#xA;You&amp;rsquo;ll build and run a simple App Engine deployment pipeline with the following steps:&lt;/p&gt;&#xA;&lt;img style=&#34;width: 60%;&#34; src=&#34;images/codelab_diagram.png&#34; alt=&#34;Codelab diagram&#34;/&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Be sure you have your Google Cloud Platform project&amp;rsquo;s ID. This value will be referenced as &lt;code&gt;GCP-PROJECT-ID&lt;/code&gt; below.&lt;/li&gt;&#xA;&lt;li&gt;Be sure you have &lt;code&gt;gcloud&lt;/code&gt; installed, and that it is authenticated with your GCP project. In most cases, this should only require running &lt;code&gt;gcloud auth login &amp;lt;your@email.com&amp;gt;&lt;/code&gt;&#xA;and following the instructions in the prompt. If you don&amp;rsquo;t have &lt;code&gt;gcloud&lt;/code&gt; installed locally, you can always run &lt;code&gt;gcloud&lt;/code&gt; from inside Cloud Shell, which you can open from your GCP console.&lt;/li&gt;&#xA;&lt;li&gt;Be sure you have the App Engine Admin and Compute Engine APIs enabled for your GCP project:&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud services &lt;span style=&#34;color:#204a87&#34;&gt;enable&lt;/span&gt; appengine.googleapis.com&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud services &lt;span style=&#34;color:#204a87&#34;&gt;enable&lt;/span&gt; compute.googleapis.com&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;ul&gt;&#xA;&lt;li&gt;If this is your first time deploying to App Engine in your project, execute the following command to create an App Engine application. You cannot change the region, so choose wisely:&#xA;&lt;code&gt;gcloud app create --region &amp;lt;e.g., us-central&amp;gt;&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;configuration--installation&#34;&gt;Configuration &amp;amp; installation&lt;/h2&gt;&#xA;&lt;p&gt;We&amp;rsquo;re going to trigger our Spinnaker pipelines using Github webhooks. In order to do so,&#xA;we will have to expose Spinnaker&amp;rsquo;s API gateway to external traffic.&#xA;If you are going to use this installation beyond this codelab, you should follow the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/&#34;&gt;guides&lt;/a&gt;&#xA; for securing Spinnaker.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Artifacts from Build Triggers</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/from-build-triggers/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/from-build-triggers/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;When an external CI system triggers a pipeline, Spinnaker can use the CI build information to&#xA;inject relevant artifacts into the pipeline. The instructions here assume that you have&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/&#34;&gt;set up a CI system&lt;/a&gt;&#xA; and are familiar with using&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/expressions/#property-files&#34;&gt;property files&lt;/a&gt;&#xA; to pass variables from&#xA;CI builds to Spinnaker pipelines.&lt;/p&gt;&#xA;&lt;p&gt;The extraction of artifacts from the build information is done via a Jinja template; the&#xA;template uses the trigger as context and outputs a list of artifacts to inject into the&#xA;pipeline. Spinnaker provides a set of &#xA;&lt;a href=&#34;#supplied-templates&#34;&gt;standard templates&lt;/a&gt;&#xA; to use for&#xA;artifact extraction, which users can augment with custom templates.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Artifacts from Build Triggers</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/from-build-triggers/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/from-build-triggers/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;When an external CI system triggers a pipeline, Spinnaker can use the CI build information to&#xA;inject relevant artifacts into the pipeline. The instructions here assume that you have&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/&#34;&gt;set up a CI system&lt;/a&gt;&#xA; and are familiar with using&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/expressions/#property-files&#34;&gt;property files&lt;/a&gt;&#xA; to pass variables from&#xA;CI builds to Spinnaker pipelines.&lt;/p&gt;&#xA;&lt;p&gt;The extraction of artifacts from the build information is done via a Jinja template; the&#xA;template uses the trigger as context and outputs a list of artifacts to inject into the&#xA;pipeline. Spinnaker provides a set of &#xA;&lt;a href=&#34;#supplied-templates&#34;&gt;standard templates&lt;/a&gt;&#xA; to use for&#xA;artifact extraction, which users can augment with custom templates.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Artifacts In App Engine</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/in-appengine/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/in-appengine/</guid>
				<description>&lt;p&gt;Artifacts can be used for the following in the Google App Engine provider:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;They can be used to reference a GCS bucket that contains source code to be deployed on Google App Engine.&lt;/li&gt;&#xA;&lt;li&gt;They can be used to reference a docker image stored in Google Container Registry to be deployed on App Engine Flex.&lt;/li&gt;&#xA;&lt;li&gt;They can be used to reference config files (such as app.yaml) to be used during deployment to App Engine.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;artifacts-referencing-source-code-from-gcs&#34;&gt;Artifacts referencing source code from GCS&lt;/h2&gt;&#xA;&lt;p&gt;To use an artifact to reference source code that is stored in a GCS bucket, use the &amp;ldquo;GCS&amp;rdquo; Source Type&#xA;when configuring a Server Group.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Artifacts In App Engine (Legacy)</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/in-appengine/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/in-appengine/</guid>
				<description>&lt;p&gt;Artifacts can be used for several things in the Google App Engine provider:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;They can be used to reference a GCS bucket that contains source code to be deployed on Google App Engine.&lt;/li&gt;&#xA;&lt;li&gt;They can be used to reference a docker image stored in Google Container Registry to be deployed on App Engine Flex.&lt;/li&gt;&#xA;&lt;li&gt;They can be used to reference config files (such as app.yaml) to be used during deployment to App Engine.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;artifacts-referencing-source-code-from-gcs&#34;&gt;Artifacts Referencing Source Code From GCS&lt;/h2&gt;&#xA;&lt;p&gt;To use an artifact to reference source code that is stored in a GCS bucket, use the &amp;ldquo;GCS&amp;rdquo; Source Type&#xA;when configuring a Server Group.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Artifacts In Cloud Foundry</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/in-cloud-foundry/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/in-cloud-foundry/</guid>
				<description>&lt;h2 id=&#34;artifacts-referencing-app-manifest&#34;&gt;Artifacts referencing app manifest&lt;/h2&gt;&#xA;&lt;p&gt;To use an artifact to reference a manifest file (such as a manifest stored in a GitHub repository), choose &amp;ldquo;Artifact from execution context&amp;rdquo; in the Application section of the &amp;ldquo;Configure Deployment Cluster&amp;rdquo; screen, and configure the artifact details.&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/in-cloud-foundry/cf-manifest-artifact-github.png&#34;&#xA;&#x9;&#x9;&#x9;alt=&#34;In a Deploy stage, choose a GitHub file artifact as the manifest source for a server group.&#34;&gt;&lt;figcaption&gt;&#xA;&#x9;&#x9;&#x9;&lt;p&gt;In a Deploy stage, choose a GitHub file artifact as the manifest source for a server group.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Artifacts In Kubernetes</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/in-kubernetes/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/in-kubernetes/</guid>
				<description>&lt;h2 id=&#34;manifests-as-artifacts&#34;&gt;Manifests as artifacts&lt;/h2&gt;&#xA;&lt;p&gt;There are two ways to deploy a manifest:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The manifest is supplied statically to a pipeline as text&lt;/li&gt;&#xA;&lt;li&gt;The manifest is supplied as an artifact&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The image below shows a deploy stage that deploys a manifest stored in a GCS bucket:&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/in-kubernetes/manifest-artifact.png&#34;&#xA;&#x9;&#x9;&#x9;alt=&#34;Depending on how this pipeline is configured, it will only run when the referenced file in GCS is modified.&#34;&gt;&lt;figcaption&gt;&#xA;&#x9;&#x9;&#x9;&lt;p&gt;Depending on how this pipeline is configured, it will only run when the referenced file in GCS is modified.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Artifacts In Kubernetes (Legacy)</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/in-kubernetes/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/in-kubernetes/</guid>
				<description>&lt;p&gt;Artifacts play an important role in the Kubernetes provider. Everything from&#xA;the manifests you deploy, to the Docker images or ConfigMaps they reference&#xA;can be expressed or deployed in terms of artifacts.&lt;/p&gt;&#xA;&lt;h1 id=&#34;manifests-as-artifacts&#34;&gt;Manifests as artifacts&lt;/h1&gt;&#xA;&lt;p&gt;There are two ways to deploy a manifest:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The manifest is supplied statically to a pipeline as text&lt;/li&gt;&#xA;&lt;li&gt;The manifest is supplied as an artifact&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The image below shows a deploy stage that deploys a manifest stored in a GCS bucket:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Artifacts In Pipelines (Legacy)</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/in-pipelines/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/in-pipelines/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;Much of the behavior described here depends on looking up execution history in Redis. Deleting recent executions from Redis can cause unexpected behavior.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Now that you have an idea of &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/&#34;&gt;what an artifact is&lt;/a&gt;&#xA; in Spinnaker, you need to&#xA;understand how it&amp;rsquo;s used within pipelines. An artifact arrives in a pipeline execution either from an external trigger (for example, a Docker image pushed to a registry) or by getting fetched by a stage. That artifact is then consumed by downstream stages based on pre-defined behavior.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Authentication Architecture</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture/authz_authn/authentication/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture/authz_authn/authentication/</guid>
				<description>&lt;h2 id=&#34;authentication&#34;&gt;Authentication&lt;/h2&gt;&#xA;&lt;p&gt;There are three basic players in Spinnaker&amp;rsquo;s authentication workflow:&lt;/p&gt;&#xA;&lt;div class=&#34;mermaid&#34;&gt;&#xA;  &#xA;graph LR&#xA;classDef default fill:#d8e8ec,stroke:#7a8288;&#xA;linkStyle default stroke:#7a8288, stroke-width:2px, fill:none;&#xA;&#xA;gate(Gate)&#xA;idp(IdentityProvider)&#xA;deck(Deck/Browser)&#xA;&#xA;deck--&gt;gate&#xA;gate--&gt;deck&#xA;deck--&gt;idp&#xA;idp--&gt;deck&#xA;&#xA;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Deck&lt;/strong&gt;: Spinnaker&amp;rsquo;s UI. Consists of a set of static HTML, JavaScript, and CSS files. Generally&#xA;served from an Apache server, but there is nothing special about Apache that makes Deck work.&#xA;Replace with your favorite HTTP(S) server if you&amp;rsquo;d like.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Gate&lt;/strong&gt;: Spinnaker&amp;rsquo;s API Gateway. All traffic (including traffic generated from Deck) flows&#xA;through Gate. It is the point at which &lt;em&gt;authentication&lt;/em&gt; is confirmed and one point (of several)&#xA;where &lt;em&gt;authorization&lt;/em&gt; is enforced.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Authorization Architecture</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture/authz_authn/authorization/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture/authz_authn/authorization/</guid>
				<description>&lt;h2 id=&#34;ingress&#34;&gt;Ingress&lt;/h2&gt;&#xA;&lt;p&gt;Ingress involves the following components:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Clouddriver.&lt;/li&gt;&#xA;&lt;li&gt;Front50 to query apps and service accounts.&lt;/li&gt;&#xA;&lt;li&gt;Gate signs users in with externally provided roles (e.g. OpenID Connect, SAML). These roles are then merged with provider sourced roles (if any), tagged with the &lt;code&gt;EXTERNAL&lt;/code&gt; source, and cached in Redis.&lt;/li&gt;&#xA;&lt;li&gt;Igor gets the list of build systems and roles required to access them.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;egress&#34;&gt;Egress&lt;/h2&gt;&#xA;&lt;p&gt;Egress involves the following components:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Redis stores computed roles, default permissions, and roles from external systems.&lt;/li&gt;&#xA;&lt;li&gt;Clouddriver gets known accounts.&lt;/li&gt;&#xA;&lt;li&gt;Front50 gets known apps.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;scaling&#34;&gt;Scaling&lt;/h2&gt;&#xA;&lt;p&gt;Fiat can be scaled by adding replicas. &lt;code&gt;fiat.writeMode.enabled&lt;/code&gt; dictates if the Fiat instance will try to sync&#xA;roles. Fiat instances coordinate around locks (in Redis) to ensure that only one instance synchronizes roles at a time.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure Automated Rollbacks in the Kubernetes Provider</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/automated-rollbacks/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/automated-rollbacks/</guid>
				<description>&lt;p&gt;There are clear benefits to having your stored manifests (in Git, GCS, etc&amp;hellip;)&#xA;match as closely as possible to what&amp;rsquo;s running in your cluster: you have&#xA;auditability, versioned changes, and a high confidence in what code you have&#xA;running. However, in some cases, pushing changes from someplace like GitHub&#xA;through your build system all the way to production can simply take too long, and&#xA;an escape hatch is needed when something has gone seriously wrong. Automated&#xA;rollback is that escape hatch.&lt;/p&gt;</description>
			</item>
			<item>
				<title>AWS CodeBuild</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/codebuild/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/codebuild/</guid>
				<description>&lt;p&gt;Setting up &#xA;&lt;a href=&#34;https://aws.amazon.com/codebuild/&#34; target=&#34;_blank&#34;&gt;AWS CodeBuild&lt;/a&gt;&#xA; as a Continuous Integration (CI)&#xA;system within Spinnaker allows you to:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;trigger pipelines when an AWS CodeBuild build changes its phase or state&lt;/li&gt;&#xA;&lt;li&gt;add an AWS CodeBuild stage to your pipeline&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The AWS Codebuild stage requires Spinnaker 1.19 or later.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;h3 id=&#34;aws-codebuild-project&#34;&gt;AWS CodeBuild project&lt;/h3&gt;&#xA;&lt;p&gt;You need to have an &#xA;&lt;a href=&#34;https://aws.amazon.com/codebuild/&#34; target=&#34;_blank&#34;&gt;AWS CodeBuild&lt;/a&gt;&#xA; project. To create a project,&#xA;follow the instructions on how &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/codebuild/latest/userguide/setting-up.html#setting-up-service-role-cli&#34; target=&#34;_blank&#34;&gt;to create a CodeBuild service role (AWS CLI)&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Amazon Web Services Concepts</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/aws/aws-concepts/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/aws/aws-concepts/</guid>
				<description>&lt;h2 id=&#34;concepts&#34;&gt;Concepts&lt;/h2&gt;&#xA;&lt;p&gt;There are two types of Accounts in the Spinnaker AWS provider:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;AWS Managing&lt;/strong&gt; account&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;AWS Managed&lt;/strong&gt; account(s).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;&lt;em&gt;Note&lt;/em&gt;&lt;/strong&gt; The AWS IAM structure must be set up prior to adding the accounts to spinnaker.&lt;/p&gt;&#xA;&lt;p&gt;From the AWS perspective, &lt;strong&gt;AWS Managing&lt;/strong&gt; account assumes control of the &lt;strong&gt;AWS Managed&lt;/strong&gt;&#xA;account(s) through the use of AWS IAM Roles. By assuming a role across AWS Accounts,&#xA;Spinnaker can control AWS resources from multiple &lt;strong&gt;AWS Managed&lt;/strong&gt; accounts.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Azure</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/azure/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/azure/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;If you are not familiar with Azure or any of the terms used below, please consult the Azure &#xA;&lt;a href=&#34;https://docs.microsoft.com/en-us/azure/&#34; target=&#34;_blank&#34;&gt;reference documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;In &#xA;&lt;a href=&#34;https://azure.microsoft.com/&#34; target=&#34;_blank&#34;&gt;Azure&lt;/a&gt;&#xA; (AZ), an &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA;&#xA;maps to a credential able to authenticate against a given &#xA;&lt;a href=&#34;https://azure.microsoft.com/&#34; target=&#34;_blank&#34;&gt;Azure&lt;/a&gt;&#xA; (AZ)&#xA;project - see the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/azure&#34;&gt;setup guide&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;load balancer&lt;/strong&gt; maps to an Azure &#xA;&lt;a href=&#34;https://azure.microsoft.com/services/application-gateway/&#34; target=&#34;_blank&#34;&gt;Application Gateway&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;server-group&#34;&gt;Server Group&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;server group&lt;/strong&gt; maps to an Azure&#xA;&#xA;&lt;a href=&#34;https://azure.microsoft.com/services/virtual-machine-scale-sets/&#34; target=&#34;_blank&#34;&gt;Virtual Machine Scale Set&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;instance&#34;&gt;Instance&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;instance&lt;/strong&gt; maps to an Azure &#xA;&lt;a href=&#34;https://azure.microsoft.com/services/virtual-machines/&#34; target=&#34;_blank&#34;&gt;Virtual Machine Instance&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Azure</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/azure/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/azure/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://azure.microsoft.com/&#34; target=&#34;_blank&#34;&gt;Azure&lt;/a&gt;&#xA;, an&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to a credential able to&#xA;authenticate against a given &#xA;&lt;a href=&#34;https://azure.microsoft.com/free/&#34; target=&#34;_blank&#34;&gt;Azure subscription&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You need a &#xA;&lt;a href=&#34;https://docs.microsoft.com/cli/azure/create-an-azure-service-principal-azure-cli&#34; target=&#34;_blank&#34;&gt;Service Principal&lt;/a&gt;&#xA;&#xA;to authenticate with Azure and a &#xA;&lt;a href=&#34;https://azure.microsoft.com/services/key-vault/&#34; target=&#34;_blank&#34;&gt;Key Vault&lt;/a&gt;&#xA;&#xA;to store a default username/ssh public key for deployed &#xA;&lt;a href=&#34;https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-overview&#34; target=&#34;_blank&#34;&gt;VM Scale Sets&lt;/a&gt;&#xA;.&#xA;The next steps assume the use of the &#xA;&lt;a href=&#34;https://docs.microsoft.com/cli/azure/install-azure-cli&#34; target=&#34;_blank&#34;&gt;Azure CLI 2.0&lt;/a&gt;&#xA;.&#xA;The example commands will set environment variables along the way for use when&#xA;creating an account in the final stage. You can check that you have &lt;code&gt;az&lt;/code&gt; installed by running:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Azure</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/oauth/azure/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/oauth/azure/</guid>
				<description>&lt;p&gt;This page instructs you on how to obtain an OAuth 2.0 client ID and client secret for&#xA;use with your Microsoft Azure tenant. More extensive documentation is available on&#xA;&#xA;&lt;a href=&#34;https://learn.microsoft.com/en-us/azure/active-directory-b2c/client-credentials-grant-flow?pivots=b2c-user-flow&#34; target=&#34;_blank&#34;&gt;Microsoft&amp;rsquo;s site&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;setting-up-an-azure-application-registration&#34;&gt;Setting up an Azure Application Registration&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Navigate to &#xA;&lt;a href=&#34;https://portal.azure.com&#34; target=&#34;_blank&#34;&gt;https://portal.azure.com&lt;/a&gt;&#xA; and log in with your Azure credentials.&lt;/li&gt;&#xA;&lt;li&gt;On the left hand navigation pane, click &amp;ldquo;Azure Active Directory&amp;rdquo; &amp;ndash;&amp;gt; &amp;ldquo;App registrations&amp;rdquo;.&lt;/li&gt;&#xA;&lt;li&gt;Click &amp;ldquo;New application registration&amp;rdquo;, and fill in the details:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Name of the application: (eg Spinnaker),&lt;/li&gt;&#xA;&lt;li&gt;Application type: Web app / API&lt;/li&gt;&#xA;&lt;li&gt;Sign-on URL: &lt;code&gt;https://localhost:8084/login/oauth2/code/azure&lt;/code&gt;  (replace localhost with your Gate address if known, and &lt;code&gt;https&lt;/code&gt; with &lt;code&gt;http&lt;/code&gt; if appropriate). For Spinnaker below v2025.2.0, it should be just &lt;code&gt;https://localhost:8084/login&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Click &amp;ldquo;Create&amp;rdquo;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Note the &amp;ldquo;Application ID&amp;rdquo;, this is the client ID. Copy it to a safe place.&lt;/li&gt;&#xA;&lt;li&gt;Click &amp;ldquo;Settings&amp;rdquo; -&amp;gt; &amp;ldquo;Keys&amp;rdquo;. Under &amp;ldquo;Passwords&amp;rdquo;, add a Key Description (eg Spinnaker), set the expiry and then click &amp;ldquo;Save&amp;rdquo;.&#xA;&amp;ldquo;Value&amp;rdquo; will now be populated. This is your client secret; copy it to a safe place.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;configure-gate&#34;&gt;Configure Gate&lt;/h2&gt;&#xA;&lt;h3 id=&#34;current-configurations&#34;&gt;Current configurations&lt;/h3&gt;&#xA;&lt;p&gt;Add the following to &lt;code&gt;gate-local.yml&lt;/code&gt;. Note the Tenant ID of your organization is required for Azure OAuth 2.0 login. To&#xA;obtain it:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Azure VM Scale Sets: Source to Prod</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/azure-vmss-source-to-prod/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/azure-vmss-source-to-prod/</guid>
				<description>&lt;p&gt;In this codelab, you will create a source-to-prod continuous delivery pipeline for a simple java based application targeting VM Scale Sets in Azure.&lt;/p&gt;&#xA;&lt;p&gt;After completing this lab the following workflow will happen:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;A developer pushes a commit to Github&lt;/li&gt;&#xA;&lt;li&gt;Jenkins automatically builds a Debian package and pushes it to an Aptly repository&lt;/li&gt;&#xA;&lt;li&gt;Spinnaker bakes the new package into an image&lt;/li&gt;&#xA;&lt;li&gt;Spinnaker deploys to a test environment and disables the previous deployment&lt;/li&gt;&#xA;&lt;li&gt;Spinnaker waits for a manual judgement of the test environment&lt;/li&gt;&#xA;&lt;li&gt;Spinnaker deploys the image to the production environment and disables the previous deployment.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;This codelab will walk through the following steps to implement this scenario:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Backend Service Extension Points</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/plugin-creator/plugin-backend/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/plugin-creator/plugin-backend/</guid>
				<description>&lt;h2 id=&#34;project-setup&#34;&gt;Project Setup&lt;/h2&gt;&#xA;&lt;p&gt;To enable plugins for a service, you only need to do two things:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Add &lt;code&gt;implementation(&amp;quot;com.netflix.spinnaker.kork:kork-plugins&amp;quot;)&lt;/code&gt; to your &lt;code&gt;{service}-core&lt;/code&gt; module.&lt;/li&gt;&#xA;&lt;li&gt;Add &lt;code&gt;@Import(PluginsAutoConfiguration::class)&lt;/code&gt; on your &lt;code&gt;Main&lt;/code&gt; class or somewhere that will always be loaded.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Once the plugin framework is installed, you must create an API module to home your service extension points.&lt;/p&gt;&#xA;&lt;h3 id=&#34;api-module&#34;&gt;API Module&lt;/h3&gt;&#xA;&lt;p&gt;Plugins are all about the API. Ensure your project has a &lt;code&gt;{service}-api&lt;/code&gt; module (called &amp;ldquo;&lt;em&gt;the API module&lt;/em&gt;&amp;rdquo; from now on). The API module &lt;strong&gt;MUST NOT&lt;/strong&gt; have other project module dependencies: Your &lt;code&gt;{service}-core&lt;/code&gt; module (called the &amp;ldquo;&lt;em&gt;core service module&lt;/em&gt;&amp;rdquo;) will actually &lt;em&gt;depend on&lt;/em&gt; the API module, as it is the core&amp;rsquo;s and other modules&amp;rsquo; responsibility to marshal between internal data structures and objects and the external API contracts.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Bake and Deploy Pipeline</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/bake-and-deploy-pipeline/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/bake-and-deploy-pipeline/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;VM only&lt;/strong&gt;: This codelab requires you have a VM (for example, on AWS or GCP)&#xA;on which to run it.&lt;/p&gt;&#xA;&lt;p&gt;For Kubernetes, try &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/kubernetes-source-to-prod/&#34;&gt;Kubernetes&#xA;Source-to-Prod&lt;/a&gt;&#xA;,&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;To walk you through some of the basics with Spinnaker, you&amp;rsquo;re going to set up a Spinnaker pipeline that bakes a virtual machine (VM) image containing redis, then deploys that image to a test cluster.&lt;/p&gt;&#xA;&lt;p&gt;Note here that the us-east-1a availability zone is currently full, so it will need to be deselected in the corresponding &amp;lsquo;region&amp;rsquo; checkbox list for each of these steps.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Best Practices for the Kubernetes Provider</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/best-practices/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/best-practices/</guid>
				<description>&lt;p&gt;The Kubernetes provider enables a wide variety of ways to deploy your&#xA;manifests into Kubernetes clusters. This page provides best-practices for doing&#xA;so.&lt;/p&gt;&#xA;&lt;h2 id=&#34;deploy-docker-images-by-digest&#34;&gt;Deploy Docker images by digest&lt;/h2&gt;&#xA;&lt;p&gt;If your registry exposes image changes by&#xA;&#xA;&lt;a href=&#34;https://docs.docker.com/registry/spec/api/#content-digests&#34; target=&#34;_blank&#34;&gt;digest&lt;/a&gt;&#xA;, we&#xA;recommend deploying images by their digest rather than tag, e.g.&#xA;&lt;code&gt;gcr.io/my-image@sha256:95ff090...&lt;/code&gt; rather than &lt;code&gt;gcr.io/my-image:v1&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The digest is a content-addressable way to reference&#xA;your image, because it&amp;rsquo;s derived from the hash of the image contents. If your&#xA;manifest points to an image by its digest, you know that each time it&amp;rsquo;s&#xA;deployed it points to the same contents (binary, dependencies, config,&#xA;etc&amp;hellip;). If you rely on the tag, deploying the same&#xA;Manifest twice can have different results.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Triggering pipelines with Bitbucket Server</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/triggers/bitbucket-events/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/triggers/bitbucket-events/</guid>
				<description>&lt;h2 id=&#34;overview-of-supported-bitbucket-server-events&#34;&gt;Overview of supported Bitbucket Server events&lt;/h2&gt;&#xA;&lt;p&gt;Spinnaker supports the following Bitbucket Server webhook events:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Declined (pr:declined)&lt;/li&gt;&#xA;&lt;li&gt;Deleted (pr:deleted)&lt;/li&gt;&#xA;&lt;li&gt;Merged (pr:merged)&lt;/li&gt;&#xA;&lt;li&gt;Modified/Source branch updated (pr:from_ref_updated)&lt;/li&gt;&#xA;&lt;li&gt;Opened (pr:opened)&lt;/li&gt;&#xA;&lt;li&gt;Push (repo:refs_changed)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;Before you begin&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You are familiar with &#xA;&lt;a href=&#34;https://confluence.atlassian.com/bitbucketserver/manage-webhooks-938025878.html&#34; target=&#34;_blank&#34;&gt;creating and triggering webhooks&lt;/a&gt;&#xA; in Bitbucket Server.&lt;/li&gt;&#xA;&lt;li&gt;You have configured &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/features/notifications/#bitbucket-cloud&#34;&gt;Bitbucket notifications (webhooks)&lt;/a&gt;&#xA; in Spinnaker and enabled the desired webhook events in your Bitbucket repository.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;add-a-bitbucket-webhook-event-as-a-pipeline-trigger&#34;&gt;Add a Bitbucket webhook event as a pipeline trigger&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;In your pipeline, go to &lt;strong&gt;Configuration&lt;/strong&gt; &amp;gt; &lt;strong&gt;Automated Triggers&lt;/strong&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Bitbucket File</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/bitbucket-file/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/bitbucket-file/</guid>
				<description>&lt;p&gt;Bitbucket file artifacts are references to files stored in&#xA;&#xA;&lt;a href=&#34;https://bitbucket.org&#34; target=&#34;_blank&#34;&gt;Bitbucket&lt;/a&gt;&#xA;. They are generally consumed&#xA;by stages that read configuration from text files, such as a Deploy Manifest&#xA;stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fields&#34;&gt;Fields&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Always &lt;code&gt;bitbucket/file&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The full path including filename for retrieval via the Bitbucket API. &lt;code&gt;https://api.bitbucket.org/2.0/repositories/$ORG/$REPO/src/$VERSION/$FILEPATH&lt;/code&gt;. For more info, see the documentation &#xA;&lt;a href=&#34;https://confluence.atlassian.com/bitbucket/src-resources-296095214.html&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt;&#xA;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;name&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The file path within your repo. &lt;code&gt;path/to/file.yml&lt;/code&gt; is an example.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;version&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;N/A. Must be specified in reference.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;N/A&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;bitbucket/file&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;reference&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;https://api.bitbucket.org/2.0/repositories/org/repo/src/master/manifests/config.yaml&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;name&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;manifests/config.yaml&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Bitbucket File</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/bitbucket-file/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/bitbucket-file/</guid>
				<description>&lt;p&gt;These artifacts are generally consumed by&#xA;stages that read configuration from text files, such as a Deploy Manifest&#xA;stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;bitbucket-file-artifact-in-the-ui&#34;&gt;Bitbucket file artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the Bitbucket file artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th width=&#34;10%&#34;&gt;Field&lt;/th&gt;&#xA;      &lt;th width=&#34;90%&#34;&gt;Explanation&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Account&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;A Bitbucket artifact account.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;File path&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The full path (including filename) for retrieval via the Bitbucket API. Example: &lt;code&gt;https://api.bitbucket.org/2.0/repositories/$ORG/$REPO/src/$VERSION/$FILEPATH&lt;/code&gt;.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;in-a-trigger&#34;&gt;In a trigger&lt;/h3&gt;&#xA;&lt;p&gt;When configuring certain triggers, you can use a Bitbucket file as an expected&#xA;artifact.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Continuous Delivery to Kubernetes on Oracle</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/oracle-kubernetes-source-to-prod/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/oracle-kubernetes-source-to-prod/</guid>
				<description>&lt;p&gt;In this codelab you will configure a Spinnaker pipeline to deploy an application from Kubernetes manifest files targeting Kubernetes on Oracle Cloud Infrastructure Container Engine (OKE).&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;Before we begin, we need to do the following:&lt;/p&gt;&#xA;&lt;h3 id=&#34;configure-kubernetes&#34;&gt;Configure Kubernetes&lt;/h3&gt;&#xA;&lt;p&gt;If you don&amp;rsquo;t already have a cluster for this purpose, you can follow &#xA;&lt;a href=&#34;https://www.oracle.com/webfolder/technetwork/tutorials/obe/oci/oke-full/index.html&#34; target=&#34;_blank&#34;&gt;this tutorial&lt;/a&gt;&#xA; until a Kubernetes cluster on OKE is created.&lt;/p&gt;&#xA;&lt;h3 id=&#34;create-a-compute-instance&#34;&gt;Create a compute instance&lt;/h3&gt;&#xA;&lt;p&gt;Create a compute instance on Oracle Cloud Infrastructure (OCI) to host Spinnaker by following &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/launchinginstance.htm&#34; target=&#34;_blank&#34;&gt;these instructions&lt;/a&gt;&#xA;.  Spinnaker supports Ubuntu 18.04 or higher.&lt;/p&gt;</description>
			</item>
			<item>
				<title>CI Features</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/ci-features/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/ci-features/</guid>
				<description>&lt;p&gt;One of the goals of Managed Delivery is to show you the journey of your code, from commit to deployment,&#xA;in an easy, consistent way.&#xA;In order to enable this experience, we created an integration between Managed Delivery and the Continuous Integration (CI) provider, which is described below.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Note: in order to take advantage of this feature, your Spinnaker operator/administrator will have to configure a CI provider which matches your company&amp;rsquo;s setup.&#xA;They can look for available open-source or commercial Spinnaker CI providers, or even develop their own. See the developer guide on &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/extending/integrate-your-ci/&#34;&gt;CI integration&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Cloud Foundry</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/cf/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/cf/</guid>
				<description>&lt;p&gt;If you are not familiar with Cloud Foundry (CF) or any of the terms used below, please consult &#xA;&lt;a href=&#34;https://docs.cloudfoundry.org&#34; target=&#34;_blank&#34;&gt;Cloud Foundry&amp;rsquo;s reference documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;In CF, an Account maps to a user account on a CF foundation (where a foundation is a BOSH Director and all the VMs it deploys). This user account is provided via configuration to Spinnaker, and Spinnaker&amp;rsquo;s privileges are determined by the CF user account&amp;rsquo;s permissions; for example, Spinnaker can manage CF apps across all of the &#xA;&lt;a href=&#34;https://docs.cloudfoundry.org/concepts/roles.html&#34; target=&#34;_blank&#34;&gt;orgs and spaces&lt;/a&gt;&#xA; which its CF user account can access.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Cloud Foundry</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/cf/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/cf/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://www.cloudfoundry.org&#34; target=&#34;_blank&#34;&gt;Cloud Foundry&lt;/a&gt;&#xA; (CF), an Account maps to a user account on a CF foundation (a BOSH Director and all the VMs it deploys). You can add multiple accounts for one or more CF foundations.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;Your CF foundations&amp;rsquo; &#xA;&lt;a href=&#34;https://docs.cloudfoundry.org/running/cf-api-endpoint.html&#34; target=&#34;_blank&#34;&gt;API endpoints&lt;/a&gt;&#xA; must be reachable from your installation of Spinnaker.&lt;/p&gt;&#xA;&lt;h2 id=&#34;add-an-account&#34;&gt;Add an account&lt;/h2&gt;&#xA;&lt;p&gt;First, make sure that the provider is enabled and add an account named &lt;code&gt;my-cf-account&lt;/code&gt; to the clouddriver list of Cloud Foundry accounts:&#xA;in &lt;code&gt;~/spinnaker-kustomize/overlays/config/files/clouddriver-local.yml&lt;/code&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Code Languages, Libraries, and Conventions </title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/back-end-code/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/back-end-code/</guid>
				<description>&lt;p&gt;Spinnaker is a collection of microservices built from a common foundation which has evolved over time. You do not need&#xA;to know all of the technologies listed to contribute. Please consider these standards and conventions when submitting&#xA;pull requests to Spinnaker.&lt;/p&gt;&#xA;&lt;h2 id=&#34;languages&#34;&gt;Languages&lt;/h2&gt;&#xA;&lt;p&gt;Spinnaker is comprised of JVM backend-services and a frontend application (Deck). See&#xA;an &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture/microservices-overview&#34;&gt;overview of the architecture&lt;/a&gt;&#xA; in our reference documentation.&lt;/p&gt;&#xA;&lt;p&gt;Use the following languages to fix and extend Spinnaker services:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Code Of Conduct</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code-of-conduct/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code-of-conduct/</guid>
				<description>&lt;p&gt;Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.&lt;/p&gt;&#xA;&lt;h2 id=&#34;contributor-covenant-code-of-conduct&#34;&gt;Contributor Covenant Code of Conduct&lt;/h2&gt;&#xA;&lt;h2 id=&#34;our-pledge&#34;&gt;Our pledge&lt;/h2&gt;&#xA;&lt;p&gt;In the interest of fostering an open and welcoming environment, we as&#xA;contributors and maintainers pledge to making participation in our project and&#xA;our community a harassment-free experience for everyone, regardless of age, body&#xA;size, disability, ethnicity, gender identity and expression, level of experience,&#xA;nationality, personal appearance, race, religion, or sexual identity and&#xA;orientation.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Commands</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/halyard/commands/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/halyard/commands/</guid>
				<description>&lt;h1 id=&#34;halyard-is-deprecated&#34;&gt;HALYARD IS DEPRECATED&lt;/h1&gt;&#xA;&lt;div class=&#34;td-alert td-alert--md alert alert-important&#34; role=&#34;alert&#34;&gt;&lt;div class=&#34;td-alert-heading alert-heading&#34; role=&#34;heading&#34;&gt;Important&lt;/div&gt;&#xA;  &lt;div class=&#34;td-alert-body&#34;&gt;&#xA;    &lt;p&gt;At this time, halyard is considered deprecated and no longer supported.&lt;br&gt;&#xA;This document is kept here and alive for historical purposes. Documentation&#xA;should all be moved to native configuration files, and for more questions&#xA;and information please join the spinnaker slack.&lt;/p&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;h2 id=&#34;table-of-contents&#34;&gt;Table of Contents&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal&#34;&gt;hal&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-admin&#34;&gt;hal admin&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-admin-deprecate&#34;&gt;hal admin deprecate&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-admin-deprecate-version&#34;&gt;hal admin deprecate version&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-admin-publish&#34;&gt;hal admin publish&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-admin-publish-bom&#34;&gt;hal admin publish bom&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-admin-publish-latest&#34;&gt;hal admin publish latest&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-admin-publish-latest-halyard&#34;&gt;hal admin publish latest-halyard&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-admin-publish-latest-spinnaker&#34;&gt;hal admin publish latest-spinnaker&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-admin-publish-profile&#34;&gt;hal admin publish profile&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-admin-publish-version&#34;&gt;hal admin publish version&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-backup&#34;&gt;hal backup&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-backup-create&#34;&gt;hal backup create&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-backup-restore&#34;&gt;hal backup restore&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config&#34;&gt;hal config&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact&#34;&gt;hal config artifact&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-bitbucket&#34;&gt;hal config artifact bitbucket&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-bitbucket-account&#34;&gt;hal config artifact bitbucket account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-bitbucket-account-add&#34;&gt;hal config artifact bitbucket account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-bitbucket-account-delete&#34;&gt;hal config artifact bitbucket account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-bitbucket-account-edit&#34;&gt;hal config artifact bitbucket account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-bitbucket-account-get&#34;&gt;hal config artifact bitbucket account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-bitbucket-account-list&#34;&gt;hal config artifact bitbucket account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-bitbucket-disable&#34;&gt;hal config artifact bitbucket disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-bitbucket-enable&#34;&gt;hal config artifact bitbucket enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gcs&#34;&gt;hal config artifact gcs&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gcs-account&#34;&gt;hal config artifact gcs account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gcs-account-add&#34;&gt;hal config artifact gcs account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gcs-account-delete&#34;&gt;hal config artifact gcs account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gcs-account-edit&#34;&gt;hal config artifact gcs account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gcs-account-get&#34;&gt;hal config artifact gcs account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gcs-account-list&#34;&gt;hal config artifact gcs account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gcs-disable&#34;&gt;hal config artifact gcs disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gcs-enable&#34;&gt;hal config artifact gcs enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-github&#34;&gt;hal config artifact github&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-github-account&#34;&gt;hal config artifact github account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-github-account-add&#34;&gt;hal config artifact github account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-github-account-delete&#34;&gt;hal config artifact github account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-github-account-edit&#34;&gt;hal config artifact github account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-github-account-get&#34;&gt;hal config artifact github account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-github-account-list&#34;&gt;hal config artifact github account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-github-disable&#34;&gt;hal config artifact github disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-github-enable&#34;&gt;hal config artifact github enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitlab&#34;&gt;hal config artifact gitlab&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitlab-account&#34;&gt;hal config artifact gitlab account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitlab-account-add&#34;&gt;hal config artifact gitlab account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitlab-account-delete&#34;&gt;hal config artifact gitlab account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitlab-account-edit&#34;&gt;hal config artifact gitlab account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitlab-account-get&#34;&gt;hal config artifact gitlab account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitlab-account-list&#34;&gt;hal config artifact gitlab account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitlab-disable&#34;&gt;hal config artifact gitlab disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitlab-enable&#34;&gt;hal config artifact gitlab enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitrepo&#34;&gt;hal config artifact gitrepo&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitrepo-account&#34;&gt;hal config artifact gitrepo account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitrepo-account-add&#34;&gt;hal config artifact gitrepo account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitrepo-account-delete&#34;&gt;hal config artifact gitrepo account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitrepo-account-edit&#34;&gt;hal config artifact gitrepo account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitrepo-account-get&#34;&gt;hal config artifact gitrepo account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitrepo-account-list&#34;&gt;hal config artifact gitrepo account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitrepo-disable&#34;&gt;hal config artifact gitrepo disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-gitrepo-enable&#34;&gt;hal config artifact gitrepo enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-helm&#34;&gt;hal config artifact helm&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-helm-account&#34;&gt;hal config artifact helm account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-helm-account-add&#34;&gt;hal config artifact helm account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-helm-account-delete&#34;&gt;hal config artifact helm account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-helm-account-edit&#34;&gt;hal config artifact helm account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-helm-account-get&#34;&gt;hal config artifact helm account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-helm-account-list&#34;&gt;hal config artifact helm account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-helm-disable&#34;&gt;hal config artifact helm disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-helm-enable&#34;&gt;hal config artifact helm enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-http&#34;&gt;hal config artifact http&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-http-account&#34;&gt;hal config artifact http account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-http-account-add&#34;&gt;hal config artifact http account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-http-account-delete&#34;&gt;hal config artifact http account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-http-account-edit&#34;&gt;hal config artifact http account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-http-account-get&#34;&gt;hal config artifact http account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-http-account-list&#34;&gt;hal config artifact http account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-http-disable&#34;&gt;hal config artifact http disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-http-enable&#34;&gt;hal config artifact http enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-maven&#34;&gt;hal config artifact maven&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-maven-account&#34;&gt;hal config artifact maven account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-maven-account-add&#34;&gt;hal config artifact maven account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-maven-account-delete&#34;&gt;hal config artifact maven account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-maven-account-edit&#34;&gt;hal config artifact maven account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-maven-account-get&#34;&gt;hal config artifact maven account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-maven-account-list&#34;&gt;hal config artifact maven account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-maven-disable&#34;&gt;hal config artifact maven disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-maven-enable&#34;&gt;hal config artifact maven enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-oracle&#34;&gt;hal config artifact oracle&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-oracle-account&#34;&gt;hal config artifact oracle account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-oracle-account-add&#34;&gt;hal config artifact oracle account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-oracle-account-delete&#34;&gt;hal config artifact oracle account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-oracle-account-edit&#34;&gt;hal config artifact oracle account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-oracle-account-get&#34;&gt;hal config artifact oracle account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-oracle-account-list&#34;&gt;hal config artifact oracle account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-oracle-disable&#34;&gt;hal config artifact oracle disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-oracle-enable&#34;&gt;hal config artifact oracle enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-s3&#34;&gt;hal config artifact s3&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-s3-account&#34;&gt;hal config artifact s3 account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-s3-account-add&#34;&gt;hal config artifact s3 account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-s3-account-delete&#34;&gt;hal config artifact s3 account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-s3-account-edit&#34;&gt;hal config artifact s3 account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-s3-account-get&#34;&gt;hal config artifact s3 account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-s3-account-list&#34;&gt;hal config artifact s3 account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-s3-disable&#34;&gt;hal config artifact s3 disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-s3-enable&#34;&gt;hal config artifact s3 enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-templates&#34;&gt;hal config artifact templates&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-templates-add&#34;&gt;hal config artifact templates add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-templates-delete&#34;&gt;hal config artifact templates delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-templates-edit&#34;&gt;hal config artifact templates edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-artifact-templates-list&#34;&gt;hal config artifact templates list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary&#34;&gt;hal config canary&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-aws&#34;&gt;hal config canary aws&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-aws-account&#34;&gt;hal config canary aws account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-aws-account-add&#34;&gt;hal config canary aws account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-aws-account-delete&#34;&gt;hal config canary aws account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-aws-account-edit&#34;&gt;hal config canary aws account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-aws-account-get&#34;&gt;hal config canary aws account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-aws-account-list&#34;&gt;hal config canary aws account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-aws-disable&#34;&gt;hal config canary aws disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-aws-edit&#34;&gt;hal config canary aws edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-aws-enable&#34;&gt;hal config canary aws enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-datadog&#34;&gt;hal config canary datadog&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-datadog-account&#34;&gt;hal config canary datadog account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-datadog-account-add&#34;&gt;hal config canary datadog account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-datadog-account-delete&#34;&gt;hal config canary datadog account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-datadog-account-edit&#34;&gt;hal config canary datadog account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-datadog-account-get&#34;&gt;hal config canary datadog account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-datadog-account-list&#34;&gt;hal config canary datadog account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-datadog-disable&#34;&gt;hal config canary datadog disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-datadog-enable&#34;&gt;hal config canary datadog enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-disable&#34;&gt;hal config canary disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-edit&#34;&gt;hal config canary edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-enable&#34;&gt;hal config canary enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-google&#34;&gt;hal config canary google&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-google-account&#34;&gt;hal config canary google account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-google-account-add&#34;&gt;hal config canary google account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-google-account-delete&#34;&gt;hal config canary google account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-google-account-edit&#34;&gt;hal config canary google account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-google-account-get&#34;&gt;hal config canary google account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-google-account-list&#34;&gt;hal config canary google account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-google-disable&#34;&gt;hal config canary google disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-google-edit&#34;&gt;hal config canary google edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-google-enable&#34;&gt;hal config canary google enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-newrelic&#34;&gt;hal config canary newrelic&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-newrelic-account&#34;&gt;hal config canary newrelic account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-newrelic-account-add&#34;&gt;hal config canary newrelic account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-newrelic-account-delete&#34;&gt;hal config canary newrelic account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-newrelic-account-edit&#34;&gt;hal config canary newrelic account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-newrelic-account-get&#34;&gt;hal config canary newrelic account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-newrelic-account-list&#34;&gt;hal config canary newrelic account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-newrelic-disable&#34;&gt;hal config canary newrelic disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-newrelic-enable&#34;&gt;hal config canary newrelic enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-prometheus&#34;&gt;hal config canary prometheus&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-prometheus-account&#34;&gt;hal config canary prometheus account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-prometheus-account-add&#34;&gt;hal config canary prometheus account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-prometheus-account-delete&#34;&gt;hal config canary prometheus account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-prometheus-account-edit&#34;&gt;hal config canary prometheus account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-prometheus-account-get&#34;&gt;hal config canary prometheus account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-prometheus-account-list&#34;&gt;hal config canary prometheus account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-prometheus-disable&#34;&gt;hal config canary prometheus disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-prometheus-edit&#34;&gt;hal config canary prometheus edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-prometheus-enable&#34;&gt;hal config canary prometheus enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-signalfx&#34;&gt;hal config canary signalfx&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-signalfx-account&#34;&gt;hal config canary signalfx account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-signalfx-account-add&#34;&gt;hal config canary signalfx account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-signalfx-account-delete&#34;&gt;hal config canary signalfx account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-signalfx-account-edit&#34;&gt;hal config canary signalfx account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-signalfx-account-get&#34;&gt;hal config canary signalfx account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-signalfx-account-list&#34;&gt;hal config canary signalfx account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-signalfx-disable&#34;&gt;hal config canary signalfx disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-canary-signalfx-enable&#34;&gt;hal config canary signalfx enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci&#34;&gt;hal config ci&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-codebuild&#34;&gt;hal config ci codebuild&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-codebuild-account&#34;&gt;hal config ci codebuild account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-codebuild-account-add&#34;&gt;hal config ci codebuild account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-codebuild-account-delete&#34;&gt;hal config ci codebuild account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-codebuild-account-edit&#34;&gt;hal config ci codebuild account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-codebuild-account-get&#34;&gt;hal config ci codebuild account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-codebuild-account-list&#34;&gt;hal config ci codebuild account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-codebuild-disable&#34;&gt;hal config ci codebuild disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-codebuild-edit&#34;&gt;hal config ci codebuild edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-codebuild-enable&#34;&gt;hal config ci codebuild enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-concourse&#34;&gt;hal config ci concourse&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-concourse-disable&#34;&gt;hal config ci concourse disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-concourse-enable&#34;&gt;hal config ci concourse enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-concourse-master&#34;&gt;hal config ci concourse master&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-concourse-master-add&#34;&gt;hal config ci concourse master add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-concourse-master-delete&#34;&gt;hal config ci concourse master delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-concourse-master-edit&#34;&gt;hal config ci concourse master edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-concourse-master-get&#34;&gt;hal config ci concourse master get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-concourse-master-list&#34;&gt;hal config ci concourse master list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-gcb&#34;&gt;hal config ci gcb&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-gcb-account&#34;&gt;hal config ci gcb account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-gcb-account-add&#34;&gt;hal config ci gcb account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-gcb-account-delete&#34;&gt;hal config ci gcb account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-gcb-account-edit&#34;&gt;hal config ci gcb account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-gcb-account-list&#34;&gt;hal config ci gcb account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-gcb-disable&#34;&gt;hal config ci gcb disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-gcb-enable&#34;&gt;hal config ci gcb enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-jenkins&#34;&gt;hal config ci jenkins&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-jenkins-disable&#34;&gt;hal config ci jenkins disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-jenkins-enable&#34;&gt;hal config ci jenkins enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-jenkins-master&#34;&gt;hal config ci jenkins master&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-jenkins-master-add&#34;&gt;hal config ci jenkins master add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-jenkins-master-delete&#34;&gt;hal config ci jenkins master delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-jenkins-master-edit&#34;&gt;hal config ci jenkins master edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-jenkins-master-get&#34;&gt;hal config ci jenkins master get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-jenkins-master-list&#34;&gt;hal config ci jenkins master list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-travis&#34;&gt;hal config ci travis&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-travis-disable&#34;&gt;hal config ci travis disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-travis-enable&#34;&gt;hal config ci travis enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-travis-master&#34;&gt;hal config ci travis master&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-travis-master-add&#34;&gt;hal config ci travis master add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-travis-master-delete&#34;&gt;hal config ci travis master delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-travis-master-edit&#34;&gt;hal config ci travis master edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-travis-master-get&#34;&gt;hal config ci travis master get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-travis-master-list&#34;&gt;hal config ci travis master list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-wercker&#34;&gt;hal config ci wercker&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-wercker-disable&#34;&gt;hal config ci wercker disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-wercker-enable&#34;&gt;hal config ci wercker enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-wercker-master&#34;&gt;hal config ci wercker master&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-wercker-master-add&#34;&gt;hal config ci wercker master add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-wercker-master-delete&#34;&gt;hal config ci wercker master delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-wercker-master-edit&#34;&gt;hal config ci wercker master edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-wercker-master-get&#34;&gt;hal config ci wercker master get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-ci-wercker-master-list&#34;&gt;hal config ci wercker master list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy&#34;&gt;hal config deploy&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing&#34;&gt;hal config deploy component-sizing&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver&#34;&gt;hal config deploy component-sizing clouddriver&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-delete&#34;&gt;hal config deploy component-sizing clouddriver delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-edit&#34;&gt;hal config deploy component-sizing clouddriver edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-bootstrap&#34;&gt;hal config deploy component-sizing clouddriver-bootstrap&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-bootstrap-delete&#34;&gt;hal config deploy component-sizing clouddriver-bootstrap delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-bootstrap-edit&#34;&gt;hal config deploy component-sizing clouddriver-bootstrap edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-caching&#34;&gt;hal config deploy component-sizing clouddriver-caching&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-caching-delete&#34;&gt;hal config deploy component-sizing clouddriver-caching delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-caching-edit&#34;&gt;hal config deploy component-sizing clouddriver-caching edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-ro&#34;&gt;hal config deploy component-sizing clouddriver-ro&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-ro-delete&#34;&gt;hal config deploy component-sizing clouddriver-ro delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-ro-edit&#34;&gt;hal config deploy component-sizing clouddriver-ro edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-ro-deck&#34;&gt;hal config deploy component-sizing clouddriver-ro-deck&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-ro-deck-delete&#34;&gt;hal config deploy component-sizing clouddriver-ro-deck delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-ro-deck-edit&#34;&gt;hal config deploy component-sizing clouddriver-ro-deck edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-rw&#34;&gt;hal config deploy component-sizing clouddriver-rw&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-rw-delete&#34;&gt;hal config deploy component-sizing clouddriver-rw delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-clouddriver-rw-edit&#34;&gt;hal config deploy component-sizing clouddriver-rw edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-consul-client&#34;&gt;hal config deploy component-sizing consul-client&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-consul-client-delete&#34;&gt;hal config deploy component-sizing consul-client delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-consul-client-edit&#34;&gt;hal config deploy component-sizing consul-client edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-consul-server&#34;&gt;hal config deploy component-sizing consul-server&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-consul-server-delete&#34;&gt;hal config deploy component-sizing consul-server delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-consul-server-edit&#34;&gt;hal config deploy component-sizing consul-server edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-deck&#34;&gt;hal config deploy component-sizing deck&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-deck-delete&#34;&gt;hal config deploy component-sizing deck delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-deck-edit&#34;&gt;hal config deploy component-sizing deck edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-echo&#34;&gt;hal config deploy component-sizing echo&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-echo-delete&#34;&gt;hal config deploy component-sizing echo delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-echo-edit&#34;&gt;hal config deploy component-sizing echo edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-echo-scheduler&#34;&gt;hal config deploy component-sizing echo-scheduler&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-echo-scheduler-delete&#34;&gt;hal config deploy component-sizing echo-scheduler delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-echo-scheduler-edit&#34;&gt;hal config deploy component-sizing echo-scheduler edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-echo-worker&#34;&gt;hal config deploy component-sizing echo-worker&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-echo-worker-delete&#34;&gt;hal config deploy component-sizing echo-worker delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-echo-worker-edit&#34;&gt;hal config deploy component-sizing echo-worker edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-fiat&#34;&gt;hal config deploy component-sizing fiat&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-fiat-delete&#34;&gt;hal config deploy component-sizing fiat delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-fiat-edit&#34;&gt;hal config deploy component-sizing fiat edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-front50&#34;&gt;hal config deploy component-sizing front50&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-front50-delete&#34;&gt;hal config deploy component-sizing front50 delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-front50-edit&#34;&gt;hal config deploy component-sizing front50 edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-gate&#34;&gt;hal config deploy component-sizing gate&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-gate-delete&#34;&gt;hal config deploy component-sizing gate delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-gate-edit&#34;&gt;hal config deploy component-sizing gate edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-igor&#34;&gt;hal config deploy component-sizing igor&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-igor-delete&#34;&gt;hal config deploy component-sizing igor delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-igor-edit&#34;&gt;hal config deploy component-sizing igor edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-kayenta&#34;&gt;hal config deploy component-sizing kayenta&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-kayenta-delete&#34;&gt;hal config deploy component-sizing kayenta delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-kayenta-edit&#34;&gt;hal config deploy component-sizing kayenta edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-monitoring-daemon&#34;&gt;hal config deploy component-sizing monitoring-daemon&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-monitoring-daemon-delete&#34;&gt;hal config deploy component-sizing monitoring-daemon delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-monitoring-daemon-edit&#34;&gt;hal config deploy component-sizing monitoring-daemon edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-orca&#34;&gt;hal config deploy component-sizing orca&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-orca-delete&#34;&gt;hal config deploy component-sizing orca delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-orca-edit&#34;&gt;hal config deploy component-sizing orca edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-orca-bootstrap&#34;&gt;hal config deploy component-sizing orca-bootstrap&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-orca-bootstrap-delete&#34;&gt;hal config deploy component-sizing orca-bootstrap delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-orca-bootstrap-edit&#34;&gt;hal config deploy component-sizing orca-bootstrap edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-redis&#34;&gt;hal config deploy component-sizing redis&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-redis-delete&#34;&gt;hal config deploy component-sizing redis delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-redis-edit&#34;&gt;hal config deploy component-sizing redis edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-redis-bootstrap&#34;&gt;hal config deploy component-sizing redis-bootstrap&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-redis-bootstrap-delete&#34;&gt;hal config deploy component-sizing redis-bootstrap delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-redis-bootstrap-edit&#34;&gt;hal config deploy component-sizing redis-bootstrap edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-rosco&#34;&gt;hal config deploy component-sizing rosco&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-rosco-delete&#34;&gt;hal config deploy component-sizing rosco delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-rosco-edit&#34;&gt;hal config deploy component-sizing rosco edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-vault-client&#34;&gt;hal config deploy component-sizing vault-client&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-vault-client-delete&#34;&gt;hal config deploy component-sizing vault-client delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-vault-client-edit&#34;&gt;hal config deploy component-sizing vault-client edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-vault-server&#34;&gt;hal config deploy component-sizing vault-server&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-vault-server-delete&#34;&gt;hal config deploy component-sizing vault-server delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-component-sizing-vault-server-edit&#34;&gt;hal config deploy component-sizing vault-server edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-edit&#34;&gt;hal config deploy edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-ha&#34;&gt;hal config deploy ha&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-ha-clouddriver&#34;&gt;hal config deploy ha clouddriver&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-ha-clouddriver-disable&#34;&gt;hal config deploy ha clouddriver disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-ha-clouddriver-edit&#34;&gt;hal config deploy ha clouddriver edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-ha-clouddriver-enable&#34;&gt;hal config deploy ha clouddriver enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-ha-echo&#34;&gt;hal config deploy ha echo&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-ha-echo-disable&#34;&gt;hal config deploy ha echo disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-deploy-ha-echo-enable&#34;&gt;hal config deploy ha echo enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-edit&#34;&gt;hal config edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-features&#34;&gt;hal config features&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-features-edit&#34;&gt;hal config features edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-generate&#34;&gt;hal config generate&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-list&#34;&gt;hal config list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores&#34;&gt;hal config metric-stores&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-datadog&#34;&gt;hal config metric-stores datadog&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-datadog-disable&#34;&gt;hal config metric-stores datadog disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-datadog-edit&#34;&gt;hal config metric-stores datadog edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-datadog-enable&#34;&gt;hal config metric-stores datadog enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-edit&#34;&gt;hal config metric-stores edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-newrelic&#34;&gt;hal config metric-stores newrelic&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-newrelic-disable&#34;&gt;hal config metric-stores newrelic disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-newrelic-edit&#34;&gt;hal config metric-stores newrelic edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-newrelic-enable&#34;&gt;hal config metric-stores newrelic enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-prometheus&#34;&gt;hal config metric-stores prometheus&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-prometheus-disable&#34;&gt;hal config metric-stores prometheus disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-prometheus-edit&#34;&gt;hal config metric-stores prometheus edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-prometheus-enable&#34;&gt;hal config metric-stores prometheus enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-stackdriver&#34;&gt;hal config metric-stores stackdriver&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-stackdriver-disable&#34;&gt;hal config metric-stores stackdriver disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-stackdriver-edit&#34;&gt;hal config metric-stores stackdriver edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-metric-stores-stackdriver-enable&#34;&gt;hal config metric-stores stackdriver enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification&#34;&gt;hal config notification&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-github-status&#34;&gt;hal config notification github-status&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-github-status-disable&#34;&gt;hal config notification github-status disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-github-status-edit&#34;&gt;hal config notification github-status edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-github-status-enable&#34;&gt;hal config notification github-status enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-pubsub&#34;&gt;hal config notification pubsub&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-pubsub-google&#34;&gt;hal config notification pubsub google&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-pubsub-google-add&#34;&gt;hal config notification pubsub google add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-pubsub-google-delete&#34;&gt;hal config notification pubsub google delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-pubsub-google-disable&#34;&gt;hal config notification pubsub google disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-pubsub-google-edit&#34;&gt;hal config notification pubsub google edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-pubsub-google-enable&#34;&gt;hal config notification pubsub google enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-pubsub-google-get&#34;&gt;hal config notification pubsub google get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-pubsub-google-list&#34;&gt;hal config notification pubsub google list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-slack&#34;&gt;hal config notification slack&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-slack-disable&#34;&gt;hal config notification slack disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-slack-edit&#34;&gt;hal config notification slack edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-slack-enable&#34;&gt;hal config notification slack enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-twilio&#34;&gt;hal config notification twilio&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-twilio-disable&#34;&gt;hal config notification twilio disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-twilio-edit&#34;&gt;hal config notification twilio edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-notification-twilio-enable&#34;&gt;hal config notification twilio enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider&#34;&gt;hal config provider&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-appengine&#34;&gt;hal config provider appengine&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-appengine-account&#34;&gt;hal config provider appengine account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-appengine-account-add&#34;&gt;hal config provider appengine account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-appengine-account-delete&#34;&gt;hal config provider appengine account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-appengine-account-edit&#34;&gt;hal config provider appengine account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-appengine-account-get&#34;&gt;hal config provider appengine account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-appengine-account-list&#34;&gt;hal config provider appengine account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-appengine-disable&#34;&gt;hal config provider appengine disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-appengine-edit&#34;&gt;hal config provider appengine edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-appengine-enable&#34;&gt;hal config provider appengine enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws&#34;&gt;hal config provider aws&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-account&#34;&gt;hal config provider aws account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-account-add&#34;&gt;hal config provider aws account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-account-delete&#34;&gt;hal config provider aws account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-account-edit&#34;&gt;hal config provider aws account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-account-get&#34;&gt;hal config provider aws account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-account-list&#34;&gt;hal config provider aws account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-bakery&#34;&gt;hal config provider aws bakery&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-bakery-edit&#34;&gt;hal config provider aws bakery edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-disable&#34;&gt;hal config provider aws disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-edit&#34;&gt;hal config provider aws edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-enable&#34;&gt;hal config provider aws enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-features&#34;&gt;hal config provider aws features&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-aws-features-edit&#34;&gt;hal config provider aws features edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure&#34;&gt;hal config provider azure&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-account&#34;&gt;hal config provider azure account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-account-add&#34;&gt;hal config provider azure account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-account-delete&#34;&gt;hal config provider azure account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-account-edit&#34;&gt;hal config provider azure account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-account-get&#34;&gt;hal config provider azure account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-account-list&#34;&gt;hal config provider azure account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-bakery&#34;&gt;hal config provider azure bakery&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-bakery-base-image&#34;&gt;hal config provider azure bakery base-image&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-bakery-base-image-add&#34;&gt;hal config provider azure bakery base-image add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-bakery-base-image-delete&#34;&gt;hal config provider azure bakery base-image delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-bakery-base-image-edit&#34;&gt;hal config provider azure bakery base-image edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-bakery-base-image-get&#34;&gt;hal config provider azure bakery base-image get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-bakery-base-image-list&#34;&gt;hal config provider azure bakery base-image list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-bakery-edit&#34;&gt;hal config provider azure bakery edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-disable&#34;&gt;hal config provider azure disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-azure-enable&#34;&gt;hal config provider azure enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudfoundry&#34;&gt;hal config provider cloudfoundry&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudfoundry-account&#34;&gt;hal config provider cloudfoundry account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudfoundry-account-add&#34;&gt;hal config provider cloudfoundry account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudfoundry-account-delete&#34;&gt;hal config provider cloudfoundry account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudfoundry-account-edit&#34;&gt;hal config provider cloudfoundry account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudfoundry-account-get&#34;&gt;hal config provider cloudfoundry account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudfoundry-account-list&#34;&gt;hal config provider cloudfoundry account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudfoundry-disable&#34;&gt;hal config provider cloudfoundry disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudfoundry-enable&#34;&gt;hal config provider cloudfoundry enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudrun&#34;&gt;hal config provider cloudrun&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudrun-account&#34;&gt;hal config provider cloudrun account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudrun-account-add&#34;&gt;hal config provider cloudrun account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudrun-account-delete&#34;&gt;hal config provider cloudrun account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudrun-account-edit&#34;&gt;hal config provider cloudrun account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudrun-account-get&#34;&gt;hal config provider cloudrun account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudrun-account-list&#34;&gt;hal config provider cloudrun account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudrun-disable&#34;&gt;hal config provider cloudrun disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudrun-edit&#34;&gt;hal config provider cloudrun edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-cloudrun-enable&#34;&gt;hal config provider cloudrun enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos&#34;&gt;hal config provider dcos&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-account&#34;&gt;hal config provider dcos account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-account-add&#34;&gt;hal config provider dcos account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-account-delete&#34;&gt;hal config provider dcos account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-account-edit&#34;&gt;hal config provider dcos account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-account-get&#34;&gt;hal config provider dcos account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-account-list&#34;&gt;hal config provider dcos account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-cluster&#34;&gt;hal config provider dcos cluster&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-cluster-add&#34;&gt;hal config provider dcos cluster add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-cluster-delete&#34;&gt;hal config provider dcos cluster delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-cluster-edit&#34;&gt;hal config provider dcos cluster edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-cluster-get&#34;&gt;hal config provider dcos cluster get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-cluster-list&#34;&gt;hal config provider dcos cluster list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-disable&#34;&gt;hal config provider dcos disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-dcos-enable&#34;&gt;hal config provider dcos enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-docker-registry&#34;&gt;hal config provider docker-registry&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-docker-registry-account&#34;&gt;hal config provider docker-registry account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-docker-registry-account-add&#34;&gt;hal config provider docker-registry account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-docker-registry-account-delete&#34;&gt;hal config provider docker-registry account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-docker-registry-account-edit&#34;&gt;hal config provider docker-registry account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-docker-registry-account-get&#34;&gt;hal config provider docker-registry account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-docker-registry-account-list&#34;&gt;hal config provider docker-registry account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-docker-registry-disable&#34;&gt;hal config provider docker-registry disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-docker-registry-enable&#34;&gt;hal config provider docker-registry enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-ecs&#34;&gt;hal config provider ecs&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-ecs-account&#34;&gt;hal config provider ecs account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-ecs-account-add&#34;&gt;hal config provider ecs account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-ecs-account-delete&#34;&gt;hal config provider ecs account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-ecs-account-edit&#34;&gt;hal config provider ecs account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-ecs-account-get&#34;&gt;hal config provider ecs account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-ecs-account-list&#34;&gt;hal config provider ecs account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-ecs-disable&#34;&gt;hal config provider ecs disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-ecs-enable&#34;&gt;hal config provider ecs enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google&#34;&gt;hal config provider google&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-account&#34;&gt;hal config provider google account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-account-add&#34;&gt;hal config provider google account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-account-delete&#34;&gt;hal config provider google account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-account-edit&#34;&gt;hal config provider google account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-account-get&#34;&gt;hal config provider google account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-account-list&#34;&gt;hal config provider google account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-bakery&#34;&gt;hal config provider google bakery&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-bakery-base-image&#34;&gt;hal config provider google bakery base-image&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-bakery-base-image-add&#34;&gt;hal config provider google bakery base-image add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-bakery-base-image-delete&#34;&gt;hal config provider google bakery base-image delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-bakery-base-image-edit&#34;&gt;hal config provider google bakery base-image edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-bakery-base-image-get&#34;&gt;hal config provider google bakery base-image get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-bakery-base-image-list&#34;&gt;hal config provider google bakery base-image list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-bakery-edit&#34;&gt;hal config provider google bakery edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-disable&#34;&gt;hal config provider google disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-edit&#34;&gt;hal config provider google edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-google-enable&#34;&gt;hal config provider google enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud&#34;&gt;hal config provider huaweicloud&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-account&#34;&gt;hal config provider huaweicloud account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-account-add&#34;&gt;hal config provider huaweicloud account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-account-delete&#34;&gt;hal config provider huaweicloud account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-account-edit&#34;&gt;hal config provider huaweicloud account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-account-get&#34;&gt;hal config provider huaweicloud account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-account-list&#34;&gt;hal config provider huaweicloud account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-bakery&#34;&gt;hal config provider huaweicloud bakery&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-bakery-base-image&#34;&gt;hal config provider huaweicloud bakery base-image&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-bakery-base-image-add&#34;&gt;hal config provider huaweicloud bakery base-image add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-bakery-base-image-delete&#34;&gt;hal config provider huaweicloud bakery base-image delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-bakery-base-image-edit&#34;&gt;hal config provider huaweicloud bakery base-image edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-bakery-base-image-get&#34;&gt;hal config provider huaweicloud bakery base-image get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-bakery-base-image-list&#34;&gt;hal config provider huaweicloud bakery base-image list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-bakery-edit&#34;&gt;hal config provider huaweicloud bakery edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-disable&#34;&gt;hal config provider huaweicloud disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-huaweicloud-enable&#34;&gt;hal config provider huaweicloud enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-kubernetes&#34;&gt;hal config provider kubernetes&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-kubernetes-account&#34;&gt;hal config provider kubernetes account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-kubernetes-account-add&#34;&gt;hal config provider kubernetes account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-kubernetes-account-delete&#34;&gt;hal config provider kubernetes account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-kubernetes-account-edit&#34;&gt;hal config provider kubernetes account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-kubernetes-account-get&#34;&gt;hal config provider kubernetes account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-kubernetes-account-list&#34;&gt;hal config provider kubernetes account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-kubernetes-disable&#34;&gt;hal config provider kubernetes disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-kubernetes-edit&#34;&gt;hal config provider kubernetes edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-kubernetes-enable&#34;&gt;hal config provider kubernetes enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle&#34;&gt;hal config provider oracle&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-account&#34;&gt;hal config provider oracle account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-account-add&#34;&gt;hal config provider oracle account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-account-delete&#34;&gt;hal config provider oracle account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-account-edit&#34;&gt;hal config provider oracle account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-account-get&#34;&gt;hal config provider oracle account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-account-list&#34;&gt;hal config provider oracle account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-bakery&#34;&gt;hal config provider oracle bakery&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-bakery-base-image&#34;&gt;hal config provider oracle bakery base-image&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-bakery-base-image-add&#34;&gt;hal config provider oracle bakery base-image add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-bakery-base-image-delete&#34;&gt;hal config provider oracle bakery base-image delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-bakery-base-image-edit&#34;&gt;hal config provider oracle bakery base-image edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-bakery-base-image-get&#34;&gt;hal config provider oracle bakery base-image get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-bakery-base-image-list&#34;&gt;hal config provider oracle bakery base-image list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-bakery-edit&#34;&gt;hal config provider oracle bakery edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-disable&#34;&gt;hal config provider oracle disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-oracle-enable&#34;&gt;hal config provider oracle enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud&#34;&gt;hal config provider tencentcloud&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-account&#34;&gt;hal config provider tencentcloud account&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-account-add&#34;&gt;hal config provider tencentcloud account add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-account-delete&#34;&gt;hal config provider tencentcloud account delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-account-edit&#34;&gt;hal config provider tencentcloud account edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-account-get&#34;&gt;hal config provider tencentcloud account get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-account-list&#34;&gt;hal config provider tencentcloud account list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-bakery&#34;&gt;hal config provider tencentcloud bakery&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-bakery-base-image&#34;&gt;hal config provider tencentcloud bakery base-image&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-bakery-base-image-add&#34;&gt;hal config provider tencentcloud bakery base-image add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-bakery-base-image-delete&#34;&gt;hal config provider tencentcloud bakery base-image delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-bakery-base-image-edit&#34;&gt;hal config provider tencentcloud bakery base-image edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-bakery-base-image-get&#34;&gt;hal config provider tencentcloud bakery base-image get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-bakery-base-image-list&#34;&gt;hal config provider tencentcloud bakery base-image list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-bakery-edit&#34;&gt;hal config provider tencentcloud bakery edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-disable&#34;&gt;hal config provider tencentcloud disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-provider-tencentcloud-enable&#34;&gt;hal config provider tencentcloud enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-pubsub&#34;&gt;hal config pubsub&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-pubsub-google&#34;&gt;hal config pubsub google&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-pubsub-google-disable&#34;&gt;hal config pubsub google disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-pubsub-google-enable&#34;&gt;hal config pubsub google enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-pubsub-google-subscription&#34;&gt;hal config pubsub google subscription&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-pubsub-google-subscription-add&#34;&gt;hal config pubsub google subscription add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-pubsub-google-subscription-delete&#34;&gt;hal config pubsub google subscription delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-pubsub-google-subscription-edit&#34;&gt;hal config pubsub google subscription edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-pubsub-google-subscription-get&#34;&gt;hal config pubsub google subscription get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-pubsub-google-subscription-list&#34;&gt;hal config pubsub google subscription list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-repository&#34;&gt;hal config repository&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-repository-artifactory&#34;&gt;hal config repository artifactory&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-repository-artifactory-disable&#34;&gt;hal config repository artifactory disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-repository-artifactory-enable&#34;&gt;hal config repository artifactory enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-repository-artifactory-search&#34;&gt;hal config repository artifactory search&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-repository-artifactory-search-add&#34;&gt;hal config repository artifactory search add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-repository-artifactory-search-delete&#34;&gt;hal config repository artifactory search delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-repository-artifactory-search-edit&#34;&gt;hal config repository artifactory search edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-repository-artifactory-search-get&#34;&gt;hal config repository artifactory search get&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-repository-artifactory-search-list&#34;&gt;hal config repository artifactory search list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security&#34;&gt;hal config security&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-api&#34;&gt;hal config security api&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-api-edit&#34;&gt;hal config security api edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-api-ssl&#34;&gt;hal config security api ssl&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-api-ssl-disable&#34;&gt;hal config security api ssl disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-api-ssl-edit&#34;&gt;hal config security api ssl edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-api-ssl-enable&#34;&gt;hal config security api ssl enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn&#34;&gt;hal config security authn&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-iap&#34;&gt;hal config security authn iap&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-iap-disable&#34;&gt;hal config security authn iap disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-iap-edit&#34;&gt;hal config security authn iap edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-iap-enable&#34;&gt;hal config security authn iap enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-ldap&#34;&gt;hal config security authn ldap&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-ldap-disable&#34;&gt;hal config security authn ldap disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-ldap-edit&#34;&gt;hal config security authn ldap edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-ldap-enable&#34;&gt;hal config security authn ldap enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-oauth2&#34;&gt;hal config security authn oauth2&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-oauth2-disable&#34;&gt;hal config security authn oauth2 disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-oauth2-edit&#34;&gt;hal config security authn oauth2 edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-oauth2-enable&#34;&gt;hal config security authn oauth2 enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-saml&#34;&gt;hal config security authn saml&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-saml-disable&#34;&gt;hal config security authn saml disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-saml-edit&#34;&gt;hal config security authn saml edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-saml-enable&#34;&gt;hal config security authn saml enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-x509&#34;&gt;hal config security authn x509&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-x509-disable&#34;&gt;hal config security authn x509 disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-x509-edit&#34;&gt;hal config security authn x509 edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authn-x509-enable&#34;&gt;hal config security authn x509 enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz&#34;&gt;hal config security authz&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz-disable&#34;&gt;hal config security authz disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz-edit&#34;&gt;hal config security authz edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz-enable&#34;&gt;hal config security authz enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz-file&#34;&gt;hal config security authz file&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz-file-edit&#34;&gt;hal config security authz file edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz-github&#34;&gt;hal config security authz github&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz-github-edit&#34;&gt;hal config security authz github edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz-google&#34;&gt;hal config security authz google&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz-google-edit&#34;&gt;hal config security authz google edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz-ldap&#34;&gt;hal config security authz ldap&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-authz-ldap-edit&#34;&gt;hal config security authz ldap edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-ui&#34;&gt;hal config security ui&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-ui-edit&#34;&gt;hal config security ui edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-ui-ssl&#34;&gt;hal config security ui ssl&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-ui-ssl-disable&#34;&gt;hal config security ui ssl disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-ui-ssl-edit&#34;&gt;hal config security ui ssl edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-security-ui-ssl-enable&#34;&gt;hal config security ui ssl enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-stats&#34;&gt;hal config stats&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-stats-disable&#34;&gt;hal config stats disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-stats-edit&#34;&gt;hal config stats edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-stats-enable&#34;&gt;hal config stats enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-storage&#34;&gt;hal config storage&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-storage-azs&#34;&gt;hal config storage azs&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-storage-azs-edit&#34;&gt;hal config storage azs edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-storage-edit&#34;&gt;hal config storage edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-storage-gcs&#34;&gt;hal config storage gcs&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-storage-gcs-edit&#34;&gt;hal config storage gcs edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-storage-oracle&#34;&gt;hal config storage oracle&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-storage-oracle-edit&#34;&gt;hal config storage oracle edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-storage-s3&#34;&gt;hal config storage s3&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-storage-s3-edit&#34;&gt;hal config storage s3 edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-version&#34;&gt;hal config version&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-version-edit&#34;&gt;hal config version edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-webhook&#34;&gt;hal config webhook&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-webhook-trust&#34;&gt;hal config webhook trust&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-webhook-trust-disable&#34;&gt;hal config webhook trust disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-webhook-trust-edit&#34;&gt;hal config webhook trust edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-config-webhook-trust-enable&#34;&gt;hal config webhook trust enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-deploy&#34;&gt;hal deploy&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-deploy-apply&#34;&gt;hal deploy apply&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-deploy-clean&#34;&gt;hal deploy clean&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-deploy-collect-logs&#34;&gt;hal deploy collect-logs&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-deploy-connect&#34;&gt;hal deploy connect&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-deploy-details&#34;&gt;hal deploy details&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-deploy-diff&#34;&gt;hal deploy diff&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-deploy-rollback&#34;&gt;hal deploy rollback&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins&#34;&gt;hal plugins&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-add&#34;&gt;hal plugins add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-delete&#34;&gt;hal plugins delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-disable&#34;&gt;hal plugins disable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-disable-downloading&#34;&gt;hal plugins disable-downloading&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-edit&#34;&gt;hal plugins edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-enable&#34;&gt;hal plugins enable&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-enable-downloading&#34;&gt;hal plugins enable-downloading&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-list&#34;&gt;hal plugins list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-repository&#34;&gt;hal plugins repository&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-repository-add&#34;&gt;hal plugins repository add&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-repository-delete&#34;&gt;hal plugins repository delete&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-repository-edit&#34;&gt;hal plugins repository edit&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-plugins-repository-list&#34;&gt;hal plugins repository list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-shutdown&#34;&gt;hal shutdown&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-spin&#34;&gt;hal spin&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-spin-install&#34;&gt;hal spin install&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-task&#34;&gt;hal task&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-task-interrupt&#34;&gt;hal task interrupt&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-task-list&#34;&gt;hal task list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-version&#34;&gt;hal version&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-version-bom&#34;&gt;hal version bom&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-version-latest&#34;&gt;hal version latest&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;#hal-version-list&#34;&gt;hal version list&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;hal&#34;&gt;hal&lt;/h2&gt;&#xA;&lt;p&gt;A tool for configuring, installing, and updating Spinnaker.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Component Sizing</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/halyard/component-sizing/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/halyard/component-sizing/</guid>
				<description>&lt;h1 id=&#34;halyard-is-deprecated&#34;&gt;HALYARD IS DEPRECATED&lt;/h1&gt;&#xA;&lt;div class=&#34;td-alert td-alert--md alert alert-important&#34; role=&#34;alert&#34;&gt;&lt;div class=&#34;td-alert-heading alert-heading&#34; role=&#34;heading&#34;&gt;Important&lt;/div&gt;&#xA;  &lt;div class=&#34;td-alert-body&#34;&gt;&#xA;    &lt;p&gt;At this time, halyard is considered deprecated and no longer supported.&lt;br&gt;&#xA;This document is kept here and alive for historical purposes. Documentation&#xA;should all be moved to native configuration files, and for more questions&#xA;and information please join the spinnaker slack.&lt;/p&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Custom sizing can be specified for each Spinnaker component within the Halyard configuration. You can either add these sizes to the Halyard config manually, or use any of the &#xA;&lt;a href=&#34;https://www.spinnaker.io/reference/halyard/commands/#hal-config-deploy-component-sizing&#34; target=&#34;_blank&#34;&gt;Halyard component sizing commands&lt;/a&gt;&#xA;. This feature is currently only supported for distributed deployments using Kubernetes (&lt;code&gt;hal config deploy edit --type distributed --account-name my-k8s-cluster&lt;/code&gt;).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure a Git Repo Artifact Account</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/gitrepo/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/gitrepo/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;Each time a pipeline needs a Git repo artifact during execution, Clouddriver clones the entire repo, sends the repo&#xA;artifact to the pipeline, and then deletes the cloned repo immediately.&lt;/p&gt;&#xA;&lt;p&gt;Spinnaker includes a feature for caching a Git repo artifact. Clouddriver clones the Git repo the first time a&#xA;pipeline needs it and then caches the repo for a configured retention time. Each subsequent time the pipeline needs to&#xA;use that Git repo artifact, Clouddriver does a &lt;code&gt;git pull&lt;/code&gt; to fetch updates rather than cloning the entire repo again.&#xA;This behavior is especially useful if you have large repositories. Clouddriver deletes the cloned Git repo when the configured&#xA;retention time expires.&lt;br&gt;&#xA;&lt;strong&gt;This is an opt-in feature that is disabled by default.&lt;/strong&gt; See the &#xA;&lt;a href=&#34;#enable-git-pull-support&#34;&gt;Enable&#xA;&lt;code&gt;git pull&lt;/code&gt; support&lt;/a&gt;&#xA; section for details.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure a GitHub artifact account</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/github/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/github/</guid>
				<description>&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You need a &#xA;&lt;a href=&#34;https://github.com&#34; target=&#34;_blank&#34;&gt;GitHub&lt;/a&gt;&#xA; account.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;download-credentials&#34;&gt;Download credentials&lt;/h3&gt;&#xA;&lt;p&gt;Start by generating an &#xA;&lt;a href=&#34;https://github.com/settings/tokens&#34; target=&#34;_blank&#34;&gt;access token&lt;/a&gt;&#xA;&#xA;for GitHub. The token requires the &lt;strong&gt;repo&lt;/strong&gt; scope.&lt;/p&gt;&#xA;&lt;p&gt;Add the credentials either to a &#xA;&lt;a href=&#34;https://spinnaker.io/docs/reference/secrets/&#34; target=&#34;_blank&#34;&gt;secrets manager&lt;/a&gt;&#xA;&#xA;for use by reference or to a volume mounted into the clouddriver pods by modifying the deployment.yaml for clouddriver.&lt;/p&gt;&#xA;&lt;h2 id=&#34;add-the-account-and-enable-it&#34;&gt;Add the account and enable it&lt;/h2&gt;&#xA;&lt;p&gt;Add the below to &lt;code&gt;clouddriver-local.yml&lt;/code&gt; to enable artifacts and add a github account&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;artifacts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;github&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;accounts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;my-github-account&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;tokenFile&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;/mnt/some/file|secretReference&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;There are more options available if you look at the &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/blob/main/clouddriver/clouddriver-artifacts/clouddriver-artifacts-github/src/main/java/com/netflix/spinnaker/clouddriver/artifacts/github/GitHubArtifactAccount.java&#34; target=&#34;_blank&#34;&gt;github account definition code&lt;/a&gt;&#xA;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure a GitLab artifact account</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/gitlab/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/gitlab/</guid>
				<description>&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You need a &#xA;&lt;a href=&#34;https://gitlab.com&#34; target=&#34;_blank&#34;&gt;GitLab&lt;/a&gt;&#xA; account.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;download-credentials&#34;&gt;Download credentials&lt;/h3&gt;&#xA;&lt;p&gt;Start by generating an &#xA;&lt;a href=&#34;https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html&#34; target=&#34;_blank&#34;&gt;access token&lt;/a&gt;&#xA;&#xA;for GitLab.&lt;/p&gt;&#xA;&lt;p&gt;Add the credentials either to a &#xA;&lt;a href=&#34;https://spinnaker.io/docs/reference/secrets/&#34; target=&#34;_blank&#34;&gt;secrets manager&lt;/a&gt;&#xA;&#xA;for use by reference or to a volume mounted into the clouddriver pods by modifying the deployment.yaml for clouddriver.&lt;/p&gt;&#xA;&lt;h2 id=&#34;add-the-account-and-enable-it&#34;&gt;Add the account and enable it&lt;/h2&gt;&#xA;&lt;p&gt;All that&amp;rsquo;s required are the following configuration:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;artifacts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;gitlab&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;accounts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;my-gitlab-account&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;token&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;patToken&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;tokenFile&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;/mnt/someplace/tokenFile&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;There are more options including URL restrictions that can be set to allow only internal gitlab hosts.&#xA;&#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/blob/main/clouddriver/clouddriver-artifacts/clouddriver-artifacts-gitlab/src/main/java/com/netflix/spinnaker/clouddriver/artifacts/gitlab/GitlabArtifactAccount.java&#34; target=&#34;_blank&#34;&gt;See the gitlab account definition &lt;/a&gt;&#xA;&#xA;for information.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure Bitbucket Artifact Credentials</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/bitbucket/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/bitbucket/</guid>
				<description>&lt;p&gt;If the files are hidden behind basic auth, you can configure an artifact&#xA;account with the needed credentials to read your artifact.&lt;/p&gt;&#xA;&lt;h3 id=&#34;download-credentials&#34;&gt;Download credentials&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Collect your basic auth &lt;code&gt;$USERNAME&lt;/code&gt; and &lt;code&gt;$PASSWORD&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Pick a &lt;code&gt;$USERNAME_PASSWORD_FILE&lt;/code&gt; location on your disk&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Run:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87&#34;&gt;echo&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;${&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;USERNAME&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;}&lt;/span&gt;:&lt;span style=&#34;color:#4e9a06&#34;&gt;${&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;PASSWORD&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;}&lt;/span&gt; &amp;gt; &lt;span style=&#34;color:#000&#34;&gt;$USERNAME_PASSWORD_FILE&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Add the credentials either to a &#xA;&lt;a href=&#34;https://spinnaker.io/docs/reference/secrets/&#34; target=&#34;_blank&#34;&gt;secrets manager&lt;/a&gt;&#xA;&#xA;for use by reference or to a volume mounted into the clouddriver pods by modifying the deployment.yaml for clouddriver.&lt;/p&gt;&#xA;&lt;h2 id=&#34;add-the-account-and-enable-it&#34;&gt;Add the account and enable it&lt;/h2&gt;&#xA;&lt;p&gt;Enable the Bitbucket artifact provider in &lt;code&gt;clouddriver-local.yml&lt;/code&gt; and add an artifact account:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure Helm Artifact account</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/helm/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/helm/</guid>
				<description>&lt;p&gt;The provider can be an Artifactory like &#xA;&lt;a href=&#34;https://help.sonatype.com/repomanager3/formats/helm-repositories&#34; target=&#34;_blank&#34;&gt;Nexus&lt;/a&gt;&#xA;, &#xA;&lt;a href=&#34;https://jfrog.com/integration/helm-repository/&#34; target=&#34;_blank&#34;&gt;JFrog&lt;/a&gt;&#xA;, or &#xA;&lt;a href=&#34;https://chartmuseum.com/&#34; target=&#34;_blank&#34;&gt;Chartmuseum&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;If the files are hidden behind basic auth, you can configure an artifact account with the needed credentials to read&#xA;your artifacts. Basic auth is the only authentication mechanism supported for accessing a Helm artifact account.&lt;/p&gt;&#xA;&lt;h2 id=&#34;setup-usage-in-pipeline-executions&#34;&gt;Setup usage in pipeline executions&lt;/h2&gt;&#xA;&lt;h3 id=&#34;download-credentials&#34;&gt;Download credentials&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Collect your basic auth &lt;code&gt;$USERNAME&lt;/code&gt; and &lt;code&gt;$PASSWORD&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Pick a &lt;code&gt;$USERNAME_PASSWORD_FILE&lt;/code&gt; location on your disk&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Run:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87&#34;&gt;echo&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;${&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;USERNAME&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;}&lt;/span&gt;:&lt;span style=&#34;color:#4e9a06&#34;&gt;${&lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;PASSWORD&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;}&lt;/span&gt; &amp;gt; &lt;span style=&#34;color:#000&#34;&gt;$USERNAME_PASSWORD_FILE&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Add the credentials either to a &#xA;&lt;a href=&#34;https://spinnaker.io/docs/reference/secrets/&#34; target=&#34;_blank&#34;&gt;secrets manager&lt;/a&gt;&#xA;&#xA;for use by reference or to a volume mounted into the clouddriver pods by modifying the deployment.yaml for clouddriver.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure HTTP Artifact Credentials</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/http/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/http/</guid>
				<description>&lt;p&gt;If the files are hidden behind basic auth, you can configure an artifact&#xA;account with the needed credentials to read your artifact. &lt;em&gt;If not&lt;/em&gt;, no further&#xA;configuration is needed, Spinnaker can automatically add a&#xA;&lt;code&gt;no-auth-http-account&lt;/code&gt; for this purpose.&lt;/p&gt;&#xA;&lt;p&gt;You can configure more than one artifact account, each with separate&#xA;credentials. Specify which account to use in the configuration for the stage&#xA;that reads the data. If you have only one such account configured, the stage&#xA;config for this is hidden, and the single account is automatically used.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure Maven Artifact Credentials</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/maven/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/maven/</guid>
				<description>&lt;p&gt;Spinnaker can be configured to deploy artifacts stored in a Maven repository.&lt;/p&gt;&#xA;&lt;p&gt;You can configure more than one artifact account, each with separate&#xA;credentials. Specify which account to use in the configuration for the stage&#xA;that reads the data.&lt;/p&gt;&#xA;&lt;h3 id=&#34;download-credentials&#34;&gt;Download credentials&lt;/h3&gt;&#xA;&lt;p&gt;Maven accounts at this time do not support credential authorization.  We&amp;rsquo;d welcome&#xA;PRs to enable this and get maven closer to full artifact support.&lt;/p&gt;&#xA;&lt;h3 id=&#34;add-the-account-and-enable-it&#34;&gt;Add the account and enable it&lt;/h3&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;artifacts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;maven&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;accounts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;nexus-internal&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;repositoryUrl&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;https://my.repo.example.com&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Configure S3 Artifact</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/s3/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/s3/</guid>
				<description>&lt;p&gt;All that&amp;rsquo;s required are the following values:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000&#34;&gt;API_ENDPOINT&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000&#34;&gt;API_REGION&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000&#34;&gt;REGION&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000&#34;&gt;ARTIFACT_ACCOUNT_NAME&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;my-s3-account&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;download-credentials&#34;&gt;Download credentials&lt;/h2&gt;&#xA;&lt;p&gt;Create a user with an accessKey or secretKey.  Otherwise, spinnaker will use the&#xA;credentials of the clouddriver pod to attempt to access the s3 resource.&lt;/p&gt;&#xA;&lt;p&gt;Add the accesskey and secret key either to a &#xA;&lt;a href=&#34;https://spinnaker.io/docs/reference/secrets/&#34; target=&#34;_blank&#34;&gt;secrets manager&lt;/a&gt;&#xA;&#xA;for use by reference or to a volume mounted into the clouddriver pods by modifying the deployment.yaml for clouddriver.&lt;/p&gt;&#xA;&lt;h3 id=&#34;add-the-account-and-enable-it&#34;&gt;Add the account and enable it&lt;/h3&gt;&#xA;&lt;p&gt;Add the following to &lt;code&gt;clouddriver-local.yml&lt;/code&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configure Spinnaker&#39;s Usage of Redis</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/caching/configuration-examples/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/caching/configuration-examples/</guid>
				<description>&lt;p&gt;Spinnaker relies on its cache for a few key purposes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Session data for logins&lt;/li&gt;&#xA;&lt;li&gt;Bake logs and history&lt;/li&gt;&#xA;&lt;li&gt;Recording which triggers have already been acted upon when using docker/jenkins triggers&lt;/li&gt;&#xA;&lt;li&gt;ETC.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Most of these can be configured to your needs, whether it is to make Spinnaker more responsive, or reduce the load on a&#xA;downstream dependency. Some of these settings apply only to SQL or REDIS depending upon configuration. The below are&#xA;some examples of adjusting these configurations.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configuring GCS Artifact Credentials</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/gcs/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/gcs/</guid>
				<description>&lt;p&gt;Spinnaker stages that read data from artifacts can consume&#xA;&#xA;&lt;a href=&#34;https://cloud.google.com/storage/&#34; target=&#34;_blank&#34;&gt;GCS&lt;/a&gt;&#xA; objects as artifacts.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You need a &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud Platform&lt;/a&gt;&#xA;&#xA;(GCP) project to host a bucket in. The next steps assume you&amp;rsquo;ve already &#xA;&lt;a href=&#34;https://cloud.google.com/resource-manager/docs/creating-managing-projects&#34; target=&#34;_blank&#34;&gt;created a&#xA;project&lt;/a&gt;&#xA;,&#xA;and installed &#xA;&lt;a href=&#34;https://cloud.google.com/sdk/downloads&#34; target=&#34;_blank&#34;&gt;&lt;code&gt;gcloud&lt;/code&gt;&lt;/a&gt;&#xA;.&#xA;You can check that &lt;code&gt;gcloud&lt;/code&gt; is installed and authenticated by running:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud info&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;download-credentials&#34;&gt;Download credentials&lt;/h3&gt;&#xA;&lt;p&gt;Spinnaker needs a &#xA;&lt;a href=&#34;https://cloud.google.com/compute/docs/access/service-accounts&#34; target=&#34;_blank&#34;&gt;service&#xA;account&lt;/a&gt;&#xA;&#xA;to authenticate as against GCP, with the &lt;code&gt;roles/storage.admin&lt;/code&gt; role enabled. If&#xA;you don&amp;rsquo;t already have such a service account with the corresponding JSON key&#xA;downloaded, you can run the following commands to do so:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Configuring Oracle Object Storage Artifact Credentials</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/oracle/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/artifacts/oracle/</guid>
				<description>&lt;p&gt;Spinnaker stages that read data from artifacts can consume&#xA;&#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm&#34; target=&#34;_blank&#34;&gt;Oracle Object Storage&lt;/a&gt;&#xA; objects as artifacts.&lt;/p&gt;&#xA;&lt;h2 id=&#34;download-credentials&#34;&gt;Download credentials&lt;/h2&gt;&#xA;&lt;p&gt;If you have enabled &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/oracle/&#34;&gt;Oracle Cloud provider&lt;/a&gt;&#xA; in Spinnaker, you may use the same&#xA;region, Tenancy’s OCID, user’s OCID, private key file, and fingerprint to enable Oracle Object Storage Artifact. You&#xA;will need the following to enable Oracle Object Storage Artifact in Spinnaker:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;A user in IAM for the person or system who will be using Spinnaker, and that user must be granted access to Object Storage or in one IAM group with permissions of Object Storage.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Custom Settings</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/halyard/custom/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/halyard/custom/</guid>
				<description>&lt;h1 id=&#34;halyard-is-deprecated&#34;&gt;HALYARD IS DEPRECATED&lt;/h1&gt;&#xA;&lt;div class=&#34;td-alert td-alert--md alert alert-important&#34; role=&#34;alert&#34;&gt;&lt;div class=&#34;td-alert-heading alert-heading&#34; role=&#34;heading&#34;&gt;Important&lt;/div&gt;&#xA;  &lt;div class=&#34;td-alert-body&#34;&gt;&#xA;    &lt;p&gt;At this time, halyard is considered deprecated and no longer supported.&lt;br&gt;&#xA;This document is kept here and alive for historical purposes. Documentation&#xA;should all be moved to native configuration files, and for more questions&#xA;and information please join the spinnaker slack.&lt;/p&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Furthermore, some users will be more comfortable forgoing Halyard&amp;rsquo;s&#xA;configuration generation, or will want to port their old Spinnaker&#xA;configuration into Halyard. For these users &amp;amp; use-cases, Halyard supports&#xA;custom &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/halyard/#profiles&#34;&gt;Profiles&lt;/a&gt;&#xA;, and custom &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/halyard/#service-settings&#34;&gt;Service&#xA;Settings&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>DC/OS: Source to Prod</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/dcos-source-to-prod/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/dcos-source-to-prod/</guid>
				<description>&lt;h2 id=&#34;0-setup&#34;&gt;0. Setup&lt;/h2&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Github repository with the source code to deploy&lt;/li&gt;&#xA;&lt;li&gt;Enterprise DC/OS cluster (1.8 or greater)&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Marathon-lb is should be installed and running&lt;/li&gt;&#xA;&lt;li&gt;For the examples in this codelab we&amp;rsquo;ll say that it&amp;rsquo;s at &lt;code&gt;https://dcos.example.com&lt;/code&gt; so you should replace that with the URL to your cluster&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Jenkins instance&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This can be installed on your DC/OS cluster as a &#xA;&lt;a href=&#34;https://docs.mesosphere.com/service-docs/jenkins/&#34; target=&#34;_blank&#34;&gt;Mesosphere Universe package&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;configure-spinnaker&#34;&gt;Configure Spinnaker&lt;/h2&gt;&#xA;&lt;h4 id=&#34;clouddriver-localyml&#34;&gt;clouddriver-local.yml&lt;/h4&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yml&#34; data-lang=&#34;yml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;dcos&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;clusters&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;codelab-cluster&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;dcosUrl&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;https://dcos.example.com&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;insecureSkipTlsVerify&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;accounts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;codelab-dcos-account&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;dockerRegistries&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;        &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;accountName&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;my-docker-registry&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;clusters&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;        &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;codelab-cluster&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;          &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;uid&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;${DCOS_USER}&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;          &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;password&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;${DCOS_PASSWORD}&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;dockerRegistry&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;accounts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;my-docker-registry&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;address&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;https://index.docker.io&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;repositories&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;- &lt;span style=&#34;color:#000&#34;&gt;lwander/spin-kub-demo&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;username&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;${DOCKER_USER}&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;password&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;${DOCKER_PASSWORD}&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h4 id=&#34;enable-docker&#34;&gt;Enable Docker&lt;/h4&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/docker-registry/&#34;&gt;Configure a docker registry&lt;/a&gt;&#xA;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Debian Package</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/debian-package/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/debian-package/</guid>
				<description>&lt;p&gt;These artifacts are generally consumed by the Bake stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;http-file-artifact-in-the-ui&#34;&gt;HTTP file artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the Debian Package artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th&gt;&lt;/th&gt;&#xA;      &lt;th&gt;Explanation&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Account&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;An HTTP artifact account.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;URL&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The fully-qualified URL from which the file can be read.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;in-a-trigger&#34;&gt;In a trigger&lt;/h3&gt;&#xA;&lt;p&gt;When configuring certain triggers, like Pubsub you can use a custom artifact.&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/debian-package/expected-artifact-debian-package.png&#34;&#xA;&#x9;&#x9;&#x9;alt=&#34;Configuring Debian Package fields in a pipeline trigger&amp;rsquo;s expected artifact settings.&#34;&gt;&lt;figcaption&gt;&#xA;&#x9;&#x9;&#x9;&lt;p&gt;Configuring Debian Package fields in a pipeline trigger&amp;rsquo;s expected artifact settings.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Deploy Artifacts from Artifactory to CF</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/artifactory-to-cf/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/artifactory-to-cf/</guid>
				<description>&lt;p&gt;In this codelab, you will deploy an artifact to Cloud Foundry via a Spinnaker pipeline. The pipeline is triggered by an artifact published to a JFrog Artifactory Maven repository or by an app manifest stored in a GitHub repository.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;This codelab assumes you have the following:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Artifact support &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/#enabling-artifact-support&#34;&gt;enabled&lt;/a&gt;&#xA;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;/li&gt;&#xA;&lt;li&gt;An Artifactory repository configured to accept a Maven artifact—the JAR for your application&lt;/li&gt;&#xA;&lt;li&gt;A GitHub repository containing a manifest with which to deploy your application&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;1-add-artifactory-search-to-spinnaker&#34;&gt;1. Add Artifactory Search to Spinnaker&lt;/h2&gt;&#xA;&lt;p&gt;a. Enable the Artifactory repository:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Deploy GCS Pub/Sub Artifacts to Google App Engine</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/pubsub-to-appengine/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/pubsub-to-appengine/</guid>
				<description>&lt;p&gt;The goal of this codelab is to trigger a Spinnaker pipeline with a Pub/Sub message from GCS upon upload of a tarball.&lt;/p&gt;&#xA;&lt;p&gt;In this codelab, you will deploy artifacts to Google App Engine (GAE) via a Spinnaker pipeline.&#xA;The pipeline is configured to trigger on Pub/Sub messages from a GCS bucket serving as an artifact repository.&#xA;The Pub/Sub messages contain context that allows Spinnaker to parse and deploy the stored artifacts.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Deploy GCS Pub/Sub Artifacts to Cloud Foundry</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/pubsub-to-cf/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/pubsub-to-cf/</guid>
				<description>&lt;p&gt;In this codelab, you will deploy an artifact to Cloud Foundry via a Spinnaker pipeline that is triggered by JAR uploads to a Google Cloud Storage (GCS) bucket.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;This codelab assumes you have the following:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;A billing-enabled Google Cloud Platform (GCP) project.&lt;/li&gt;&#xA;&lt;li&gt;The &lt;code&gt;gcloud&lt;/code&gt; CLI tool (installed locally on your computer).&lt;/li&gt;&#xA;&lt;li&gt;Artifact support &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/#enabling-artifact-support&#34;&gt;enabled&lt;/a&gt;&#xA;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;1-create-a-gcs-bucket-for-artifact-storage&#34;&gt;1. Create a GCS Bucket for Artifact Storage&lt;/h2&gt;&#xA;&lt;p&gt;a. Log in with &lt;code&gt;gcloud&lt;/code&gt;:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ gcloud auth login&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;b. Run the &lt;code&gt;gsutil mb&lt;/code&gt; command to create a bucket within your GCP project, giving your project’s ID (&lt;code&gt;PROJECT_ID&lt;/code&gt; below) and the name of the bucket to create (&lt;code&gt;BUCKET&lt;/code&gt;):&lt;/p&gt;</description>
			</item>
			<item>
				<title>Deploy Helm Charts</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/deploy-helm/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/deploy-helm/</guid>
				<description>&lt;p&gt;Spinnaker surfaces a &lt;strong&gt;Bake (Manifest)&lt;/strong&gt; stage to turn templates into manifests&#xA;with the help of a templating engine. &#xA;&lt;a href=&#34;https://helm.sh/&#34; target=&#34;_blank&#34;&gt;Helm&lt;/a&gt;&#xA; relies on the &lt;code&gt;helm template&lt;/code&gt; command.&#xA;For more details, see &lt;code&gt;helm template --help&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;&#xA;&#xA;&#xA;&gt;This stage is intended to help you package and deploy applications that you own, one that are actively developing and redeploying frequently. It is not intended to serve as a one-time installation method for third-party packages. If that is your goal, it&#39;s better to call `helm install` once when bootstrapping your Kubernetes cluster.&#xA;&#xA;Make sure that you have configured [artifact support](/docs/setup/other_config/artifacts/) in Spinnaker first. All Helm charts are fetched/stored as artifacts in Spinnaker. Read more in the [reference pages](/docs/reference/artifacts).&#xA;&lt;/div&gt;&#xA;&#xA;&lt;h2 id=&#34;configure-the-bake-manifest-stage&#34;&gt;Configure the Bake (Manifest) stage&lt;/h2&gt;&#xA;&lt;p&gt;When configuring the &lt;strong&gt;Bake (Manifest)&lt;/strong&gt; stage using a Helm (Helm 2 or Helm 3) render engine, you can specify the following:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Deploy Kubernetes Manifests</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/deploy-manifest/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/deploy-manifest/</guid>
				<description>&lt;p&gt;This guide shows the basics of how to deploy a Kubernetes manifest using the&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes&#34;&gt;Kubernetes provider&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;There are two main steps:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;#specify-your-manifest&#34;&gt;Specify which manifest to deploy&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;This is required.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;#override-artifacts&#34;&gt;Override artifacts in the manifest&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Optionally, you can override some artifacts (as fields) at run time (for&#xA;example, which Docker image to use.)&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;specify-your-manifest&#34;&gt;Specify your manifest&lt;/h2&gt;&#xA;&lt;p&gt;Depending on your needs, there is more than one way to specify the manifest&#xA;that you want to deploy:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Docker Image</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/docker-image/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/docker-image/</guid>
				<description>&lt;p&gt;A Docker image is a snapshot of a container, to be run locally, or in the&#xA;cloud. Docker image artifacts are used as references to images in&#xA;&#xA;&lt;a href=&#34;https://docs.docker.com/registry/&#34; target=&#34;_blank&#34;&gt;registries&lt;/a&gt;&#xA;, such as &#xA;&lt;a href=&#34;https://gcr.io&#34; target=&#34;_blank&#34;&gt;GCR&lt;/a&gt;&#xA;,&#xA;or &#xA;&lt;a href=&#34;https://index.docker.io&#34; target=&#34;_blank&#34;&gt;Docker Hub&lt;/a&gt;&#xA;. The artifacts can be deployed to&#xA;Kubernetes or App Engine, and generally trigger pipelines from notifications&#xA;sent by their registry.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fields&#34;&gt;Fields&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Always &lt;code&gt;docker/image&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The fully-qualified image name, including version and registry. This can be done either by tag (&lt;code&gt;gcr.io/project/my-image:v1.2&lt;/code&gt;) or image digest &lt;code&gt;gcr.io/project/my-image@sha256:28f82eba&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;name&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The image&amp;rsquo;s name (typically the registry and repository) without the image&amp;rsquo;s version. &lt;code&gt;gcr.io/project/my-image&lt;/code&gt; is an example.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;version&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The image&amp;rsquo;s tag or digest.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;N/A&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;docker/image&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;reference&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;gcr.io/project/my-image@sha256:28f82eba&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;name&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;gcr.io/project/my-image&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;version&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;sha256:28f82eba&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Docker Image</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/docker-image/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/docker-image/</guid>
				<description>&lt;p&gt;The artifacts can be deployed to Kubernetes or App Engine, and generally trigger pipelines from notifications sent by their registry.&lt;/p&gt;&#xA;&lt;h2 id=&#34;docker-image-artifact-in-the-ui&#34;&gt;Docker image artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the Docker image artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th&gt;Field&lt;/th&gt;&#xA;      &lt;th&gt;Explanation&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Account&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;A Docker registry artifact account.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Docker image&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The name of the Docker image, including the registry and image repository.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;in-a-trigger&#34;&gt;In a trigger&lt;/h3&gt;&#xA;&lt;p&gt;When configuring the Docker Registry trigger, you can use a Docker image as an&#xA;expected artifact.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Docker Registry</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/docker-registry/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/docker-registry/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;:warning: This only acts as a source of images, and does not include support&#xA;for deploying Docker images.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;When configuring Docker Registries, an&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to a credential able to&#xA;authenticate against a certain set of &#xA;&lt;a href=&#34;https://docs.docker.com/glossary/?term=repository&#34; target=&#34;_blank&#34;&gt;Docker&#xA;repositories&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The Docker Registry you are configuring must already exist.&lt;/li&gt;&#xA;&lt;li&gt;That Registry must support the&#xA;&#xA;&lt;a href=&#34;https://docs.docker.com/registry/spec/api/&#34; target=&#34;_blank&#34;&gt;v2 registry API&lt;/a&gt;&#xA;. OCI registries are ALSO supported at this time.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;registry-providers&#34;&gt;Registry providers&lt;/h2&gt;&#xA;&lt;p&gt;You can set up a Docker Registry provider for Spinnaker using any of the&#xA;repositories listed here. Each one supports the same API, but there&#xA;are subtle differences in how to get them to work with Spinnaker.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Documentation Style Guide</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/docs/docs-style-guide/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/docs/docs-style-guide/</guid>
				<description>&lt;p&gt;This page gives writing style guidelines for the Spinnaker documentation. Since these are guidelines, not rules, use&#xA;your best judgment when creating content. Feel free to propose changes to this document in a pull request.&lt;/p&gt;&#xA;&lt;p&gt;If you have a style question that isn&amp;rsquo;t answered in this guide, ask the SIG Docs team in&#xA;the &#xA;&lt;a href=&#34;https://join.slack.com/t/spinnakerteam/shared_invite/zt-3f4dqg66a-hX~tWeWPL3Sfnj3F8Ie2xg&#34; target=&#34;_blank&#34;&gt;Spinnaker Slack&lt;/a&gt;&#xA;&#xA;&lt;code&gt;#sig-documentation&lt;/code&gt; channel.&lt;/p&gt;&#xA;&lt;h2 id=&#34;language&#34;&gt;Language&lt;/h2&gt;&#xA;&lt;p&gt;The Spinnaker documentation uses U.S. English spelling and grammar. However, use the international standard for putting&#xA;punctuation outside of quotation marks.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Set up the Kubernetes provider for Amazon EKS</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes/aws-eks/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes/aws-eks/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;Before you proceed further with this setup, we strongly recommend that you familiarize yourself&#xA;with &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html&#34; target=&#34;_blank&#34;&gt;Amazon EKS concepts&lt;/a&gt;&#xA;.&#xA;Also, visit&#xA;the &#xA;&lt;a href=&#34;https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/&#34; target=&#34;_blank&#34;&gt;AWS global infrastructure region table&lt;/a&gt;&#xA;&#xA;for the most up-to-date information on Amazon EKS regional availability.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;These instructions assume that you have AWS&#xA;CLI &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/cli/latest/userguide/installing.html&#34; target=&#34;_blank&#34;&gt;installed&lt;/a&gt;&#xA;&#xA;and &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html&#34; target=&#34;_blank&#34;&gt;configured&lt;/a&gt;&#xA; on an Ubuntu machine&#xA;running on AWS EC2.&lt;/p&gt;&#xA;&lt;h2 id=&#34;preparing-to-install-spinnaker-on-eks&#34;&gt;Preparing to install Spinnaker on EKS&lt;/h2&gt;&#xA;&lt;p&gt;The following steps describes how to the tools you need to install and manage Spinnaker and EKS.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Embedded base64</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/embedded-base64/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/embedded-base64/</guid>
				<description>&lt;p&gt;Rather than refer to a resource by URI, you can embed the artifact&amp;rsquo;s contents&#xA;directly into the &lt;code&gt;&amp;quot;reference&amp;quot;&lt;/code&gt; field in base64.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fields&#34;&gt;Fields&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Always &lt;code&gt;embedded/base64&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The base64 encoded artifact contents.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;name&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;An optional human-readable identifier.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;embedded/base64&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;reference&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;dmFsdWU6IDEKZm9vOiBiYXIK&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;name&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;my-properties-file&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Embedded Base64</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/embedded-base64/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/embedded-base64/</guid>
				<description>&lt;h2 id=&#34;embedded-base64-artifact-in-the-ui&#34;&gt;Embedded Base64 artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the embedded Base64 artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th&gt;Field&lt;/th&gt;&#xA;      &lt;th&gt;Explanation&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Account&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;Always &#34;embedded-artifact&#34;.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Name&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;A human-readable identifier for the artifact.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Contents&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The Base64-encoded contents of the artifact.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;in-a-trigger&#34;&gt;In a trigger&lt;/h3&gt;&#xA;&lt;p&gt;When configuring a trigger, you can (for example) configure an embedded Base64&#xA;default artifact.&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/embedded-base64/default-artifact-embedded-base64.png&#34;&#xA;&#x9;&#x9;&#x9;alt=&#34;Providing an embedded Base64 default artifact for a trigger&amp;rsquo;s expected artifact.&#34;&gt;&lt;figcaption&gt;&#xA;&#x9;&#x9;&#x9;&lt;p&gt;Providing an embedded Base64 default artifact for a trigger&amp;rsquo;s expected artifact.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Externalize Redis</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/caching/externalize-redis/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/caching/externalize-redis/</guid>
				<description>&lt;p&gt;One of the easiest ways to improve Spinnaker&amp;rsquo;s reliability at scale is to use an&#xA;external Redis. The default redis component isn&amp;rsquo;t configured to be production-ready.&#xA;If you have a hosted Redis alternative, or a database team managing a Redis&#xA;installation, we highly recommend using that.&lt;/p&gt;&#xA;&lt;h2 id=&#34;configure-a-spinnaker-wide-redis&#34;&gt;Configure a Spinnaker-wide Redis&lt;/h2&gt;&#xA;&lt;p&gt;First, determine the URL of your Redis installation. Some examples include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;code&gt;redis://some.redis.url:6379&lt;/code&gt;: Redis running at &lt;code&gt;some.redis.url&lt;/code&gt; on port&#xA;&lt;code&gt;6379&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;code&gt;redis://admin:passw0rd@some.redis.url:6379&lt;/code&gt;: Same as above, but with&#xA;a username/password pair.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Fiat Permissions</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/fiat_permissions/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/fiat_permissions/</guid>
				<description>&lt;p&gt;Unless you have set &lt;code&gt;fiat.legacyFallback&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt; (defaults to &lt;code&gt;false&lt;/code&gt;) you will need to configure&#xA;Igor CI services with Fiat &lt;code&gt;READ&lt;/code&gt; and &lt;code&gt;WRITE&lt;/code&gt; permissions.&lt;/p&gt;&#xA;&lt;p&gt;Here is a Jenkins example:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;jenkins&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;masters&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;&amp;lt;jenkins master name&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;address&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;http://&amp;lt;jenkins ip&amp;gt;/jenkins&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;username&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;&amp;lt;jenkins admin user&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;password&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;&amp;lt;admin password&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;csrf&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;permissions&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;READ&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;- &lt;span style=&#34;color:#000&#34;&gt;foo&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;- &lt;span style=&#34;color:#000&#34;&gt;bar&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;WRITE&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;- &lt;span style=&#34;color:#000&#34;&gt;bar&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;In the example above, users with the &lt;code&gt;foo&lt;/code&gt; or &lt;code&gt;bar&lt;/code&gt; roles will be able to see the build master and&#xA;use it as a trigger, and users with the &lt;code&gt;bar&lt;/code&gt; role will additionally be able to trigger builds.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Frontend Plugin Development</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/plugin-creator/plugin-frontend/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/plugin-creator/plugin-frontend/</guid>
				<description>&lt;h2 id=&#34;overview-of-frontend-plugins&#34;&gt;Overview of Frontend plugins&lt;/h2&gt;&#xA;&lt;p&gt;Frontend plugins provide a way to change the behavior of Deck, Spinnaker&amp;rsquo;s UI&#xA;service. You can add configuration and validation for new stages provided by&#xA;Orca plugins, override existing components with your own implementation, or add&#xA;new Kubernetes &lt;code&gt;kind&lt;/code&gt; definitions for custom resources in your environment. Spinnaker loads plugins at runtime through Gate.&lt;/p&gt;&#xA;&lt;p&gt;You can write plugins in any JavaScript-compatible language, but the development tooling is designed for JavaScript and TypeScript.&lt;/p&gt;</description>
			</item>
			<item>
				<title>G Suite</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/oauth/google/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/oauth/google/</guid>
				<description>&lt;p&gt;This page instructs you on how to obtain an OAuth 2.0 client ID and client secret for use with your G Suite organization&#xA;(previously known as Google Apps for Work).&lt;/p&gt;&#xA;&lt;h2 id=&#34;get-client-id-and-secret&#34;&gt;Get client ID and secret&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Navigate to &#xA;&lt;a href=&#34;https://console.developers.google.com/apis/credentials&#34; target=&#34;_blank&#34;&gt;https://console.developers.google.com/apis/credentials&lt;/a&gt;&#xA;.&lt;/li&gt;&#xA;&lt;li&gt;Click &amp;ldquo;Create credentials&amp;rdquo; &amp;ndash;&amp;gt; OAuth client ID.&lt;/li&gt;&#xA;&lt;li&gt;Select &amp;ldquo;Web Application&amp;rdquo;, and enter a name.&lt;/li&gt;&#xA;&lt;li&gt;Under &amp;ldquo;Authorized redirect URIs&amp;rdquo;, add &lt;code&gt;https://localhost:8084/login/oauth2/code/google&lt;/code&gt; (For Spinnaker below&#xA;v2025.2.0, it should be &lt;code&gt;https://localhost:8084/login&lt;/code&gt;), replacing domain with your Gate address,&#xA;if known, and &lt;code&gt;https&lt;/code&gt; with &lt;code&gt;http&lt;/code&gt; if appropriate. Click Create.&lt;/li&gt;&#xA;&lt;li&gt;Note the generated client ID and client secret. Copy these to a safe place.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/oauth/google/gcp-oauth-client.png&#34; alt=&#34;GCP console to create OAuth 2.0 client screenshot&#34;&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>GCE Source To Prod</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/gce-source-to-prod/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/gce-source-to-prod/</guid>
				<description>&lt;p&gt;In this codelab, you create a cohesive workflow which takes source code and builds, tests and promotes it to production. You can also watch a video of this codelab in this &#xA;&lt;a href=&#34;https://www.youtube.com/watch?v=N9VnJlKn734&amp;amp;list=PL4yLrwUObNkttE526AAj_ykc5UlIPjz8m&amp;amp;index=1&#34; target=&#34;_blank&#34;&gt;Youtube playlist&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;This will be accomplished via 3 pipelines:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Bake &amp;amp; Deploy to Test&lt;/li&gt;&#xA;&lt;li&gt;Validate Test&lt;/li&gt;&#xA;&lt;li&gt;Promote to Prod&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You will be using a custom-built image that includes sample application source code, a Jenkins instance, a Debian repository (aptly) and a Spinnaker instance.&lt;/p&gt;</description>
			</item>
			<item>
				<title>GCS Object</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/gcs-object/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/gcs-object/</guid>
				<description>&lt;p&gt;&#xA;&lt;a href=&#34;https://cloud.google.com/storage/&#34; target=&#34;_blank&#34;&gt;GCS&lt;/a&gt;&#xA; is an object store, and GCS object&#xA;artifacts are references to objects stored in GCS buckets. These artifacts are&#xA;generally consumed by stages that read configuration from text files, such as a&#xA;Deploy Manifest or App Engine Deploy stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fields&#34;&gt;Fields&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Always &lt;code&gt;gcs/object&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The &lt;code&gt;gs://&lt;/code&gt;-prefixed reference to your file. May be suffixed with the object&amp;rsquo;s &#xA;&lt;a href=&#34;https://cloud.google.com/storage/docs/gsutil/addlhelp/ObjectVersioningandConcurrencyControl&#34; target=&#34;_blank&#34;&gt;version&lt;/a&gt;&#xA;. &lt;code&gt;gs://bucket/file.yml#1360383693620000&lt;/code&gt; is an example.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;name&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The same as &lt;code&gt;reference&lt;/code&gt;, but never with a version.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;version&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The object&amp;rsquo;s &#xA;&lt;a href=&#34;https://cloud.google.com/storage/docs/gsutil/addlhelp/ObjectVersioningandConcurrencyControl&#34; target=&#34;_blank&#34;&gt;version&lt;/a&gt;&#xA;, if applicable.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;N/A&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;gcs/object&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;reference&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;gs://bucket/file.yml#1360383693620000&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;name&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;gs://bucket/file.yml&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;version&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;1360383693620000&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>GCS Object</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/gcs-object/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/gcs-object/</guid>
				<description>&lt;p&gt;These artifacts are generally consumed by stages that read configuration from text files, such as a&#xA;Deploy Manifest or App Engine Deploy stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;gcs-object-artifact-in-the-ui&#34;&gt;GCS object artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the GCS object artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th&gt;Field&lt;/th&gt;&#xA;      &lt;th&gt;Explanation&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Account&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;A GCS artifact account.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Object path&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The path to the artifact file, beginning with &lt;code&gt;gs://&lt;/code&gt;.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;in-a-trigger&#34;&gt;In a trigger&lt;/h3&gt;&#xA;&lt;p&gt;When configuring certain triggers (such as a Pub/Sub trigger with &lt;strong&gt;Pub/Sub&#xA;System Type&lt;/strong&gt; &amp;ldquo;Google&amp;rdquo;), you can use a GCS object as an expected artifact.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Git Repo</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/git-repo/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/git-repo/</guid>
				<description>&lt;p&gt;&lt;strong&gt;The Git Repo artifact is available in version 1.17 or later.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Git Repo artifacts are references to Git repositories that are hosted by a Git hosting service. They are consumed&#xA;by stages that need multiple files to produce an output such as the Bake (Manifest) stage when using the Kustomize template&#xA;renderer. Unlike other artifact implementation, the Git Repo artifact will work with any Git hosting service as long as the&#xA;repository can be cloned using the Git CLI.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Git Repo</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/git-repo/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/git-repo/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;The Git Repo artifact is available in version 1.17 or later.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;They are consumed&#xA;by stages that need multiple files to produce an output, such as the Bake (Manifest) stage when using the Kustomize template&#xA;renderer. Unlike other artifact implementations, the Git Repo artifact works with any Git hosting service as long as the&#xA;repository can be cloned using the Git CLI.&lt;/p&gt;&#xA;&lt;h2 id=&#34;git-repo-artifact-in-the-ui&#34;&gt;Git Repo artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the Git Repo artifact:&lt;/p&gt;</description>
			</item>
			<item>
				<title>GitHub File</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/github-file/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/github-file/</guid>
				<description>&lt;p&gt;GitHub file artifacts are references to files stored in&#xA;&#xA;&lt;a href=&#34;https://github.com&#34; target=&#34;_blank&#34;&gt;GitHub&lt;/a&gt;&#xA; or &#xA;&lt;a href=&#34;https://enterprise.github.com/home&#34; target=&#34;_blank&#34;&gt;GitHub&#xA;Enterprise&lt;/a&gt;&#xA;. They are generally consumed&#xA;by stages that read configuration from text files, such as a Deploy Manifest&#xA;stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fields&#34;&gt;Fields&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Always &lt;code&gt;github/file&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The full path including filename for retrieval via the GitHub API. This is the &lt;code&gt;contents_url&lt;/code&gt; as referenced by a &#xA;&lt;a href=&#34;https://developer.github.com/v3/activity/events/types/#pushevent&#34; target=&#34;_blank&#34;&gt;PushEvent&lt;/a&gt;&#xA;. &lt;code&gt;https://api.github.com/repos/baxterthehacker/public-repo/contents/path/to/file.yml&lt;/code&gt; is an example for public GitHub. &lt;code&gt;https://github.mydomain.com/api/v3/repos/orgname/reponame/contents/path/to/file.yml&lt;/code&gt; is an example for GHE.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;name&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The file path within your repo. &lt;code&gt;path/to/file.yml&lt;/code&gt; is an example.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;version&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The file&amp;rsquo;s commit, branch, or tag.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;N/A&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;github/file&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;reference&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;https://api.github.com/repos/baxterthehacker/public-repo/contents/path/to/file.yml&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;name&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;path/to/file.yml&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;version&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;aec855f4e0e11&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>GitHub File</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/github-file/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/github-file/</guid>
				<description>&lt;p&gt;These artifacts are generally&#xA;consumed by stages that read configuration from text files, such as a &amp;ldquo;Deploy&#xA;(Manifest)&amp;rdquo; stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;github-file-artifact-in-the-ui&#34;&gt;GitHub file artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the GitHub file artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th&gt;Field&lt;/th&gt;&#xA;      &lt;th&gt;Explanation&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Account&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;A GitHub artifact account.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;File path&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The path to the artifact file, beginning at the root of the Git repository.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Content URL&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The GitHub API content URL for the artifact file.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Commit/Branch&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The commit hash or branch name to use when retrieving the artifact file from GitHub.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;in-a-trigger&#34;&gt;In a trigger&lt;/h3&gt;&#xA;&lt;p&gt;When configuring a Git trigger with &lt;strong&gt;Type&lt;/strong&gt; &amp;ldquo;GitHub&amp;rdquo;, you can use a GitHub file&#xA;as an expected artifact.&lt;/p&gt;</description>
			</item>
			<item>
				<title>GitHub Organizations</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/oauth/github/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/oauth/github/</guid>
				<description>&lt;h1 id=&#34;warning&#34;&gt;WARNING&lt;/h1&gt;&#xA;&lt;p&gt;IF YOU ARE NOT CAREFUL you can configure spinnaker to allow ANY github user, not just the ones&#xA;in your organization access to spinnaker.  As such, please make sure to set the restrictions as appropriate&#xA;for your org!  Specifically &lt;code&gt;spring.security.oauth2.client.registration.github.provider-requirements&lt;/code&gt; restriction&#xA;to limit access to a specific github org!  Failure to set this places your spinnaker installation at risk&#xA;of unintended access! For this to work, your users MUST be public members to validate their membership in the github organization.&lt;/p&gt;</description>
			</item>
			<item>
				<title>GitHub Teams</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/github-teams/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authorization/github-teams/</guid>
				<description>&lt;h2 id=&#34;github-app-authentication-recommended&#34;&gt;GitHub App Authentication (Recommended)&lt;/h2&gt;&#xA;&lt;p&gt;GitHub App authentication, available in releases after 2025.4.0, is the preferred method for connecting Spinnaker to GitHub. It offers significant advantages over Personal Access Tokens (PATs):&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Higher Rate Limits&lt;/strong&gt;: GitHub Apps have a rate limit of &#xA;&lt;a href=&#34;https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#primary-rate-limit-for-authenticated-users&#34; target=&#34;_blank&#34;&gt;15,000&lt;/a&gt;&#xA; requests per hour (vs &#xA;&lt;a href=&#34;https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#primary-rate-limit-for-authenticated-users&#34; target=&#34;_blank&#34;&gt;5,000&lt;/a&gt;&#xA; for PATs).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Enhanced Security&lt;/strong&gt;: Uses short-lived tokens that are automatically refreshed, rather than long-lived static tokens.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Granular Permissions&lt;/strong&gt;: Apps can be scoped to specific permissions.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You have GitHub organization admin permissions to create and install the app.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;1-create-a-github-app&#34;&gt;1. Create a GitHub App&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Navigate to your GitHub Organization Settings &amp;gt; Developer settings &amp;gt; GitHub Apps.&lt;/li&gt;&#xA;&lt;li&gt;Click &lt;strong&gt;New GitHub App&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Set the following fields:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;GitHub App Name&lt;/strong&gt;: e.g., &lt;code&gt;spinnaker-fiat-auth&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Homepage URL&lt;/strong&gt;: Your Spinnaker URL (or placeholder).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Callback URL&lt;/strong&gt;: Your Spinnaker URL (or placeholder).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Webhook&lt;/strong&gt;: Uncheck &amp;ldquo;Active&amp;rdquo; (not needed for authorization).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Permissions&lt;/strong&gt;:&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Organization Permissions &amp;gt; Members&lt;/strong&gt;: Read-only&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Click &lt;strong&gt;Create GitHub App&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Note the &lt;strong&gt;App ID&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Generate a &lt;strong&gt;Private key&lt;/strong&gt; and save the &lt;code&gt;.pem&lt;/code&gt; file.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Install App&lt;/strong&gt;: Go to &amp;ldquo;Install App&amp;rdquo; in the sidebar and install it on your organization. Note the &lt;strong&gt;Installation ID&lt;/strong&gt; from the URL (e.g., &lt;code&gt;https://github.com/organizations/my-org/settings/installations/12345678&lt;/code&gt; -&amp;gt; &lt;code&gt;12345678&lt;/code&gt;).&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Install at the organization level (not per-repo) so team membership lookups work for all repos.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;GitHub App installation tokens are short-lived (1 hour) and Fiat caches them in memory with an early refresh buffer. They are never written to disk.&lt;/li&gt;&#xA;&lt;li&gt;PATs configured with &lt;code&gt;--accessToken&lt;/code&gt; are stored in Fiat configuration; rotate them periodically and handle them like any other long-lived secret.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;personal-access-token-legacy&#34;&gt;Personal Access Token (Legacy)&lt;/h2&gt;&#xA;&lt;p&gt;If you cannot use a GitHub App, you can still use a Personal Access Token (PAT). Note that this has lower rate limits.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Gitlab File</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/gitlab-file/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/gitlab-file/</guid>
				<description>&lt;p&gt;Gitlab file artifacts are references to files stored in&#xA;&#xA;&lt;a href=&#34;https://gitlab.com&#34; target=&#34;_blank&#34;&gt;Gitlab&lt;/a&gt;&#xA;. They are generally consumed&#xA;by stages that read configuration from text files, such as a Deploy Manifest&#xA;stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fields&#34;&gt;Fields&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Always &lt;code&gt;gitlab/file&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The full path including filename for retrieval via the Gitlab API. &lt;code&gt;https://gitlab.example.com/api/v4/projects/13083/repository/files/manifests%2Fconfig%2Eyaml/raw&lt;/code&gt; is an example from the Gitlab documentation. For more info, see the documentation &#xA;&lt;a href=&#34;https://docs.gitlab.com/ee/api/repository_files.html#get-raw-file-from-repository&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt;&#xA;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;name&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The file path within your repo. &lt;code&gt;path/to/file.yml&lt;/code&gt; is an example.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;version&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The file&amp;rsquo;s commit or branch.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;N/A&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;gitlab/file&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;reference&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;https://gitlab.example.com/api/v4/projects/13083/repository/files/manifests%2Fconfig%2Eyaml/raw&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;name&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;manifests/config.yaml&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;version&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;master&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>GitLab File</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/gitlab-file/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/gitlab-file/</guid>
				<description>&lt;p&gt;These artifacts are generally consumed by stages that read configuration from text files, such as a Deploy Manifest stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;gitlab-file-artifact-in-the-ui&#34;&gt;GitLab file artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the GitLab file artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th&gt;Field&lt;/th&gt;&#xA;      &lt;th&gt;Explanation&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Account&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;A GitLab artifact account.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;File path&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The path to the artifact file, beginning at the root of the Git repository.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Commit/Branch&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The commit hash or branch name to use when retrieving the artifact file from GitLab.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;in-a-trigger&#34;&gt;In a trigger&lt;/h3&gt;&#xA;&lt;p&gt;When configuring a Git trigger with &lt;strong&gt;Type&lt;/strong&gt; &amp;ldquo;GitLab&amp;rdquo;, you can use a GitLab file&#xA;as an expected artifact.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Kubernetes Engine (GKE) Setup</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes/gke/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes/gke/</guid>
				<description>&lt;p&gt;This page describes how to set up a Kubernetes cluster on&#xA;&#xA;&lt;a href=&#34;https://cloud.google.com/kubernetes-engine/&#34; target=&#34;_blank&#34;&gt;GKE&lt;/a&gt;&#xA; to be used with Spinnaker&amp;rsquo;s&#xA;Kubernetes provider. The process is very simple, but you need to do some&#xA;specific things to allow Spinnaker to authenticate against your cluster.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Note: To manage and create clusters in a given project, you need the&#xA;&lt;code&gt;roles/container.admin&lt;/code&gt; role as described&#xA;&#xA;&lt;a href=&#34;https://cloud.google.com/kubernetes-engine/docs/how-to/iam#predefined&#34; target=&#34;_blank&#34;&gt;here&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;create-a-cluster&#34;&gt;Create a cluster&lt;/h2&gt;&#xA;&lt;p&gt;If you don&amp;rsquo;t already have a cluster for this purpose, you can create a&#xA;Kubernetes cluster on GKE using either&#xA;&#xA;&lt;a href=&#34;https://cloud.google.com/sdk/gcloud/&#34; target=&#34;_blank&#34;&gt;gcloud&lt;/a&gt;&#xA; or the &#xA;&lt;a href=&#34;https://console.cloud.google.com/&#34; target=&#34;_blank&#34;&gt;the Cloud&#xA;Console&lt;/a&gt;&#xA; as shown in the &#xA;&lt;a href=&#34;https://cloud.google.com/kubernetes-engine/docs/how-to/creating-a-cluster#creating_a_cluster&#34; target=&#34;_blank&#34;&gt;official&#xA;documentation&lt;/a&gt;&#xA;.&#xA;Third party tools like&#xA;&#xA;&lt;a href=&#34;https://www.terraform.io/docs/providers/google/r/container_cluster.html&#34; target=&#34;_blank&#34;&gt;Terraform&lt;/a&gt;&#xA;&#xA;work too, and can be used to automate provisioning your clusters.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google App Engine</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/appengine/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/appengine/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;If you are not familiar with App Engine or any of the terms used below, please consult App Engine&amp;rsquo;s &#xA;&lt;a href=&#34;https://cloud.google.com/appengine/docs&#34; target=&#34;_blank&#34;&gt;reference documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;account&lt;/strong&gt; maps to a single App Engine &lt;strong&gt;application&lt;/strong&gt;, a top-level resource that contains&#xA;services, versions, and instances. Spinnaker authenticates itself with App Engine&#xA;using service account credentials for a Google Cloud Platform project -&#xA;see the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/appengine&#34;&gt;setup guide&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;load balancer&lt;/strong&gt; maps to an App Engine &lt;strong&gt;service&lt;/strong&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google App Engine</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/appengine/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/appengine/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://cloud.google.com/appengine&#34; target=&#34;_blank&#34;&gt;Google App Engine&lt;/a&gt;&#xA;, an&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to a credential able to&#xA;authenticate against a given &#xA;&lt;a href=&#34;https://cloud.google.com&#34; target=&#34;_blank&#34;&gt;Google Cloud&#xA;Platform&lt;/a&gt;&#xA; project.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You need a &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud Platform&lt;/a&gt;&#xA;&#xA;project to run Spinnaker against. The next steps assume you&amp;rsquo;ve already &#xA;&lt;a href=&#34;https://cloud.google.com/resource-manager/docs/creating-managing-projects&#34; target=&#34;_blank&#34;&gt;created&#xA;a project&lt;/a&gt;&#xA;,&#xA;and installed &#xA;&lt;a href=&#34;https://cloud.google.com/sdk/downloads&#34; target=&#34;_blank&#34;&gt;gcloud&lt;/a&gt;&#xA;.&#xA;You can check that &lt;code&gt;gcloud&lt;/code&gt; is installed and authenticated by running:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud info&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If this is your first time deploying to App Engine in your project, create an App Engine application.&#xA;You cannot change your application&amp;rsquo;s region, so pick wisely:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Cloud Build</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/gcb/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/gcb/</guid>
				<description>&lt;p&gt;Setting up &#xA;&lt;a href=&#34;https://cloud.google.com/cloud-build/&#34; target=&#34;_blank&#34;&gt;Google Cloud Build&lt;/a&gt;&#xA; as a Continuous Integration (CI)&#xA;system within Spinnaker allows you to:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;trigger pipelines when a GCB build completes&lt;/li&gt;&#xA;&lt;li&gt;add a GCB stage to your pipeline&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;h3 id=&#34;gcp-project&#34;&gt;GCP project&lt;/h3&gt;&#xA;&lt;p&gt;You need to have a &#xA;&lt;a href=&#34;https://cloud.google.com&#34; target=&#34;_blank&#34;&gt;Google Cloud Platform&lt;/a&gt;&#xA; project with the&#xA;&#xA;&lt;a href=&#34;http://console.cloud.google.com/apis/library/cloudbuild.googleapis.com&#34; target=&#34;_blank&#34;&gt;Cloud Build API&lt;/a&gt;&#xA; enabled.&#xA;You can enable the API with the following &lt;code&gt;gcloud&lt;/code&gt; command:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;gcloud services enable cloudbuild.googleapis.com&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;h3 id=&#34;pubsub-subscription&#34;&gt;Pub/sub subscription&lt;/h3&gt;&#xA;&lt;p&gt;Google Cloud Build sends &#xA;&lt;a href=&#34;https://cloud.google.com/cloud-build/docs/send-build-notifications&#34; target=&#34;_blank&#34;&gt;Build Notifications&lt;/a&gt;&#xA;&#xA;when the state of your build changes.  Spinnaker subscribes to these pub/sub messages so that it can&amp;hellip;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Cloud Pub/Sub</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/triggers/google/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/triggers/google/</guid>
				<description>&lt;p&gt;Spinnaker pipelines can be triggered using a &#xA;&lt;a href=&#34;https://cloud.google.com/pubsub/docs/overview&#34; target=&#34;_blank&#34;&gt;Google Pub/Sub&#xA;subscription&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You need a &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud Platform&lt;/a&gt;&#xA;&#xA;(GCP) project to with the &#xA;&lt;a href=&#34;https://pantheon.corp.google.com/apis/api/pubsub.googleapis.com&#34; target=&#34;_blank&#34;&gt;Pub/Sub API&#xA;enabled&lt;/a&gt;&#xA;,&#xA;and &#xA;&lt;a href=&#34;https://cloud.google.com/sdk/downloads&#34; target=&#34;_blank&#34;&gt;&lt;code&gt;gcloud&lt;/code&gt;&lt;/a&gt;&#xA;&#xA;installed locally.  You can check that &lt;code&gt;gcloud&lt;/code&gt; is installed and authenticated&#xA;by running:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud info&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;a-pubsub-subscription&#34;&gt;A Pub/Sub subscription&lt;/h2&gt;&#xA;&lt;p&gt;The Pub/Sub integration can be used to either:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Start pipelines by sending Pub/Sub messages from a system you own.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Start pipelines using Pub/Sub messages originating from a Google Cloud&#xA;system, such as &#xA;&lt;a href=&#34;https://cloud.google.com/storage/&#34; target=&#34;_blank&#34;&gt;Google Cloud Storage&lt;/a&gt;&#xA;,&#xA;or &#xA;&lt;a href=&#34;https://cloud.google.com/container-registry/&#34; target=&#34;_blank&#34;&gt;Google Container Registry&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Cloud Run</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/cloudrun/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/cloudrun/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;If you are not familiar with Cloud Run or any of the terms used below, please consult Cloud Run&amp;rsquo;s &#xA;&lt;a href=&#34;https://cloud.google.com/run/docs&#34; target=&#34;_blank&#34;&gt;reference documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;account&lt;/strong&gt; maps to a single Cloud Run &lt;strong&gt;application&lt;/strong&gt;, a top-level resource that contains&#xA;services, versions, and instances. Spinnaker authenticates itself with Cloud Run&#xA;using service account credentials for a Google Cloud Platform project -&#xA;see the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/cloudrun&#34;&gt;setup guide&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;load balancer&lt;/strong&gt; maps to an Cloud Run &lt;strong&gt;service&lt;/strong&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Cloud Run</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/cloudrun/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/cloudrun/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://cloud.google.com/run&#34; target=&#34;_blank&#34;&gt;Google Cloud Run&lt;/a&gt;&#xA;, an&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to a credential able to&#xA;authenticate against a given &#xA;&lt;a href=&#34;https://cloud.google.com&#34; target=&#34;_blank&#34;&gt;Google Cloud&#xA;Platform&lt;/a&gt;&#xA; project.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You need a &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud Platform&lt;/a&gt;&#xA;&#xA;project to run Spinnaker against. The next steps assume you&amp;rsquo;ve already &#xA;&lt;a href=&#34;https://cloud.google.com/resource-manager/docs/creating-managing-projects&#34; target=&#34;_blank&#34;&gt;created&#xA;a project&lt;/a&gt;&#xA;,&#xA;and installed &#xA;&lt;a href=&#34;https://cloud.google.com/sdk/downloads&#34; target=&#34;_blank&#34;&gt;gcloud&lt;/a&gt;&#xA;.&#xA;You can check that &lt;code&gt;gcloud&lt;/code&gt; is installed and authenticated by running:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud info&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To initialize the gcloud CLI, run the following command:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud init&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If this is your first time deploying to Cloud Run in your project, create a Cloud Run application.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Compute Engine</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/gce/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/gce/</guid>
				<description>&lt;p&gt;If you are not familiar with Google Compute Engine or any of the terms used below, please consult&#xA;Compute Engine&amp;rsquo;s &#xA;&lt;a href=&#34;https://cloud.google.com/compute&#34; target=&#34;_blank&#34;&gt;reference documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;In &#xA;&lt;a href=&#34;https://cloud.google.com/compute&#34; target=&#34;_blank&#34;&gt;Google Compute Engine&lt;/a&gt;&#xA; (GCE), an &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA;&#xA;maps to a credential able to authenticate against a given &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud Platform&lt;/a&gt;&#xA; (GCP)&#xA;project - see the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/gce&#34;&gt;setup guide&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;load balancer&lt;/strong&gt; maps to a GCE &#xA;&lt;a href=&#34;https://cloud.google.com/compute/docs/load-balancing/&#34; target=&#34;_blank&#34;&gt;load balancer&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;GCE supports many different types of load balancers, including: HTTPS(S), SSL Proxy, Network and Internal. Each of these&#xA;is supported by Spinnaker.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Google Compute Engine</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/gce/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/gce/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://cloud.google.com/compute&#34; target=&#34;_blank&#34;&gt;Google Compute Engine&lt;/a&gt;&#xA;&#xA;(GCE), an &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to a credential able&#xA;to authenticate against a given &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud&#xA;Platform&lt;/a&gt;&#xA; (GCP) project.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You need a &#xA;&lt;a href=&#34;https://cloud.google.com/&#34; target=&#34;_blank&#34;&gt;Google Cloud Platform&lt;/a&gt;&#xA;&#xA;(GCP) project to run Spinnaker against. The next steps assume you&amp;rsquo;ve already&#xA;&#xA;&lt;a href=&#34;https://cloud.google.com/resource-manager/docs/creating-managing-projects&#34; target=&#34;_blank&#34;&gt;created a&#xA;project&lt;/a&gt;&#xA;,&#xA;and installed &#xA;&lt;a href=&#34;https://cloud.google.com/sdk/downloads&#34; target=&#34;_blank&#34;&gt;gcloud&lt;/a&gt;&#xA;.&#xA;You can check that &lt;code&gt;gcloud&lt;/code&gt; is installed and authenticated by running:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;gcloud info&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;downloading-credentials&#34;&gt;Downloading credentials&lt;/h3&gt;&#xA;&lt;p&gt;Spinnaker needs a &#xA;&lt;a href=&#34;https://cloud.google.com/compute/docs/access/service-accounts&#34; target=&#34;_blank&#34;&gt;service&#xA;account&lt;/a&gt;&#xA;&#xA;to authenticate as against GCE, with the role enumerated below enabled. If&#xA;you don&amp;rsquo;t already have such a service account with the corresponding JSON key&#xA;downloaded, you can run the following commands to do so:&lt;/p&gt;</description>
			</item>
			<item>
				<title>High Availability</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/halyard/high-availability/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/halyard/high-availability/</guid>
				<description>&lt;h1 id=&#34;halyard-is-deprecated&#34;&gt;HALYARD IS DEPRECATED&lt;/h1&gt;&#xA;&lt;div class=&#34;td-alert td-alert--md alert alert-important&#34; role=&#34;alert&#34;&gt;&lt;div class=&#34;td-alert-heading alert-heading&#34; role=&#34;heading&#34;&gt;Important&lt;/div&gt;&#xA;  &lt;div class=&#34;td-alert-body&#34;&gt;&#xA;    &lt;p&gt;At this time, halyard is considered deprecated and no longer supported.&lt;br&gt;&#xA;This document is kept here and alive for historical purposes. Documentation&#xA;should all be moved to native configuration files, and for more questions&#xA;and information please join the spinnaker slack.&lt;/p&gt;&#xA;&lt;p&gt;The majority of the relevant &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/high-availability/&#34;&gt;information has been moved to high-availability documentation&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;    &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;This page describes how you can configure a Halyard deployment to increase the availability of specific services beyond simply &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/scaling/horizontal-scaling/&#34;&gt;horizontally scaling&lt;/a&gt;&#xA; the service. Halyard does this by splitting the functionalities of a service into separate logical roles (also known as sharding). The benefits of doing this is specific to the service that is being sharded. These deployment strategies are inspired by &#xA;&lt;a href=&#34;https://blog.spinnaker.io/scaling-spinnaker-at-netflix-part-1-8a5ae51ee6de&#34; target=&#34;_blank&#34;&gt;Netflix&amp;rsquo;s large scale experience&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Horizontally Scale Spinnaker Services</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/scaling/horizontal-scaling/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/scaling/horizontal-scaling/</guid>
				<description>&lt;p&gt;This page will explain under which circumstances it can help to&#xA;run more than one copy of any single service, and what considerations have to&#xA;be made when doing so.&lt;/p&gt;&#xA;&lt;p&gt;This article assumes you have access to scale the individual Spinnaker&#xA;microservices, and the mechanics of this are not covered here.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Keep in mind, if you are deploying Spinnaker to Kubernetes, you&amp;rsquo;re more&#xA;likely to see benefits of horizontal scaling if you&amp;rsquo;ve already allocated&#xA;resource requests and limits for the services being scaled.&lt;/p&gt;</description>
			</item>
			<item>
				<title>HTTP File</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/http-file/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/http-file/</guid>
				<description>&lt;p&gt;HTTP file artifacts are references to files stored in plaintext reachable via&#xA;HTTP. They are generally consumed by stages that read configuration from text&#xA;files, such as a Deploy Manifest stage.&lt;/p&gt;&#xA;&lt;p&gt;These files can be downloaded using basic auth.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fields&#34;&gt;Fields&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Always &lt;code&gt;http/file&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The fully-qualified URL where your file can be read from.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;name&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;An optional identifier for referencing this artifact later.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;version&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;N/A&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;N/A&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;http/file&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;reference&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;https://raw.githubusercontent.com/....&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;name&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;My manifest stored in github&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>HTTP File</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/http-file/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/http-file/</guid>
				<description>&lt;p&gt;These artifacts are generally consumed by stages that read&#xA;configuration from text files, such as a Deploy Manifest stage.&lt;/p&gt;&#xA;&lt;p&gt;A file represented by an HTTP file artifact can be downloaded using HTTP Basic&#xA;authentication.&lt;/p&gt;&#xA;&lt;h2 id=&#34;http-file-artifact-in-the-ui&#34;&gt;HTTP file artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the HTTP file artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th&gt;Field&lt;/th&gt;&#xA;      &lt;th&gt;Explanation&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Account&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;An HTTP artifact account.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;URL&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The fully-qualified URL from which the file can be read.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;in-a-trigger&#34;&gt;In a trigger&lt;/h3&gt;&#xA;&lt;p&gt;When configuring certain triggers, you can use an HTTP file as an expected&#xA;artifact.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Integrate your CI</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/extending/integrate-your-ci/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/extending/integrate-your-ci/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;At Netflix, we built CI integrations to enable features like the Builds view in Spinnaker, fetching artifact metadata and more. You can see the full list of CI features &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/managed-delivery/CI-features&#34;&gt;here&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;viewing-ci-details-in-spinnaker&#34;&gt;Viewing CI details in Spinnaker&lt;/h2&gt;&#xA;&lt;p&gt;We recently added the option to see CI details in Spinnaker, in a new &amp;ldquo;Builds&amp;rdquo; tab.&#xA;It looks like this:&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/extending/integrate-your-ci/ci-view.png&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;This is a new tab that can be accessed from the main Spinnaker UI.&#xA;The UI code (in &lt;code&gt;deck&lt;/code&gt;) is calling the &lt;code&gt;gate&lt;/code&gt; service to fetch information, and &lt;code&gt;gate&lt;/code&gt; is just proxying the call to &lt;code&gt;igor&lt;/code&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>An Introduction to Spinnaker: Hello Deployment</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/hello-deployment/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/hello-deployment/</guid>
				<description>&lt;p&gt;This guide will run through the workflow of setting up an example application deployment with&#xA;Spinnaker. It assumes you already have Spinnaker up and running on AWS or&#xA;GCE. A guide for installation can be found &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/&#34;&gt;here&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;Below is a diagram of the workflow we will set up.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/hello-deployment/flow.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;set-up-jenkins&#34;&gt;Set up Jenkins&lt;/h2&gt;&#xA;&lt;p&gt;Jenkins is a powerful continuous integration server that allows us to do several important things:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Poll our Github repository for changes so Spinnaker knows when to run a pipeline.&lt;/li&gt;&#xA;&lt;li&gt;Compile and build our example application into a .deb package so Spinnaker can bake it on an&#xA;image. Spinnaker expects all applications to be deployed as deb packages.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;installing-jenkins&#34;&gt;Installing Jenkins&lt;/h3&gt;&#xA;&lt;p&gt;If you already have a Jenkins server, you can skip this step.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Jenkins</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/jenkins/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/jenkins/</guid>
				<description>&lt;p&gt;Setting up &#xA;&lt;a href=&#34;https://jenkins.io/&#34; target=&#34;_blank&#34;&gt;Jenkins&lt;/a&gt;&#xA; as a Continuous&#xA;Integration (CI) system within Spinnaker lets you trigger pipelines with&#xA;Jenkins, add a Jenkins stage to your pipeline, or add a Script stage to your&#xA;pipeline.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;To connect Jenkins to Spinnaker, you need:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A running Jenkins Master at version 2.x, reachable at a URL&#xA;(&lt;code&gt;$BASEURL&lt;/code&gt;) from where Spinnaker runs.&lt;/li&gt;&#xA;&lt;li&gt;A username/API key (&lt;code&gt;$USERNAME&lt;/code&gt;/&lt;code&gt;$APIKEY&lt;/code&gt;) pair able to authenticate&#xA;against Jenkins using HTTP Basic Auth, if Jenkins is secured. A user&amp;rsquo;s&#xA;API key can be found at &lt;code&gt;$BASEURL/user/$USERNAME/configure&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;add-your-jenkins-master&#34;&gt;Add your Jenkins master&lt;/h2&gt;&#xA;&lt;p&gt;Add the following to &lt;code&gt;igor-local.yml&lt;/code&gt; to enable Jenkins;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Kubernetes Source to Prod</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/kubernetes-source-to-prod/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/kubernetes-source-to-prod/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;In this codelab you will configure:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;A GitHub repo containing both your code to be deployed, and the Kubernetes&#xA;manifests that will run your code.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;A set of Spinnaker pipelines to deploy changes to your code, manifests, and&#xA;application configuration from source to production.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;0-prerequisites&#34;&gt;0: Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;Before we begin, we need to do the following:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;#configure-github&#34;&gt;Configure GitHub&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;You need some source code and manifests to deploy stored in GitHub. We have a&#xA;repository you can fork to follow along easily.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Kubernetes CRD Extensions</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/extending/crd-extensions/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/extending/crd-extensions/</guid>
				<description>&lt;h2 id=&#34;spinnaker-extension-points-for-custom-resource-definitions&#34;&gt;Spinnaker Extension Points for Custom Resource Definitions&lt;/h2&gt;&#xA;&lt;p&gt;At Google, we&amp;rsquo;ve built extension points for deep CRD integrations within Spinnaker.&lt;/p&gt;&#xA;&lt;p&gt;This work has allowed us to support the following features within Spinnaker:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Custom models for representing CRDs as &lt;code&gt;spinnakerKinds&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Deploying CRDs with custom Spinnaker artifact types&lt;/li&gt;&#xA;&lt;li&gt;Custom Kubernetes API versions&lt;/li&gt;&#xA;&lt;li&gt;Custom Spinnaker naming strategies&lt;/li&gt;&#xA;&lt;li&gt;Per-account, custom Spinnaker UIs that can run alongside the existing Kubernetes UIs&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;This guide is for developers who want to duplicate this functionality for their CRDs.&#xA;It also exists as an explanation of certain code paths within Spinnaker which include hooks with no current corresponding open-source implementations.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Kubernetes Object</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/kubernetes-object/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/kubernetes-object/</guid>
				<description>&lt;p&gt;Kubernetes Object artifacts are &lt;em&gt;running&lt;/em&gt;, &lt;em&gt;deployed&lt;/em&gt; Kubernetes Manifests.&#xA;This is in contrast to something like a GitHub file that only contains the&#xA;specification of a deployable Kubernetes Manifest.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fields&#34;&gt;Fields&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;kubernetes/&amp;lt;kind&amp;gt;&lt;/code&gt;, where &lt;code&gt;&amp;lt;kind&amp;gt;&lt;/code&gt; is the Kubernetes Kind, such as &lt;code&gt;Deployment&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The name of the object.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;name&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The name of the object.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;version&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Only set when the resource was deployed with a version. A &lt;code&gt;ConfigMap&lt;/code&gt; at version &lt;code&gt;-v120&lt;/code&gt; is an example.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The object&amp;rsquo;s namespace.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;artifactAccount&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The Spinnaker account (Kubernetes context) this was deployed to.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;kubernetes/deployment&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;reference&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;frontend&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;name&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;frontend&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;namespace&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;staging&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;artifactAccount&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;gke-us-central1-xnat&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Kubernetes Object</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/kubernetes-object/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/kubernetes-object/</guid>
				<description>&lt;h2 id=&#34;kubernetes-object-artifact-in-the-ui&#34;&gt;Kubernetes object artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the Kubernetes object artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th&gt;Field&lt;/th&gt;&#xA;      &lt;th&gt;Explanation&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Account&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;An HTTP artifact account.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;URL&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The fully-qualified URL from which the file can be read.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;kubernetes-object-artifact-in-a-pipeline-definition&#34;&gt;Kubernetes object artifact in a pipeline definition&lt;/h2&gt;&#xA;&lt;p&gt;The following are the fields that make up a Kubernetes object artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;kubernetes/&amp;lt;kind&amp;gt;&lt;/code&gt;, where &lt;code&gt;&amp;lt;kind&amp;gt;&lt;/code&gt; is the Kubernetes Kind (such as &lt;code&gt;Deployment&lt;/code&gt;).&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The name of the object.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;name&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The name of the object.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;version&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The version of the object. Only set if the resource was deployed with a version (for example, a &lt;code&gt;ConfigMap&lt;/code&gt; deployed at version &lt;code&gt;-v120&lt;/code&gt;).&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The namespace of the object.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;artifactAccount&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The Spinnaker account (Kubernetes context) to which the object was deployed.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;The following is an example JSON representation of a Kubernetes object artifact, as it&#xA;would appear in a pipeline definition:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Kubernetes Provider Overview</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/kubernetes/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/kubernetes/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;If you&amp;rsquo;re unfamiliar with Kubernetes terminology, see the &#xA;&lt;a href=&#34;https://kubernetes.io/docs/home/&#34; target=&#34;_blank&#34;&gt;Kubernetes documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;This article describes how the Kubernetes provider works and how it differs&#xA;from other providers in Spinnaker. If you&amp;rsquo;re unfamiliar with Kubernetes&#xA;terminology, see the &#xA;&lt;a href=&#34;https://kubernetes.io/docs/home/&#34; target=&#34;_blank&#34;&gt;Kubernetes&#xA;documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-manifest-based-approach&#34;&gt;The manifest-based approach&lt;/h2&gt;&#xA;&lt;p&gt;The Kubernetes provider combines the strengths of Kubernetes&amp;rsquo;s &#xA;&lt;a href=&#34;https://kubernetes.io/docs/tutorials/object-management-kubectl/declarative-object-management-configuration/&#34; target=&#34;_blank&#34;&gt;declarative&#xA;infrastructure&#xA;management&lt;/a&gt;&#xA;&#xA;with Spinnaker&amp;rsquo;s workflow engine for imperative steps when you need them. You&#xA;can fully specify all your infrastructure in the native Kubernetes manifest&#xA;format but still express, for example, a multi-region canary-driven rollout.&lt;/p&gt;</description>
			</item>
			<item>
				<title>LDAP</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/ldap/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/ldap/</guid>
				<description>&lt;p&gt;Lightweight Directory Access Protocol (LDAP) is a standard way many organizations maintain user&#xA;credentials and group memberships. Spinnaker uses the standard &amp;ldquo;&lt;em&gt;bind&lt;/em&gt;&amp;rdquo; approach for user&#xA;authentication. This is a fancy way of saying that Gate uses your username and password to login&#xA;to the LDAP server, and if the connection is successful, you&amp;rsquo;re considered authenticated.  Note that there is a&#xA;fair bit of crossover between the authorization and authentication settings.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Life of a Bake</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture/loab/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture/loab/</guid>
				<description>&lt;div class=&#34;mermaid&#34;&gt;&#xA;  &#xA;sequenceDiagram&#xA;&#xA;Title: Life of a Bake&#xA;&#xA;participant Igor&#xA;participant Jenkins&#xA;participant ArtifactRepo&#xA;participant Echo&#xA;participant Front50&#xA;participant Orca&#xA;participant Rosco&#xA;participant Packer&#xA;participant Redis&#xA;participant Cloud&#xA;&#xA;Echo-&gt;&gt;Front50: Build cache of pipeline triggers&#xA;&#xA;Jenkins-&gt;&gt;ArtifactRepo: Publish newly-produced deployable asset (e.g. .deb/.rpm/.jar)&#xA;Note right of Jenkins: Archive artifacts&#xA;&#xA;Igor-&gt;&gt;Jenkins: Poll Jenkins for completed builds&#xA;Igor-&gt;&gt;Echo: Publish completed build info to eventing bus&#xA;&#xA;Echo-&gt;&gt;+Orca: Initiate pipeline execution based on matched trigger&#xA;Orca-&gt;&gt;Redis: Persist new execution&#xA;Note right of Orca: Orca uses the artifact details from the trigger to decorate the package name with version information&#xA;Orca-&gt;&gt;-Rosco: Request bake, passing package with exact version to install&#xA;&#xA;Rosco-&gt;&gt;Redis: Persist new bake&#xA;Rosco-&gt;&gt;Packer: Initiate bake job, passing repo address (from config) and package/version&#xA;&#xA;Packer-&gt;&gt;ArtifactRepo: Pull deployable asset from repo&#xA;Packer-&gt;&gt;Cloud: Publish machine image&#xA;&#xA;Loop In background thread&#xA;Rosco-&gt;&gt;Packer: Poll until job completion&#xA;Rosco-&gt;&gt;Redis: Mark bake completed&#xA;end&#xA;&#xA;Loop In worker thread&#xA;Orca-&gt;&gt;Rosco: Poll until task completion&#xA;Rosco-&gt;&gt;Redis: Query bake status&#xA;Orca-&gt;&gt;Redis: Update execution state&#xA;end&#xA;&#xA;&#xA;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Life of a Deployment</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture/load/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/architecture/load/</guid>
				<description>&lt;div class=&#34;mermaid&#34;&gt;&#xA;  &#xA;sequenceDiagram&#xA;&#xA;Title: Life of a deployment&#xA;&#xA;participant Deck&#xA;participant Gate&#xA;participant Orca&#xA;participant Clouddriver&#xA;participant Redis&#xA;participant Cloud&#xA;&#xA;Deck-&gt;&gt;+Gate: Initiate Deploy orchestration&#xA;Gate-&gt;&gt;+Orca: Initiate Deploy orchestration&#xA;Orca-&gt;&gt;Redis: Persist new execution&#xA;Orca--&gt;&gt;-Gate: Reply with orchestration id&#xA;Gate--&gt;&gt;-Deck: Reply with orchestration id&#xA;&#xA;Note right of Orca: In worker thread&#xA;Orca-&gt;&gt;+Clouddriver: Initiate Deploy operation&#xA;Clouddriver-&gt;&gt;Redis: Persist new task&#xA;Clouddriver--&gt;&gt;-Orca: Reply with task id&#xA;&#xA;Clouddriver-xCloud: Mutating calls&#xA;activate Clouddriver&#xA;Clouddriver-&gt;&gt;Redis: Mark task completed&#xA;deactivate Clouddriver&#xA;&#xA;Loop In worker thread&#xA;Orca-&gt;&gt;Clouddriver: Poll until task completion&#xA;Clouddriver-&gt;&gt;Redis: Query task status&#xA;Orca-&gt;&gt;Redis: Update execution state&#xA;end&#xA;&#xA;Loop In worker thread&#xA;Orca-&gt;&gt;Clouddriver: Poll until instances are up&#xA;Clouddriver-&gt;&gt;Redis: Query server group/instance state from cache&#xA;Orca-&gt;&gt;Redis: Mark execution completed&#xA;end&#xA;&#xA;Loop In background thread&#xA;Deck-&gt;&gt;Gate: Poll until orchestration completion&#xA;Gate-&gt;&gt;Orca: Query orchestration status&#xA;Orca-&gt;&gt;Redis: Query execution status&#xA;end&#xA;&#xA;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Make a Change Using a Local Clone</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/docs/local-clone/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/docs/local-clone/</guid>
				<description>&lt;p&gt;To make significant changes to a Spinnaker service or other repository, you can fork the repository and work from a&#xA;local clone. The workflow below walks through a change to the &lt;code&gt;spinnaker/spinnaker.io&lt;/code&gt; repository as an example, but a&#xA;fork-and-pull-request workflow should be used for all Spinnaker contributions. Make sure you&#xA;have &#xA;&lt;a href=&#34;https://git-scm.com/book/en/v2/Getting-Started-Installing-Git&#34; target=&#34;_blank&#34;&gt;git&lt;/a&gt;&#xA; installed on your computer and have configured&#xA;your GitHub account. See the &#xA;&lt;a href=&#34;https://help.github.com&#34; target=&#34;_blank&#34;&gt;GitHub Help&lt;/a&gt;&#xA; for details.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fork-the-repository&#34;&gt;Fork the repository&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Navigate to the &lt;code&gt;spinnaker/spinnaker.io&lt;/code&gt; &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker.io&#34; target=&#34;_blank&#34;&gt;repository&lt;/a&gt;&#xA; with a web browser.&lt;/li&gt;&#xA;&lt;li&gt;Click &lt;strong&gt;Fork&lt;/strong&gt;.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;create-a-local-repository-and-set-the-upstream-repository&#34;&gt;Create a local repository and set the upstream repository&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;In a terminal window, clone your fork:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Make a Change Using the GitHub Web UI</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/docs/github-changes/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/docs/github-changes/</guid>
				<description>&lt;h2 id=&#34;open-a-pull-request-pr-on-github&#34;&gt;Open a pull request (PR) on GitHub&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Click the &lt;strong&gt;Suggest an Edit&lt;/strong&gt; link on the documentation page you want to update. This takes you to the page&amp;rsquo;s source&#xA;file in GitHub.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Click the &lt;strong&gt;Edit this file&amp;hellip;&lt;/strong&gt; pencil icon to edit the file.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/images/community/contributing/docs/github-edit-file-icon.jpg&#34; alt=&#34;EditFileIcon&#34;&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Make your changes in the GitHub markdown editor.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Fill in the &lt;strong&gt;Propose file change&lt;/strong&gt; form.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/images/community/contributing/docs/github-propose-file-change-form.jpg&#34; alt=&#34;ProposeFileChange&#34;&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Explain what your file change is about in a short summary.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Manage Traffic Using Kubernetes Manifests</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/traffic-management/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/traffic-management/</guid>
				<description>&lt;p&gt;This guide shows the basics of how to manage traffic during deployments&#xA;using the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes&#34;&gt;Kubernetes provider&lt;/a&gt;&#xA;.&#xA;This includes automatically attaching a&#xA;&#xA;&lt;a href=&#34;https://kubernetes.io/docs/concepts/services-networking/service/&#34; target=&#34;_blank&#34;&gt;Service&lt;/a&gt;&#xA;&#xA;to a workload during deployment, and defining pipelines to perform blue/green&#xA;deployments.&lt;/p&gt;&#xA;&lt;h2 id=&#34;attach-a-service-to-a-workload&#34;&gt;Attach a Service to a Workload&lt;/h2&gt;&#xA;&lt;p&gt;Kubernetes manages the relationship between&#xA;&#xA;&lt;a href=&#34;https://kubernetes.io/docs/concepts/workloads/pods/pod/&#34; target=&#34;_blank&#34;&gt;Pods&lt;/a&gt;&#xA; and&#xA;&#xA;&lt;a href=&#34;https://kubernetes.io/docs/concepts/services-networking/service/&#34; target=&#34;_blank&#34;&gt;Services&lt;/a&gt;&#xA;&#xA;using &#xA;&lt;a href=&#34;https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/&#34; target=&#34;_blank&#34;&gt;Labels and&#xA;Selectors&lt;/a&gt;&#xA;.&#xA;Spinnaker acknowledges this relationship with the blue load balancer icon&#xA;on a workload as shown here:&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/traffic-management/lb.png&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;p&gt;You can also tell Spinnaker which Service objects a workload should be&#xA;associated with for its lifetime using the&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/kubernetes/#traffic&#34;&gt;&lt;code&gt;traffic.spinnaker.io/load-balancers&lt;/code&gt;&lt;/a&gt;&#xA;&#xA;annotation. To try this out, do the following:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Managing Deprecations</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/managing-deprecations/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/managing-deprecations/</guid>
				<description>Deprecating old functionality is key to making Spinnaker easier to maintain, but it needs to be done in a way that is as non-disruptive as possible.</description>
			</item>
			<item>
				<title>Maven Artifact</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/maven-artifact/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/maven-artifact/</guid>
				<description>&lt;p&gt;These artifacts are generally consumed by stages that deploy application artifacts, such as a Deploy stage.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The files stored in a Maven repository are typically called &amp;ldquo;artifacts&amp;rdquo;, so on this page, &amp;ldquo;Maven artifact&amp;rdquo; may refer to a Spinnaker artifact of type &lt;code&gt;maven/file&lt;/code&gt; or to a file (e.g. a JAR file) stored in a Maven repository.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;maven-artifact-in-the-ui&#34;&gt;Maven artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the Maven artifact:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Monitoring</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/monitoring/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/monitoring/</guid>
				<description>&lt;p&gt;If you&amp;rsquo;re looking on instructions for how to install or setup monitoring, checkout the&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/monitoring/&#34;&gt;Enable Monitoring&lt;/a&gt;&#xA; section in the&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/&#34;&gt;Spinnaker Setup Guide&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;metrics-overview&#34;&gt;Metrics overview&lt;/h2&gt;&#xA;&lt;p&gt;A Spinnaker metric is a named collection of measurements used to track&#xA;a type of activity over time. There are two basic types of metrics: counters&#xA;and gauges. A counter measures how many times the activity occured over the&#xA;lifetime of the process (e.g. how many actions have ever occurred) whereas&#xA;a gauge measures an instantaneous value (e.g. how many actions are active now).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Oracle Cloud Infrastructure Source to Prod</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/oci-source-to-prod/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/oci-source-to-prod/</guid>
				<description>&lt;p&gt;In this codelab, you will create a cohesive workflow which takes source code and builds, tests, and promotes it to production.&lt;/p&gt;&#xA;&lt;p&gt;Building the binary from the source code is done outside of Spinnaker, typically in a CI system such as Jenkins, Travis, etc. Spinnaker is integrated with three CI systems.  Workflows can be triggered by jobs in these CI systems.  The easiest binary form for Spinnaker to produce machine image is debian or rpm packages.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Oracle</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/oracle/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/oracle/</guid>
				<description>&lt;p&gt;In &#xA;&lt;a href=&#34;https://cloud.oracle.com/&#34; target=&#34;_blank&#34;&gt;Oracle Cloud&lt;/a&gt;&#xA;, a Spinnaker&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA; maps to an &#xA;&lt;a href=&#34;https://cloud.oracle.com/en_US/tryit&#34; target=&#34;_blank&#34;&gt;Oracle Cloud Infrastructure user&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;p&gt;You will need the following to enable Oracle Cloud provider in Spinnaker:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A user in IAM for the person or system who will be using Spinnaker, and put that user in at&#xA;least one IAM group with any desired permissions.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/addingusers.htm#one&#34; target=&#34;_blank&#34;&gt;Adding Users&lt;/a&gt;&#xA;.&lt;/li&gt;&#xA;&lt;li&gt;The user&amp;rsquo;s home region.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingregions.htm&#34; target=&#34;_blank&#34;&gt;Managing Regions&lt;/a&gt;&#xA;.&#xA;(e.g. &lt;code&gt;--region us-ashburn-1&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;RSA key pair in PEM format (minimum 2048 bits).&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#How&#34; target=&#34;_blank&#34;&gt;How to Generate an API Signing Key&lt;/a&gt;&#xA;.&#xA;(e.g. &lt;code&gt;--ssh-private-key-file-path /home/ubuntu/.oci/myPrivateKey.pem&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Fingerprint of the public key.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#How3&#34; target=&#34;_blank&#34;&gt;How to Get the Fingerprint of the Key&lt;/a&gt;&#xA;.&#xA;(e.g. &lt;code&gt;--fingerprint 11:22:33:..:aa&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Tenancy&amp;rsquo;s OCID and user&amp;rsquo;s OCID.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#Other&#34; target=&#34;_blank&#34;&gt;Where to Get the Tenancy and User OCIDs&lt;/a&gt;&#xA;.&#xA;(e.g. &lt;code&gt;--tenancyId ocid1.tenancy.oc1..aa... --user-id ocid1.user.oc1..aa...&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Compartment OCID: On Oracle Cloud Console, open the navigation menu. Under Governance and Administration, go to Identity and click Compartments.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm&#34; target=&#34;_blank&#34;&gt;Managing Compartments&lt;/a&gt;&#xA;.&#xA;(e.g. &lt;code&gt;--compartment-id ocid1.compartment.oc1..aa...&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Upload the public key from the key pair in the Console.&#xA;See &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/API/Concepts/apisigningkey.htm#How2&#34; target=&#34;_blank&#34;&gt;How to Upload the Public Key&lt;/a&gt;&#xA;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;add-an-oracle-cloud-account&#34;&gt;Add an Oracle Cloud account&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Enable the Oracle Cloud provider and add the account&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;oracle&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;accounts&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;my-oci-acct&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;compartment-id&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;ocid1.compartment.oc1..aaaaaaaatjuwhxwkspkxhumqke4o73b2b&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;fingerprint&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;8f:05:f4:94:f3:5f:e3:30:ec:35 &lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;region&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;us-phoenix-1&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;ssh-private-key-file-path&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;/mnt/secrets/oci_api_key.pem&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;tenancyId&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;ocid1.tenancy.oc1..aaaaaaaa225wmphohi3iiyxxxjruo&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;userId&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;ocid1.user.oc1..aaaaaaaagosdr3zsh67tvgpnmw42ywqc &lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;next-steps&#34;&gt;Next steps&lt;/h2&gt;&#xA;&lt;p&gt;Optionally, you can &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/&#34;&gt;set up another cloud provider&lt;/a&gt;&#xA; or&#xA;continue the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/&#34;&gt;installation instructions&lt;/a&gt;&#xA;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Oracle Cloud</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/oracle/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/providers/oracle/</guid>
				<description>&lt;p&gt;For more information about Oracle Cloud or any of the terms used below, please consult&#xA;&#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/home.htm&#34; target=&#34;_blank&#34;&gt;Oracle Cloud Infrastructure Documentation&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;resource-mapping&#34;&gt;Resource mapping&lt;/h2&gt;&#xA;&lt;h3 id=&#34;account&#34;&gt;Account&lt;/h3&gt;&#xA;&lt;p&gt;The Oracle Cloud provider in Spinnaker maps a Spinnaker &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/concepts/providers/#accounts&#34;&gt;Account&lt;/a&gt;&#xA;&#xA;to an &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/GSG/Tasks/addingusers.htm&#34; target=&#34;_blank&#34;&gt;Oracle Cloud Infrastructure user&lt;/a&gt;&#xA; in&#xA;&#xA;&lt;a href=&#34;https://cloud.oracle.com/&#34; target=&#34;_blank&#34;&gt;Oracle Cloud Infrastructure&lt;/a&gt;&#xA; (OCI).&#xA;Spinnaker authenticates itself with Oracle Cloud using OCI user credentials -&#xA;see the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/oracle&#34;&gt;setup guide&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h3 id=&#34;load-balancer&#34;&gt;Load Balancer&lt;/h3&gt;&#xA;&lt;p&gt;A Spinnaker &lt;strong&gt;load balancer&lt;/strong&gt; maps to an &#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/Balance/Concepts/balanceoverview.htm&#34; target=&#34;_blank&#34;&gt;OCI Load Balancer&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;The OCI Load Balancing service offers a load balancer with your choice of a public or private IP&#xA;address, and provisioned bandwidth. The essential components for load balancing include:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Oracle Cloud</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/oauth/oracle/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/oauth/oracle/</guid>
				<description>&lt;h2 id=&#34;configuring-oracle-cloud-oauth-20&#34;&gt;Configuring Oracle Cloud OAuth 2.0&lt;/h2&gt;&#xA;&lt;p&gt;Consult the &#xA;&lt;a href=&#34;https://docs.oracle.com/en/cloud/get-started/subscriptions-cloud/ocuid/introduction-oauth-oracle-cloud.html&#34; target=&#34;_blank&#34;&gt;Oracle Cloud Documentation&lt;/a&gt;&#xA;&#xA;to set up OAuth 2.0 and obtain a client ID and client secret.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; While registering the application in Oracle Cloud OAuth 2.0, application redirect URI that should be used is&#xA;&lt;code&gt;https://localhost:8084/login/oauth2/code/oracle&lt;/code&gt; (For Spinnaker below v2025.2.0, it should be&#xA;&lt;code&gt;https://localhost:8084/login&lt;/code&gt;)&lt;/p&gt;&#xA;&lt;h2 id=&#34;configure-gate&#34;&gt;Configure Gate&lt;/h2&gt;&#xA;&lt;p&gt;Add the following to &lt;code&gt;gate-local.yml&lt;/code&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;spring&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;security&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;oauth2&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;      &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;client&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;        &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;registration&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;          &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;userInfoMapping&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;            &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;email&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#39;&amp;#39;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;            &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;firstName&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;given_name&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;            &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;lastName&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;family_name&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;            &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;username&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;preferred_username&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;          &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;oracle&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;            &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;client-secret&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;&amp;lt;client-secret&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;            &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;scope&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;openid,urn:opc:idm:__myscopes__&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;            &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;client-id&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;&amp;lt;client-id&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;            &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;redirect-uri&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;https://&amp;lt;your-domain&amp;gt;/login/oauth2/code/&amp;lt;providerid-aka-google&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;        &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;provider&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;          &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;oracle&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;            &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;user-info-uri&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;https://idcs-${idcsTenantId}.identity.oraclecloud.com/oauth2/v1/userinfo&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;            &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;authorization-uri&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;https://idcs-${idcsTenantId}.identity.oraclecloud.com/oauth2/v1/authorize&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;            &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;token-uri&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;https://idcs-${idcsTenantId}.identity.oraclecloud.com/oauth2/v1/token&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;for-versions-prior-to-202520&#34;&gt;For versions prior to 2025.2.0&lt;/h3&gt;&#xA;&lt;p&gt;Add the following to &lt;code&gt;gate-local.yml&lt;/code&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Oracle Cloud Infrastructure Container Engine for Kubernetes (OKE) Setup</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes/oke/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes/oke/</guid>
				<description>&lt;p&gt;This page describes how to set up a Kubernetes cluster on&#xA;&#xA;&lt;a href=&#34;https://cloud.oracle.com/containers/kubernetes-engine/&#34; target=&#34;_blank&#34;&gt;OKE&lt;/a&gt;&#xA; to be used with Spinnaker&amp;rsquo;s&#xA;Kubernetes provider.&lt;/p&gt;&#xA;&lt;h2 id=&#34;create-a-cluster&#34;&gt;Create a cluster&lt;/h2&gt;&#xA;&lt;p&gt;If you don&amp;rsquo;t already have a cluster for this purpose, you can create a&#xA;Kubernetes cluster on OKE by following &#xA;&lt;a href=&#34;https://www.oracle.com/webfolder/technetwork/tutorials/obe/oci/oke-full/index.html&#34; target=&#34;_blank&#34;&gt;this tutorial&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;download-kubectl-configuration-file&#34;&gt;Download kubectl configuration file&lt;/h2&gt;&#xA;&lt;p&gt;Follow &#xA;&lt;a href=&#34;https://www.oracle.com/webfolder/technetwork/tutorials/obe/oci/oke-full/index.html#DownloadthekubeconfigFilefortheCluster&#34; target=&#34;_blank&#34;&gt;the instructions&lt;/a&gt;&#xA;&#xA;to download kubectl configuration file.&lt;/p&gt;&#xA;&lt;h2 id=&#34;store-the-config-file-in-a-secret-that-spinnaker-can-reference&#34;&gt;Store the config file in a secret that spinnaker can reference&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-shell&#34; data-lang=&#34;shell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;kubectl create secret generic my-secret --from-file&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;kubeconfig-my-account&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;./kubeconfig&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;For additional entries you may need to determine an alternative strategy or use&#xA;an &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/secrets/&#34;&gt;external secrets manager&lt;/a&gt;&#xA; instead of directly mounting secrets onto pods.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Oracle Object</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/oracle-object/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/oracle-object/</guid>
				<description>&lt;p&gt;&#xA;&lt;a href=&#34;https://docs.cloud.oracle.com/iaas/Content/Object/Concepts/objectstorageoverview.htm&#34; target=&#34;_blank&#34;&gt;Oracle Object Storage&lt;/a&gt;&#xA; is an object store,&#xA;and Oracle Object Storage object artifacts are references to objects stored in Oracle Object Storage buckets.&#xA;These artifacts are generally consumed by stages that read configuration from text files, for example a Deploy Manifest stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fields&#34;&gt;Fields&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Always &lt;code&gt;oracle/object&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The &lt;code&gt;oci://&lt;/code&gt;-prefixed reference to your file. Following the bucket name is the path to your file.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-json&#34; data-lang=&#34;json&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;oracle/object&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;&amp;#34;reference&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;oci://bucket/file.json&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Oracle Object</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/oracle-object/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/oracle-object/</guid>
				<description>&lt;p&gt;These artifacts are generally consumed by stages that read configuration from text files, such as a Deploy Manifest stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;oracle-object-artifact-in-a-pipeline-definition&#34;&gt;Oracle object artifact in a pipeline definition&lt;/h2&gt;&#xA;&lt;p&gt;The following are the fields that make up an Oracle object artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Always &lt;code&gt;oracle/object&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The full path to the artifact file, beginning with&lt;code&gt;oci://&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;The following is an example JSON representation of an Oracle object artifact, as it would appear in a pipeline definition:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Orca Internals Overview</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/service-overviews/orca/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/service-overviews/orca/</guid>
				<description>&lt;p&gt;Spinnaker is known and often loved for enabling accessible, highly configurable and&#xA;composable workflows through its pipelines and tasks. This is largely thanks to the&#xA;code that makes up Orca.&lt;/p&gt;&#xA;&lt;p&gt;From Orca&amp;rsquo;s &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker/tree/main/orca#readme&#34; target=&#34;_blank&#34;&gt;README&lt;/a&gt;&#xA;:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Orca is the orchestration engine for Spinnaker. It is responsible for taking a pipeline or task definition and&#xA;managing the stages and tasks, coordinating the other Spinnaker services.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Orca is a stateless, horizontally scalable service. Spinnaker&amp;rsquo;s execution state is persisted to a backend store and work&#xA;is distributed evenly through a work queue. So long as your backend persistence layer has capacity, you can freely add&#xA;or remove Orca servers to match workload demands.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Parameterize Kubernetes Manifests</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/parameterize-manifests/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/parameterize-manifests/</guid>
				<description>&lt;p&gt;Spinnaker can inject context from the currently executing pipeline into your&#xA;manifests as they are deployed, whether they are deployed&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/deploy-manifest/#specify-manifests-statically&#34;&gt;statically&lt;/a&gt;&#xA;&#xA;or&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/deploy-manifest/#specify-manifests-dynamically&#34;&gt;dynamically&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;This can be applied to a wide range of use-cases, but we will focus on using a&#xA;pipeline parameter to specify the target namespace.&lt;/p&gt;&#xA;&lt;h2 id=&#34;configure-your-pipeline-parameters&#34;&gt;Configure your pipeline parameters&lt;/h2&gt;&#xA;&lt;p&gt;First, register a pipeline parameter in the &amp;ldquo;configuration&amp;rdquo; tab of the&#xA;pipeline editor (only the &lt;strong&gt;Name&lt;/strong&gt; is required):&lt;/p&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/parameterize-manifests/parameter.png&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;See more details on how to provide parameters to pipelines programmatically in&#xA;the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/pipeline/triggers/webhooks&#34;&gt;webhooks&lt;/a&gt;&#xA; page.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Patch Kubernetes Manifests</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/patch-manifest/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/patch-manifest/</guid>
				<description>&lt;p&gt;This guide shows the basics of how to update a Kubernetes resource in place using the patch manifest stage for the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes&#34;&gt;Kubernetes provider&lt;/a&gt;&#xA; provider.&lt;/p&gt;&#xA;&lt;p&gt;There are a few steps:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;#specify-the-resource-to-patch&#34;&gt;Specify which manifest to patch&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;#specify-your-patch-content&#34;&gt;Specify the patch content&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;#override-artifacts&#34;&gt;(Optional) Override artifacts in the patch content&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;p&gt;Optionally, you can override some artifacts (as fields) at run time (for&#xA;example, which Docker image to use.)&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&#xA;&lt;a href=&#34;#specify-patch-options&#34;&gt;(Optional) Override patch specific options&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;specify-the-resource-to-patch&#34;&gt;Specify the resource to patch&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Start by selecting the &lt;strong&gt;Patch (Manifest)&lt;/strong&gt; stage from the stage selector:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;figure&gt;&lt;img src=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/patch-manifest/patch-manifest.png&#34;&gt;&#xA;&lt;/figure&gt;&#xA;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;To identify the Kubernetes resource to patch, specify the following required fields:&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Value&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;Account&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The Spinnaker account that manages the Kubernetes cluster&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;Namespace&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The Kubernetes namespace that your resource is located in&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;Kind&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The Kubernetes Kind of your resource e.g. deployment, service etc&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;strong&gt;Name&lt;/strong&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The name of your Kubernetes resource&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;specify-your-patch-content&#34;&gt;Specify your patch content&lt;/h2&gt;&#xA;&lt;p&gt;The patch content is similar to a manifest in the Deploy (Manifest) stage. However, unlike the deploy manifest, this does not have to be the full resource manifest but only the portion you want to patch.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Plugin Compatibility Testing</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/plugin-creator/testing/compatibility-testing/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/plugin-creator/testing/compatibility-testing/</guid>
				<description>&lt;p&gt;A plugin can be executed inside of a Spinnaker version that is&#xA;different than the version it was compiled against. For example, a plugin&#xA;compiled against Spinnaker &lt;code&gt;1.20&lt;/code&gt; might be compatible with Spinnaker versions up&#xA;to &lt;code&gt;1.23&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This range is important for plugin developers so that they can support users&#xA;across Spinnaker versions; it&amp;rsquo;s important for plugin consumers so that they can&#xA;safely install and upgrade plugins. Fortunately, testing can resolve this compatibility range automatically.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Plugin Project Configuration</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/plugin-creators/project-config/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/plugin-creators/project-config/</guid>
				<description>&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;&#xA;&#xA;  &lt;p&gt;&#xA;&#x9; &#xA;    The contents of this page refer to alpha features in Spinnaker&#xA;    1.19.4.&#xA;&#x9; &#xA;  &lt;/p&gt;&#xA;  &lt;p&gt;&#xA;    This means we are working on their stability and usability, as well as&#xA;    possibly adding or changing features. Expect rough edges, and file &lt;a&#xA;    href=&#34;https://github.com/spinnaker/spinnaker/issues&#34;&gt;issues&lt;/a&gt; as needed.&#xA;  &lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;This guide is a work in progress. Help us improve the content by submitting a pull request!&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;project-configuration&#34;&gt;Project Configuration&lt;/h2&gt;&#xA;&lt;p&gt;Keep the following recommendations and requirements in mind: - We recommend&#xA;making the project a Gradle project. There is Gradle tooling to support plugin&#xA;development. - You can add any dependencies you need to make your plugin&#xA;successful.. &lt;em&gt;TODO-CF&lt;/em&gt; this is almost certainly a lie when it comes to things&#xA;that conflict with the dependencies in the compileOnly scope&amp;hellip;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Plugin Project Configuration</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/plugin-creator/project-config/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/plugin-creator/project-config/</guid>
				<description>&lt;p&gt;Plugins are an evolving feature. The easiest way to set up a new plugin&#xA;project is to copy one of the&#xA;&#xA;&lt;a href=&#34;https://github.com/spinnaker-plugin-examples&#34; target=&#34;_blank&#34;&gt;spinnaker-plugin-examples&lt;/a&gt;&#xA;&#xA;projects that most closely resembles what you want to do.&lt;/p&gt;&#xA;&lt;h3 id=&#34;gradle-configuration&#34;&gt;Gradle configuration&lt;/h3&gt;&#xA;&lt;p&gt;Some important aspects of your project&amp;rsquo;s gradle build:&lt;/p&gt;&#xA;&lt;h4 id=&#34;gradleproperties&#34;&gt;gradle.properties&lt;/h4&gt;&#xA;&lt;p&gt;Organizing these values into gradle.properties is optional, but these versions are very much mandatory.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-properties&#34; data-lang=&#34;properties&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#c4a000&#34;&gt;spinnakerGradleVersion&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;8.10.1&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#c4a000&#34;&gt;pf4jVersion&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;3.2.0&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#c4a000&#34;&gt;korkVersion&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;7.99.1&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#c4a000&#34;&gt;orcaVersion&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;2.19.0-20210209140018&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#c4a000&#34;&gt;kotlinVersion&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4e9a06&#34;&gt;1.3.50&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Note that managing the version of your plugin here (&lt;code&gt;version=1.2.3&lt;/code&gt;) requires&#xA;modifying this file for each release. There are fancier ways (the example&#xA;project uses a git tag strategy and additional gradle plugins) but those are&#xA;outside the scope of this documentation.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Pull Requests and Changes</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/submitting/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/submitting/</guid>
				<description>&lt;h2 id=&#34;change-process&#34;&gt;Change Process&lt;/h2&gt;&#xA;&lt;p&gt;Once you&amp;rsquo;ve implemented a bug fix or feature, it&amp;rsquo;s time to submit a pull request to Spinnaker. We recommend small, well-tested pull requests as a starting point for new technical contributors. For information on the correct fork-and-PR GitHub workflows to follow when contributing, reference the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/community/contributing/local-clone&#34;&gt;local clone&lt;/a&gt;&#xA; guide.&lt;/p&gt;&#xA;&lt;p&gt;To work on bigger technical changes, follow the &#xA;&lt;a href=&#34;#feature-proposals&#34;&gt;feature proposal&lt;/a&gt;&#xA; or &#xA;&lt;a href=&#34;#requests-for-change&#34;&gt;RFC&lt;/a&gt;&#xA; processes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;pull-request-tips&#34;&gt;Pull Request Tips&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Check that your title describes your changes and adheres to our &#xA;&lt;a href=&#34;#commit-and-pr-message-conventions&#34;&gt;message conventions&lt;/a&gt;&#xA;.&lt;/li&gt;&#xA;&lt;li&gt;Add inline code comments to changes that might not be obvious.&lt;/li&gt;&#xA;&lt;li&gt;Squash your commits into logically reviewable chunks when you first submit&#xA;your PR. Address feedback in follow-up (unsquashed) commits. It&amp;rsquo;s much easier&#xA;to review incremental changes to feedback when the commits are kept separate.&lt;/li&gt;&#xA;&lt;li&gt;All pull requests should get reviewed by at least one other &#xA;&lt;a href=&#34;https://github.com/orgs/spinnaker/people&#34; target=&#34;_blank&#34;&gt;member of the&#xA;Spinnaker organization&lt;/a&gt;&#xA; before&#xA;merging. (While some members of the organization have access to merge without&#xA;a review, this should &lt;em&gt;only&lt;/em&gt; be done in an emergency or when merging a large&#xA;series of dependency bumps across repositories.)&lt;/li&gt;&#xA;&lt;li&gt;Squash your commits when merging to the branch.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;commit-and-pr-message-conventions&#34;&gt;Commit and PR message conventions&lt;/h2&gt;&#xA;&lt;p&gt;Please follow conventions below in your git commit messages. Since GitHub auto-fills Pull Request titles from the first commit message of the PR, following these conventions should help to title your PRs according to our community standards.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Reviewing Pull Requests</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/docs/reviewing-prs/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/docs/reviewing-prs/</guid>
				<description>&lt;h2 id=&#34;review-a-pull-request&#34;&gt;Review a Pull request&lt;/h2&gt;&#xA;&lt;p&gt;Anyone can review a documentation pull request (PR). Visit&#xA;the &#xA;&lt;a href=&#34;https://github.com/spinnaker/spinnaker.io/pulls&#34; target=&#34;_blank&#34;&gt;Pull requests&lt;/a&gt;&#xA; section in the Spinnaker website repository to see&#xA;a list of all currently open pull requests.&lt;/p&gt;&#xA;&lt;p&gt;Reviewing documentation pull requests is a great way to get started contributing to the Spinnaker community. It helps&#xA;you to learn the code base and builds rapport with other contributors.&lt;/p&gt;&#xA;&lt;h2 id=&#34;before-you-begin&#34;&gt;Before you begin&lt;/h2&gt;&#xA;&lt;p&gt;Before reviewing documentation, do the following:&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>Rollout Strategies</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/rollout-strategies/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/rollout-strategies/</guid>
				<description>&lt;p&gt;This guide describes how to take advantage of the&#xA;&#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/install/providers/kubernetes&#34;&gt;Kubernetes&lt;/a&gt;&#xA; provider&amp;rsquo;s first-class support for common rollout strategies, including dark, highlander, and blue/green rollouts.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;The implementation of these rollout strategies currently leverages Spinnaker&amp;rsquo;s existing traffic management strategy and is valid for ReplicaSets only. See &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/traffic-management/&#34;&gt;traffic management&lt;/a&gt;&#xA; for more information.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;rollout-strategy-options&#34;&gt;Rollout Strategy Options&lt;/h2&gt;&#xA;&lt;p&gt;As of version 1.14, you will notice a Rollout Strategy Options section in the Deploy (Manifest)&#xA;stage. When enabled, these configuration options allow you to associate a workload with one or&#xA;more services, decide whether the workload should receive traffic, and determine how Spinnaker&#xA;should handle any previous versions of the workload in the same cluster and namespace.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Run Job (Manifest) Stage</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/run-job-manifest/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/run-job-manifest/</guid>
				<description>&lt;p&gt;The &lt;code&gt;Run Job (Manifest)&lt;/code&gt; stage can be used to execute a Kubernetes Job as part of your pipeline. This stage will deploy a &lt;code&gt;Job&lt;/code&gt; manifest and wait until it completes, allowing you to gate your pipeline&amp;rsquo;s continuation on the job&amp;rsquo;s success or failure.&lt;/p&gt;&#xA;&lt;p&gt;For example use cases, check out &#xA;&lt;a href=&#34;https://blog.spinnaker.io/extending-spinnaker-with-kubernetes-and-containers-5d16ec810d81&#34; target=&#34;_blank&#34;&gt;this post&lt;/a&gt;&#xA; on the Spinnaker blog!&lt;/p&gt;&#xA;&lt;h2 id=&#34;viewing-execution-logs&#34;&gt;Viewing execution logs&lt;/h2&gt;&#xA;&lt;p&gt;As with any job runner, logs are the primary form of feedback and it&amp;rsquo;s important that viewing them is a first-class experience within Spinnaker. Since users of Spinnaker are all at various stages of Kubernetes adoption we&amp;rsquo;ve provided 2 ways to view logs within Spinnaker.&lt;/p&gt;</description>
			</item>
			<item>
				<title>S3 Object</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/s3-object/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts-legacy/types/s3-object/</guid>
				<description>&lt;p&gt;&#xA;&lt;a href=&#34;https://aws.amazon.com/s3/&#34; target=&#34;_blank&#34;&gt;S3&lt;/a&gt;&#xA; is an object store, and S3 object&#xA;artifacts are references to objects stored in S3 buckets. These artifacts are&#xA;generally consumed by stages that read configuration from text files, such as a&#xA;Deploy Manifest or AWS Deploy stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fields&#34;&gt;Fields&lt;/h2&gt;&#xA;&lt;table&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Field&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;th&gt;Explanation&lt;/th&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;type&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Always &lt;code&gt;s3/object&lt;/code&gt;.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;name&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Name/Path of the object.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;reference&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;Name/Path of the object.&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&#x9;&#x9;&lt;tr&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;&lt;code&gt;location&lt;/code&gt;&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;td&gt;The region where your bucket was created&lt;/td&gt;&#xA;&#x9;&#x9;&#x9;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-js&#34; data-lang=&#34;js&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;{&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;type&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;s3/object&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;name&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;s3://bucket/file.json&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;reference&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;s3://bucket/file.json&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;,&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;  &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;location&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#ce5c00;font-weight:bold&#34;&gt;:&lt;/span&gt; &lt;span style=&#34;color:#4e9a06&#34;&gt;&amp;#34;us-east-1&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;}&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
			</item>
			<item>
				<title>S3 Object</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/s3-object/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/artifacts/types/s3-object/</guid>
				<description>&lt;p&gt;These artifacts are generally consumed by stages that read configuration from text files, such as a Deploy Manifest or AWS Deploy stage.&lt;/p&gt;&#xA;&lt;h2 id=&#34;s3-object-artifact-in-the-ui&#34;&gt;S3 object artifact in the UI&lt;/h2&gt;&#xA;&lt;p&gt;The pipeline UI exposes the following fields for the S3 object artifact:&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;th&gt;Field&lt;/th&gt;&#xA;      &lt;th&gt;Explanation&lt;/th&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Account&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;An S3 artifact account.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;    &lt;tr&gt;&#xA;      &lt;td&gt;&lt;strong&gt;Object path&lt;/strong&gt;&lt;/td&gt;&#xA;      &lt;td&gt;The full path to the artifact file, beginning with &lt;code&gt;s3://&lt;/code&gt;.&lt;/td&gt;&#xA;    &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;in-a-trigger&#34;&gt;In a trigger&lt;/h3&gt;&#xA;&lt;p&gt;When configuring a trigger, you can use an S3 object as an expected artifact.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Safe Deployments</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/safe-deployments/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/codelabs/safe-deployments/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;In this codelab, you will improve a deployment process by adding safeguards to your deployments.&lt;/p&gt;&#xA;&lt;p&gt;This codelab is a continuation of the &#xA;&lt;a href=&#34;https://www.spinnaker.io/guides/tutorials/codelabs/kubernetes-source-to-prod/&#34; target=&#34;_blank&#34;&gt;Kubernetes: code to prod&lt;/a&gt;&#xA; codelab. It assumes you have an application set up and ready to deploy.&lt;/p&gt;&#xA;&lt;h2 id=&#34;setup&#34;&gt;Setup&lt;/h2&gt;&#xA;&lt;p&gt;Please follow the steps in the Kubernetes Source to Prod guide to create a deployed Spinnaker cluster.&lt;/p&gt;&#xA;&lt;h2 id=&#34;making-manual-operations-safer&#34;&gt;Making manual operations safer&lt;/h2&gt;&#xA;&lt;h3 id=&#34;using-the-rollback-action&#34;&gt;Using the Rollback action&lt;/h3&gt;&#xA;&lt;p&gt;The rollback action automates the process of restoring to the previous good known server group. This feature enhances a traditionally manual operation by ensuring that the restored cluster is taking traffic before disabling the current server group.&lt;/p&gt;</description>
			</item>
			<item>
				<title>SAML 2.0</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/saml/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/saml/</guid>
				<description>&lt;p&gt;Security Assertion Markup Language (SAML) is an XML based way to implement single sign-on (SSO).&lt;/p&gt;&#xA;&lt;p&gt;A cryptographically signed XML document (known as a &amp;ldquo;SAML Assertion&amp;rdquo;) is sent to the API gateway server (Gate) with&#xA;your identifying information, such as username and group membership.&lt;/p&gt;&#xA;&lt;p&gt;Gate verifies the XML document&amp;rsquo;s signature using a &lt;code&gt;metadata&lt;/code&gt; file, and if successful, it associates the&#xA;identifying information with the user and allows the user to proceed as authenticated.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Search Results</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/search/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/search/</guid>
				<description></description>
			</item>
			<item>
				<title>Secrets in GCS</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/secrets/gcs-secrets/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/secrets/gcs-secrets/</guid>
				<description>&lt;p&gt;This example uses a bucket (&lt;code&gt;mybucket&lt;/code&gt;) to store GitHub credentials and a kubeconfig file.&lt;/p&gt;&#xA;&lt;h2 id=&#34;authorization&#34;&gt;Authorization&lt;/h2&gt;&#xA;&lt;p&gt;Since you&amp;rsquo;re storing sensitive information you protect the bucket by restricting access to it. Encryption at rest is &#xA;&lt;a href=&#34;https://cloud.google.com/storage/docs/encryption/default-keys&#34; target=&#34;_blank&#34;&gt;already provided&lt;/a&gt;&#xA; automatically without additional setup.&lt;/p&gt;&#xA;&lt;p&gt;Remember to run Spinnaker services with a service account that allows them to read that content.&lt;/p&gt;&#xA;&lt;h2 id=&#34;storing-secrets&#34;&gt;Storing secrets&lt;/h2&gt;&#xA;&lt;h3 id=&#34;storing-credentials&#34;&gt;Storing credentials&lt;/h3&gt;&#xA;&lt;p&gt;Store your GitHub credentials in &lt;code&gt;mybucket/spinnaker-secrets.yml&lt;/code&gt;:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;github&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;password&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;&amp;lt;PASSWORD&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;token&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;&amp;lt;TOKEN&amp;gt;&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Note: You could choose to store the password under different keys than &lt;code&gt;github.password&lt;/code&gt; and &lt;code&gt;github.token&lt;/code&gt;. You&amp;rsquo;d just need to &#xA;&lt;a href=&#34;#referencing-secrets&#34;&gt;change how to reference the secret&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Secrets in Google Secret Manager</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/secrets/secret-manager-secrets/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/secrets/secret-manager-secrets/</guid>
				<description>&lt;p&gt;This example uses secrets - &lt;code&gt;mysecret1&lt;/code&gt;, &lt;code&gt;mysecret2&lt;/code&gt; - to store GitHub credentials and secret - &lt;code&gt;mykubeconfig&lt;/code&gt; - to store kubeconfig file.&lt;/p&gt;&#xA;&lt;h2 id=&#34;authorization&#34;&gt;Authorization&lt;/h2&gt;&#xA;&lt;p&gt;Since you&amp;rsquo;re storing sensitive information you protect the secret by restricting access to it&#xA;through &#xA;&lt;a href=&#34;https://cloud.google.com/secret-manager/docs/access-control&#34; target=&#34;_blank&#34;&gt;IAM roles&lt;/a&gt;&#xA;. Encryption at rest&#xA;is &#xA;&lt;a href=&#34;https://cloud.google.com/secret-manager/docs/encryption&#34; target=&#34;_blank&#34;&gt;already provided&lt;/a&gt;&#xA; by default.&lt;/p&gt;&#xA;&lt;p&gt;Remember to run Spinnaker services with a service account that allows them to read that content.&lt;/p&gt;&#xA;&lt;h2 id=&#34;storing-secrets&#34;&gt;Storing secrets&lt;/h2&gt;&#xA;&lt;h3 id=&#34;storing-credentials&#34;&gt;Storing credentials&lt;/h3&gt;&#xA;&lt;p&gt;Store your GitHub token in a secret named &lt;code&gt;mysecret&lt;/code&gt; either as a complete secret or as a value of one of the json keys:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Secrets in S3</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/secrets/s3-secrets/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/secrets/s3-secrets/</guid>
				<description>&lt;p&gt;This document describes how to set up Spinnaker secrets in an encrypted S3 bucket. This example uses a bucket (&#xA;&lt;code&gt;mybucket&lt;/code&gt;) in the &lt;code&gt;us-west-2&lt;/code&gt; region to store GitHub credentials and a kubeconfig file. You can reference the bucket by its&#xA;URL &lt;code&gt;mybucket.us-west-2.amazonaws.com&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;authorization&#34;&gt;Authorization&lt;/h2&gt;&#xA;&lt;p&gt;Since you&amp;rsquo;re storing sensitive information, you protect the bucket by restricting access&#xA;and &#xA;&lt;a href=&#34;https://docs.aws.amazon.com/AmazonS3/latest/user-guide/default-bucket-encryption.html&#34; target=&#34;_blank&#34;&gt;enabling encryption&lt;/a&gt;&#xA;.&lt;/p&gt;&#xA;&lt;p&gt;Remember to run Spinnaker services with IAM roles that allow them to read that content.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Set up Clouddriver to use SQL</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/persistence/clouddriver-sql/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/persistence/clouddriver-sql/</guid>
				<description>&lt;p&gt;These are:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Caching the state of all supported cloud resources and graphing their relationships&lt;/li&gt;&#xA;&lt;li&gt;The cloud operations task repository&lt;/li&gt;&#xA;&lt;li&gt;Distributed locking for the caching agent scheduler&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;You can also use Redis for one of the above, and SQL for another. A &lt;code&gt;DualTaskRepository&lt;/code&gt; class is provided to enable online migrations between Redis and SQL in either direction without impact to running pipelines.&lt;/p&gt;&#xA;&lt;p&gt;This guide covers database and Clouddriver configuration details, as well as tips on how Clouddriver is operated at Netflix.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Set up Front50 to use SQL</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/persistence/front50-sql/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/persistence/front50-sql/</guid>
				<description>&lt;p&gt;You can configure Front50 to use a MySQL compatible database in place of any cloud provider-specific storage service (S3, GCS, etc.).&lt;/p&gt;&#xA;&lt;p&gt;A migration can be performed without downtime by taking advantage of the dual-read/write capabilities in the provided &lt;code&gt;CompositeStorageService&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-sql&#34;&gt;Why SQL&lt;/h2&gt;&#xA;&lt;p&gt;Netflix has been plagued by eventual consistency-related issues around our usage of versioned S3 buckets and Front50&amp;rsquo;s expectations around read-after-write consistency.&lt;/p&gt;&#xA;&lt;p&gt;Attempts to work around S3&amp;rsquo;s consistency model have resulted in an operationally complicated production deployment.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Set up Orca to use SQL</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/persistence/orca-sql/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/persistence/orca-sql/</guid>
				<description>&lt;p&gt;Orca&amp;rsquo;s execution state is stored in Redis by default, but can be configured for SQL.&#xA;In this topology, Redis is still required for the work queue.&#xA;Using SQL for execution state will make your Spinnaker installation more durable.&lt;/p&gt;&#xA;&lt;p&gt;This guide will go over MySQL setup, how to configure Orca, as well as how to perform a zero-downtime migration from Redis to SQL.&lt;/p&gt;&#xA;&lt;p&gt;If you already have an Orca deployment, you should also refer to the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/operator/orca-redis-to-sql/&#34;&gt;Redis to SQL Migration Guide&lt;/a&gt;&#xA;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Spinnaker Special Interest Groups</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/get-help/governance/sigs/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/get-help/governance/sigs/</guid>
				<description>&lt;p&gt;Information about Spinnaker SIGs has been moved to &#xA;&lt;a href=&#34;https://github.com/spinnaker/governance/blob/master/sig-index.md&#34; target=&#34;_blank&#34;&gt;the governance&#xA;repository&lt;/a&gt;&#xA;&lt;/p&gt;</description>
			</item>
			<item>
				<title>SSL</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/ssl/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/ssl/</guid>
				<description>&lt;p&gt;This section covers communication with Spinnaker from parties external to your&#xA;Spinnaker instance. That is, any requests between&amp;hellip;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;your browser and the Spinnaker UI (Deck)&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Deck and Gate (the API gateway)&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;any other client and Gate&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;network-configurations&#34;&gt;Network configurations&lt;/h2&gt;&#xA;&lt;p&gt;&lt;strong&gt;Warning&lt;/strong&gt;: Many operators like to get authentication working before adding&#xA;HTTPS, but experience bears out that the transition is not smooth. We recommend&#xA;you implement at least a temporary SSL solution &lt;strong&gt;first&lt;/strong&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Pipeline Stage Plugin Walkthrough</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/plugin-creators/stage-plugin-walkthrough/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/contributing/code/developer-guides/plugin-creators/stage-plugin-walkthrough/</guid>
				<description>&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;&#xA;&#xA;  &lt;p&gt;&#xA;&#x9; &#xA;    The contents of this page refer to alpha features in Spinnaker&#xA;    1.19.4.&#xA;&#x9; &#xA;  &lt;/p&gt;&#xA;  &lt;p&gt;&#xA;    This means we are working on their stability and usability, as well as&#xA;    possibly adding or changing features. Expect rough edges, and file &lt;a&#xA;    href=&#34;https://github.com/spinnaker/spinnaker/issues&#34;&gt;issues&lt;/a&gt; as needed.&#xA;  &lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;This guide is a work in progress. Help us improve the content by submitting a pull request!&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;h2 id=&#34;requirements&#34;&gt;Requirements&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You have read the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/v1/guides/developer/plugin-creators/overview/&#34;&gt;Plugin Creators Guide Overview&lt;/a&gt;&#xA;.&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;a href=&#34;https://gradle.org/&#34; target=&#34;_blank&#34;&gt;Gradle&lt;/a&gt;&#xA; and &#xA;&lt;a href=&#34;https://classic.yarnpkg.com/en/&#34; target=&#34;_blank&#34;&gt;Yarn&lt;/a&gt;&#xA; for building the plugin locally&lt;/li&gt;&#xA;&lt;li&gt;IntelliJ IDEA, Orca branch &lt;code&gt;release-1.19.x&lt;/code&gt; and Deck branch  for local testing&lt;/li&gt;&#xA;&lt;li&gt;Spinnaker current release for deploying the pf4jStagePlugin 1.0.16&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;pf4jstageplugin-plugin&#34;&gt;pf4jStagePlugin plugin&lt;/h2&gt;&#xA;&lt;p&gt;The &#xA;&lt;a href=&#34;https://github.com/spinnaker-plugin-examples/pf4jStagePlugin&#34; target=&#34;_blank&#34;&gt;pf4jStagePlugin&lt;/a&gt;&#xA; creates a custom pipeline stage that waits a number of seconds before signaling success. The plugin consists of a &lt;code&gt;random-wait-orca&lt;/code&gt; &#xA;&lt;a href=&#34;https://kotlinlang.org/docs/reference/&#34; target=&#34;_blank&#34;&gt;Kotlin&lt;/a&gt;&#xA; server component and a &lt;code&gt;random-wait-deck&lt;/code&gt; &#xA;&lt;a href=&#34;https://reactjs.org/&#34; target=&#34;_blank&#34;&gt;React&lt;/a&gt;&#xA; UI component.&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>Swagger UI</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/api/swagger-ui/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/api/swagger-ui/</guid>
				<description>&lt;p&gt;If you installed Spinnaker, and the API gateway &#xA;&lt;a href=&#34;https://github.com/spinnaker/gate&#34; target=&#34;_blank&#34;&gt;Gate&lt;/a&gt;&#xA; is running and accessible (e.g., at &#xA;&lt;a href=&#34;http://localhost:8084&#34; target=&#34;_blank&#34;&gt;localhost:8084&lt;/a&gt;&#xA;), navigate to &lt;code&gt;&amp;lt;gate_endpoint&amp;gt;/swagger-ui/index.html&lt;/code&gt; in your browser to view the auto-generated Swagger UI.&lt;/p&gt;&#xA;&lt;p&gt;Some of the other Spinnaker services, such as Clouddriver, Front50, and Rosco, have their own Swagger UIs. These are each accessible at &lt;code&gt;&amp;lt;service_endpoint&amp;gt;/swagger-ui/index.html&lt;/code&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Test a Pipeline Stage Plugin</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/plugin-creator/testing/plugin-deck-test/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/plugin-creator/testing/plugin-deck-test/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;h1 id=&#34;this-document-is-deprecated-and-out-of-date--halyard-is-no-longer-supported-but-the-document-is-being-left-as-a-useful-reference&#34;&gt;This document is deprecated and out of date.  Halyard is no longer supported but the document is being left as a useful reference&lt;/h1&gt;&#xA;&lt;p&gt;This guide explains how to set up a local Spinnaker environment on your Mac or Windows environment so you can test the &lt;code&gt;pf4jStagePlugin&lt;/code&gt;, which has both Orca and Deck components. Spinnaker services running locally communicate with the other Spinnaker services running in a local VM. Although this guide is specific to the &lt;code&gt;pf4jStagePlugin&lt;/code&gt;, you can adapt its contents to test your own plugin.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Travis CI</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/travis/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/ci/travis/</guid>
				<description>&lt;p&gt;You can configure Spinnaker to use &#xA;&lt;a href=&#34;https://travis-ci.org/&#34; target=&#34;_blank&#34;&gt;Travis&#xA;CI&lt;/a&gt;&#xA; as your Continuous Integration&#xA;system, trigger pipelines with Travis, or add a Travis stage to a pipeline.&lt;/p&gt;&#xA;&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;You need a Travis user with an &#xA;&lt;a href=&#34;https://docs.travis-ci.com/api/#authentication&#34; target=&#34;_blank&#34;&gt;API access&#xA;token&lt;/a&gt;&#xA; so that you get only the&#xA;repos you should see.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;That user needs adequate access in GitHub to trigger builds.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;add-your-travis-ci-master&#34;&gt;Add your Travis CI master&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Enable Travis CI in &lt;code&gt;igor-local.yml&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-yaml&#34; data-lang=&#34;yaml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;travis&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;enabled&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;true&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;masters&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;  &lt;/span&gt;- &lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;name&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;someName&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;baseUrl&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;https://travis-ci.com&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#8f5902;font-style:italic&#34;&gt;## Address IS Required but MAY not be actually used anymore&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;address&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;https://api.travis-ci.com&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;githubToken&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;patUse&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;    &lt;/span&gt;&lt;span style=&#34;color:#204a87;font-weight:bold&#34;&gt;numberOfJobs&lt;/span&gt;&lt;span style=&#34;color:#000;font-weight:bold&#34;&gt;:&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#000&#34;&gt;number to poll for each cycle&lt;/span&gt;&lt;span style=&#34;color:#f8f8f8&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;It is recommended to use &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/reference/secrets/&#34;&gt;encrypted secrets&lt;/a&gt;&#xA; for password information in the above&lt;/p&gt;</description>
			</item>
			<item>
				<title>try.spinnaker.io</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/gsoc/projects/2021/try-spinnaker-io/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/community/gsoc/projects/2021/try-spinnaker-io/</guid>
				<description>&lt;p&gt;&lt;strong&gt;Goal&lt;/strong&gt;: One of the best ways to learn Spinnaker is to use Spinnaker. This project provides a hosted playground version of Spinnaker aimed for new users to test out its UI and core features.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Status&lt;/strong&gt;: Active&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Source Code&lt;/strong&gt;: &#xA;&lt;a href=&#34;https://github.com/spinnaker/try.spinnaker.io&#34; target=&#34;_blank&#34;&gt;https://github.com/spinnaker/try.spinnaker.io&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;team&#34;&gt;Team&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Student: Daniel Ko&lt;/li&gt;&#xA;&lt;li&gt;Mentor(s): Fernando Freire, Dan Johnston, Cameron Motevasselani&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;details&#34;&gt;Details&lt;/h1&gt;&#xA;&lt;h2 id=&#34;background&#34;&gt;Background&lt;/h2&gt;&#xA;&lt;p&gt;Spinnaker is a mature open source continuous delivery software platform used and contributed by Fortune 500 companies such as Netflix and Google. A common pain point for users who wish to test out Spinnaker is the overwhelming complexity of the setup process; users must have a Kubernetes cluster to deploy client applications, figure out what environment to deploy Spinnaker, and deal with a laundry list of configuration settings such as storage devices and authentication.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Use Kustomize for Manifests</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/kustomize-manifests/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/user/kubernetes/kustomize-manifests/</guid>
				<description>&lt;p&gt;Kustomize is a tool that lets you create customized Kubernetes deployments without modifying underlying YAML configuration files. Since the files remain unchanged, others are able to reuse the same files to build their own customizations. Your customizations are stored in a file called &lt;code&gt;kustomization.yaml&lt;/code&gt;. If configuration changes are needed, the underlying YAML files and &lt;code&gt;kustomization.yaml&lt;/code&gt; can be updated independently of each other.&lt;/p&gt;&#xA;&lt;p&gt;To learn more about Kustomize and how to define a &lt;code&gt;kustomization.yaml&lt;/code&gt; file, see the following links:&lt;/p&gt;</description>
			</item>
			<item>
				<title>User Data Files and Metadata</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/features/user-data/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/features/user-data/</guid>
				<description>&lt;p&gt;Spinnaker refers to data injected into instances started by Spinnaker as &lt;em&gt;user data&lt;/em&gt;.&#xA;The implementation and naming of this varies from provider to provider, but the resulting functionality is similar.&#xA;In AWS, it is known as &#xA;&lt;a href=&#34;http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html&#34; target=&#34;_blank&#34;&gt;User Data&lt;/a&gt;&#xA;.&#xA;In GCP, it is known as &#xA;&lt;a href=&#34;https://cloud.google.com/compute/docs/storing-retrieving-metadata&#34; target=&#34;_blank&#34;&gt;Instance Metadata&lt;/a&gt;&#xA;.&#xA;The template file used to define the user data is called the &lt;em&gt;user data file&lt;/em&gt; which is located on the Clouddriver server.&#xA;Tokens are replaced in the user data file to provide some specifics about the deployment.&#xA;Every instance started has environment variables are set according to the template and the deployment.&#xA;This feature is currently supported with the AWS and GCP providers.&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>
			<item>
				<title>Videos</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/videos/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/tutorials/videos/</guid>
				<description>&lt;p&gt;Subscribe to the &#xA;&lt;a href=&#34;https://www.youtube.com/channel/UCcxQbw8kT1-FRhFhO2QCetg&#34; target=&#34;_blank&#34;&gt;Spinnaker YouTube&#xA;channel&lt;/a&gt;&#xA;&lt;/p&gt;&#xA;&lt;h2 id=&#34;general&#34;&gt;General&lt;/h2&gt;&#xA;&lt;h3 id=&#34;welcome-to-spinnaker-feature-overview-2m-46s&#34;&gt;&lt;a href=&#34;https://youtu.be/dwdVwE52KkU&#34; target=&#34;_blank&#34;&gt;Welcome to Spinnaker: Feature Overview (2m 46s)&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/dwdVwE52KkU&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;&#xA;&lt;p&gt;Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.&lt;/p&gt;&#xA;&lt;h3 id=&#34;disabling-a-spinnaker-pipeline-0m-58s&#34;&gt;&lt;a href=&#34;https://youtu.be/fYtGL6oq13o&#34; target=&#34;_blank&#34;&gt;Disabling a Spinnaker pipeline (0m 58s)&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/fYtGL6oq13o&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;&#xA;&lt;p&gt;In Spinnaker, you can disable a pipeline, which means it will not automatically trigger on external events; moreover, a disabled pipeline cannot be executed manually.&lt;/p&gt;&#xA;&lt;h3 id=&#34;manually-triggering-a-spinnaker-pipeline-0m-46s&#34;&gt;&lt;a href=&#34;https://youtu.be/tPy5EEFdcTA&#34; target=&#34;_blank&#34;&gt;Manually triggering a Spinnaker pipeline (0m 46s)&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/tPy5EEFdcTA&#34; frameborder=&#34;0&#34; allowfullscreen&gt;&lt;/iframe&gt;&#xA;&lt;p&gt;This video demonstrates how to manually kickoff a pipeline (even if it’s been configured to automatically trigger on an event, such as a crontab).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Writing a New Stage</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/extending/new-stage/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/guides/developer/extending/new-stage/</guid>
				<description>&lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;&#xA;&lt;p&gt;To create a new stage, you need to make backend changes to&#xA;&#xA;&lt;a href=&#34;https://github.com/spinnaker/orca&#34; target=&#34;_blank&#34;&gt;orca&lt;/a&gt;&#xA; to implement the logic of the stage,&#xA;and the front-end changes to &#xA;&lt;a href=&#34;https://github.com/spinnaker/deck&#34; target=&#34;_blank&#34;&gt;Deck&lt;/a&gt;&#xA; to&#xA;implement the UI. Depending on what the stage does, you may need to implement&#xA;new cloud provider-specific logic into &#xA;&lt;a href=&#34;https://github.com/spinnaker/clouddriver&#34; target=&#34;_blank&#34;&gt;Clouddriver&lt;/a&gt;&#xA; as well.&lt;/p&gt;&#xA;&lt;p&gt;This doc currently only covers the backend changes made to orca.&lt;/p&gt;&#xA;&lt;h2 id=&#34;backend-orca&#34;&gt;Backend (orca)&lt;/h2&gt;&#xA;&lt;p&gt;For the backend, you need to define:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A stage class&lt;/li&gt;&#xA;&lt;li&gt;One or more task classes associated with the stage&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;stage-class&#34;&gt;Stage class&lt;/h3&gt;&#xA;&lt;p&gt;A stage class must implement the &#xA;&lt;a href=&#34;https://github.com/spinnaker/orca/blob/master/orca-core/src/main/java/com/netflix/spinnaker/orca/pipeline/StageDefinitionBuilder.java&#34; target=&#34;_blank&#34;&gt;com.netflix.spinnaker.orca.pipeline.StageDefinitionBuilder&lt;/a&gt;&#xA; interface.&lt;/p&gt;</description>
			</item>
			<item>
				<title>X.509 Client Certificates</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/x509/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/authentication/x509/</guid>
				<description>&lt;p&gt;X.509 client certificates utilize public-key infrastructure (PKI) in order to authenticate&#xA;clients. X.509 can be used simultaneously with one of the other authentication methods or by&#xA;itself. Users commonly generate a certificate for their non-UI or script based clients, as this&#xA;is generally easier than dynamically obtaining an OAuth Bearer token or SAML assertion.&lt;/p&gt;&#xA;&lt;h2 id=&#34;certificates&#34;&gt;Certificates&lt;/h2&gt;&#xA;&lt;p&gt;If you followed the &#xA;&lt;a href=&#34;https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/other_config/security/ssl&#34;&gt;SSL&lt;/a&gt;&#xA; guide, you may already have generated a &lt;strong&gt;certificate&#xA;authority&lt;/strong&gt;&#xA;(CA). Using this CA, we can generate a client certificate using &lt;code&gt;openssl&lt;/code&gt;.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
