Skip to content

Commit

Permalink
Merge pull request #2049 from aiven/vmyroslav/release-v4.34.2
Browse files Browse the repository at this point in the history
chore(release): v4.34.2
  • Loading branch information
vmyroslav authored Feb 13, 2025
2 parents 0617fd3 + c897561 commit 109a2f4
Show file tree
Hide file tree
Showing 7 changed files with 377 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ nav_order: 1

## [MAJOR.MINOR.PATCH] - YYYY-MM-DD

## [4.34.2] - 2025-02-13

- Fix `ip_filter`, suppress plan for the new `ip_filter` default value (`::/0`) when a new service is created
- Change `aiven_opensearch` field `opensearch_user_config.opensearch.auth_failure_listeners.ip_rate_limiting`: deprecate:
This property is deprecated

## [4.34.1] - 2025-02-07

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Optional:
Optional:

- `internal_authentication_backend_limiting` (Block List, Max: 1) (see [below for nested schema](#nestedblock--opensearch_user_config--opensearch--auth_failure_listeners--internal_authentication_backend_limiting))
- `ip_rate_limiting` (Block List, Max: 1) IP address rate limiting settings (see [below for nested schema](#nestedblock--opensearch_user_config--opensearch--auth_failure_listeners--ip_rate_limiting))
- `ip_rate_limiting` (Block List, Max: 1, Deprecated) IP address rate limiting settings (see [below for nested schema](#nestedblock--opensearch_user_config--opensearch--auth_failure_listeners--ip_rate_limiting))

<a id="nestedblock--opensearch_user_config--opensearch--auth_failure_listeners--internal_authentication_backend_limiting"></a>
### Nested Schema for `opensearch_user_config.opensearch.auth_failure_listeners.internal_authentication_backend_limiting`
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23

require (
github.com/aiven/aiven-go-client/v2 v2.34.0
github.com/aiven/go-client-codegen v0.84.0
github.com/aiven/go-client-codegen v0.86.0
github.com/avast/retry-go v3.0.0+incompatible
github.com/dave/jennifer v1.7.1
github.com/docker/go-units v0.5.0
Expand Down Expand Up @@ -49,7 +49,7 @@ require (

require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aiven/go-api-schemas v1.112.0
github.com/aiven/go-api-schemas v1.113.0
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.16.0 // indirect
Expand All @@ -58,7 +58,7 @@ require (
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.6.2 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ 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.34.0 h1:Iq3GZVoqrAPb4XcA3pJVL8MpRtiXep+LYA7y6aoi5xQ=
github.com/aiven/aiven-go-client/v2 v2.34.0/go.mod h1:qXBgER0dtjJa1V3l7kzpizuAGjFCkgahhHL5OpoM2ZM=
github.com/aiven/go-api-schemas v1.112.0 h1:Ab7mrYS84CS2G1YAnfeH8qecvjKMN6pTl3oHlCH6gV8=
github.com/aiven/go-api-schemas v1.112.0/go.mod h1:z7dGvufm6If4gOdVr7dWTuFZmll9FOZr5Z5CSxGpebA=
github.com/aiven/go-client-codegen v0.84.0 h1:xJ9aw7WTlcKHBiHEiDLvZ+qzoGCEpdRq5B9fU9JJ7Tk=
github.com/aiven/go-client-codegen v0.84.0/go.mod h1:QKN/GgLMGWd6+gPEucXlZPi5vC3C6RpD3UeBRQOLI1Y=
github.com/aiven/go-api-schemas v1.113.0 h1:MTCtltdKeq/WKvpmzFrgZaM3hqyKW3bOaQO6teMblG8=
github.com/aiven/go-api-schemas v1.113.0/go.mod h1:7nvQuvnOOK/1IKxa7SCxmIM+gS8owzOldBaZPWRqNOI=
github.com/aiven/go-client-codegen v0.86.0 h1:/zWjNQith6/U2dShEY0HC3OGpaUObIICWilBFWr1uFY=
github.com/aiven/go-client-codegen v0.86.0/go.mod h1:QKN/GgLMGWd6+gPEucXlZPi5vC3C6RpD3UeBRQOLI1Y=
github.com/apparentlymart/go-textseg/v12 v12.0.0/go.mod h1:S/4uRK2UtaQttw1GenVJEynmyUenKwP++x/+DdGV/Ec=
github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY=
github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4=
Expand Down
1 change: 1 addition & 0 deletions internal/sdkprovider/userconfig/service/opensearch.go

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

Loading

0 comments on commit 109a2f4

Please sign in to comment.