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

release new version #759

Closed
hauntingEcho opened this issue Aug 12, 2020 · 2 comments
Closed

release new version #759

hauntingEcho opened this issue Aug 12, 2020 · 2 comments

Comments

@hauntingEcho
Copy link
Contributor

The most current version of Stacker was released 16 months ago, and there have been important bugfixes since - in particular, #731 is important to my team. Will there be a new release soon?

@troyready
Copy link
Contributor

@hauntingEcho an alternative you can try while waiting is runway, another python project that forked its CloudFormation support off Stacker (with additional features and other fixes like the one you mentioned included).

Its scope is a bit broader (essentially, orchestrating multiple Stacker deployments alongside other cloud deployment tools like Terraform and Serverless Framework), but it can just be used as an opinionated Stacker replacement as well.

E.g., assuming you had a directory like:

mystackerconfigfile.yml
mystacker-dev-env.env

and wanted to deploy it to us-east-2,

mv mystacker-dev-env.env dev-us-east-2.env
cat << EOF > runway.yml
---
deployments:
  - modules:
      - ./
    regions:
      - us-east-2
EOF
runway deploy --deploy-environment dev

@hauntingEcho
Copy link
Contributor Author

closed via #760

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

No branches or pull requests

2 participants