Skip to content

Tags: spinnakerpoc/rosco

Tags

version-0.21.1

Toggle version-0.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(bake): Fix error when updating artifacts after bake (spinnaker#697)…

… (spinnaker#699)

* test(bake): Add test exercising bake artifact handling

There is currently no test that exercises the logic that updates the
name and uuid on artifacts produced by a bake.  Add a test exercising
this logic that currently fails and will be fixed in the next commit.

* fix(bake): Fix error when updating artifacts after bake

When artifacts were made immutable, this usage was missed as it
did not have tests (and was in groovy so compilation didn't catch
it). Instead of mutating the artifacts, return copies with the
appropriate fields changed.

(cherry picked from commit ffecdc9)

Co-authored-by: Eric Zimanyi <[email protected]>

version-0.21.0

Toggle version-0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#691)

Co-authored-by: root <root@6a807b439d68>

version-0.20.0

Toggle version-0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump korkVersion (spinnaker#661)

Co-authored-by: root <root@a8f3fe14fb2c>

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump korkVersion (spinnaker#640)

Co-authored-by: root <root@6091e921213e>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump korkVersion (spinnaker#639)

Co-authored-by: root <root@ba0c9d1c783d>

version-0.18.2

Toggle version-0.18.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(rosco): Update Hashicorp Packer version in rosco to 1.4.5 (bp spi…

…nnaker#555) (spinnaker#616)

version-0.19.0

Toggle version-0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump korkVersion (spinnaker#605)

Co-authored-by: root <root@94827c35f5fd>

version-0.18.1

Toggle version-0.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(plugins): add an option for strict plugin loading (spinnaker#577)

version-0.18.0

Toggle version-0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(kork): bump korkVersion to 7.25.1 (spinnaker#554)

version-0.17.0

Toggle version-0.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update the windows-configure-chocolatey.ps1 script to allow the use o…

…f TLS1.2 (spinnaker#530) (spinnaker#549)

since Chocolatey now requires this and has removed support for 1.0 and 1.1

Co-authored-by: tcrozier <[email protected]>