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

[KubernetesManifestV0] Promote and Reject actions added #9914

Merged
merged 20 commits into from
Apr 1, 2019

Conversation

nishubansal
Copy link
Member

@nishubansal nishubansal commented Mar 25, 2019

  • Promote action - If deployment strategy is 'Canary' it deletes canary deployment (canary and baseline objects) and deploy input manifests. If deployment strategy is not 'Canary', Error message is thrown.

  • Reject action - If deployment strategy is 'Canary' it deletes canary deployment (canary and baseline objects). and if deployment strategy is not 'Canary', Error message is thrown.

  • Code of other actions is refactored. Common code is moved to Helper classes.

  • kubectl-object-model is moved out of utility-commons.

@thesattiraju
Copy link
Contributor

@nishubansal could you add some L0s?

@thesattiraju
Copy link
Contributor

You need to bump up the version of all the tasks which take a dependency on common. New check I suppose. That's breaking your CI build.

@shashankbarsin shashankbarsin self-requested a review April 1, 2019 08:23
@nishubansal nishubansal merged commit 0a094db into master Apr 1, 2019
thesattiraju pushed a commit that referenced this pull request Apr 4, 2019
…teAction

[KubernetesManifestV0] Promote and Reject actions added
thesattiraju added a commit that referenced this pull request Apr 4, 2019
* Merge pull request #9914 from Microsoft/users/nibansal/KubernetesDeleteAction

[KubernetesManifestV0] Promote and Reject actions added

* [KubernetesManifest] Create secret action (#9992)

* [KubernetesManifest] Create secret action

* Fixing annotations in tests

* Merge pull request #10008 from Microsoft/users/nibansal/ImagePullSecretAddition

ImagePullSecrets input added for KubernetesManifestV0 task

* [KubernetesManifestV0] updating action name (#10029)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants