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

V2.0.0 #154

Merged
merged 36 commits into from
Oct 13, 2019
Merged

V2.0.0 #154

merged 36 commits into from
Oct 13, 2019

Conversation

bundyfx
Copy link
Contributor

@bundyfx bundyfx commented Oct 13, 2019

v2.0.0 🚀

Release Notes:

  • Detailed Serverless Application Repository (SAR) Parameter Document that highlights what the parameters do prior to deploying ADF. This can be seen when viewing ADF via the SAR.
  • PollForChanges is no longer the default way to retrieve content from CodeCommit repositories. A Cloudwatch event is now created in source accounts that sends CodeCommit events towards the Deployment account via a cross account event bus policy. This allows for a pushed based model that is more reactive to changes and more predictable.
  • Secrets Manager has replaced Parameter Store for holding sensitive values related to Slack Notifications along with Github Tokens. For information on this see the admin guide or example deployment map which showcases the new syntax. This is a breaking change for the Github source actions. See the user guide for the new syntax for the Github source action and shift your oauth tokens over to secrets manager.
  • Schema validation is in place for the deployment map files.

Issues Resolved

Resolves #134 -> bug fixed with package transform script.
Resolves #133 -> template_filename is now a key that can be passed in at any stage to override the filename used.
Resolves #59 -> no more polling pipelines for changes, source accounts will get a Cloudwatch event stack that will send its codecommit events across to the deployment account via a cross account event bus policy.
Resolves #125 -> approval stages can now be passed in the middle of change sets as a deploy type key (see below examples).
Resolves #122 -> stack_name is now a key that can be used with the deploy type.
Resolves #56 -> no more Jinja2 for Pipeline generation. CDK has taken its place and allows more flexibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant