forge
forge copied to clipboard
Continuous Delivery friendly CloudFormation deployment tool
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190213061140-3a22650c66bd to 0.7.0. Commits See full diff in compare view [](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...
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.0 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...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.16.36 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...
It would be useful to be able to UsePreviousValue for existing parameters (well to me). on a deploy new stack it should fail it with an error. on a deploy...
**Example:** ```yaml --- ParameterHere: 0123456 # Result: "42798" ParameterFail: 0456789 # FAIL: Returns an error due to an invalid octal number ``` **Workaround:** Wrap your values in quotes to prevent...