Skip to content

Instantly share code, notes, and snippets.

@spinnaker-release
spinnaker-release / 1.20.0.md
Last active September 15, 2020 17:29
Spinnaker 1.20.x Release Notes

Spinnaker Release 1.20

Note: This release requires Halyard version 1.32.0 or later.

This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. Here we share a summary of notable improvements, followed by the comprehensive changelog.

Kubernetes V2 Run Job Stage

Spinnaker 1.20 no longer automatically adds a unique suffix to the name of jobs. Prior to this release, the Kubernetes V2 Run Job stage added a unique suffix to the name of the deployed job, with no ability to control or configure this behavior.

To continue having a random suffix added to the job name, set the metadata.generateName field instead of metadata.name, which causes the Kubernetes API to append a random suffix to the name.

@spinnaker-release
spinnaker-release / 1.18.0.md
Last active May 26, 2020 12:58
Spinnaker 1.18.x Release Notes

Spinnaker Release 1.18.0

Note: This release requires Halyard version 1.29.0 or later.

This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. Here we share a summary of notable improvements, followed by the comprehensive changelog.

Support for deploying and managing Alibaba Cloud load balancers

Support for executing CloudFormation ChangeSet

CloudFormation stage allows you to create a change set that allows users to review the changes on the AWS infrastructure before applying them. This new feature enables users to pause the pipeline execution until the user executes the change manually through Deck itself without having to go to AWS console. Users can also configure pre-defined behaviour when the created change set contains a "replacement" in CloudFormation jargon, which can protect users from data-loss and unrecoverable changes in the infrastructure.

@spinnaker-release
spinnaker-release / 1.17.0.md
Last active April 3, 2020 18:50
Spinnaker 1.17.x Release Notes

Spinnaker Release 1.17.0

This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. Here we share a summary of notable improvements, followed by the comprehensive changelog.

Git Repo Artifact Support

In 1.17 we’ve added support for representing Git repositories as artifacts. The intent for this type of artifact is to enable us to build features around tools that work with a collection of files rather than a single file, like the Deploy (Manifest) stage. Currently, this artifact type is only supported by the Bake (Manifest) stage when using the Kustomize rendering engine but other areas are being explored to determine where this might make sense. Halyard support for configuring this artifact type is forthcoming. See the proposal for more details.

Improved Kustomize Support

Support for Kustomize has been improved to utilize the Git Repo artifact type which should make it more broadly useable. The pre

@spinnaker-release
spinnaker-release / changelog.md
Created March 16, 2020 21:54
Spinnaker 1.18.6 Release Notes

Spinnaker Release 1.18.6

Note: This release requires Halyard version 1.29.0 or later.

Fixes

  • cloudFoundry: fix cloudFoundry job provider (#4379) (7118dfa5)
  • ecs: Improve debug messaging for task health (#4431) (395ed92f)
  • ecs: Prevent NPE when a task def ARN is no longer in the cache (#4338) (cf7f8d9f)
  • ecs: provide port mappings if legacy target group setting is set (#4340) (e2c48d45)
  • ecs: only add service role to create request if there is one lb (#4349) (af278e44)
@spinnaker-release
spinnaker-release / changelog.md
Created March 16, 2020 21:52
Spinnaker 1.19.1 Release Notes

Spinnaker Release 1.19.1

Note: This release requires Halyard version 1.32.0 or later.

Fixes

  • ecs: Improve debug messaging for task health (#4431) (0c2e70cc)
  • ecs: Correctly scope TargetHealthCachingAgent describe calls (#4429) (bf707f58)
  • ecs: Remove extra evictions from TaskHealthCachingAgent (#4417) (390f30e8)
  • sql: use jooq constructs instead of string constructs (#4412) (4e3f97ff)
@spinnaker-release
spinnaker-release / changelog.md
Last active March 11, 2020 19:58
Spinnaker 1.19.0 Release Notes

Spinnaker Release 1.19.0

Note: This release requires Halyard version 1.32.0 or later.

This release includes fixes, features, and performance improvements across a wide feature set in Spinnaker. Here we share a summary of notable improvements, followed by the comprehensive changelog.

Scheduled Removal of Kubernetes V1 Provider

The Kubernetes V1 provider will be removed in Spinnaker 1.21. Please see the RFC for more details.

Breaking change: Kubernetes accounts with an unspecified providerVersion will now default to V2. Please update your halconfig to specify providerVersion: v1 for any Kubernetes accounts you are currently using with the V1 provider.

@spinnaker-release
spinnaker-release / changelog.md
Created March 9, 2020 14:46
Spinnaker 1.18.5 Release Notes

Spinnaker Release 1.18.5

Note: This release requires Halyard version 1.29.0 or later.

Fixes

@spinnaker-release
spinnaker-release / changelog.md
Created March 9, 2020 14:42
Spinnaker 1.17.7 Release Notes
@spinnaker-release
spinnaker-release / changelog.md
Created March 9, 2020 14:41
Spinnaker 1.16.7 Release Notes

Spinnaker 1.16.7

Fixes

  • cloudFoundry: fix cloudFoundry job provider (#4379) (4d28d943)

Deck 2.12.5

Other

  • buildtool: add an empty .gcloudignore file (#7909) (150ec8bf)
  • container builds: exclude large cache directories from GCB upload (#7919) (09050af8)
@spinnaker-release
spinnaker-release / changelog.md
Last active February 27, 2020 22:04
Spinnaker 1.18.4 Release Notes

Spinnaker Release 1.18.4

Note: This release requires Halyard version 1.29.0 or later.

Fixes

  • ecs: only add service role to create request if there is one lb (#4349) (af278e44)

Spinnaker Release 1.18.3

Note: This release requires Halyard version 1.29.0 or later.