Releases: cloudfoundry/cloud-service-broker
Releases · cloudfoundry/cloud-service-broker
v2.0.1
Changelog
Bug fixes
Dependency updates
- 37c54e4 build(deps): bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 (#1009)
- e61bd36 build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 (#1011)
- 3a6961b build(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 (#1006)
- ab412c9 build(deps): bump golang.org/x/net from 0.23.0 to 0.24.0 (#1005)
- 1141361 build(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1007)
Others
v2.0.0
Changelog
Breaking Changes
- 9848ca2 feat!: change tofu unpacking to default to terraform registry (#1001)
- 48af27e feat!: update import path to v2 (#1004)
Action: All brokerpaks will need to define the full provider name in the terraform config.
E.g.
terraform {
required_providers {
random = {
source = "hashicorp/random"
version = ">=3.1.0"
}
}
}
should be changed to
terraform {
required_providers {
random = {
source = "registry.terraform.io/hashicorp/random"
version = ">=3.1.0"
}
}
}
Others
v1.1.2
v1.1.1
v1.1.0
Changelog
Features
Bug fixes
Dependency updates
- 676b206 build(deps): bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 (#982)
- 45dcba4 build(deps): bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 (#981)
- 1b4124b build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 (#979)
- 713923c build(deps): bump github.com/pivotal-cf/brokerapi/v11 (#997)
- 08ef914 build(deps): bump gorm.io/gorm from 1.25.8 to 1.25.9 (#996)
Others
- 43bd6cb chore: add note about supported tf versions for upgrade (#984)
- 3138b74 chore: clarify url_template logic after v1.0.0 changes to core (#978)
- 354dbca docs: Make more terraform to opentofu replacements (#995)
- b538dd5 docs: OpenTofu in general documentation (#994)
- 92921cb docs: add warning regarding opentofu
- 921224a docs: update brokerpak specification (#990)
- 7e94454 docs: update extending a service tutorial (#988)
- 161eb1f docs: update writing your first brokerpak tutorial (#985)
- 9197c34 docs: use OpenTofu en developer experience doc (#991)
- ab7fd83 docs: use OpenTofu in Terraform upgrades (#989)
- f7f3b6d docs: use OpenTofu in brokerpak dissection (#993)
- e22313d docs: use OpenTofu in brokerpak intro doc (#992)
- ba1739f test: recovery after a broker restart (#980)
v1.0.1
v1.0.0
What's Changed
From this release onwards, the broker will only support brokerpaks running OpenTofu. Upgrade for all instances to a terraform version 1.5.x must be done prior to installing this version of the broker.
Features
- feat: migrate to use tofu by @pivotal-marcela-campo in #969
- chore: improve help command output by @pivotal-marcela-campo in #968
- chore: add GitHub action PR check for focused tests by @blgm in #970
- chore: improve tofu handling by @pivotal-marcela-campo in #975
Depdendency updates
- build(deps): bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 by @dependabot in #967
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 by @dependabot in #972
- build(deps): bump gorm.io/driver/mysql from 1.5.4 to 1.5.5 by @dependabot in #974
- build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.8 by @dependabot in #971
- build(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #973
Full Changelog: v0.22.2...v1.0.0
v0.22.2
Changelog
Bug fixes
- 395b130 fix: CVE-2024-24786 found (#966)
Dependency updates
What's Changed
- build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 by @dependabot in #965
- fix: CVE-2024-24786 found by @zucchinidev in #966
Full Changelog: v0.22.1...v0.22.2
v0.22.1
Changelog
Dependency updates
- 0ec0e4f build(deps): bump Go version to 1.22.1
- 6424780 build(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 (#963)
- a448333 build(deps): bump github.com/zclconf/go-cty from 1.14.2 to 1.14.3 (#961)
- bf09c54 build(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#962)
- bae472a build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 (#964)
v0.22.0
Changelog
Features
Bug fixes
Dependency updates
- 0b1118e build(deps): bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.0 (#960)
- 8dd5590 build(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#959)
- e09d09c build(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0 (#952)
- cd9f3cf build(deps): bump honnef.co/go/tools from 0.4.6 to 0.4.7 (#958)