8000 Tags · gochist/deck · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: gochist/deck

Tags

version-2.9.6

Toggle version-2.9.6's commit message
fix(core): Make template table list scrollable (spinnaker#7111) (spin…

…naker#7112)

spinnaker/spinnaker#4519

version-2.9.5

Toggle version-2.9.5's commit message
fix(core): Display template inherited items (mptv2) as read only (spi…

…nnaker#7102) (spinnaker#7110)

spinnaker/spinnaker#4451

version-2.9.4

Toggle version-2.9.4's commit message
fix(kubernetes): fix req. artifacts to bind selector in patch manifes…

…t stage (spinnaker#7095) (spinnaker#7096)

version-2.8.8

Toggle version-2.8.8's commit message
fix(kubernetes): fix req. artifacts to bind selector in patch manifes…

…t stage (spinnaker#7095) (spinnaker#7097)

version-2.7.11

Toggle version-2.7.11's commit message
fix(amazon/serverGroup): Do not apply default AZs unless the user wan…

…ts to usePreferredZones (spinnaker#6609) (spinnaker#7087)

version-2.9.3

Toggle version-2.9.3's commit message
fix(amazon): explicitly import d3 for scaling policy graphs (spinnake…

…r#6989) (spinnaker#7072)

version-2.9.2

Toggle version-2.9.2's commit message
fix(runJob/kubernetes): reliably display logs (spinnaker#7060) (spinn…

…aker#7061)

* fix(runJob/kubernetes): fix log display

fix a case where the log link was being displayed before all the data
needed to render it was available. this caused some confusing cases
where the link would be rendered but users would be met with a Not Found
error in the popup. ultimately this was due to a missing namespace.
resolved by pulling the namespace off of the job status instead of
depending on the manifest subscription.

* fix(runJob/kubernetes): fetch manifest once

jobs collect owned pods when collecting job status so we are no longer
dependent on subscribing to manifest events to get the pod names created
by the job. instead, simply fetch the manifest once. this is more
reliable than subscribing to manifest updates.

version-2.9.1

Toggle version-2.9.1's commit message
fix(provider/azure): Fix UI for Azure Load Balancer in server group c…

…onfiguration (spinnaker#7055) (spinnaker#7057)

version-2.9.0

Toggle version-2.9.0's commit message
fix(authz): Handle apps without execute permissions (spinnaker#7017) (s…

…pinnaker#7025)

* fix(authz): Handle apps without execute permissions

Applications saved before spinnaker#6901 and spinnaker/fiat#373 does not have EXECUTE permission set, and in some cases this breaks Deck since `PermissionsConfigurer` always assumed apps had EXECUTE permissions set.

version-2.8.7

Toggle version-2.8.7's commit message
fix(artifacts): HTTP default artifact needs reference field (spinnake…

…r#6836) (spinnaker#7026)

For the same reason as in a previous [PR], we also need to set the
reference field for default artifacts.

[PR]: spinnaker#6679
0