Skip to content

Commit

Permalink
build(deps): bump github.com/aiven/go-api-schemas from 1.46.0 to 1.47…
Browse files Browse the repository at this point in the history
….0 (#556)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Dec 7, 2023
1 parent 67205e5 commit 776e601
Show file tree
Hide file tree
Showing 48 changed files with 335 additions and 15 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@
- Add `Kafka` field `userConfig.kafka.transaction_partition_verification_enable`, type `boolean`: Enable
verification that checks that the partition has been added to the transaction before writing transactional
records to the partition
- Add `Cassandra` field `userConfig.service_log`, type `boolean`: Store logs for the service so that
they are available in the HTTP API and console
- Add `Clickhouse` field `userConfig.service_log`, type `boolean`: Store logs for the service so that
they are available in the HTTP API and console
- Add `Grafana` field `userConfig.service_log`, type `boolean`: Store logs for the service so that they
are available in the HTTP API and console
- Add `KafkaConnect` field `userConfig.service_log`, type `boolean`: Store logs for the service so that
they are available in the HTTP API and console
- Add `Kafka` field `userConfig.kafka_rest_config.name_strategy_validation`, type `boolean`: If true,
validate that given schema is registered under expected subject name by the used name strategy when
producing messages
- Add `Kafka` field `userConfig.service_log`, type `boolean`: Store logs for the service so that they
are available in the HTTP API and console
- Add `MySQL` field `userConfig.service_log`, type `boolean`: Store logs for the service so that they
are available in the HTTP API and console
- Add `OpenSearch` field `userConfig.service_log`, type `boolean`: Store logs for the service so that
they are available in the HTTP API and console
- Add `PostgreSQL` field `userConfig.pg_qualstats`, type `object`: System-wide settings for the pg_qualstats
extension
- Add `PostgreSQL` field `userConfig.service_log`, type `boolean`: Store logs for the service so that
they are available in the HTTP API and console
- Add `Redis` field `userConfig.service_log`, type `boolean`: Store logs for the service so that they
are available in the HTTP API and console

## v0.15.0 - 2023-11-17

Expand Down
3 changes: 3 additions & 0 deletions api/v1alpha1/userconfig/service/cassandra/cassandra.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.

3 changes: 3 additions & 0 deletions api/v1alpha1/userconfig/service/clickhouse/clickhouse.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.

3 changes: 3 additions & 0 deletions api/v1alpha1/userconfig/service/grafana/grafana.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.

6 changes: 6 additions & 0 deletions api/v1alpha1/userconfig/service/kafka/kafka.go

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

10 changes: 10 additions & 0 deletions api/v1alpha1/userconfig/service/kafka/zz_generated.deepcopy.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.

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

3 changes: 3 additions & 0 deletions api/v1alpha1/userconfig/service/mysql/mysql.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.

3 changes: 3 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.

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

34 changes: 30 additions & 4 deletions api/v1alpha1/userconfig/service/pg/pg.go

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

50 changes: 50 additions & 0 deletions api/v1alpha1/userconfig/service/pg/zz_generated.deepcopy.go

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

3 changes: 3 additions & 0 deletions api/v1alpha1/userconfig/service/redis/redis.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.

4 changes: 4 additions & 0 deletions charts/aiven-operator-crds/templates/aiven.io_cassandras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,10 @@ spec:
VPC or another type of private network
type: boolean
type: object
service_log:
description: Store logs for the service so that they are available
in the HTTP API and console.
type: boolean
service_to_fork_from:
description: Name of another service to fork from. This has effect
only when a new service is being created.
Expand Down
Loading

0 comments on commit 776e601

Please sign in to comment.