Skip to content

Commit 8559398

Browse files
authored
Merge pull request #772 from SumoLogic/update-version
Update version to 3.0.11
2 parents 0f9fd53 + 1cfbe0b commit 8559398

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.github/workflows/tfproviderlint.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
1-
# This is a basic workflow to run tfproviderlint
1+
# From https://github.com/bflad/tfproviderlint
2+
23
name: tfproviderlint
34

4-
# Controls when the action will run. Triggers the workflow on push or pull request
5-
# events but only for the master branch
65
on:
76
push:
87
branches: [ master ]
9-
paths-ignore:
10-
- 'README.md'
11-
- 'CHANGELOG.md'
128
pull_request:
139
branches: [ master ]
14-
paths-ignore:
15-
- 'README.md'
16-
- 'CHANGELOG.md'
1710

18-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1911
jobs:
20-
# This workflow contains a single job called "lint"
2112
lint:
22-
# The type of runner that the job will run on
2313
runs-on: ubuntu-latest
2414

25-
# Steps represent a sequence of tasks that will be executed as part of the job
2615
steps:
2716
- uses: actions/[email protected]
2817
- uses: bflad/tfproviderlint-github-action@master

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## X.Y.Z (Unreleased)
22
* Add new change notes here
33

4+
## 3.0.11 (May 20, 2025)
5+
46
FEATURES:
57
* **New Data Source:** sumologic_partition
68
* **New Data Source:** sumologic_partitions

0 commit comments

Comments
 (0)