Skip to content

Commit

Permalink
Merge pull request #55 from Discngine/codepipeline
Browse files Browse the repository at this point in the history
Codepipeline
  • Loading branch information
aphilippejolivel authored Oct 16, 2024
2 parents 134d464 + cb4e7ec commit 4e676b1
Show file tree
Hide file tree
Showing 7 changed files with 345 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ blocks:
- python3 -m venv .
- . ./bin/activate
- pip install -e .
- cfn-lint ~/quickstart-discngine-3decision/templates/* -a ~/qs-cfn-lint-rules/qs_cfn_lint_rules/ -i E0000 E1010 E1019 E3001 W9001 W9002 W9003 W9004 W9005 W9006 E9101
- cfn-lint ~/quickstart-discngine-3decision/templates/* -a ~/qs-cfn-lint-rules/qs_cfn_lint_rules/ -i E1029 W9006
- name: Test templates upload
# Run on commit on non main branch
run:
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ Dates are ISO8601 / YYYY-MM-DD
Version equals the version of the equivalent 3decision helm chart release
Add a `-0` with incrementing numbers in case of a terraform / cloudformation change without equivalent helm changes

## [3.1.4] - 2024-10-15
### Cloudformation
#### Added
- Added a codebuild project to run the terraform code @JonathanManass
- Added a parameter to make the creation of a seperate ec2 instance optional @JonathanManass
- Added a parameter to add tags to all terraform created resources @JonathanManass

#### Changed
- Updated EKS default version to 1.29 @JonathanManass
- Updated default role to run on codebuild and to allow tagging all resources @JonathanManass

#### Removed
- Removed the SSM Association to run terraform on an ec2 instance @JonathanManass

### Terraform
#### Added
- Added default tags to add tags to all resources @JonathanManass

#### Changed
- Updated 3decision helm chart default value to 3.1.4 @JonathanManass
- Updated sqlcl images tags @JonathanManass
- Updated hoststring to match new helm chart nomenclature @JonathanManass

#### Removed
- Nothing
---
## [3.0.7] - 2024-07-12
### Cloudformation
#### Added
Expand Down
Loading

0 comments on commit 4e676b1

Please sign in to comment.