Skip to content

Releases: cloudfoundry/bbs

1.11.0

Choose a tag to compare

@appruntimeplatform-bot appruntimeplatform-bot released this 25 Jun 18:25
chore: move model fakes to modelsfakes package, run go mod tidy

Moved FakeAuctioneerClient, FakeRepClient, FakeRepClientFactory from
models/fakes (a sub-module that go mod vendor pulls from the registry)
to a new modelsfakes package in the main bbs module. This ensures the
fakes are always available in vendor regardless of registry publish state.

Updated all test imports from the aliased "code.cloudfoundry.org/bbs/models/fakes"
to "code.cloudfoundry.org/bbs/modelsfakes".

Also includes go mod tidy results from CI docker test run (dependency bumps).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

1.10.0

Choose a tag to compare

@appruntimeplatform-bot appruntimeplatform-bot released this 23 Jun 20:20
v1.10.0

Bump code.cloudfoundry.org/bbs/models to v1.7.0

1.9.0

Choose a tag to compare

@appruntimeplatform-bot appruntimeplatform-bot released this 23 Jun 17:06
fix: update tests for lowercased error strings in security_groups

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

1.8.0

Choose a tag to compare

@appruntimeplatform-bot appruntimeplatform-bot released this 23 Jun 15:57
v1.8.0

Bump code.cloudfoundry.org/bbs/encryption to v1.8.0

1.7.0

Choose a tag to compare

@appruntimeplatform-bot appruntimeplatform-bot released this 23 Jun 15:39
v1.7.0

Bump code.cloudfoundry.org/bbs/models to v1.6.0

1.6.0

Choose a tag to compare

@appruntimeplatform-bot appruntimeplatform-bot released this 22 Jun 17:30
v1.6.0

Untangle step 11

1.5.0

Choose a tag to compare

@appruntimeplatform-bot appruntimeplatform-bot released this 22 Jun 16:09
v1.5.0

More BBS submodule untangling

1.4.0

Choose a tag to compare

@appruntimeplatform-bot appruntimeplatform-bot released this 22 Jun 15:07
v1.4.0

Vendor and update deps

1.3.0

Choose a tag to compare

@appruntimeplatform-bot appruntimeplatform-bot released this 19 Jun 16:09
fc26f1a
v1.3.0

Update contributing doc (#156)

1.2.0

Choose a tag to compare

@appruntimeplatform-bot appruntimeplatform-bot released this 19 Jun 14:48
Update go.mod dependencies

--------

index 05aa9c3b..9acc1581 100644
@@ -6,7 +6,7 @@ replace code.cloudfoundry.org/bbs/models => ./models

 	code.cloudfoundry.org/auctioneer v0.0.0-20250910193354-1ef7d6c9eefe
-	code.cloudfoundry.org/bbs/models v0.0.0-00010101000000-000000000000
+	code.cloudfoundry.org/bbs/models v0.0.0-20260618205254-dc4b9f8d5bc9
 	code.cloudfoundry.org/cfhttp/v2 v2.82.0
 	code.cloudfoundry.org/clock v1.75.0
 	code.cloudfoundry.org/debugserver v0.102.0
 	code.cloudfoundry.org/go-loggregator/v9 v9.2.1
 	code.cloudfoundry.org/inigo v0.0.0-20250908175034-b7230e46c815
 	code.cloudfoundry.org/lager/v3 v3.74.0
-	code.cloudfoundry.org/locket v1.0.0
+	code.cloudfoundry.org/locket v1.1.0
 	code.cloudfoundry.org/rep v0.1442.0
 	code.cloudfoundry.org/routing-info v0.1.0
 	code.cloudfoundry.org/tlsconfig v0.60.0