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

refactor(cx-api): bump cli <=> cdk protocol version #2956

Merged
merged 4 commits into from
Jun 23, 2019
Merged

Commits on Jun 20, 2019

  1. refactor(cx-api): bump cli <=> cdk protocol version

    following up on #2922, manifest may include "env" that indicates unknown-account/unknown-region,
    which will cause old CLIs to fail, so we must bump the version to ensure compatibility.
    
    BREAKING CHANGE: Previous versions of the CDK CLI will not be fully compatible with this version of the framework and vice versa.
    Elad Ben-Israel committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    6683cd2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. fix test message

    Elad Ben-Israel committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    30c35d1 View commit details
    Browse the repository at this point in the history
  2. chore: fix build break caused by parallel PRs

    Elad Ben-Israel authored Jun 23, 2019
    Configuration menu
    Copy the full SHA
    4d55e18 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'eladb-patch-2' into benisrae/bump-cx

    Elad Ben-Israel committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    f531a77 View commit details
    Browse the repository at this point in the history