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

fix(validations): Request prototype bean from spring instead of using "new" #34

Merged
merged 91 commits into from
Jan 23, 2020

Commits on Jul 24, 2019

  1. fix(config): parse 'oauthScopes' stanzas that were incorrectly written (

    spinnaker#1376)
    
    * refactor(config): remove a pointless try/catch block
    
    * refactor(tests): remove an unused import
    
    * fix(config): parse 'oauthScopes' stanzas that were incorrectly written
    
    The old version of Lombok used in Halyard <=1.21 didn't copy
    @JsonProperty annotations to the generated methods. This means Jackson
    was seeing the field as 'oAuthScopes' and the getter/setter as a
    separate 'oauthScopes' property. The same data would be written to both
    properties, and during parsing whichever came last in the file would be
    persisted into the object.
    
    With new versions of Lombok (>=1.18.8), the @JsonProperty annotation is
    copied to the bean methods, so the 'oauthScopes' property disappears and
    Jackson can no longer parse those old files.
    
    This commit adds some methods to support parsing the files generated by
    previous versions of Halyard, but will no longer write out the
    incorrect duplicate data.
    
    * chore(copyright): add a missing copyright header
    plumpy authored and ezimanyi committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    a10e1af View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

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

Commits on Jul 30, 2019

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

Commits on Aug 1, 2019

  1. feat(secret): decrypt secrets before sending to deck (spinnaker#1379)

    * feat(secret): decrypt secrets before sending to deck
    
    * code review changes
    KathrynLewis authored and ezimanyi committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    bcf88a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

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

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    09c8687 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6315b3f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. chore(build): Update cloudbuild.yaml file (spinnaker#1388)

    Remove the $REPO_NAME variable from the cloudbuild.yaml file; this is being used
    to decide the name of the image to push which will not always correspond to the
    image name. In particular, if we start publishing both alpine and ubuntu images
    we'll want the image name to have a suffix reflecting that.
    ezimanyi committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    54e5420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01310c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

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

Commits on Aug 14, 2019

  1. feat(plugins): adding halyard commands for plugins (spinnaker#1386)

    * feat(plugins): adding halyard commands for plugins
    
    * chore(refactor): use toMap instead of a concurrentMap collector
    link108 authored and ethanfrogers committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    21fa9aa View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

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

Commits on Aug 16, 2019

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

Commits on Aug 19, 2019

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

Commits on Aug 20, 2019

  1. feat(kubernetes): Support for tolerations (spinnaker#1396)

    * fix(kubernetes): Added support for tolerationn
    
    Signed-off-by: rverma-nikiai <rohit.verma@niki.ai>
    
    * feat(kubernetes): Added support for Tolerations
    
    Added support for tolerations
    
    Signed-off-by: rverma-nikiai <rohit.verma@niki.ai>
    
    * feat(kubernetes): Support for tolerations
    
    * fix(kubernetes): Added support for Tolerations, fixed access
    rverma-nikiai authored and ezimanyi committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    f346182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    641c4bd View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Configuration menu
    Copy the full SHA
    345c0ac View commit details
    Browse the repository at this point in the history
  2. feat(deployments): Update component sizing command to allow container…

    … component sizing. (spinnaker#1387)
    Michael Tweten authored and ethanfrogers committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    f063581 View commit details
    Browse the repository at this point in the history
  3. feat(deploy/kubernetes): Option to select the image variant to deploy (

    …spinnaker#1401)
    
    * refactor(deploy/kubernetes): Removed duplicated code
    
    * feat(deploy/kubernetes): Option to select the image variant to deploy
    
    Supports `slim` and `ubuntu`, the former being the default.
    Ubuntu image supported starting with v1.16.0.
    Pierre Delagrave authored and ezimanyi committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    f1b4a52 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Configuration menu
    Copy the full SHA
    9db20e7 View commit details
    Browse the repository at this point in the history
  2. fix(docs): s/Kubenretes/Kubernetes (spinnaker#1402)

    msneeden authored and Matt Duftler committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    2f794a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

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

Commits on Aug 30, 2019

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

Commits on Sep 4, 2019

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

    spinnakerbot authored and Jammy Louie committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    fb4f0ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4228df2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c661c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

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

    spinnakerbot authored and Travis Tomsu committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    7ea1b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8942b34 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

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

Commits on Sep 9, 2019

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

Commits on Sep 10, 2019

  1. feat(telemetry): adds endpoint and enable settings for stats collecti…

    …on (spinnaker#1406)
    
    * feat(telemetry): adds endpoint and enable settings for telemetry
    staciegravy authored and Travis Tomsu committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    b56a386 View commit details
    Browse the repository at this point in the history
  2. chore(dependencies): Autobump korkVersion (spinnaker#1421)

    spinnakerbot authored and Travis Tomsu committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    13e0b07 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. fix(eks): Halyard doesn't work with new EKS kube config (spinnaker#1382)

    Fixes spinnaker/spinnaker#4712
    
    Signed-off-by: Constantin Muraru <cmuraru@adobe.com>
    costimuraru authored and ezimanyi committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    92f41a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

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

Commits on Sep 17, 2019

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

Commits on Sep 18, 2019

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

    spinnakerbot authored and Travis Tomsu committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    99450e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. fix(saml): make email address configurable (spinnaker#1427)

    * fix(saml): make email address configurable
    
    * update commands for saml email
    Chris Gruel authored and ethanfrogers committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    e3415cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80bf086 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. chore(core): Compile using the java compiler (spinnaker#1432)

    Only test code is written in groovy, so we never have to worry about
    java code depending on groovy code; remove the override that is
    causing java source files to be compiled with the groovy compiler.
    ezimanyi committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    5147cb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

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

Commits on Sep 26, 2019

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

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    30c9286 View commit details
    Browse the repository at this point in the history
  2. feat(plugins): enable plugin config overrides (spinnaker#1439)

    * feat(plugins): enable plugin config overrides
    
    * chore(plugins): create getPluginConfigurations in Plugins class
    link108 authored and ezimanyi committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    d0c1b90 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. feat(build): Ubuntu base image support (spinnaker#1438)

    * Composing the docker images build by having a shared first stage to build the JAR.
    * Release scripts support both default and ubuntu image variants. Fully backward compatible as the existing tagging convention is left untouched, the new ubuntu images have their version tag appended with `-ubuntu`.
    * Deleted unused Dockerfile and cloudbuild config files.
    Pierre Delagrave authored and ezimanyi committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    75f71e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

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

Commits on Oct 9, 2019

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

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    e1bd180 View commit details
    Browse the repository at this point in the history
  2. feat(monitoring): add new relic monitoring daemon config (spinnaker#1442

    )
    
    * feat(canary): add new relic monitoring daemon config
    
    * feat(monitoring): replace short description for metric store commands
    
    s/authentication method/metric store
    jwelch92 authored and ezimanyi committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    b4de6f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. feat(kubernetes): add flag for Kubernetes custom resources (spinnaker…

    …#1436)
    
    * feat(kubernetes): add flag for Kubernetes custom resources
    
    Adds flag `--custom-resources` to specify CRDs that should be cached by clouddriver. Defining custom resources here is required for them to be used in patch and delete pipeline stages.
    
    * feat(kubernetes) validation for customResources and allow setting all fields
    
    * Update docs for custom resources flag
    
    * feat(kubernetes): clean up CLI arguments for adding custom resources
    
    Switched from serialized format for setting fields to only allowing adding custom resource when editing an account.
    
    `--spinnaker-kind` and `--versioned` are optional but are not valid arguments without `--add-custom-resource`.
    
    * feat(kubernetes): fix docs
    jwelch92 authored and ezimanyi committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    0a103d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

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

Commits on Oct 17, 2019

  1. fix(kubernetes): remove user-facing references to todo(lwander) (spin…

    …naker#1449)
    
    * fix(kubernetes): remove user-facing references to todo(lwander)
    
    * fix(kubernetes): formatting
    lwander committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    4af9dee View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

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

Commits on Oct 21, 2019

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

Commits on Oct 23, 2019

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

Commits on Oct 24, 2019

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

Commits on Oct 25, 2019

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

Commits on Oct 28, 2019

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

Commits on Oct 29, 2019

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

Commits on Oct 30, 2019

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

    spinnakerbot authored and Travis Tomsu committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    aa1b8b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    527d02e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

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

Commits on Nov 4, 2019

  1. fix(provider/aws): Support for specifying lifecycle hooks for AWS acc…

    …ounts (spinnaker#1420)
    
    * fix(provider/aws): Support for specifying lifecycle hooks for AWS accounts
    costimuraru authored and robzienert committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    ffd8021 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

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

Commits on Nov 11, 2019

  1. fix(build): Missing Ubuntu image dependency (spinnaker#1464)

    Pierre Delagrave authored and Jammy Louie committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    8d0fbf9 View commit details
    Browse the repository at this point in the history
  2. fix(build): spinnaker user/group id=1000 in Ubuntu image (spinnaker…

    …#1465)
    
    The slim/alpine image uses 1000/1000 as the uid and gid for the `spinnaker` user. Doing the same thing for the Ubuntu image makes it simpler for installers like the Helm chart to use either image variant.
    Pierre Delagrave authored and Jammy Louie committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    fad71f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. fix(saml): get saml file path instead of file contents in saml valida…

    …tor (spinnaker#1455)
    
    * fix(saml): get saml file path instead of file contents in saml validator
    
    * remove redundant SecretSessionManager
    KathrynLewis authored and claymccoy committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    a9f468e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

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

Commits on Nov 19, 2019

  1. feat(halyard/localfiles): Support relative local files in hal config (s…

    …pinnaker#1416)
    
    * feat(localfiles): Support relative local files to hal config home
    
    Usually when referencing local files in main hal config with a relative
    path, halyard throws this error:
    
    Problems in Global:
    ! ERROR Failed to backup user file: default/files/kubeconfig-main
    
    - Failed to generate config.
    
    With this change, relative files will be automatically resolved relative
    from hal config home.
    
    * feat(localfiles): Only prefix files in subdirectories of input prefix
    
    * feat(halyard/localfiles): Use getter for hal config directory
    
    * feat(halyard/localfiles): Error on relative files escaping hal home
    
    * feat(localfiles): Normalize path on comparison for removing prefix
    
    * chore(localfiles): Paths for building a path instead of string concat
    
    * chore(localfiles): Save field references to child nodes
    
    * chore(localfiles): Removed {%halconfig-dir%}, moved some code to parser
    
    * chore(localfiles): Support backups made with {%halconfig-dir%}
    
    * chore(localfiles): Support backups made with {%halconfig-dir%}
    
    * chore(localfiles): Using java Path instead of string handling
    
    * chore(localfiles): New FileService for getting file paths and contents
    
    * chore(localfiles): Use FileService for getting files
    german-muzquiz authored and kevinawoo committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    95be107 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

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

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    e202d7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0ab3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e88f40 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. feat(huaweicloud): first commit for huaweicloud (spinnaker#1461)

    * feat(huaweicloud): first commit for huaweicloud
    
        r 3e29b2c feat(huaweicloud): first commit for huaweicloud
        r 14f49c4 feat(huaweicloud): add commands about account
    
    * feat(huaweicloud): add commands of account
    
        r 3e29b2c feat(huaweicloud): first commit for huaweicloud
        r 14f49c4 feat(huaweicloud): add commands about account
    
    * refactor(huaweicloud): add validator and change the way to input password
    
    * feat(huaweicloud): add commands of bakery
    
    * style(huaweicloud): add missed copyrights
    
    * style(huaweicloud): make code simple
    zengchen1024 authored and mergify[bot] committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    d35767d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    e9611c0 View commit details
    Browse the repository at this point in the history
  2. fix(deployments): Fixed k8s manifests templates generating invalid ya…

    …ml (spinnaker#1456)
    
    manifest templates were adding unnecessary commas when podAnnotations, podLabels, or serviceLabels were supplied causing deployments to fail.
    gregnorth authored and mergify[bot] committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    e518ed4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22617af View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

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

Commits on Dec 6, 2019

  1. feat(huaweicloud): add provider of huaweicloud (spinnaker#1476)

    * feat(huaweicloud): first commit for huaweicloud
    
        r 3e29b2c feat(huaweicloud): first commit for huaweicloud
        r 14f49c4 feat(huaweicloud): add commands about account
    
    * feat(huaweicloud): add commands of account
    
        r 3e29b2c feat(huaweicloud): first commit for huaweicloud
        r 14f49c4 feat(huaweicloud): add commands about account
    
    * refactor(huaweicloud): add validator and change the way to input password
    
    * feat(huaweicloud): add commands of bakery
    
    * style(huaweicloud): add missed copyrights
    
    * style(huaweicloud): make code simple
    
    * fix(huaweicloud): fix the bakery validate exception
    zengchen1024 authored and mergify[bot] committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    6545631 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    0a28f04 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:spinnaker/halyard into gen-manifests

    � Conflicts:
    �	Dockerfile.ubuntu
    �	docs/commands.md
    �	gradle.properties
    �	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/artifacts/gitrepo/GitRepoAddArtifactAccountCommand.java
    �	halyard-cli/src/main/java/com/netflix/spinnaker/halyard/cli/command/v1/config/artifacts/gitrepo/GitRepoEditArtifactAccountCommand.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/config/v1/HalconfigParser.java
    �	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/artifacts/gitrepo/GitRepoArtifactAccount.java
    �	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/node/Node.java
    �	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/node/Plugins.java
    �	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/node/Telemetry.java
    �	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/node/Validator.java
    �	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/util/ValidatingFileReader.java
    �	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/validate/v1/canary/google/GoogleCanaryAccountValidator.java
    �	halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/validate/v1/security/SamlValidator.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/KubernetesV2Service.java
    �	halyard-deploy/src/main/java/com/netflix/spinnaker/halyard/deploy/spinnaker/v1/service/distributed/kubernetes/v2/KubernetesV2Utils.java
    German Muzquiz committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    a2750bb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. chore(tools): Pulled latest changes from upstream master

    German Muzquiz committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    c1eb1a2 View commit details
    Browse the repository at this point in the history
  2. chore(logging): Log validation problems

    German Muzquiz committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    ce32fdd View commit details
    Browse the repository at this point in the history
  3. Merge branch 'gen-manifests' of github.com:armory-io/halyard into gen…

    …-manifests
    German Muzquiz committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    e1f065d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'gen-manifests' of github.com:armory-io/halyard into gen…

    …-manifests
    German Muzquiz committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    7ac340f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Merge branch 'gen-manifests' of github.com:armory-io/halyard into gen…

    …-manifests
    German Muzquiz committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    0be3629 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. fix(validations): Request prototype bean from spring instead of using…

    … "new"
    German Muzquiz committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    9d9a4a6 View commit details
    Browse the repository at this point in the history