Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/spinnaker] Leverage Halyard for installation #6407

Merged
merged 63 commits into from
Aug 23, 2018

Commits on Jun 29, 2018

  1. Use Halyard for Spinnaker installation

    Vic Iglesias committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    c24e566 View commit details
    Browse the repository at this point in the history
  2. Bump spinnaker version in Chart.yaml

    Vic Iglesias committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    e6b3516 View commit details
    Browse the repository at this point in the history
  3. Add whitespace in helpers

    Vic Iglesias committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    860d3da View commit details
    Browse the repository at this point in the history
  4. Remove dependency on Jenkins

    Vic Iglesias committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    1f5b171 View commit details
    Browse the repository at this point in the history
  5. Fix cleanup

    Vic Iglesias committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    a6f8865 View commit details
    Browse the repository at this point in the history
  6. Fix NOTES command for exec into hal

    Vic Iglesias committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    922a6b9 View commit details
    Browse the repository at this point in the history
  7. No longer need override_config_map helper

    Vic Iglesias committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    caf18ce View commit details
    Browse the repository at this point in the history
  8. Simplify cleanup job

    Vic Iglesias committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    88c57ca View commit details
    Browse the repository at this point in the history
  9. Remove halyard-pvc empty file

    Vic Iglesias committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    716576b View commit details
    Browse the repository at this point in the history
  10. Update README

    Vic Iglesias committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    d5f558b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Add lwander as maintainer of Spinnaker chart

    Vic Iglesias committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    b43b281 View commit details
    Browse the repository at this point in the history
  2. Make halyard-local config simpler

    Vic Iglesias committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    a397e5f View commit details
    Browse the repository at this point in the history
  3. Remove type: Opaque from kubeconfig map

    Vic Iglesias committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    e52f106 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Mount GCS key on Halyard statefulset

    Vic Iglesias committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    c1e12a9 View commit details
    Browse the repository at this point in the history
  2. Fix credentials when using kubeConfig.enabled

    Vic Iglesias committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    df6efb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Allow custom config to be provided at install time.

    Vic Iglesias committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    e15e03d View commit details
    Browse the repository at this point in the history
  2. Fix port-forward commands in README

    Vic Iglesias committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    1cae6ff View commit details
    Browse the repository at this point in the history
  3. Configure Halyard's RBAC

    Vic Iglesias committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    cd651f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. Use redis deployed by helm

    Vic Iglesias committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    39653bb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2018

  1. Use Deck to route /gate requests

    Vic Iglesias committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    d15f23b View commit details
    Browse the repository at this point in the history
  2. Fix RBAC in default configuration

    Vic Iglesias committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    961c58b View commit details
    Browse the repository at this point in the history
  3. Scope template helper names

    eaceaser committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    7782318 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07924be View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Enable spinnakerFeatureFlags

    dpujadas committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    9cc213f View commit details
    Browse the repository at this point in the history
  2. Fix deck service name

    dpujadas committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    7667063 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Merge pull request #11 from eaceaser/spin-v1.0.0-updates

    Scope helper names, add resource label helpers
    Vic Iglesias authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    9d11408 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'spin-v1.0.0' into spin-v1.0.0-fix-ingress

    Vic Iglesias authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    407f9ee View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from GekoCloud/spin-v1.0.0-fix-ingress

    Fix deck service name
    Vic Iglesias authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    f7c214d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Basic S3 support.

    setting access keys is optional, if they are unset, the implicit
    credentials from your environment will be used.
    eaceaser committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    fc44dc5 View commit details
    Browse the repository at this point in the history
  2. Smallish updates.

    * Runs the install script with bash -xe for log output.
    * Makes the install script somewhat idempotent in the case of chart
      upgrades on an existing halyard config state.
    * Fully qualifies serviceaccount names.
    * Whitespace fixes.
    eaceaser committed Jul 13, 2018
    Configuration menu
    Copy the full SHA
    248cb4c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Merge pull request #15 from eaceaser/spin-v1.0.0-updates-2

    Spinnaker chart smallish updates
    Vic Iglesias authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    edb4204 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'spin-v1.0.0' into spin-v1.0.0-s3

    Vic Iglesias authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    ae289b4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from eaceaser/spin-v1.0.0-s3

    Basic S3 support.
    Vic Iglesias authored Jul 16, 2018
    Configuration menu
    Copy the full SHA
    9e13f54 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    997019c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    420d626 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from GekoCloud/spin-v1.0.0-feature-flags

    Optionally enable Spinnaker feature flags
    Vic Iglesias authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    267801f View commit details
    Browse the repository at this point in the history
  4. Fix typo in README

    Vic Iglesias authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    2263457 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Follow RBAC best practices for chart

    Vic Iglesias committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    43eee44 View commit details
    Browse the repository at this point in the history
  2. Remove trailing space

    Vic Iglesias committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    c2776d5 View commit details
    Browse the repository at this point in the history
  3. update helm dependencies

    Update minio and redis deps to be their current releases
    paulczar committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    3a03a5a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Merge pull request #17 from paulczar/update-minio-redis-deps

    update helm dependencies
    Vic Iglesias authored Jul 19, 2018
    Configuration menu
    Copy the full SHA
    1f30a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d681f66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e87bb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    668572f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40c50ac View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. Merge pull request #18 from paulczar/repo-creds

    Allow user to specify registry credentials in values or via a premade secret.
    Vic Iglesias authored Jul 21, 2018
    Configuration menu
    Copy the full SHA
    c43836b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    4cb44d0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from eaceaser/spin-v1.0.0-s3fix

    Fix for S3 credentials config
    Vic Iglesias authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    4e00d00 View commit details
    Browse the repository at this point in the history
  3. Enable artifacts by default

    Vic Iglesias committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    20f5165 View commit details
    Browse the repository at this point in the history
  4. Allow Halyard and Spinnaker SAs to be configurable

    Vic Iglesias committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    552f4ba View commit details
    Browse the repository at this point in the history
  5. Use custom SA in halyard SS if passed

    Vic Iglesias committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    8f64a11 View commit details
    Browse the repository at this point in the history
  6. Default to version 1.8.4 of Spinnaker

    Vic Iglesias committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    56dbdc9 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Simplify ingress values, fix nodeports for svcs

    Vic Iglesias committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    2d1c4cf View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

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

