Skip to content

Commit f713b03

Browse files
committed
Merge branch 'master' into vsi-boot-volume
2 parents 1586498 + 0d3ce67 commit f713b03

File tree

3,286 files changed

+641618
-116285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,286 files changed

+641618
-116285
lines changed

.github/labeler-issue.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ service/Classic Infrastructure:
4646
- '((\*|-) ?`?|(data|resource) "?)(ibm_compute|ibm_cdn|ibm_firewall|ibm_lb|ibm_lbaas|ibm_network|ibm_storage|ibm_security|ibm_subnet|ibm_hardware|ibm_ipsec)'
4747
service/Cloud Databases:
4848
- '((\*|-) ?`?|(data|resource) "?)ibm_(cloudant|database)'
49+
service/Cloud Logs:
50+
- '((\*|-) ?`?|(data|resource) "?)ibm_logs_'
4951
service/Cloud Foundry:
5052
- '((\*|-) ?`?|(data|resource) "?)(ibm_account|ibm_org|ibm_space|ibm_service|ibm_app_domain_private|ibm_app_domain_shared|ibm_app_route)'
5153
service/CBR:

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
steps:
1515

1616
- name: Set up Go 1.x
17-
uses: actions/setup-go@v4
17+
uses: actions/setup-go@v5
1818
with:
19-
go-version: ^1.18
19+
go-version: ^1.24
2020
id: go
2121

2222
- name: Check out code into the Go module directory
23-
uses: actions/checkout@v3.5.2
23+
uses: actions/checkout@v4.2.2
2424

2525
- name: Get dependencies
2626
run: |

.github/workflows/issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
labelIssues:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3.5.2
9+
- uses: actions/checkout@v4.2.2
1010
- name: Apply Issue Labels
11-
uses: github/issue-labeler@v3.1
11+
uses: github/issue-labeler@v3.4
1212
with:
1313
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1414
configuration-path: .github/labeler-issue.yml

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@ jobs:
2020
steps:
2121
-
2222
name: Checkout
23-
uses: actions/checkout@v3.5.2
23+
uses: actions/checkout@v4.2.2
2424
-
2525
name: Unshallow
2626
run: git fetch --prune --unshallow
2727
-
2828
name: Set up Go
29-
uses: actions/setup-go@v4
29+
uses: actions/setup-go@v5
3030
with:
31-
go-version: 1.18
31+
go-version: 1.24
3232
-
3333
name: Import GPG key
3434
id: import_gpg
35-
uses: crazy-max/ghaction-import-gpg@v5.3.0
35+
uses: crazy-max/ghaction-import-gpg@v6.1.0
3636
with:
3737
# These secrets will need to be configured for the repository:
3838
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3939
passphrase: ${{ secrets.PASSPHRASE }}
4040
-
4141
name: Run GoReleaser
42-
uses: goreleaser/goreleaser-action@v4
42+
uses: goreleaser/goreleaser-action@v6
4343
with:
44-
version: latest
45-
args: release --rm-dist
44+
version: v1.26.2
45+
args: release --clean
4646
env:
4747
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4848
# GitHub sets this automatically

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,18 @@ website/vendor
3131
*.xml
3232
*.old
3333
vendor/
34+
*.lock.hcl
3435

3536
# Test exclusions
3637
!command/test-fixtures/**/*.tfstate
3738
!command/test-fixtures/**/.terraform/
3839

40+
!jenkins/workflow.xml
41+
*.sh
42+
43+
!createaddon.sh
44+
!createcrd.sh
45+
!deleteaddon.sh
46+
!deletecrd.sh
47+
!updatecrd.sh
48+
!updateodf.sh

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
# You are encouraged to use static refs such as tags, instead of branch name
1212
#
1313
# Running "pre-commit autoupdate" would automatically updates rev to latest tag
14-
rev: 0.13.1+ibm.46.dss
14+
rev: 0.13.1+ibm.61.dss
1515
hooks:
1616
- id: detect-secrets # pragma: whitelist secret
1717
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.

0 commit comments

Comments
 (0)