Skip to content

Instantly share code, notes, and snippets.

@spinnaker-release
spinnaker-release / changelog.md
Last active January 14, 2020 14:14
Spinnaker 1.17.6 Release Notes

Spinnaker Release 1.17.6

Fixes

  • kubernetes: Core caching agent is authoritative for artifacts (#4247) (5f272cd8)

Deck 2.13.5

Fixes

  • core: manual cherry-pick of MapEditor fixes (75cecc4c)
  • core/presentation: pass objects through in useValidationData (75cecc4c)
@spinnaker-release
spinnaker-release / changelog.md
Created December 16, 2019 21:18
Spinnaker 1.17.5 Release Notes

Spinnaker Release 1.17.5

Fixes

  • cfn: do not add roleARN if empty or null (#4206) (22f81504)
  • ecs: reject task def artifact if it contains unknown properties (#4211) (76ecdb5e)

Deck 2.13.4

Fixes

  • projects: Fixing clusters error validation (#7701) (87a97c4f)
@spinnaker-release
spinnaker-release / changelog.md
Created December 12, 2019 15:28
Spinnaker 1.17.4 Release Notes

Spinnaker Release 1.17.4

Fixes

  • cats/sql: fix table names with long type names (#4166) (024b9220)
  • cats/sql: fix table names with long type names (024b9220)
  • cats/sql: Hash once (024b9220)

Deck 2.13.3

Fixes

@spinnaker-release
spinnaker-release / changelog.md
Last active December 3, 2019 16:39
Spinnaker 1.15.7 Release Notes

Spinnaker Release 1.15.7

Rosco 0.13.1

Fixes

@spinnaker-release
spinnaker-release / changelog.md
Created December 3, 2019 15:35
Spinnaker 1.16.6 Release Notes
@spinnaker-release
spinnaker-release / changelog.md
Created December 3, 2019 13:46
Spinnaker 1.17.3 Release Notes

Spinnaker Release 1.17.3

Fixes

  • kubernetes: do not throw NPE on NetworkPolicies with ingresses with null ports (#4182) (327f1788)
  • kubernetes: do not throw NPE on NetworkPolicies with null ingress and egress (#4172) (d9bedbfb)
  • kubernetes: Add missing limitrange kind (#4170) (abad479d)

Fiat 1.8.3

Fixes

@spinnaker-release
spinnaker-release / changelog.md
Created November 20, 2019 16:12
Spinnaker 1.17.2 Release Notes

Spinnaker Release 1.17.2

Deck 2.13.2

Fixes

  • azure,gce: Fix typo breaking bake stage (#7631) (137f539a)

Fiat 1.8.2

Fixes

  • roles: file-based roles fail when the user is not provided in the file (#508) (47a6a00e)
@spinnaker-release
spinnaker-release / changelog.md
Created November 11, 2019 18:54
Spinnaker 1.16.5 Release notes

Spinnaker 1.16.5

Deck 2.12.4

Fixes

  • runJob: fix artifact output creation (#7579) (96332ba2)

Igor 1.6.1

Fixes

  • concourse: Fix caching of concourse build events (#525) (5e6c31e9)
@spinnaker-release
spinnaker-release / changelog.md
Created November 11, 2019 17:40
1.17.1 Spinnaker Changelog

Spinnaker Release 1.17.1

Fixes

  • aws: support for cross-application CLBs with the sql backend (#4141) (e1920262)

Deck 2.13.1

Fixes

  • artifacts: enable inline editing of base64 artifacts (#7612) (17d3ea26)
  • kubernetes: fix patchBody input in Patch (Manifest) stage (#7600) (579afd54)
@spinnaker-release
spinnaker-release / changelog.md
Last active November 11, 2019 17:39
Spinnaker 1.17.0 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