forge icon indicating copy to clipboard operation
forge copied to clipboard

Continuous Delivery friendly CloudFormation deployment tool

Results 5 forge issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20190213061140-3a22650c66bd&new-version=0.7.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.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...

dependencies

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...

dependencies

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...

bug
wontfix