Update module github.com/pivotal-cf/brokerapi/v8 to v11 #110
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v8.2.3
->v11.0.12
Release Notes
pivotal-cf/brokerapi (github.com/pivotal-cf/brokerapi/v8)
v11.0.12
Compare Source
Changelog
Dependency updates
ab3db04
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#335)bf4ccd6
chore(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.0 (#336)v11.0.11
Compare Source
Changelog
Dependency updates
9eb2564
chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#333)v11.0.10
Compare Source
Changelog
Bug fixes
1196157
fix: add expiration date and time for bindingsv11.0.9
Compare Source
Changelog
Dependency updates
c78d48d
chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#331)v11.0.8
Compare Source
Changelog
Dependency updates
b979e60
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 (#330)6b27dd9
chore(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 (#329)v11.0.7
Compare Source
Changelog
Dependency updates
917023b
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 (#328)5c3b66b
chore(deps): bump honnef.co/go/tools from 0.4.7 to 0.5.0 (#326)bc7cda2
chore(deps): bump honnef.co/go/tools from 0.5.0 to 0.5.1 (#327)v11.0.6
Compare Source
Changelog
Dependency updates
4c3071f
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 (#323)90b5d86
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#325)29476a8
chore(deps): bump github.com/onsi/gomega from 1.34.0 to 1.34.1 (#324)v11.0.5
Compare Source
Changelog
Dependency updates
ff86ebe
chore(deps): bump github.com/onsi/gomega from 1.33.1 to 1.34.0 (#322)Others
457bfdb
chore: allow manual release actionv11.0.4
Compare Source
Changelog
Others
488a6a5
chore: Update goreleaser to not create a buildWhat's Changed
New Contributors
Full Changelog: pivotal-cf/brokerapi@v11.0.2...v11.0.4
v11.0.3
Compare Source
v11.0.2
Compare Source
v11.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: pivotal-cf/brokerapi@v11.0.0...v11.0.1
v11.0.0
Compare Source
Breaking Changes
This package now accepts a
*slog.Logger
from the Go standard library, rather than a Lager logger. This allows the use of alternative loggers.code.cloudfoundry.org/lager/v3
.New()
,NewWithCustomAuth()
,NewWithOptions()
, and alsoAttachRoutes()
all take a*slog.Logger
apiresponses.FailureResponse
errors with aValidatedStatusCode()
method also take a*slog.Logger
rather than a Lager loggermiddlewares.APIVersionMiddleware
has had theLoggerFactory
field removed, and a new fieldLogger
added with type*slog.Logger
.See https://github.com/pivotal-cf/brokerapi/pull/292 for details
Quick Fix
If you want to continue to use Lager, you can just convert it to a
*slog.Logger
, for which you will need Lager v3.0.3 for example:What's Changed
Full Changelog: pivotal-cf/brokerapi@v10.2.0...v11.0.0
v10.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: pivotal-cf/brokerapi@v10.1.1...v10.2.0
v10.1.1
Compare Source
What's Changed
Full Changelog: pivotal-cf/brokerapi@v10.1.0...v10.1.1
v10.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: pivotal-cf/brokerapi@v10.0.0...v10.0.1
v10.0.0
Compare Source
Breaking Changes
Because the
gorilla/mux
project has been archived,brokerapi
now depends ongo-chi/chi
:gorilla/mux
now refer togo-chi/chi
. This affectsAttachRoutes()
andWithRouter()
.gorilla/mux
would have treated/v2/service_instances/foo%2Fbar
as/v2/service_instances/foo/bar
unless theWithEncodedPath()
option was used. This behavior is now the default and/v2/service_instances/foo%2Fbar
will interpretfoo%2Fbar
as an instance ID. TheWithEncodedPath()
option is now a no-op.What's Changed
Full Changelog: pivotal-cf/brokerapi@v9.0.1...v10.0.0
v9.0.1
Compare Source
What's Changed
Full Changelog: pivotal-cf/brokerapi@v9.0.0...v9.0.1
v9.0.0
Compare Source
Features
code.cloudfoundry.org/lager/v3
as a replacement forcode.cloudfoundry.org/lager
- see #218 for more details. Thanks @silvestre!What's Changed
New Contributors
Full Changelog: pivotal-cf/brokerapi@v8.2.3...v9.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.