Skip to content

Commit

Permalink
chore(userconfigs): generate files
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and rriski committed Oct 21, 2024
1 parent 903018f commit a4e7fb6
Show file tree
Hide file tree
Showing 10 changed files with 1,222 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@
- Add `OpenSearch` field `userConfig.s3_migration.indices`, type `string`: A comma-delimited list of
indices to restore from the snapshot. Multi-index syntax is supported
- Change `PostgreSQL` field `userConfig.additional_backup_regions`: deprecated
- Add `OpenSearch` field `userConfig.azure_migration.restore_global_state`, type `boolean`: If true,
restore the cluster state. Defaults to false
- Add `OpenSearch` field `userConfig.gcs_migration.restore_global_state`, type `boolean`: If true, restore
the cluster state. Defaults to false
- Add `OpenSearch` field `userConfig.opensearch.search_backpressure`, type `object`: Search Backpressure
Settings
- Add `OpenSearch` field `userConfig.opensearch.shard_indexing_pressure`, type `object`: Shard indexing
back pressure settings
- Add `OpenSearch` field `userConfig.s3_migration.restore_global_state`, type `boolean`: If true, restore
the cluster state. Defaults to false
- Change `Redis` field `userConfig.redis_timeout`: maximum ~~`31536000`~~`2073600`

## v0.25.0 - 2024-09-19

Expand Down
179 changes: 179 additions & 0 deletions api/v1alpha1/userconfig/service/opensearch/opensearch.go

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

Loading

0 comments on commit a4e7fb6

Please sign in to comment.