11## Components PR [ #851 ] ( https://github.com/cloudposse/terraform-aws-components/pull/851 )
22
3- This is a bug fix and feature enhancement update.
4- There are few actions necessary to upgrade.
3+ This is a bug fix and feature enhancement update. There are few actions necessary to upgrade.
54
65## Upgrade actions
76
871 . Enable ` github_default_notifications_enabled ` (set ` true ` )
8+
99``` yaml
1010components :
1111 terraform :
@@ -16,21 +16,23 @@ components:
1616 enabled : true
1717 github_default_notifications_enabled : true
1818` ` `
19- 2. Apply changes with Atmos
2019
20+ 2. Apply changes with Atmos
2121
2222## Features
23- * Support predefined GitHub commit status notifications for CD sync mode:
24- * ` on-deploy-started`
25- * `app-repo-github-commit-status`
26- * `argocd-repo-github-commit-status`
27- * `on-deploy-succeded`
28- * `app-repo-github-commit-status`
29- * `argocd-repo-github-commit-status`
30- * `on-deploy-failed`
31- * `app-repo-github-commit-status`
32- * `argocd-repo-github-commit-status`
23+
24+ - Support predefined GitHub commit status notifications for CD sync mode:
25+ - ` on-deploy-started`
26+ - ` app-repo-github-commit-status`
27+ - ` argocd-repo-github-commit-status`
28+ - ` on-deploy-succeded`
29+ - ` app-repo-github-commit-status`
30+ - ` argocd-repo-github-commit-status`
31+ - ` on-deploy-failed`
32+ - ` app-repo-github-commit-status`
33+ - ` argocd-repo-github-commit-status`
3334
3435# ## Bug Fixes
3536
36- * Remove legacy unnecessary helm values used in old ArgoCD versions (ex. `workflow auth` configs) and dropped notifications services
37+ - Remove legacy unnecessary helm values used in old ArgoCD versions (ex. `workflow auth` configs) and dropped
38+ notifications services
0 commit comments