Skip to content

Commit

Permalink
Merge pull request #672 from duplocloud/release/0.10.42
Browse files Browse the repository at this point in the history
Release v0.10.42
  • Loading branch information
tahir-duplo authored Sep 5, 2024
2 parents 301a6d5 + 62662a0 commit 2f0f772
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/finish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
validate_merge: false
delete_branch: false
github_token: ${{ secrets.DUPLO_GITHUB_TOKEN }}
github_token: ${{ secrets.DUPLO_TF_GITHUB_TOKEN }}

version-bump:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -73,5 +73,5 @@ jobs:
- name: Push develop
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.DUPLO_GITHUB_TOKEN }}
github_token: ${{ secrets.DUPLO_TF_GITHUB_TOKEN }}
branch: develop
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
args: release --parallelism 2 --rm-dist
env:
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
GITHUB_TOKEN: ${{ secrets.DUPLO_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.DUPLO_TF_GITHUB_TOKEN }}
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
publish-release:
runs-on: ubuntu-latest
Expand All @@ -50,7 +50,7 @@ jobs:
name: Publish the release
uses: actions/github-script@v5
with:
github-token: ${{ secrets.DUPLO_GITHUB_TOKEN }}
github-token: ${{ secrets.DUPLO_TF_GITHUB_TOKEN }}
script: |
// List all releases.
let releases = await github.rest.repos.listReleases({ owner: context.repo.owner, repo: context.repo.repo });
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Start gitflow release
uses: duplocloud/ghactions-start-gitflow-release@master
with:
github_token: ${{ secrets.DUPLO_GITHUB_TOKEN }}
github_token: ${{ secrets.DUPLO_TF_GITHUB_TOKEN }}
version: "${{ steps.version.outputs.release }}"
precommit_run: |
# Fail on errors
Expand Down
16 changes: 7 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
## 2024-09-05

### Enhanced
- Introduced support for S3 bucket replication, enabling cross-region replication configurations.
- Added performance insights configuration for RDS instances, allowing enhanced monitoring and tuning capabilities.
- Implemented failover and logging configurations for ElastiCache instances, improving reliability and observability.
- Updated Terraform provider version to 0.10.42 across multiple integration examples, ensuring compatibility with the latest features and improvements.

## 2024-09-05

### Fixed
- Resolved a regression issue in `duplocloud_azure_k8_node_pool` by adding a length check for the `scale_priority` slice to prevent crashes when the scale set priority is not specified.
-

### Enhanced
- Added validation to the `enabled_metrics` attribute in the Auto Scaling Group profile to ensure only specified metrics are allowed, improving configuration accuracy.
- Improved log delivery configuration with updated documentation and validation to prevent duplicate log types.
- Implemented version checks for log types to ensure compatibility with specified engine versions.
- Updated GitHub Actions workflows to use `DUPLO_TF_GITHUB_TOKEN` for improved security and consistency.
- Removed duplicate examples and outdated content from AWS host and RDS instance documentation, enhancing clarity and accuracy.
- Introduced support for S3 bucket replication, enabling cross-region replication configurations.
- Added performance insights configuration for RDS instances, allowing enhanced monitoring and tuning capabilities.
- Implemented failover and logging configurations for ElastiCache instances, improving reliability and observability.
- Updated Terraform provider version to 0.10.42 across multiple integration examples, ensuring compatibility with the latest features and improvements.

## 2024-09-04

Expand Down

0 comments on commit 2f0f772

Please sign in to comment.