Skip to content

Commit

Permalink
Update 2024-07-01-news.md news document
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 22, 2024
1 parent 916559b commit a87b47b
Showing 1 changed file with 188 additions and 0 deletions.
188 changes: 188 additions & 0 deletions src/news/2024-07-01-news.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,194 @@ nav_order: 63



## docker-serverless - 4.1.15-dnx1
- Bump serverless version to v4.1.15.

Created at: 2024-07-20

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/docker-serverless/releases/tag/4.1.15-dnx1

---


## docker-serverless - 4.1.13-dnx1
- Bump serverless version to v4.1.13.

Created at: 2024-07-19

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/docker-serverless/releases/tag/4.1.13-dnx1

---


## docker-aws-v2 - 2.17.14-dnx1
- Bump aws-cli version to v2.17.14.

Created at: 2024-07-19

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.17.14-dnx1

---


## terraform-aws-stateful - 4.1.0
## What's Changed
* Add Support to add custom ingress and egress Rules by @RaphaelMacedonio in https://github.com/DNXLabs/terraform-aws-stateful/pull/15
* Fix deprecated option in eip by @adenot in https://github.com/DNXLabs/terraform-aws-stateful/pull/16

## New Contributors
* @RaphaelMacedonio made their first contribution in https://github.com/DNXLabs/terraform-aws-stateful/pull/15

**Full Changelog**: https://github.com/DNXLabs/terraform-aws-stateful/compare/4.0.1...4.1.0

Created at: 2024-07-18

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/terraform-aws-stateful/releases/tag/4.1.0

---


## terraform-aws-network - 2.3.0
## What's Changed
* Pump terraform required version and remove experiments (continuing from #46) by @igorjs in https://github.com/DNXLabs/terraform-aws-network/pull/52


**Full Changelog**: https://github.com/DNXLabs/terraform-aws-network/compare/2.2.1...2.3.0

Created at: 2024-07-17

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/terraform-aws-network/releases/tag/2.3.0

---


## terraform-aws-opensearch - 1.0.0
## What's Changed
* add variables for security options and endpoint creation by @Rasmnev in https://github.com/DNXLabs/terraform-aws-opensearch/pull/18
* cluster_version now receives full version name instead of OpenSearch version number

### **Beaking Change**
Previously this variable only allowed for the use of OpenSearch distributions because it was used like this:
`elasticsearch_version = "OpenSearch_${var.cluster_version}"`
In order to use ElasticSearch opensource versions available in AWS the `cluster_version` variable should now include the full version name:
- ElasticSearch 7.10 -> `cluster_version = "7.10"
- OpenSearch 2.0 -> `cluster_version = "OpenSearch_2.0"

## New Contributors
* @Rasmnev made their first contribution in https://github.com/DNXLabs/terraform-aws-opensearch/pull/14

**Full Changelog**: https://github.com/DNXLabs/terraform-aws-opensearch/compare/0.8.3...1.0.0

Created at: 2024-07-17

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/terraform-aws-opensearch/releases/tag/1.0.0

---


## docker-serverless - 4.1.12-dnx1
- Bump serverless version to v4.1.12.

Created at: 2024-07-16

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/docker-serverless/releases/tag/4.1.12-dnx1

---


## terraform-aws-chatbot - 3.0.0
## What's Changed
* Bump TF version to 0.13 by @arthurbdiniz in https://github.com/DNXLabs/terraform-aws-chatbot/pull/7
* Add project guidelines and issue/prs templates by @caiovfernandes in https://github.com/DNXLabs/terraform-aws-chatbot/pull/8
* 📦 NEW: Add CONTRIBUTING.md by @caiovfernandes in https://github.com/DNXLabs/terraform-aws-chatbot/pull/9
* 🐛 FIX: Terraform docs CI by @caiovfernandes in https://github.com/DNXLabs/terraform-aws-chatbot/pull/10
* Refactoring with awscc by @adenot in https://github.com/DNXLabs/terraform-aws-chatbot/pull/13

## New Contributors
* @caiovfernandes made their first contribution in https://github.com/DNXLabs/terraform-aws-chatbot/pull/8
* @adenot made their first contribution in https://github.com/DNXLabs/terraform-aws-chatbot/pull/13

**Full Changelog**: https://github.com/DNXLabs/terraform-aws-chatbot/compare/2.0.0...3.0.0

Created at: 2024-07-16

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/terraform-aws-chatbot/releases/tag/3.0.0

---


## terraform-aws-cloudtrail-notification - 3.0.0
## What's Changed
* Naming, sns, version updates by @adenot in https://github.com/DNXLabs/terraform-aws-cloudtrail-notification/pull/7


**Full Changelog**: https://github.com/DNXLabs/terraform-aws-cloudtrail-notification/compare/2.0.3...3.0.0

Created at: 2024-07-16

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/terraform-aws-cloudtrail-notification/releases/tag/3.0.0

---


## terraform-aws-guardduty-alerts - 1.0.0
## What's Changed
* Using lambda for notifications by @adenot in https://github.com/DNXLabs/terraform-aws-guardduty-alerts/pull/2

## New Contributors
* @adenot made their first contribution in https://github.com/DNXLabs/terraform-aws-guardduty-alerts/pull/2

**Full Changelog**: https://github.com/DNXLabs/terraform-aws-guardduty-alerts/compare/0.0.1...1.0.0

Created at: 2024-07-16

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/terraform-aws-guardduty-alerts/releases/tag/1.0.0

---


## terraform-aws-securityhub - 1.0.0
## What's Changed
* Using chatbot instead of slack by @adenot in https://github.com/DNXLabs/terraform-aws-securityhub/pull/13

## New Contributors
* @adenot made their first contribution in https://github.com/DNXLabs/terraform-aws-securityhub/pull/13

**Full Changelog**: https://github.com/DNXLabs/terraform-aws-securityhub/compare/0.4.0...1.0.0

Created at: 2024-07-16

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/terraform-aws-securityhub/releases/tag/1.0.0

---


## terraform-aws-network - 2.2.1
## What's Changed
* Fix unknown type boolean by @adenot in https://github.com/DNXLabs/terraform-aws-network/pull/51


**Full Changelog**: https://github.com/DNXLabs/terraform-aws-network/compare/2.2.0...2.2.1

Created at: 2024-07-16

<!-- TODO: Include source link to the version tag -->
Source: https://github.com/DNXLabs/terraform-aws-network/releases/tag/2.2.1

---


## docker-node-cdk - 2.149.0-dnx1
- Bump aws-cdk version to v2.149.0.

Expand Down

0 comments on commit a87b47b

Please sign in to comment.