Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Tags: SFDC/deck

Tags

version-2.12.0

chore(deck): bump kayenta version (spinnaker#7402) (spinnaker#7404)

version-2.10.3

fix(google): add default gce instance type disk constants to front end (

spinnaker#7383) (spinnaker#7384)

version-2.11.0

fix(typos): fix a few typos in help messages (spinnaker#7373)

version-2.10.2

fix(gce): remove use of ONLY_DOWN deprecated autoscaler policy (spinn…

…aker#7310) (spinnaker#7315)

version-2.10.1

fix(core): Prevent reloads when hitting enter in create pipeline modal (

spinnaker#7277) (spinnaker#7278)

spinnaker/spinnaker#4682

version-2.9.9

fix(core): Prevent reloads when hitting enter in create pipeline modal (

spinnaker#7277) (spinnaker#7281)

spinnaker/spinnaker#4682

version-2.8.10

fix(appengine): handle multiple cluster accounts in server group modal (

spinnaker#7265) (spinnaker#7267)

version-2.9.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(core): Render templated pipeline params in the pipeline run stage (

…spinnaker#7228) (spinnaker#7235)

spinnaker/spinnaker#4623

version-2.10.0

fix(ssl/apache2): Port conflict in ports.conf.gen (spinnaker#7225) (s…

…pinnaker#7233)

The Deck pod was failing to start after a recent apache2 version bump in the image(2.4.25 to 2.4.38): `(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:9000`
Happening only when SSL was enabled.
Starting from apache2 2.4.28, having multiple `Listen` directive listening to the same socket is forbidden:
- https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/CHANGES
- https://httpd.apache.org/docs/2.4/mod/mpm_common.html#listen

In this case, no need for multiple Listen directive as we always listen on one socket whether SSL is enabled or not.

version-2.9.7

fix(core): Display latest template in pipeline template list (spinnak…

…er#7145) (spinnaker#7146)

spinnaker/spinnaker#4561