Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: j-sandy/halyard

Tags

version-1.40.0

Toggle version-1.40.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#1816)

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

version-1.39.0

Toggle version-1.39.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#1777)

Co-authored-by: root <root@7cc2f7e2e8cd>

version-1.38.0

Toggle version-1.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(nexus): add command to enable and configure Nexus repository (sp…

…innaker#1431)

* feat(nexus): add command to enable and configure Nexus repository

* automated style fixes

Co-authored-by: Kevin Woo <[email protected]>

version-1.37.0

Toggle version-1.37.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(travis): Support for filteredRepositories parameter (spinnaker#1730

)

* feat(travis): Support for filteredRepositories parameter

Signed-off-by: cmuraru <[email protected]>

* Implement review

* Implement review

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

version-1.36.0

Toggle version-1.36.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#1719)

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

version-1.35.3

Toggle version-1.35.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(cli): replace gremlin commands for 1.18 and 1.19 compatibility (s…

…pinnaker#1655) (spinnaker#1656)

(cherry picked from commit 9f8e39e)

Co-authored-by: Maggie Neterval <[email protected]>

version-1.35.2

Toggle version-1.35.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(daemon): Fix startup failure by reverting incorrect ps usage (spi…

…nnaker#1653) (spinnaker#1654)

I'm not sure what I was thinking with this original PR; adding the
-e flag will return all processes regardless of PID, and is not
necessary when passing a PID.

This is causing halyard to fail to startup because we think that the
daemon is always running.

This reverts commit 4a686e9.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 6e5f35b)

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

version-1.35.1

Toggle version-1.35.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(cli): replace artifacts commands (spinnaker#1645) (spinnaker#1646)

(cherry picked from commit 1caf20d)

Co-authored-by: Maggie Neterval <[email protected]>

version-1.35.0

Toggle version-1.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(google): Update constructors to account for retry changes (spinna…

…ker#1640)

* fix(google): Update constructors to account for retry changes

The changes to the retry logic updated some fields from Long to
int (because we won't be waiting 24 days between retries); this
commit just updates the places we called them in Halyard to pass
an int.

* chore(dependencies): Bump front50 version

version-1.34.0

Toggle version-1.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(java11): Compile with Java 11 (but targeting Java 8) (spinnaker…

…#1608)

* chore(java11): Compile with Java 11 (but targeting Java 8)

* chore(java11): Fix compilation for developers using a Java 11 JDK

* chore(java11): Use a Java 11 JRE