Commits on Aug 9, 2018

  1. Merge pull request #21 from sc250024/spin-v1.0.0

    Moving 'hosts' to ingress
    Vic Iglesias authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    bcec62e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into spin-v1.0.0

    Vic Iglesias authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    933e6a3 View commit details
    Browse the repository at this point in the history
  3. Updater Spinnaker to 1.8.5

    Vic Iglesias authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    e3576ae View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    8f4b952 View commit details
    Browse the repository at this point in the history
  2. Add newline

    Vic Iglesias authored Aug 23, 2018
    Configuration menu
    Copy the full SHA
    5fd48a2 View commit details
    Browse the repository at this point in the history
  3. Add newline

    Vic Iglesias authored Aug 23, 2018
    Configuration menu
    Copy the full SHA
    b61619a View commit details
    Browse the repository at this point in the history
  4. Add newline

    Vic Iglesias authored Aug 23, 2018
    Configuration menu
    Copy the full SHA
    eda73e2 View commit details
    Browse the repository at this point in the history
  5. Add newline

    Vic Iglesias authored Aug 23, 2018
    Configuration menu
    Copy the full SHA
    f586f23 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #24 from eaceaser/spin-v1.0.0-nodeport-fix

    Make nodeport exposure idempotent
    Vic Iglesias authored Aug 23, 2018
    Configuration menu
    Copy the full SHA
    7297496 View commit details
    Browse the repository at this point in the history