Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(update): gen-manifests update #49

Merged
merged 395 commits into from
Sep 18, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 21, 2020

  1. feat(telemetry): add ability to report deploy method (spinnaker#1543)

    * feat(telemetry): add ability to report deploy method to "echo" via telemetry
    
    * feat(telemetry): code formatting
    cristhian-castaneda committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    5a3e027 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    def9d7e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. fix(gate): apply the JVM flags to gate (spinnaker#1547)

    It looks like gate and deck were overriding `buildServiceSettings` just to avoid calling `setAddress`. But then when the JVM flags got added to that method, they both got skipped. Since `deck` doesn't use a JVM, that's no big deal, but for `gate` it's an issue.
    
    Held my nose and went for a minimally invasive change rather than a more holistic cleanup.
    plumpy committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    8d55d87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f37837 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. feat(kubernetes): prepare for upcoming removal of V1 provider (spinna…

    …ker#1549)
    
    * refactor(kubernetes): separate V1 and V2 account validators
    
    * feat(kubernetes): add warning for v1 accounts
    
    * feat(cli): only expose providerVersion for kubernetes accounts
    
    * feat(kubernetes): default new and unspecified accounts to V2
    maggieneterval committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    835dcfd View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    bf8b241 View commit details
    Browse the repository at this point in the history
  2. feat(plugins): lays down plugin-manifest for Deck (spinnaker#1539)

    * feat(plugins): lays down plugin-manifest for Deck
    
    * chore(style): spotless apply
    
    * fix(plugins): using template for plugin entries for deck
    
    * fix(plugins): corrected filename for plugin-manifest.json
    
    Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
    Brandon Powell and link108 committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    58120f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Configuration menu
    Copy the full SHA
    4ba334a View commit details
    Browse the repository at this point in the history
  2. feat(codebuild): Add support for static credentials (spinnaker#1554)

    1. Add an AbstractEditCiCommand class that could be inherited from. For now only codebuild account
    command extends this class. There could be more in the future.
    2. Mark assume-role and account-id as not required so that the static credentials could be used directly
    3. Add an API in halyard daemon to set custom fields for CI providers
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    Kaixiang-AWS and mergify[bot] committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    b0d31ce View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Configuration menu
    Copy the full SHA
    72ff609 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    fa89dcd View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    89e9f88 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    567a605 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    9339acf View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1562)

    Co-authored-by: Travis CI User <travis@example.org>
    spinnakerbot and Travis CI User committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    1725508 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1563)

    Co-authored-by: Travis CI User <travis@example.org>
    spinnakerbot and Travis CI User committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    d7342bb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1566)

    Co-authored-by: Travis CI User <travis@example.org>
    spinnakerbot and Travis CI User committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    e4862d5 View commit details
    Browse the repository at this point in the history
  2. chore(containers): Upgrade the bundled tools (spinnaker#1568)

    * chore(containers): tell curl to fail if it gets an HTTP error
    
    This will prevent errors from going unnoticed as happened with the
    missing AWS client.
    
    * chore(containers): Upgrade the bundled tools
    plumpy committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    2cc1e8f View commit details
    Browse the repository at this point in the history
  3. feat(stats): Rename telemetry to stats, enable by default (spinnaker#…

    …1565)
    
    * feat(stats): Rename telemetry to stats, enable by default
    * fix(stats): Rename TelemetryWrapper to StatsWrapper
    Travis Tomsu committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    a134058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    214e5ba View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1570)

    Co-authored-by: Cameron Fieber <cfieber@netflix.com>
    spinnakerbot and cfieber committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    23c291d View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1571)

    Co-authored-by: Travis CI User <travis@example.org>
    spinnakerbot and Travis CI User committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    e56473c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. feat(k8s/deploy): Add custom health check to service-settings (spinn…

    …aker#1572)
    
    * feat(k8s/deploy): Add custom health check to service-settings.
    
    Need the ability to override the default commands created and populated
    in the Deployments readinessprobe. In our use case mTLS has been enabled
    and we need a way to modify the readiness probe in each service so that
    you can pass in the client certificate.
    
    By adding this functionality Halyard can support a much wider array of potential
    configurations for health checks for cases where a simple check of /health might not
    be desirable.
    
    * Update var to the correct generic type
    
    * fix(k8s/deploy): Update var to the correct generic type
    
    * chore(fix/style): ran spotlessJava to fix style issues
    clanesf committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    7cd6553 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1573)

    Co-authored-by: runner <runner@fv-az51>
    spinnakerbot and runner committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    64e45b6 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1574)

    Co-authored-by: runner <runner@fv-az50>
    spinnakerbot and runner committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    f5b8f8c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1575)

    Co-authored-by: runner <runner@fv-az117.internal.cloudapp.net>
    spinnakerbot and runner committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    6a8868a View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1576)

    Co-authored-by: runner <runner@fv-az76>
    spinnakerbot and runner committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    8a14ad3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1577)

    Co-authored-by: runner <runner@fv-az51>
    spinnakerbot and runner committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    37af52e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    9e52c99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd2ef27 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    c148061 View commit details
    Browse the repository at this point in the history
  2. fix(config): Ignore any existing plugins stanzas. (spinnaker#1583)

    Slack is littered with people having this issue. It looks like this was added in halyard 1.23 on 8/27/2019. So anyone with a config after that will have this issue.
    plumpy committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    138f2d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. chore(mergify): release-* branches require release manager approval (s…

    …pinnaker#1584)
    
    The mergify config currently doesn't distinguish between merging to master and
    merging to a release branch.  It currently never merges to release branches
    because mergify doesn't have permission to merge to these branches (due to
    branch protection rules).
    
    I don't want to give mergify that permission without updating the config file
    here, as then it would merge to release branches after any approval, whereas we
    only want to merge to release branches if a PR is approved by a release manager.
    
    This updates the mergify config to scope the existing rules to only apply to
    the master branch, and adds a new rule to merge to release branches upon
    approval by a release manager.
    
    Because the 1.17 branch (and likely the 1.18 branch in some repos) is still
    exclusively using Travis CI instead of github actions, also add a rule the
    merges if Travis CI passes to account for these branches. This rule can be
    deleted once all of the active branches in the repo are using Github actions.
    
    Co-authored-by: Michael Plump <plumpy@google.com>
    ezimanyi and plumpy committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    5b5c7a0 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1585)

    Co-authored-by: runner <runner@fv-az33>
    spinnakerbot and runner committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    1156e2c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1586)

    Co-authored-by: runner <runner@fv-az51.internal.cloudapp.net>
    spinnakerbot and runner committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    8ed48e1 View commit details
    Browse the repository at this point in the history
  2. fix(plugins): fix plugins-manifest.json (spinnaker#1564)

    * fix(plugins): changing plugin-manifest.js to .json file type
    
    * fix(plugins): remove comments from json file, handle multiple plugins
    link108 committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    2129fda View commit details
    Browse the repository at this point in the history
  3. feat(plugins): add plugins to all services (spinnaker#1559)

    * feat(plugins): add plugins to all services
    
    * refactor(plugins): remove introspection
    
    * refactor(plugins): change Boolean to boolean
    link108 committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    4ed4d26 View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump korkVersion (spinnaker#1587)

    Co-authored-by: runner <runner@fv-az118.internal.cloudapp.net>
    spinnakerbot and runner committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    7fc5147 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1588)

    Co-authored-by: runner <runner@fv-az51>
    spinnakerbot and runner committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    9e75809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c27623 View commit details
    Browse the repository at this point in the history
  3. fix(plugins): Revert add plugins to all services (spinnaker#1559) (sp…

    …innaker#1590)
    
    This change breaks deploying any version of Spinnaker <= 1.18
    using Halyard, so is being reverted.
    
    This reverts commit 4ed4d26.
    ezimanyi committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    9226003 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1591)

    Co-authored-by: runner <runner@fv-az51>
    spinnakerbot and runner committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    b908d75 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1592)

    Co-authored-by: runner <runner@fv-az51>
    spinnakerbot and runner committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0639c9e View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1593)

    Co-authored-by: runner <runner@fv-az51>
    spinnakerbot and runner committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    2584f90 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1595)

    Co-authored-by: runner <runner@fv-az51>
    spinnakerbot and runner committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    d30da56 View commit details
    Browse the repository at this point in the history
  2. feat(plugins): add plugins to all services (spinnaker#1594)

    * feat(plugins): add plugins to all services
    
    * fix(regression): update version check to handle non-semver releases
    
    * fix(plugins): do not deploy to kayenta until 1.20.0
    link108 committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    813fb91 View commit details
    Browse the repository at this point in the history
  3. fix(container): restore openssl to alpine image (spinnaker#1596)

    removed by spinnaker@43dfc67
    
    In addition to putting back something that was there previously, openssl is in the ubuntu
    container, so let's have it here as well.
    
    Co-authored-by: Byron David <david.byron@avast.com>
    dbyron0 and Byron David committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    ed489c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1599)

    Co-authored-by: runner <runner@fv-az50>
    spinnakerbot and runner committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    6bdf6ff View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. fix(daemon): Don't try to kill daemon created by another user (spinna…

    …ker#1600)
    
    Currently if the Halyard daemon was created by another user, we
    kill it and try to start one of our own (likely failing as we
    probably don't have permission to kill it).
    
    This is because we look up the PID in the pid file, then try to see
    if the process exists with 'ps' but don't pass the '-e' flag to get
    all processes (including those created by other users). This is
    particularly important given that the Halyard install process specifically
    asks you to specify a user with which to run Halyard.
    ezimanyi committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    4a686e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. chore(build): upgrade spinnaker gradle plugin (spinnaker#1601)

    * chore(build): move spinnaker library versions out to gradle.properties
    
    * chore(build): upgrade spinnaker gradle plugin
    plumpy committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    d2fa5cc View commit details
    Browse the repository at this point in the history
  2. chore(build): enable the spinnaker project plugin (spinnaker#1602)

    Whoops, missed this part that used to be in init-publish.gradle.
    plumpy committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    852c7b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3e59e3 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump internal spinnaker dependencies (spinnaker#1604)

    I'll wire all of these up to the bumpdeps action, but I'd like to test these larger jumps first to make sure they go okay...
    plumpy committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    8a5c2ab View commit details
    Browse the repository at this point in the history
  5. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1605)

    Co-authored-by: root <root@7c2d69cf985a>
    spinnakerbot and root committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e52a71c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a74f69d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. chore(containers): Make Dockerfiles work with buildtool's containers.…

    …yml (spinnaker#1607)
    
    * chore(gradle): Upgrade gradlew to 5.6.4
    
    * chore(containers): Make Dockerfiles work with buildtool's containers.yml
    
    * chore(release): remove jenkins build scripts
    plumpy committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    891d84f View commit details
    Browse the repository at this point in the history
  2. 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
    plumpy committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    ab8e53e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1609)

    Co-authored-by: root <root@630f71d41ecb>
    spinnakerbot and root committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    988e80b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1610)

    Co-authored-by: root <root@9be1526fc31e>
    spinnakerbot and root committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    97a22ed View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1611)

    Co-authored-by: root <root@3bbaae2b3f97>
    spinnakerbot and root committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    baf4eee View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1612)

    Co-authored-by: root <root@60135c639e6f>
    spinnakerbot and root committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d4b9831 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1613)

    Co-authored-by: root <root@6891b1263a18>
    spinnakerbot and root committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    e76614d View commit details
    Browse the repository at this point in the history
  3. fix(publishing): No longer need to change ACL on halyard artifact sin…

    …ce the whole bucket is public (spinnaker#1614)
    Travis Tomsu committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    fa968d1 View commit details
    Browse the repository at this point in the history
  4. feat(cli): remove unused appengine feature flag (spinnaker#1615)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    maggieneterval and mergify[bot] committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    8a48abe View commit details
    Browse the repository at this point in the history
  5. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1616)

    Co-authored-by: root <root@458842d3571f>
    spinnakerbot and root committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    e5af141 View commit details
    Browse the repository at this point in the history
  6. chore(dependencies): Autobump korkVersion (spinnaker#1617)

    Co-authored-by: root <root@2e5c1c42d060>
    spinnakerbot and root committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    9fa0017 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1621)

    Co-authored-by: root <root@e7992a1c49ce>
    spinnakerbot and root committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    c46f651 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1622)

    Co-authored-by: root <root@18a36aa4866f>
    spinnakerbot and root committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    167c992 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. feat(artifacts): remove artifacts and artifactsRewrite feature flags (s…

    …pinnaker#1620)
    
    Related to: https://github.com/spinnaker/governance/blob/master/rfc/legacy_artifacts_ui_removal.md
    
    Now that the `artifacts` and `artifactsRewrite` flags are [removed from Deck](spinnaker/deck#8184) in preparation for release 1.20, let's remove their corresponding `hal` commands and provide a message for users deploying >= 1.20 that these fields are no longer necessary.
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    maggieneterval and mergify[bot] committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    3385403 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. chore(dependencies): Autobump fiatVersion (spinnaker#1624)

    Co-authored-by: root <root@9c300884da21>
    spinnakerbot and root committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    d12106f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1625)

    Co-authored-by: root <root@607dfd992c8d>
    spinnakerbot and root committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    8bde07d View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1627)

    Co-authored-by: root <root@4da054c07e9b>
    spinnakerbot and root committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    6f00764 View commit details
    Browse the repository at this point in the history
  3. chore(build): update to newer spinnaker project plugin (spinnaker#1626)

    updates to gradle 6.3
    
    updates github actions workflows for new release flags
    cfieber committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    61d21e2 View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1628)

    Co-authored-by: root <root@27f6a48b6497>
    spinnakerbot and root committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    8539e62 View commit details
    Browse the repository at this point in the history
  5. feat(cli): remove Travis, Wercker, Gremlin, and InfrastructureStages …

    …feature flags (spinnaker#1619)
    
    * feat(cli): remove Travis feature flag
    
    * feat(cli): remove Wercker feature flag
    
    * feat(cli): remove Gremlin feature flag
    
    * feat(cli): remove infrastructureStages feature flag
    maggieneterval committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    e5c735a View commit details
    Browse the repository at this point in the history
  6. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1629)

    Co-authored-by: root <root@4d3736916f82>
    spinnakerbot and root committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    23abba7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1632)

    Co-authored-by: root <root@7cfcb65d82e3>
    spinnakerbot and root committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    6e848bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b49564f View commit details
    Browse the repository at this point in the history
  3. fix(build): use bom for kubernetes-client version

    removes explicit version opinion which was causing the build to blow up
    in some dependency resolution cases (:halyard-web:depInsight
    --configuration runtimeClasspath --dependency kork-core)
    
    also was causing the transitives of kubernetes-client not to end up in
    the application/deb
    cfieber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    419f2b1 View commit details
    Browse the repository at this point in the history
  4. chore(build): gradle build cleanup

    removes unnecessary application of java plugin, we apply java-library to all subprojects
    removes unnecessary application of protobuf plugin in halyard-web
    removes reference to compile scope, uses implementation scope instead
    cfieber committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    dea7bc8 View commit details
    Browse the repository at this point in the history
  5. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1635)

    Co-authored-by: root <root@0e23aba3091b>
    spinnakerbot and root committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    f88bf8b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. chore(dependencies): Autobump clouddriverVersion (spinnaker#1637)

    Co-authored-by: root <root@35bcda70644a>
    spinnakerbot and root committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    b49b681 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb42a5 View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1641)

    Co-authored-by: root <root@7c412b00885f>
    spinnakerbot and root committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    3abf11d View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump clouddriverVersion (spinnaker#1642)

    Co-authored-by: root <root@ffb573cc3eb2>
    spinnakerbot and root committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    1bd9d45 View commit details
    Browse the repository at this point in the history
  5. 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
    ezimanyi committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    a959bf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. fix(versions): Use thread safe yaml parser (spinnaker#1644)

    * feat(telemetry): code formatting
    
    * feat(telemetry): code formatting
    
    * fix(versions): Use thread safe yaml parser (#39)
    
    Co-authored-by: Cristhian Castaneda <cristhian.castaneda@armory.io>
    german-muzquiz and Cristhian Castaneda committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    828b88f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    1caf20d View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1647)

    Co-authored-by: root <root@7395642f9bee>
    spinnakerbot and root committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    4bc44df View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1648)

    Co-authored-by: root <root@2b09fc3a4455>
    spinnakerbot and root committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    57eed4f View commit details
    Browse the repository at this point in the history
  2. chore(plugins): remove uiResourceLocation plugin config parameter (s…

    …pinnaker#1638)
    
    Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
    danielpeach and link108 committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    f5ec6a2 View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1650)

    Co-authored-by: root <root@94827c35f5fd>
    spinnakerbot and root committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    69d2f8c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1651)

    Co-authored-by: root <root@3ba87f91c30c>
    spinnakerbot and root committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    b88baa0 View commit details
    Browse the repository at this point in the history
  2. fix(daemon): Fix startup failure by reverting incorrect ps usage (spi…

    …nnaker#1653)
    
    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>
    ezimanyi and mergify[bot] committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    6e5f35b View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1652)

    Co-authored-by: root <root@78c161617790>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    1b46f28 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    9f8e39e View commit details
    Browse the repository at this point in the history
  2. fix(local-git): remove the Java version check from Halyard local-git …

    …deployment (spinnaker#1658)
    
    I suppose I could put in something to check for Java 11, but only looking at the version of java in your $PATH seems like a pretty naive way to go about doing this check, since there are myriad ways you could have a JDK configured for Gradle.
    plumpy committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    eda2d8c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1659)

    Co-authored-by: root <root@724dabba6269>
    spinnakerbot and root committed May 4, 2020
    Configuration menu
    Copy the full SHA
    67b106b View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1661)

    Co-authored-by: root <root@46a3f162f32d>
    spinnakerbot and root committed May 4, 2020
    Configuration menu
    Copy the full SHA
    91c4a88 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. feat(build): adds project properties for composite builds. (spinnaker…

    …#1660)
    
    This adds flags for the related projects that we bring in
    as dependencies, to enable referencing the related project
    as a composite build via gradle.
    
    This method of enabling composite builds seems to work
    significantly better with IntelliJ. (As opposed to
    importing multiple projects into the IDE and configuring
    the composite relationship after the fact)
    
    This holds the opinion that all the projects are checked
    out in the same parent directory, and can be found at
    `'../<projectName>'` relative to this project.
    
    To enable a composite reference to a project, set the
    project property `'<projectName>Composite=true'`.
    
    This can be done either as
    * a command line flag, e.g. `-PkorkComposite=true`
    * a project property via gradle.properties
    * a global project property via ~/.gradle/gradle.properties
    cfieber committed May 5, 2020
    Configuration menu
    Copy the full SHA
    75b4174 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    e827e8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12df445 View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1664)

    Co-authored-by: root <root@d5125df9eea4>
    spinnakerbot and root committed May 6, 2020
    Configuration menu
    Copy the full SHA
    ec7237e View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1665)

    Co-authored-by: root <root@c12360e2f602>
    spinnakerbot and root committed May 6, 2020
    Configuration menu
    Copy the full SHA
    9f34867 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1666)

    Co-authored-by: root <root@1848c4113575>
    spinnakerbot and root committed May 7, 2020
    Configuration menu
    Copy the full SHA
    0a10b8b View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1667)

    Co-authored-by: root <root@b0fe386ef528>
    spinnakerbot and root committed May 7, 2020
    Configuration menu
    Copy the full SHA
    1f86502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd186b2 View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump fiatVersion (spinnaker#1669)

    Co-authored-by: root <root@e6c46326ad8b>
    spinnakerbot and root committed May 7, 2020
    Configuration menu
    Copy the full SHA
    7b9f146 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. chore(dependencies): Autobump fiatVersion (spinnaker#1670)

    Co-authored-by: root <root@4b48b7bffe9a>
    spinnakerbot and root committed May 8, 2020
    Configuration menu
    Copy the full SHA
    9e7ff7a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    9a5119f View commit details
    Browse the repository at this point in the history
  2. refactor(deploy): Make kubectl deployer the only option for a distrib…

    …uted installation on Kubernetes (spinnaker#1672)
    
    * refactor(deploy): remove clouddriver-kubernetes dependency from KubernetesService
    
    KubernetesService currently calls out to clouddriver-kubernetes-v1 to assemble an image registry, repository, and tag into a KubernetesImageDescription object, and then assemble those components into a Docker image ID. Since clouddriver-kubernetes-v1 will not be included in the next Clouddriver release, let's instead include the relevant string formatting logic inline.
    
    * refactor(kubernetes): remove Kubernetes V1 account kubeconfig validation
    
    The legacy Kubernetes (V1) provider is deprecated, and will not be included in Spinnaker 1.21. Given that no new legacy accounts should be added, let's remove the V1-specific kube config validation that we never applied to V2 accounts anyway. This will unblock us from completely decoupling Halyard's distributed installation and Clouddriver's Kubernetes provider. This commit also updates my TODO to remove the remaining V1 validation logic when no supported Spinnaker release includes the V1 provider (tracking this work in this [GitHub issue](spinnaker/spinnaker#5749)).
    
    * refactor(deploy): Make kubectl deployer the only option for a distributed installation on Kubernetes
    
    Spinnaker 1.21 will not include support for using legacy (V1) accounts to deploy to Kubernetes. The next release of Halyard will not include support for using a legacy (V1) account to deploy Spinnaker itself using Halyard. It should be relatively straightforward for users to migrate from the V1 deployer to the kubectl deployer, and can be done independently of migrating any pipelines or other Spinnaker accounts to the V2 provider. Given that we don't publish a Halyard changelog, I will be sure to communicate this in the #halyard Slack channel when we do the next Halyard release.
    
    * refactor(deps): remove dependency on clouddriver-kubernetes
    
    The previous commits removed all clients of clouddriver-kubernetes and clouddriver-kubernetes-v1. Moving forward, this will prevent the class of bug where contributors do not realize that breaking changes to Clouddriver could impact Halyard (at least in the Kubernetes provider).
    maggieneterval committed May 11, 2020
    Configuration menu
    Copy the full SHA
    12c7688 View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1673)

    Co-authored-by: root <root@ff9e3aed0c45>
    spinnakerbot and root committed May 11, 2020
    Configuration menu
    Copy the full SHA
    e5c4ec3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. chore(dependencies): Autobump front50Version (spinnaker#1674)

    Co-authored-by: root <root@f40626cb6e1a>
    spinnakerbot and root committed May 12, 2020
    Configuration menu
    Copy the full SHA
    919c4e9 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1675)

    Co-authored-by: root <root@3ec048d8ec28>
    spinnakerbot and root committed May 12, 2020
    Configuration menu
    Copy the full SHA
    041e9c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48906ed View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1677)

    Co-authored-by: root <root@30587641ae05>
    spinnakerbot and root committed May 13, 2020
    Configuration menu
    Copy the full SHA
    09a5fe6 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump fiatVersion (spinnaker#1679)

    Co-authored-by: root <root@0bd80700071c>
    spinnakerbot and root committed May 13, 2020
    Configuration menu
    Copy the full SHA
    2813f46 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1680)

    Co-authored-by: root <root@c9ef12ff2f5c>
    spinnakerbot and root committed May 14, 2020
    Configuration menu
    Copy the full SHA
    e156622 View commit details
    Browse the repository at this point in the history
  2. fix(front50): Remove duplicate spinnaker key (spinnaker#1662)

    * feat(telemetry): code formatting
    
    * fix(plugins): removing extra spinnaker key
    
    * fix(front50): fix nesting of persistent storage configs
    
    Co-authored-by: Cristhian Castaneda <cristhian.castaneda@armory.io>
    link108 and Cristhian Castaneda committed May 14, 2020
    Configuration menu
    Copy the full SHA
    03c4d6f View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump fiatVersion (spinnaker#1681)

    Co-authored-by: root <root@ebbc24838ebb>
    spinnakerbot and root committed May 14, 2020
    Configuration menu
    Copy the full SHA
    fe36661 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1682)

    Co-authored-by: root <root@411b28224cf4>
    spinnakerbot and root committed May 16, 2020
    Configuration menu
    Copy the full SHA
    2197d2f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. fix(plugins): remove edit plugin command. (spinnaker#1678)

    * fix(plugins): remove edit plugin command.
    
    * fix(plugins): docs update.
    
    * fix(plugins): remove blank line on imports.
    
    * fix(plugins): remove unused code and remove edit plugin from Rest API
    
    Co-authored-by: Clay McCoy <github@claymccoy.com>
    Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
    Co-authored-by: Daniel Peach <daniel.peach@armory.io>
    4 people committed May 18, 2020
    Configuration menu
    Copy the full SHA
    18451f9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1683)

    Co-authored-by: root <root@cd13fc09c855>
    spinnakerbot and root committed May 20, 2020
    Configuration menu
    Copy the full SHA
    2000cca View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump fiatVersion (spinnaker#1684)

    Co-authored-by: root <root@0de217a3f863>
    spinnakerbot and root committed May 20, 2020
    Configuration menu
    Copy the full SHA
    b9995cf View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Configuration menu
    Copy the full SHA
    77291bc View commit details
    Browse the repository at this point in the history
  2. fix(compiler): set the version when using Dockerfile.compile (spinnak…

    …er#1686)
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    plumpy and mergify[bot] committed May 21, 2020
    Configuration menu
    Copy the full SHA
    d42e6d6 View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1688)

    Co-authored-by: root <root@ff964b5a57b7>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people committed May 21, 2020
    Configuration menu
    Copy the full SHA
    971baed View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1689)

    Co-authored-by: root <root@b22929ed9069>
    spinnakerbot and root committed May 27, 2020
    Configuration menu
    Copy the full SHA
    10eb325 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1690)

    Co-authored-by: root <root@b8d52fc22296>
    spinnakerbot and root committed May 27, 2020
    Configuration menu
    Copy the full SHA
    dcfd691 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1691)

    Co-authored-by: root <root@b562d947ef6d>
    spinnakerbot and root committed May 28, 2020
    Configuration menu
    Copy the full SHA
    0e92dd4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. refactor(deck): remove unneeded env vars from DeckDockerProfileFactory (

    spinnaker#1693)
    
    When building Deck as a container, several environment variables are required when using SSL. However, the AUTH_ENABLED and FIAT_ENABLED environment variables are only read from Deck's settings.js when doing local development. When building Deck as a container, auth and fiat configs are read from the features configuration block, not environment variables, so we can safely remove this code.
    maggieneterval committed May 29, 2020
    Configuration menu
    Copy the full SHA
    cf70fa1 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1694)

    Co-authored-by: root <root@f9f2be0e9d83>
    spinnakerbot and root committed May 29, 2020
    Configuration menu
    Copy the full SHA
    63db18f View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1695)

    Co-authored-by: root <root@c25c6c9c6112>
    spinnakerbot and root committed May 29, 2020
    Configuration menu
    Copy the full SHA
    2f93b2f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1696)

    Co-authored-by: root <root@bc227d299710>
    spinnakerbot and root committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    a19a67f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    063f363 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff8ab61 View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump korkVersion (spinnaker#1699)

    Co-authored-by: root <root@9da12d0fc23b>
    spinnakerbot and root committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    958dd3d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1700)

    Co-authored-by: root <root@28906c17cd67>
    spinnakerbot and root committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    2e1dd76 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1701)

    Co-authored-by: root <root@ba0c9d1c783d>
    spinnakerbot and root committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    cb4be8a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1703)

    Co-authored-by: root <root@6091e921213e>
    spinnakerbot and root committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    c61d79f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. style(core): Add missing space to log (spinnaker#1704)

    This will make the logs more readable as we move from this:
    `RUNNINGCollected child task [Deploy spin-redis]`
    
    to this:
    `RUNNING Collected child task [Deploy spin-redis]`
    sikevux committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    fccb8a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    b7b8549 View commit details
    Browse the repository at this point in the history
  2. fix(halyard): Replaced NPE caused by empty kubeconfig file when runni…

    …ng 'hal deploy apply' with a more descriptive exception. (spinnaker#1706)
    
    Parsed kubeconfig returned by the object mapper is null when the kubeconfig file is empty so I added a null check. Fixes the following reported issue: spinnaker/spinnaker#5224
    Furthermore, extracted some of the work from processKubernetesAccount into seperate methods in hopes of making the method more readable.
    mattsanta committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    5339c99 View commit details
    Browse the repository at this point in the history
  3. fix(halyard): bump CD to 5.61.0 and fix CF credentials validator (spi…

    …nnaker#1708)
    
    Co-authored-by: Zach Smith <zachsmith@ip-192-168-1-69.us-west-2.compute.internal>
    zachsmith1 and Zach Smith committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    f4bf3f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1709)

    Co-authored-by: root <root@f0fe681e84f7>
    spinnakerbot and root committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    7201e67 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. chore(dependencies): Autobump fiatVersion (spinnaker#1710)

    Co-authored-by: root <root@b0032545e0d1>
    spinnakerbot and root committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    dc0ca79 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump front50Version (spinnaker#1711)

    Co-authored-by: root <root@99dc460a1671>
    spinnakerbot and root committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    79a24fa View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1712)

    Co-authored-by: root <root@1d7e715ab9f3>
    spinnakerbot and root committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    98d410b View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump korkVersion (spinnaker#1713)

    Co-authored-by: root <root@8afdcb247cd4>
    spinnakerbot and root committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    09d1872 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1714)

    Co-authored-by: root <root@22b5a785fb59>
    spinnakerbot and root committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    44ebd9a View commit details
    Browse the repository at this point in the history
  2. fix(profile): write correct changelog file name to Deck settings.js (s…

    …pinnaker#1715)
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    maggieneterval and mergify[bot] committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    a8ae1ec View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1716)

    Co-authored-by: root <root@c320d4c3c16f>
    spinnakerbot and root committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    882473a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1718)

    Co-authored-by: root <root@8bcd4d2873be>
    spinnakerbot and root committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    df39d91 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1719)

    Co-authored-by: root <root@f84528c7f520>
    spinnakerbot and root committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    d21e256 View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1721)

    Co-authored-by: root <root@9b081db80ac0>
    spinnakerbot and root committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    afeddab View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump korkVersion (spinnaker#1722)

    Co-authored-by: root <root@c55a81492b7a>
    spinnakerbot and root committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    463428e View commit details
    Browse the repository at this point in the history
  5. chore(dependencies): Autobump korkVersion (spinnaker#1723)

    Co-authored-by: root <root@8dce36ec7ef6>
    spinnakerbot and root committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    78cdb23 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. chore(containers): revert the Artifact Registry changes (spinnaker#1724)

    * Revert "fix(releases): Fix minor typos in promotion script (spinnaker#1663)"
    
    This reverts commit 12df445
    
    * Revert "feat(boms): Change default dockerRegistry to GAR (spinnaker#1657)"
    
    This reverts commit e827e8e
    plumpy committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    18e70d7 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1725)

    Co-authored-by: root <root@bd79e168cfe6>
    spinnakerbot and root committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    38f2eec View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1726)

    Co-authored-by: root <root@1dccf7052742>
    spinnakerbot and root committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    3e75b09 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. feat(travis): Support for numberOfJobs and buildResultLimit (spinnake…

    …r#1717)
    
    Signed-off-by: cmuraru <cmuraru@adobe.com>
    
    Co-authored-by: cmuraru <cmuraru@adobe.com>
    costimuraru and cmuraru committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    5034e62 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    7d56b85 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1728)

    Co-authored-by: root <root@1bacecaea1dd>
    spinnakerbot and root committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    caf85c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. fix(docs): del ref to removed build shell script (spinnaker#1685)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    talbright and mergify[bot] committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    359e2e2 View commit details
    Browse the repository at this point in the history
  2. fix(docs): Edit fields description (spinnaker#1720)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    shengyu and mergify[bot] committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    6e2ff31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99c4d8c View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1731)

    Co-authored-by: root <root@977a36312434>
    spinnakerbot and root committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    20a72ac View commit details
    Browse the repository at this point in the history
  5. chore(dependencies): Autobump korkVersion (spinnaker#1732)

    Co-authored-by: root <root@59d9c736198e>
    spinnakerbot and root committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    e90503d View commit details
    Browse the repository at this point in the history
  6. chore(dependencies): Autobump fiatVersion (spinnaker#1733)

    Co-authored-by: root <root@3d8bb27683f8>
    spinnakerbot and root committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    25fe37e View commit details
    Browse the repository at this point in the history
  7. chore(dependencies): Autobump clouddriverVersion (spinnaker#1734)

    Co-authored-by: root <root@aaa8c20672e1>
    spinnakerbot and root committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    3648e14 View commit details
    Browse the repository at this point in the history
  8. chore(dependencies): Autobump front50Version (spinnaker#1735)

    Co-authored-by: root <root@0f7c6a0f6e87>
    spinnakerbot and root committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    f5997a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1736)

    Co-authored-by: root <root@a8f3fe14fb2c>
    spinnakerbot and root committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    7915d42 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. feat(travis): Support for filteredRepositories parameter (spinnaker#1730

    )
    
    * feat(travis): Support for filteredRepositories parameter
    
    Signed-off-by: cmuraru <cmuraru@adobe.com>
    
    * Implement review
    
    * Implement review
    
    Co-authored-by: cmuraru <cmuraru@adobe.com>
    costimuraru and cmuraru committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    3fee73a View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. fix(ha): modify HA Clouddriver conditionals to append Clouddriver Dec…

    …k and RO when these are enabled (spinnaker#1636)
    
    Co-authored-by: Cristhian Castaneda <cristhian.castaneda@armory.io>
    Co-authored-by: Chris Gruel <chris.gruel@armory.io>
    3 people committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    b7a993a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1740)

    Co-authored-by: root <root@71eb94a5c754>
    spinnakerbot and root committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    df2ecff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    207a6c3 View commit details
    Browse the repository at this point in the history
  3. refactor(kubernetes): deprecate ProviderVersion (spinnaker#1742)

    * Since ProviderVersion was only ever relevant to KubernetesAccount, move the enum from Provider to KubernetesAccount before deprecating it. Hopefully this will prevent any future cloud providers from needlessly including the providerVersion field in every account.
    * We have included warnings that V1 accounts cannot be used for a Distributed install for a couple of Halyard releases; let's remove these for the next release.
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    maggieneterval and mergify[bot] committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    7bbec7d View commit details
    Browse the repository at this point in the history
  4. feat(docs): add deprecation documentation (spinnaker#1744)

    * feat(docs): improve discoverability of contributor docs
    
    * feat(docs): add field deprecation docs
    
    * feat(docs): document how to add minimum Spinnaker version to new fields
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    maggieneterval and mergify[bot] committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    238a936 View commit details
    Browse the repository at this point in the history
  5. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1745)

    Co-authored-by: root <root@68a551283b83>
    spinnakerbot and root committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    ecfcd91 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. feat(authn/saml): New optional SAML parameter for signing messages (s…

    …pinnaker#1741)
    
    * feat(authn/saml): New optional SAML parameter for signing messages
    
    * feat(authn/saml): SignatureDigest should be upper case supplied
    german-muzquiz committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    73fd673 View commit details
    Browse the repository at this point in the history
  2. fix(cli): ignore providerVersion in all non-Kubernetes account types (s…

    …pinnaker#1747)
    
    Instead of ignoring `providerVersion` in the base Account class, ignore it in each non-Kubernetes subclass, so that `providerVersion: v1` is respected for legacy Kubernetes accounts.
    maggieneterval committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0075700 View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1748)

    Co-authored-by: root <root@d9d580d9b3c0>
    spinnakerbot and root committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    41e8ad2 View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump korkVersion (spinnaker#1749)

    Co-authored-by: root <root@7e3432ee318e>
    spinnakerbot and root committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    939229b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1750)

    Co-authored-by: root <root@3c52fa56dec2>
    spinnakerbot and root committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    78e8608 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1751)

    Co-authored-by: root <root@bcfed0122089>
    spinnakerbot and root committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    4f0d9a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1752)

    Co-authored-by: root <root@80d4eac187ec>
    spinnakerbot and root committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    bfccef9 View commit details
    Browse the repository at this point in the history
  2. fix(install): support Java 14 in installation for macOS (spinnaker#1746)

    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    micnncim and mergify[bot] committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    4d1753e View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1753)

    Co-authored-by: root <root@2034fe8c9f7f>
    spinnakerbot and root committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    813bd65 View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump korkVersion (spinnaker#1754)

    Co-authored-by: root <root@6eba321b78a7>
    spinnakerbot and root committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    c1feaea View commit details
    Browse the repository at this point in the history
  5. chore(dependencies): Autobump korkVersion (spinnaker#1755)

    Co-authored-by: root <root@4eda5d523f4e>
    spinnakerbot and root committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    09050ba View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. chore(dependencies): Autobump fiatVersion (spinnaker#1756)

    Co-authored-by: root <root@d0c358514126>
    spinnakerbot and root committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    8897aa0 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1757)

    Co-authored-by: root <root@caa32d04095a>
    spinnakerbot and root committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    58f53fb View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1758)

    Co-authored-by: root <root@1435b8821276>
    spinnakerbot and root committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    4db0353 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1759)

    Co-authored-by: root <root@6075b164b586>
    spinnakerbot and root committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    92f2ab0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1760)

    Co-authored-by: root <root@e1aaa35720ec>
    spinnakerbot and root committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    caaa208 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1761)

    Co-authored-by: root <root@8d7c1f8eef3c>
    spinnakerbot and root committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    74b7237 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1764)

    Co-authored-by: root <root@8442b11a4c18>
    spinnakerbot and root committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    f10d889 View commit details
    Browse the repository at this point in the history
  2. fix(install script): Don't be so particular about Java versions (spin…

    …naker#1762)
    
    * fix(install script): Don't be so particular about Java versions
    
    We should be able to run with any version of Java >=8. Java 7 has been EOL for over five years now, so if they still have that installed as their primary JDK, we probably have other issues. Let's just skip the version check entirely.
    
    There are many valid ways someone could install Java. I think it's a fair assumption that someone installing Halyard should know how to install Java. So let's remove the part where we try to install an unnecessarily old version for them.
    
    * fix(install script): -1 is not a valid exit code
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    plumpy and mergify[bot] committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a126c38 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. feat(kubernetes): allow adding custom service annotations (spinnaker#…

    …1763)
    
    * feat(kubernetes): add service annotations
    
    * fix(kuberntes): typo setting to settings
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    KeisukeYamashita and mergify[bot] committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    73ed5c3 View commit details
    Browse the repository at this point in the history
  2. fix(config): Reorder imports on PrometheusCanaryAccount.java after Se…

    …cret Import incorrectly placed (spinnaker#1631)
    
    * fix(config): Add @secret decorator to Password/Key properties in Halyard Config Models
    
    * fix(config): Reorder imports on PrometheusCanaryAccount.java after Secret Import incorrectly placed
    
    Co-authored-by: Mark Noe <marknoe@Marks-MacBook-Pro.local>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    42c2a53 View commit details
    Browse the repository at this point in the history
  3. fix(kubernetes): Deploy to a numeric k8s namespace fails (spinnaker#1597

    )
    
    Allows deployment to a Kubernetes namespace that is numeric.
    
    KubernetesV2Utils is mapping the deployment environment values to Map<String, Object>, and number-ish values are interpreted as numeric types by YAML.
    This caused a numeric namespace value to get interpreted as a Long, and later hard-casts to String in KubernetesV2Executor.exists() threw a ClassCastException
    
    Example failing config:
    
    ```
    kubernetes:
    - accounts:
      - name: foobar
        ...
        namespaces:
        - 123412341234
    ...
    deploymentEnvironment:
      location: 123412341234
    ```
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    jcavanagh and mergify[bot] committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    32236f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    ac7f6b3 View commit details
    Browse the repository at this point in the history
  2. fix(local-bom): Fix issues blocking use of locally hosted configurati…

    …on files (spinnaker#1737)
    
    * fix(versions): Fix version parsing for plugin compatibility detection for local BOMs
    
    * fix(versions): Fixing orderBySemVer so it correctly sees equivalent version expressions as equal
    
    * fix(LocalDiskProfileReader): readArchiveProfile should not expect a file extension for profileName, it must supply it
    
    Co-authored-by: Kevin Woo <kevinawoo@gmail.com>
    jaydee864 and kevinawoo committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    054fb99 View commit details
    Browse the repository at this point in the history
  3. fix: allow edit canary datadog (spinnaker#1738)

    allows halyard command edit canary datadog
    allows setting metadataCachingIntervalMS in the same manner as prometheus
    
    Co-authored-by: Kevin Woo <kevinawoo@gmail.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    71b8e21 View commit details
    Browse the repository at this point in the history
  4. fix(installer) Create sysusers.d dir if not present on Debian (spinna…

    …ker#1618)
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    mmlac and mergify[bot] committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    fc51134 View commit details
    Browse the repository at this point in the history
  5. Allow cacheThreads 0. This will disable cache for an account. (spinna…

    …ker#1692)
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    dcodix and mergify[bot] committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    3bb49f1 View commit details
    Browse the repository at this point in the history
  6. chore(dependencies): bump commons-compress version (spinnaker#1582)

    Co-authored-by: Kevin Woo <kevinawoo@gmail.com>
    asgard-r and kevinawoo committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    e01f069 View commit details
    Browse the repository at this point in the history
  7. feat(secrets): Handle secrets in service settings (spinnaker#1364)

    Co-authored-by: Kevin Woo <kevinawoo@gmail.com>
    Michael Tweten and kevinawoo committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    ff38ca7 View commit details
    Browse the repository at this point in the history
  8. 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 <kevinawoo@gmail.com>
    claymccoy and kevinawoo committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    75bd321 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. fix(dependencies): update clouddriver (spinnaker#1766)

    Also updated some modules to add clouddriver-api dep so that it would still compile.
    claymccoy committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    17ee007 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    2cbf7f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. feat(config): add upperBound/tooHighMessage for mineCanary feature fl…

    …ag (spinnaker#1768)
    
    This flag gates legacy, pre-Kayenta stages in Deck's canary module that are likely not used by OSS users. To reduce confusion, deprecate this flag.
    maggieneterval committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    8731a94 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. chore(dependencies): Autobump clouddriverVersion (spinnaker#1739)

    Co-authored-by: root <root@0b9afe36d40f>
    Co-authored-by: Eric Zimanyi <ezimanyi@google.com>
    3 people committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    2c90755 View commit details
    Browse the repository at this point in the history
  2. fix(misc): Remove hard dependency on resolvedEnv endpoint and add run…

    …time dep for kork actuator (spinnaker#1770)
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    srekapalli and mergify[bot] committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    2766ca9 View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#1769)

    Co-authored-by: root <root@f429c082b070>
    Co-authored-by: Eric Zimanyi <ezimanyi@google.com>
    3 people committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    5dec12f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1771)

    Co-authored-by: root <root@12e6abdc8861>
    spinnakerbot and root committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    1844800 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. chore(dockerfile): various Dockerfile cleanups (spinnaker#1772)

    * chore(dockerfile): replace deprecated MAINTAINER with LABEL
    
    * chore(dockerfile): use the same `adduser` commands as we do elsewhere
    
    * chore(dockerfile): make docker builds more cacheable
    
    * chore(dockerfile): make the ubuntu and slim dockerfiles more similar
    plumpy committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    45f522e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1773)

    Co-authored-by: root <root@6a807b439d68>
    spinnakerbot and root committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    cd81fb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    cffc793 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1775)

    Co-authored-by: root <root@87c6cb8f1126>
    spinnakerbot and root committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    32ede10 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1776)

    Co-authored-by: root <root@048626cb7ef2>
    spinnakerbot and root committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    8a11d8c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1777)

    Co-authored-by: root <root@7cc2f7e2e8cd>
    spinnakerbot and root committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    1488d4b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1778)

    Co-authored-by: root <root@4bab6a330c11>
    spinnakerbot and root committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    dfab7cd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1779)

    Co-authored-by: root <root@534ce9888ac0>
    spinnakerbot and root committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    1788bcb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1780)

    Co-authored-by: root <root@167ad51ad4f2>
    spinnakerbot and root committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    fa87869 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    71f433b View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1784)

    Co-authored-by: root <root@07aa874cb083>
    spinnakerbot and root committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    da6c5ce View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1785)

    Co-authored-by: root <root@fa990adebdf5>
    spinnakerbot and root committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    1e51c19 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1786)

    Co-authored-by: root <root@ec7bd04f30f1>
    spinnakerbot and root committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    781797e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1789)

    Co-authored-by: root <root@07935c2d2f7e>
    spinnakerbot and root committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    8d9ecad View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. feat(plugins): Support top level plugin config (spinnaker#1788)

    Co-authored-by: Cameron Motevasselani <cmotevasselani@gmail.com>
    fieldju and link108 committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    41d4eed View commit details
    Browse the repository at this point in the history
  2. fix(5995): Fix non-existent nexus node in halyard config (spinnaker#1787

    )
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    jmalvarezf-lmes and mergify[bot] committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    d0fc341 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. chore(dependencies): Autobump fiatVersion (spinnaker#1790)

    Co-authored-by: root <root@bfd54d97d9e4>
    spinnakerbot and root committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    7a7507a View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump spinnakerGradleVersion (spinnaker#1791)

    Co-authored-by: root <root@903b3fc96ec5>
    spinnakerbot and root committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    43d3a80 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. chore(dependencies): Autobump korkVersion (spinnaker#1792)

    Co-authored-by: root <root@b207540a8467>
    spinnakerbot and root committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    bbd20a6 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1793)

    Co-authored-by: root <root@37fd038da766>
    spinnakerbot and root committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    1a7ac38 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Merge remote-tracking branch 'oss/master' into chore/gen-manifests-up…

    …date
    
    # Conflicts:
    #	Dockerfile.compile
    #	Dockerfile.slim
    #	Dockerfile.ubuntu
    #	README.md
    #	build.gradle
    #	docs/commands.md
    #	gradle.properties
    #	gradle/wrapper/gradle-wrapper.jar
    #	gradle/wrapper/gradle-wrapper.properties
    #	gradlew
    #	halyard-backup/halyard-backup.gradle
    #	halyard-cli/src/main/java/com/netflix/spinnaker/halyard/cli/command/v1/ConfigCommand.java
    #	halyard-cli/src/main/java/com/netflix/spinnaker/halyard/cli/command/v1/config/providers/kubernetes/KubernetesEditAccountCommand.java
    #	halyard-cli/src/main/java/com/netflix/spinnaker/halyard/cli/command/v1/config/providers/tencentcloud/TencentCloudEditBakeryDefaultsCommand.java
    #	halyard-cli/src/main/java/com/netflix/spinnaker/halyard/cli/services/v1/Daemon.java
    #	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/config/v1/HalconfigDirectoryStructure.java
    #	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/ci/codebuild/AwsCodeBuild.java
    #	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/node/Features.java
    #	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/plugins/Plugin.java
    #	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/providers/huaweicloud/HuaweiCloudAccount.java
    #	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/providers/huaweicloud/HuaweiCloudBakeryDefaults.java
    #	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/providers/kubernetes/KubernetesAccount.java
    #	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/providers/tencentcloud/TencentCloudAccount.java
    #	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/services/v1/FileService.java
    #	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/validate/v1/StatsValidator.java
    #	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/validate/v1/providers/kubernetes/KubernetesAccountValidator.java
    #	halyard-config/src/test/groovy/com/netflix/spinnaker/halyard/config/model/v1/ExtensibilitySpec.groovy
    #	halyard-deploy/src/main/java/com/netflix/spinnaker/halyard/deploy/config/v1/secrets/DecryptingObjectMapper.java
    #	halyard-deploy/src/main/java/com/netflix/spinnaker/halyard/deploy/deployment/v1/ServiceProviderFactory.java
    #	halyard-deploy/src/main/java/com/netflix/spinnaker/halyard/deploy/services/v1/DeployService.java
    #	halyard-deploy/src/main/java/com/netflix/spinnaker/halyard/deploy/services/v1/GenerateService.java
    #	halyard-deploy/src/main/java/com/netflix/spinnaker/halyard/deploy/spinnaker/v1/profile/KubernetesV2ClouddriverProfileFactory.java
    #	halyard-deploy/src/main/java/com/netflix/spinnaker/halyard/deploy/spinnaker/v1/service/distributed/kubernetes/v2/KubernetesV2RedisService.java
    #	halyard-deploy/src/main/resources/kubernetes/manifests/service.yml
    #	halyard-deploy/src/test/groovy/com/netflix/spinnaker/halyard/deploy/spinnaker/v1/profile/SpringProfileFactorySpec.groovy
    #	install/macos/InstallHalyard.sh
    #	release/docker.sh
    #	release/promote.sh
    #	settings.gradle
    cristhian-castaneda committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    4b48bfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53c0c5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d895cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbe0aa5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2a7bdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5c5b21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6ee83f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15215cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09a9140 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c62c6cd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6f931ad View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b255299 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d21885 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    753cbc3 View commit details
    Browse the repository at this point in the history