Tags: runatlantis/atlantis
Tags
fix: fix docker base image sha (cherry-pick #4599) (release-0.28) (#4600 ) Signed-off-by: Rui Chen <[email protected]> Co-authored-by: Rui Chen <[email protected]>
chore: fix MD031 lint error seeing lint error in https://github.com/runatlantis/atlantis/actions/runs/9196911456/job/25296141721 ``` runatlantis.io/docs/server-configuration.md:477 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] ``` Signed-off-by: Rui Chen <[email protected]>
fix: download conftest binary for correct arch (#4089) (#4161) * download conftest binary for correct arch * remove default constant --------- Signed-off-by: Prajith P <[email protected]> Co-authored-by: Prajith <[email protected]>
fix(multienv): allow commas and quoted values (#3542) * Make code more Go-idiomatic While at it makes it more readable. Signed-off-by: Leandro López (inkel) <[email protected]> * Add internal function to parse multienv step input This new function properly deals with quotes and commas in values. Signed-off-by: Leandro López (inkel) <[email protected]> * Add regression test for multienv output with comma in values See #2765 for an issue report. Signed-off-by: Leandro López (inkel) <[email protected]> * Use parseMultienvLine for parsing multienv steps output Signed-off-by: Leandro López (inkel) <[email protected]> * Add internal function to parse multienv step input This new function properly deals with quotes and commas in values. Signed-off-by: Leandro López (inkel) <[email protected]> --------- Signed-off-by: Leandro López (inkel) <[email protected]> Co-authored-by: PePe Amengual <[email protected]>