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

feat(k8s): Add Deployment Kind support for Blue/Green deployments #5830

Merged
merged 12 commits into from
Dec 15, 2022

Commits on Dec 5, 2022

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

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    8015274 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    976f368 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f46f95 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. refactor(web): Clean up redundant spring property in gradle file (spi…

    …nnaker#5834)
    
    The property spring.config.additional-location is redundant in clouddriver-web.gradle file. This property is set by class com.netflix.spinnaker.kork.boot.DefaultPropertiesBuilder in com.netflix.spinnaker.clouddriver.Main. So removing it from gradle file.
    j-sandy authored and ciurescuraul committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ecddace View commit details
    Browse the repository at this point in the history
  2. feat(kubernetes): add endpoints to allow k8s tasks to be retried by o…

    …rca (spinnaker#5833)
    
    Co-authored-by: Apoorv Mahajan <amahaja3@ncsu.edu>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people authored and ciurescuraul committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    990170f View commit details
    Browse the repository at this point in the history
  3. chore(dependencies): Autobump korkVersion (spinnaker#5836)

    Co-authored-by: root <root@923768a73b79>
    2 people authored and ciurescuraul committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    7f71816 View commit details
    Browse the repository at this point in the history
  4. chore(dependencies): Autobump korkVersion (spinnaker#5837)

    Co-authored-by: root <root@460f62b24dfe>
    2 people authored and ciurescuraul committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    7caed07 View commit details
    Browse the repository at this point in the history
  5. chore(dependencies): Autobump korkVersion (spinnaker#5838)

    Co-authored-by: root <root@bd924b84c45e>
    2 people authored and ciurescuraul committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    ecb75d0 View commit details
    Browse the repository at this point in the history
  6. chore(dependencies): Autobump korkVersion (spinnaker#5839)

    Co-authored-by: root <root@c0db2dce1dda>
    2 people authored and ciurescuraul committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    915e3c4 View commit details
    Browse the repository at this point in the history
  7. chore(dependencies): remove dependency on groovy-all where straightfo…

    …rward (spinnaker#5840)
    
    with a specific goal to get org.testng:testng:7.4.0 out of shipping code, since it's vulnerable to
    CVE-2022-4065.
    
    Note: groovy-all and testng remain in clouddriver-yandex, but they're gone (besides test
    configurations) elsewhere.
    
    test(integration): test red/black deployment
    
    test(integration): test blue/green deployment
    dbyron-sf authored and ciurescuraul committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    7294894 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3277395 View commit details
    Browse the repository at this point in the history