Skip to content

Commit 4ce379e

Browse files
Update Changelog for 1.504.0 (#1128)
Co-authored-by: cloudposse-releaser[bot] <163353533+cloudposse-releaser[bot]@users.noreply.github.com>
1 parent fc5299c commit 4ce379e

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# CHANGELOG
22

3+
## 1.504.0
4+
5+
6+
7+
<details>
8+
<summary>feat: allow vulnerability scanning of Argo repository and implement ignore changes for non-change drift @RoseSecurity (#1120)</summary>
9+
## what
10+
11+
- Attempted to refactor code to ensure changes don't occur on each run (did not resolve)
12+
- Opened an issue with [GitHub](https://github.com/integrations/terraform-provider-github/issues/2243) but is still in the triaging state
13+
- This is a quick fix for addressing the following non-change
14+
15+
```console
16+
Terraform used the selected providers to generate the following execution
17+
plan. Resource actions are indicated with the following symbols:
18+
~ update in-place
19+
20+
Terraform will perform the following actions:
21+
22+
# github_branch_protection.default[0] will be updated in-place
23+
~ resource "github_branch_protection" "default" {
24+
id = "XXXXXXX"
25+
# (10 unchanged attributes hidden)
26+
27+
~ restrict_pushes {
28+
~ push_allowances = [
29+
+ "XXXXXXX",
30+
]
31+
```
32+
33+
## why
34+
35+
- [X] Adds lifecycle meta-argument for ignoring changes to `push_allowances`
36+
- [X] Enable vulnerability alerting for vulnerable dependencies by default to address `tfsec` findings
37+
38+
## Testing
39+
40+
- [X] Validated with `atmos validate stacks`
41+
- [X] Performed successful `atmos terraform deploy` on component
42+
43+
</details>
44+
45+
<details>
46+
<summary>Update Changelog for `1.502.0` @github-actions (#1126)</summary>
47+
Update Changelog for [`1.502.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.502.0)
48+
</details>
49+
50+
51+
352
## 1.502.0
453

554

0 commit comments

Comments
 (0)