Skip to content

Commit

Permalink
Merge pull request #2928 from redpanda-data/mihaitodor-update-changelog
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
Jeffail authored Oct 10, 2024
2 parents 126b388 + 9ee3718 commit df39acc
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
### Added

- Field `checksum_algorithm` added to the `aws_s3` output. (@dom-lee-naimuri)
- Field `nkey` added to `nats`, `nats_jetstream`, `nats_kv` and `nats_stream` components. (@ye11ow)
- Field `private_key` added to the `snowflake_put` output. (@mihaitodor)

### Fixed
Expand Down
1 change: 1 addition & 0 deletions docs/modules/components/pages/caches/nats_kv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`
Requires version 4.38.0 or newer
```yml
# Examples
Expand Down
1 change: 1 addition & 0 deletions docs/modules/components/pages/inputs/nats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`
Requires version 4.38.0 or newer
```yml
# Examples
Expand Down
1 change: 1 addition & 0 deletions docs/modules/components/pages/inputs/nats_jetstream.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`
Requires version 4.38.0 or newer
```yml
# Examples
Expand Down
1 change: 1 addition & 0 deletions docs/modules/components/pages/inputs/nats_kv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`
Requires version 4.38.0 or newer
```yml
# Examples
Expand Down
1 change: 1 addition & 0 deletions docs/modules/components/pages/inputs/nats_stream.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`
Requires version 4.38.0 or newer
```yml
# Examples
Expand Down
1 change: 1 addition & 0 deletions docs/modules/components/pages/outputs/nats.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`
Requires version 4.38.0 or newer
```yml
# Examples
Expand Down
1 change: 1 addition & 0 deletions docs/modules/components/pages/outputs/nats_jetstream.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`
Requires version 4.38.0 or newer
```yml
# Examples
Expand Down
1 change: 1 addition & 0 deletions docs/modules/components/pages/outputs/nats_kv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`
Requires version 4.38.0 or newer
```yml
# Examples
Expand Down
1 change: 1 addition & 0 deletions docs/modules/components/pages/outputs/nats_stream.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`
Requires version 4.38.0 or newer
```yml
# Examples
Expand Down
1 change: 1 addition & 0 deletions docs/modules/components/pages/processors/nats_kv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`
Requires version 4.38.0 or newer
```yml
# Examples
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ This field contains sensitive information that usually shouldn't be added to a c
*Type*: `string`
Requires version 4.38.0 or newer
```yml
# Examples
Expand Down
1 change: 1 addition & 0 deletions internal/impl/nats/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func authFieldSpec() *service.ConfigField {
Description("The NKey seed.").
Secret().
Optional().
Version("4.38.0").
Example("UDXU4RCSJNZOIQHZNWXHXORDPRTGNJAHAHFRGZNEEJCPQTT2M7NLCNF4"), // don't worry, this sample seed is from Nats offical doc
service.NewStringField("user_credentials_file").
Description("An optional file containing user credentials which consist of an user JWT and corresponding NKey seed.").
Expand Down

0 comments on commit df39acc

Please sign in to comment.