Skip to content

Commit

Permalink
Update swagger client and models to service-broker v1.140.0 (#346)
Browse files Browse the repository at this point in the history
* Bump github.com/IBM/go-sdk-core/v5 from 5.15.1 to 5.15.3

Bumps [github.com/IBM/go-sdk-core/v5](https://github.com/IBM/go-sdk-core) from 5.15.1 to 5.15.3.
- [Release notes](https://github.com/IBM/go-sdk-core/releases)
- [Changelog](https://github.com/IBM/go-sdk-core/blob/main/CHANGELOG.md)
- [Commits](IBM/go-sdk-core@v5.15.1...v5.15.3)

---
updated-dependencies:
- dependency-name: github.com/IBM/go-sdk-core/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix golangci-lint action v4 requirement

Signed-off-by: Yussuf Shaikh <[email protected]>

* Update golangci-lint version and skip cache

Signed-off-by: Yussuf Shaikh <[email protected]>

* Add branch to dependabot (#338)

* Add branch to dependabot

* Fix build

* Generated Swagger client from service-broker commit 1db48bf5f665abf4e91c66d019aa231b913db3d9

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Yussuf Shaikh <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yussuf Shaikh <[email protected]>
Co-authored-by: michaelkad <[email protected]>
  • Loading branch information
4 people authored Mar 13, 2024
1 parent 7568b64 commit 8bd10d3
Show file tree
Hide file tree
Showing 9 changed files with 258 additions and 72 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,20 @@ updates:
directory: /
schedule:
interval: daily
branches:
- "master"
- "dev"
assignees:
- yussufsh
- michaelkad

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
branches:
- "master"
- "dev"
assignees:
- yussufsh
- michaelkad
8 changes: 2 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand All @@ -28,8 +23,9 @@ jobs:
- name: Lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.53.3
version: v1.56
args: --timeout=10m
skip-cache: true

- name: Run go Security Scanner
uses: securego/gosec@master
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/IBM-Cloud/power-go-client
go 1.20

require (
github.com/IBM/go-sdk-core/v5 v5.15.1
github.com/IBM/go-sdk-core/v5 v5.15.3
github.com/IBM/platform-services-go-sdk v0.59.1
github.com/apparentlymart/go-cidr v1.1.0
github.com/go-openapi/errors v0.21.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/IBM/go-sdk-core/v5 v5.15.1 h1:XOzNZbBgnlxOGK1JMMBtZJYSVguK4TFPJiYutuzFmdA=
github.com/IBM/go-sdk-core/v5 v5.15.1/go.mod h1:so2mbdIgSp6X8Zm/qLV+whdchTGgi04c3j4xFMsqlCc=
github.com/IBM/go-sdk-core/v5 v5.15.3 h1:yBSSYLuQSO9Ip+j3mONsTcymoYQyxarQ6rh3aU9cVt8=
github.com/IBM/go-sdk-core/v5 v5.15.3/go.mod h1:ee+AZaB15yUwZigJdRCwZZ3u7HIvEQzxNUdxVpnJHY8=
github.com/IBM/platform-services-go-sdk v0.59.1 h1:qyXJX1sNgbDDrXb5M9LrjMjCm2w9dkSEtBGAfZJlT0Y=
github.com/IBM/platform-services-go-sdk v0.59.1/go.mod h1:cLKLn9Bd1YcTM/micLQmikjZDDQvRgfhdAHKOeulILg=
github.com/apparentlymart/go-cidr v1.1.0 h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU=
Expand Down
39 changes: 22 additions & 17 deletions power/models/host.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

127 changes: 108 additions & 19 deletions power/models/host_capacity.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions power/models/host_resource_capacity.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions power/models/hostgroup_href.go

This file was deleted.

Loading

0 comments on commit 8bd10d3

Please sign in to comment.