Skip to content

Commit ed37f50

Browse files
Merge pull request #619 from RedisLabs/docs/release-notes
docs: adding CHANGELOG entry for 2.1.3, and removing temporary PR tests
2 parents 31e047e + 1d88734 commit ed37f50

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/terraform_provider_pr.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -149,18 +149,6 @@ jobs:
149149
go-version-file: go.mod
150150
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI)"'
151151

152-
# TODO: remove, temporary: tests the subscription regions
153-
go_test_smoke_aa_sub_regions:
154-
name: go test smoke aa sub regions
155-
needs: [go_build]
156-
runs-on: ubuntu-latest
157-
steps:
158-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
159-
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
160-
with:
161-
go-version-file: go.mod
162-
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudActiveActiveSubscriptionRegions_CRUDI"'
163-
164152
tfproviderlint:
165153
name: tfproviderlint
166154
needs: [go_build]

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

66

7+
# 2.1.3 (21st May 2025)
8+
9+
### Added
10+
11+
- New datasource `rediscloud_active_active_subscription_regions` added.
12+
713
# 2.1.2 (19th May 2025)
814

915
### Added

0 commit comments

Comments
 (0)