Skip to content

Commit

Permalink
build(deps): bump github.com/aiven/go-api-schemas from 1.65.0 to 1.66…
Browse files Browse the repository at this point in the history
….0 (#678)
  • Loading branch information
dependabot[bot] authored Mar 22, 2024
1 parent 0335133 commit 29a1426
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
- Change `Redis` field `userConfig.redis_notify_keyspace_events`: pattern ~~`^[KEg\$lshzxeA]*$`~~
`^[KEg\$lshzxentdmA]*$`
- Add `PostgreSQL` field `userConfig.pgaudit`, type `object`: System-wide settings for the pgaudit extension
- Add `ServiceIntegration` field `datadog.opensearch.cluster_stats_enabled`, type `boolean`: Enable Datadog
Opensearch Cluster Monitoring

## v0.17.0 - 2024-02-01

Expand Down
3 changes: 3 additions & 0 deletions api/v1alpha1/userconfig/integration/datadog/datadog.go

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@ spec:
opensearch:
description: Datadog Opensearch Options
properties:
cluster_stats_enabled:
description: Enable Datadog Opensearch Cluster Monitoring
type: boolean
index_stats_enabled:
description: Enable Datadog Opensearch Index Monitoring
type: boolean
Expand Down
3 changes: 3 additions & 0 deletions config/crd/bases/aiven.io_serviceintegrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@ spec:
opensearch:
description: Datadog Opensearch Options
properties:
cluster_stats_enabled:
description: Enable Datadog Opensearch Cluster Monitoring
type: boolean
index_stats_enabled:
description: Enable Datadog Opensearch Index Monitoring
type: boolean
Expand Down
1 change: 1 addition & 0 deletions docs/docs/api-reference/serviceintegration.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ Datadog Opensearch Options.

**Optional**

- [`cluster_stats_enabled`](#spec.datadog.opensearch.cluster_stats_enabled-property){: name='spec.datadog.opensearch.cluster_stats_enabled-property'} (boolean). Enable Datadog Opensearch Cluster Monitoring.
- [`index_stats_enabled`](#spec.datadog.opensearch.index_stats_enabled-property){: name='spec.datadog.opensearch.index_stats_enabled-property'} (boolean). Enable Datadog Opensearch Index Monitoring.
- [`pending_task_stats_enabled`](#spec.datadog.opensearch.pending_task_stats_enabled-property){: name='spec.datadog.opensearch.pending_task_stats_enabled-property'} (boolean). Enable Datadog Opensearch Pending Task Monitoring.
- [`pshard_stats_enabled`](#spec.datadog.opensearch.pshard_stats_enabled-property){: name='spec.datadog.opensearch.pshard_stats_enabled-property'} (boolean). Enable Datadog Opensearch Primary Shard Monitoring.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/aiven/aiven-go-client/v2 v2.14.0
github.com/aiven/go-api-schemas v1.65.0
github.com/aiven/go-api-schemas v1.66.0
github.com/aiven/go-client-codegen v0.3.0
github.com/dave/jennifer v1.7.0
github.com/docker/go-units v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/aiven/aiven-go-client/v2 v2.14.0 h1:4FEbB3baj+jA3Gd3vXpzoN6Vi9lGLCcIAYo75vSnx4k=
github.com/aiven/aiven-go-client/v2 v2.14.0/go.mod h1:x0xhzxWEKAwKv0xY5FvECiI6tesWshcPHvjwl0B/1SU=
github.com/aiven/go-api-schemas v1.65.0 h1:r4ooY83kWwkQQPCq55W4oHitNv+SZ2fzVDxuY3KwU28=
github.com/aiven/go-api-schemas v1.65.0/go.mod h1:/bPxBUHza/2Aeer6hIIdB++GxKiw9K1KCBtRa2rtZ5I=
github.com/aiven/go-api-schemas v1.66.0 h1:Bn7E4CLcV9GMOdwmVtPEPud/9AKh/1fw7qT3epV+LXE=
github.com/aiven/go-api-schemas v1.66.0/go.mod h1:/bPxBUHza/2Aeer6hIIdB++GxKiw9K1KCBtRa2rtZ5I=
github.com/aiven/go-client-codegen v0.3.0 h1:RoIHSjMpJ+adYDJPfu9TBHaikQzMPocp1bwD2gqritc=
github.com/aiven/go-client-codegen v0.3.0/go.mod h1:qQ5dwRfNnGS4eAYk7JdC5htQI85g7eA/e71ZLyY8pQw=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down

0 comments on commit 29a1426

Please sign in to comment.