Skip to content

Tags: mattgogerly/deck

Tags

version-3.7.1

Toggle version-3.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deck): Attempt to fix `Cannot read property 'length' of undefined` (

spinnaker#9153) (spinnaker#9165)

* fix(deck): Attempt to fix `Cannot read property 'length' of undefined`

* Update app/scripts/modules/core/src/filterModel/FilterTags.tsx

Co-authored-by: caseyhebebrand <caseyhebebrand@gmail.com>

Co-authored-by: caseyhebebrand <caseyhebebrand@gmail.com>
Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 94bfcf4)

Co-authored-by: Raúl Vázquez <raul.vazquez@armory.io>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

version-3.7.0

Toggle version-3.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(core): bumped date-fns version (spinnaker#9101)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

version-3.6.1

Toggle version-3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(amazon/subnet): fix NPE when AWSProviderSettings.serverGroups is … (

spinnaker#9049)

Co-authored-by: Chris Thielen <christopherthielen@users.noreply.github.com>

version-3.6.0

Toggle version-3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request spinnaker#8918 from caseyhebebrand/titus-type-updates

fix(domain): Update Titus domain and exports

version-3.5.1

Toggle version-3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request spinnaker#8815 from spinnaker/mergify/bp/release-1…

….24.x/pr-8789

fix(bake): make helm chart file path visible when the chart comes fro… (bp spinnaker#8789)

version-3.5.0

Toggle version-3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request spinnaker#8785 from spinnaker/mergify/bp/release-1…

….24.x/pr-8784

fix(ecs): rename capacityProviderStrategies to capacityProviderStrategy (bp spinnaker#8784)

version-3.4.0

Toggle version-3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(build): change Dockerfile.compile base to openjdk:11-slim (spin…

…naker#8652)

The move to `alpine` caused build failures when attempting to use the
`node` binary provided by the `nebula.node` Gradle plugin. The binary
was built assuming the presence of `glibc` while Alpine is based on
`musl`, so the build would always fail.

Moving to openjdk:11-slim appears to get us around these build issues,
we'll see in the final build in gcloud if that's correct!

version-3.3.0

Toggle version-3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(RunJobStage): make RunJobStage restartable (spinnaker#8492)

version-3.2.1

Toggle version-3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(functions): normalizeFunction expects a Promise (spinnaker#8468) (s…

…pinnaker#8484)

spinnaker@72af6cc introduced a bug when refactoring that calling `normalizeFunction` always returned a Promise.

When it was removed, some calls to `normalizeFunction` may return plain objects that aren't wrapped in a Promise.

Fix: wrap the return value with a `$q` to satisfy `IPromise`
(cherry picked from commit 7a15f5d)

Co-authored-by: Kevin Woo <kevinawoo@gmail.com>

version-3.2.0

Toggle version-3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(core/presentation): nav restructure icons (spinnaker#8377)

Co-authored-by: caseyhebebrand <caseyhebebrand@gmail.com>