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

Session manager update & termination protection - v0.81-beta #30

Merged
merged 11 commits into from
May 11, 2018

Conversation

daidokoro
Copy link
Owner

@daidokoro daidokoro commented Apr 4, 2018

This pull requests (v0.81-beta) adds the following features and bug fixes.

Bug Fixes

  • Added errror checking to terminating stacks. Fixes intermittent stack trace during termination commands in shell-mode

Features

  • region can now be specified in config for each stack as a keyword.
stacks:
  mystack:
    region: us-east-1
    source: some.template
    cf:
      some: value

As each stack will have it's own session, the stack_output gen-time template command can be used for cross-region output sharing, without the need to setting up a new AWS profile.

  • Termination Protects can now be enabled for all stacks.
$ qaz protect --al --config some.yaml  # turns on protection for all
$ qaz protect --all --off --config some.yaml # turns off protection for all

Individual stacks can also be specified.

$ qaz protect mystack --config some.yaml
  • git-status
    A git-status command has been added. This command allows you to check the status of a deployment by calling the config file on a Git Repo directly.
qaz git-status https://github.com/cfn-deployable/simplevpc
info: fetching git repo: [simplevpc]
--
Counting objects: 14, done.
Total 14 (delta 0), reused 0 (delta 0), pack-reused 14
--
create_pending -> vpc [qaz-project-vpc]

@daidokoro daidokoro changed the title Session manager update & termination protection Session manager update & termination protection - v0.81-beta Apr 26, 2018
@daidokoro daidokoro merged commit e172ce2 into master May 11, 2018
@daidokoro daidokoro deleted the session-manager branch November 12, 2018 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant