Skip to content

Commit

Permalink
build(deps): bump github.com/aiven/go-api-schemas from 1.58.0 to 1.59…
Browse files Browse the repository at this point in the history
….0 (#1584)
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 62ae8ae commit d499bd5
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 33 deletions.
14 changes: 7 additions & 7 deletions docs/resources/pg.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,15 @@ Optional:

Optional:

- `autodb_idle_timeout` (Number) If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds).
- `autodb_idle_timeout` (Number) If the automatically created database pools have been unused this many seconds, they are freed. If 0 then timeout is disabled. (seconds). The default value is `3600`.
- `autodb_max_db_connections` (Number) Do not allow more than this many server connections per database (regardless of user). Setting it to 0 means unlimited.
- `autodb_pool_mode` (String) PGBouncer pool mode.
- `autodb_pool_size` (Number) If non-zero then create automatically a pool of that size per user when a pool doesn't exist.
- `autodb_pool_mode` (String) PGBouncer pool mode. The default value is `transaction`.
- `autodb_pool_size` (Number) If non-zero then create automatically a pool of that size per user when a pool doesn't exist. The default value is `0`.
- `ignore_startup_parameters` (List of String) List of parameters to ignore when given in startup packet.
- `min_pool_size` (Number) Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size.
- `server_idle_timeout` (Number) If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. (seconds).
- `server_lifetime` (Number) The pooler will close an unused server connection that has been connected longer than this. (seconds).
- `server_reset_query_always` (Boolean) Run server_reset_query (DISCARD ALL) in all pooling modes.
- `min_pool_size` (Number) Add more server connections to pool if below this number. Improves behavior when usual load comes suddenly back after period of total inactivity. The value is effectively capped at the pool size. The default value is `0`.
- `server_idle_timeout` (Number) If a server connection has been idle more than this many seconds it will be dropped. If 0 then timeout is disabled. (seconds). The default value is `600`.
- `server_lifetime` (Number) The pooler will close an unused server connection that has been connected longer than this. (seconds). The default value is `3600`.
- `server_reset_query_always` (Boolean) Run server_reset_query (DISCARD ALL) in all pooling modes. The default value is `false`.


<a id="nestedblock--pg_user_config--pglookout"></a>
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require (
cloud.google.com/go v0.110.10 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aiven/go-api-schemas v1.58.0
github.com/aiven/go-api-schemas v1.59.0
github.com/aws/aws-sdk-go v1.44.122 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ github.com/agext/levenshtein v1.2.3 h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7l
github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558=
github.com/aiven/aiven-go-client/v2 v2.12.0 h1:VxOfn61AtfLjy2B+DdXF2/7OHyyFZ1aQaIlE3TOyIsE=
github.com/aiven/aiven-go-client/v2 v2.12.0/go.mod h1:x0xhzxWEKAwKv0xY5FvECiI6tesWshcPHvjwl0B/1SU=
github.com/aiven/go-api-schemas v1.58.0 h1:+82F7/PJs3EMJsP2Zd/+jI42vdp92ZuYBsVi3skfDlY=
github.com/aiven/go-api-schemas v1.58.0/go.mod h1:/bPxBUHza/2Aeer6hIIdB++GxKiw9K1KCBtRa2rtZ5I=
github.com/aiven/go-api-schemas v1.59.0 h1:DEH5KuxCpdtIxcnBubwf/svjExE1KK3DbQHT+tb5aeU=
github.com/aiven/go-api-schemas v1.59.0/go.mod h1:/bPxBUHza/2Aeer6hIIdB++GxKiw9K1KCBtRa2rtZ5I=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3/go.mod h1:oL81AME2rN47vu18xqj1S1jPIPuN7afo62yKTNn3XMM=
github.com/apparentlymart/go-textseg v1.0.0/go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk=
Expand Down
44 changes: 29 additions & 15 deletions internal/schemautil/userconfig/dist/service_types.go

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

15 changes: 7 additions & 8 deletions internal/sdkprovider/userconfig/service/pg.go

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

0 comments on commit d499bd5

Please sign in to comment.