-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump src/cloud_controller_ng, src/code.cloudfoundry.org/bbs, src/code…
….cloudfoundry.org/locket Bump src/cloud_controller_ng Johannes Haass: Merge pull request #2924 from cloudfoundry/dependabot/bundler/docs/v3/mini_racer-0.6.3 Merge pull request #2934 from cloudfoundry/dependabot/bundler/rubocop-1.35.1 Merge pull request #2902 from sap-contributions/fix-flakey-test-in-droplets-spec Merge pull request #2922 from sap-contributions/add-missing-query-parameter-to-docs Merge pull request #2931 from cloudfoundry/dependabot/bundler/addressable-2.8.1 Merge pull request #2935 from cloudfoundry/dependabot/bundler/solargraph-0.46.0 Merge pull request #2936 from cloudfoundry/dependabot/bundler/oj-3.13.21 dependabot[bot]: build(deps-dev): bump rubocop from 1.32.0 to 1.35.1 build(deps): bump oj from 3.13.19 to 3.13.21 build(deps-dev): bump solargraph from 0.45.0 to 0.46.0 build(deps): bump addressable from 2.8.0 to 2.8.1 build(deps): bump mini_racer from 0.6.2 to 0.6.3 in /docs/v3 Sven Krieger: Add missing `guids` query parameter of service instance list endpoint to docs Fix flakey test in droplets.spec Bump src/code.cloudfoundry.org/bbs Benjamin Fuller: log rate limiting (#50) Bump src/code.cloudfoundry.org/locket Renee Chu: regenerate locket cert fixtures Maria Shaldybin: Use default mysql password as recommended in Contributing guide
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule cloud_controller_ng
updated
5 files
+1 −1 | Gemfile | |
+11 −11 | Gemfile.lock | |
+1 −1 | docs/v3/Gemfile.lock | |
+1 −0 | docs/v3/source/includes/resources/service_instances/_list.md.erb | |
+4 −1 | spec/request/droplets_spec.rb |
Submodule bbs
updated
10 files
+16 −0 | models/desired_lrp.go | |
+252 −112 | models/desired_lrp.pb.go | |
+3 −0 | models/desired_lrp.proto | |
+49 −20 | models/desired_lrp_test.go | |
+360 −0 | models/log_rate_limit.pb.go | |
+7 −0 | models/log_rate_limit.proto | |
+6 −0 | models/task.go | |
+154 −82 | models/task.pb.go | |
+2 −0 | models/task.proto | |
+29 −9 | models/task_test.go |
Submodule locket
updated
16 files
+14 −14 | cmd/locket/fixtures/ca.crl | |
+25 −25 | cmd/locket/fixtures/ca.crt | |
+49 −49 | cmd/locket/fixtures/ca.key | |
+23 −23 | cmd/locket/fixtures/cert.crt | |
+12 −12 | cmd/locket/fixtures/cert.csr | |
+25 −25 | cmd/locket/fixtures/cert.key | |
+14 −14 | cmd/locket/fixtures/metron/CA.crl | |
+25 −25 | cmd/locket/fixtures/metron/CA.crt | |
+49 −49 | cmd/locket/fixtures/metron/CA.key | |
+22 −22 | cmd/locket/fixtures/metron/client.crt | |
+13 −13 | cmd/locket/fixtures/metron/client.csr | |
+25 −25 | cmd/locket/fixtures/metron/client.key | |
+22 −22 | cmd/locket/fixtures/metron/metron.crt | |
+13 −13 | cmd/locket/fixtures/metron/metron.csr | |
+25 −25 | cmd/locket/fixtures/metron/metron.key | |
+1 −1 | db/sqldb_suite_test.go |