stackit icon indicating copy to clipboard operation
stackit copied to clipboard

Cross-platform CloudFormation CLI tool for easy synchronous and idempotent stack updates

Results 19 stackit issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20190813064441-fde4db37ae7a to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20190813064441-fde4db37ae7a&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.2 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.26.8 to 1.34.0. Changelog Sourced from github.com/aws/aws-sdk-go's changelog. Release v1.34.0 (2020-08-07) Service Client Updates service/glue: Updates service API and documentation AWS Glue now adds support for Network...

dependencies

Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.2 to 2.2.8. Commits 53403b5 Optimize cases with long potential simple_keys (#555) 1f64d61 Fix issue in simple_keys improvements (#548) a95acef Update travis config to use latest go...

dependencies

Adding following options to stackit cli. ``` * `--stackit-s3-suffix "random"` If the s3 bucket stackit creates requires a unique S3 bucket name. * `--stackit-tags "key=val,key2=val2"` If the s3 bucket stackit...

``` stackit version 0.0.40 panic: packaging template: packaging template: uploading zip to s3: getting bucket for object upload: creating s3 bucket: OperationAborted: A conflicting conditional operation is currently in progress...

bug

stackit just hangs without any indication of what's happening: ``` $ stackit up --stack-name s3-buckets --template infra/cloudformation/s3-buckets.yaml --region us-east-1 stackit version 0.0.39 ```

Newly created bucket - maybe versioning takes a while to take effect? https://github.com/glassechidna/stackit/blob/45b26cd3f28cb50fb097c081fec59b186f108888/pkg/stackit/packager/upload.go#L67 EDIT: A few seconds later, re-running worked