Skip to content

Commit 5d46115

Browse files
committed
Merge remote-tracking branch 'origin/master' into CLOUDP-320243-dev-2.0.0
2 parents f186da7 + 1980fa7 commit 5d46115

16 files changed

+365
-445
lines changed

.github/workflows/generate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: Send Slack message
3333
id: slack
34-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
34+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
3535
with:
3636
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
3737
webhook-type: incoming-webhook

.github/workflows/notify-docs-team.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
pull-requests: write # Needed by sticky-pull-request-comment
3131
steps:
32-
- uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
32+
- uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
3333
with:
3434
webhook: ${{ secrets.SLACK_WEBHOOK_URL_DOCS }}
3535
webhook-type: incoming-webhook

.github/workflows/terraform-compatibility-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "slack_payload=${slack_message}" >> "${GITHUB_OUTPUT}"
6565
- name: Send Slack message
6666
id: slack
67-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
67+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
6868
with:
6969
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
7070
webhook-type: incoming-webhook

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- name: Send Slack message
9696
id: slack
97-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
97+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
9898
with:
9999
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
100100
webhook-type: incoming-webhook

.github/workflows/update-dev-branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Send Slack notification
9999
if: steps.merge-check.outputs.has-changes == 'true'
100-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
100+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
101101
with:
102102
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
103103
webhook-type: incoming-webhook
@@ -122,7 +122,7 @@ jobs:
122122
permissions: {}
123123
steps:
124124
- name: Send Slack notification on failure
125-
uses: slackapi/slack-github-action@b0fa283ad8fea605de13dc3f449259339835fc52
125+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
126126
with:
127127
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
128128
webhook-type: incoming-webhook

internal/service/streamconnection/data_source_stream_connection_test.go

Lines changed: 0 additions & 98 deletions
This file was deleted.

internal/service/streamconnection/data_source_stream_connections_test.go

Lines changed: 0 additions & 88 deletions
This file was deleted.

internal/service/streamconnection/resource_stream_connection_migration_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import (
99

1010
func TestMigStreamRSStreamConnection_kafkaPlaintext(t *testing.T) {
1111
mig.SkipIfVersionBelow(t, "1.16.0") // when reached GA
12-
mig.CreateAndRunTest(t, testCaseKafkaPlaintext(t))
12+
mig.CreateAndRunTest(t, testCaseKafkaPlaintext(t, "-mig"))
1313
}
1414

1515
func TestMigStreamRSStreamConnection_cluster(t *testing.T) {
1616
mig.SkipIfVersionBelow(t, "1.16.0") // when reached GA
17-
mig.CreateAndRunTest(t, testCaseCluster(t))
17+
mig.CreateAndRunTest(t, testCaseCluster(t, "-mig"))
1818
}

0 commit comments

Comments
 (0)