Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LOG-6021: Upgrade to Vector v0.40.1 #180

Open
wants to merge 428 commits into
base: release-6.1
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 10, 2024

  1. chore(deps): Bump syn from 2.0.60 to 2.0.61 (vectordotdev#20444)

    Bumps [syn](https://github.com/dtolnay/syn) from 2.0.60 to 2.0.61.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.60...2.0.61)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 10, 2024
    Configuration menu
    Copy the full SHA
    911e63d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. chore(ci): Fix nextest / rustup dll issue (vectordotdev#20544)

    Workaround for issue in nextest caused by a change in rustup:
    nextest-rs/nextest#1493
    
    Fixes:
    
    ```
    error: creating test list failed
    
    Caused by:
      for `vector-config-macros`, command
      `'C:\a\vector\vector\target\debug\deps\vector_config_macros-4fc11cf764d99dff.exe' --list --format
      terse` exited with code 0xc0000135: The specified module could not be found. (os error 126)
    ```
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed May 21, 2024
    Configuration menu
    Copy the full SHA
    50ef76b View commit details
    Browse the repository at this point in the history
  2. chore(reduce): add arbitrary trait (vectordotdev#20537)

    * chore(reduce): add arbitrary trait
    
    * hide behind new feature
    
    * add PartialEq
    pront committed May 21, 2024
    Configuration menu
    Copy the full SHA
    98a795e View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump serde-toml-merge from 0.3.6 to 0.3.7 (vectordotdev#…

    …20501)
    
    Bumps [serde-toml-merge](https://github.com/jdrouet/serde-toml-merge) from 0.3.6 to 0.3.7.
    - [Release notes](https://github.com/jdrouet/serde-toml-merge/releases)
    - [Changelog](https://github.com/jdrouet/serde-toml-merge/blob/main/CHANGELOG.md)
    - [Commits](jdrouet/serde-toml-merge@v0.3.6...v0.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: serde-toml-merge
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d1c2aec View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump mlua from 0.9.7 to 0.9.8 (vectordotdev#20503)

    Bumps [mlua](https://github.com/khvzak/mlua) from 0.9.7 to 0.9.8.
    - [Release notes](https://github.com/khvzak/mlua/releases)
    - [Changelog](https://github.com/mlua-rs/mlua/blob/master/CHANGELOG.md)
    - [Commits](mlua-rs/mlua@v0.9.7...v0.9.8)
    
    ---
    updated-dependencies:
    - dependency-name: mlua
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7c745d2 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump serde_derive_internals from 0.29.0 to 0.29.1 (vecto…

    …rdotdev#20504)
    
    Bumps [serde_derive_internals](https://github.com/serde-rs/serde) from 0.29.0 to 0.29.1.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](https://github.com/serde-rs/serde/commits)
    
    ---
    updated-dependencies:
    - dependency-name: serde_derive_internals
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cddc180 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump itertools from 0.12.1 to 0.13.0 (vectordotdev#20508)

    Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0.
    - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
    - [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: itertools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d5c23fe View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump crossbeam-utils from 0.8.19 to 0.8.20 in the crossb…

    …eam group (vectordotdev#20518)
    
    chore(deps): Bump crossbeam-utils in the crossbeam group
    
    Bumps the crossbeam group with 1 update: [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam).
    
    
    Updates `crossbeam-utils` from 0.8.19 to 0.8.20
    - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
    - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
    - [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.19...crossbeam-utils-0.8.20)
    
    ---
    updated-dependencies:
    - dependency-name: crossbeam-utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: crossbeam
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    eacf1e8 View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump thiserror from 1.0.60 to 1.0.61 (vectordotdev#20521)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.60 to 1.0.61.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.60...1.0.61)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c880b96 View commit details
    Browse the repository at this point in the history
  9. chore(ci): Bump bufbuild/buf-setup-action from 1.31.0 to 1.32.0 (vect…

    …ordotdev#20516)
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.31.0 to 1.32.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.31.0...v1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    879150e View commit details
    Browse the repository at this point in the history
  10. chore(deps): Bump pulsar from 6.2.0 to 6.3.0 (vectordotdev#20524)

    * chore(deps): Bump pulsar from 6.2.0 to 6.3.0
    
    Bumps [pulsar](https://github.com/streamnative/pulsar-rs) from 6.2.0 to 6.3.0.
    - [Release notes](https://github.com/streamnative/pulsar-rs/releases)
    - [Commits](streamnative/pulsar-rs@v6.2.0...v6.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: pulsar
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Use non-deprecated functions
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2a52d22 View commit details
    Browse the repository at this point in the history
  11. chore(deps): Bump syn from 2.0.61 to 2.0.65 (vectordotdev#20526)

    Bumps [syn](https://github.com/dtolnay/syn) from 2.0.61 to 2.0.65.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.61...2.0.65)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    bd15a6b View commit details
    Browse the repository at this point in the history
  12. chore(deps): Bump h2 from 0.4.4 to 0.4.5 (vectordotdev#20527)

    Bumps [h2](https://github.com/hyperium/h2) from 0.4.4 to 0.4.5.
    - [Release notes](https://github.com/hyperium/h2/releases)
    - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
    - [Commits](hyperium/h2@v0.4.4...v0.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: h2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    58047ad View commit details
    Browse the repository at this point in the history
  13. chore(deps): Bump crc32fast from 1.4.0 to 1.4.2 (vectordotdev#20539)

    ---
    updated-dependencies:
    - dependency-name: crc32fast
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3031e9b View commit details
    Browse the repository at this point in the history
  14. chore(deps): Bump serde from 1.0.201 to 1.0.202 (vectordotdev#20502)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.201 to 1.0.202.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.201...v1.0.202)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ff5af87 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    27393b5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump toml from 0.8.12 to 0.8.13 (vectordotdev#20500)

    Bumps [toml](https://github.com/toml-rs/toml) from 0.8.12 to 0.8.13.
    - [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.8.13)
    
    ---
    updated-dependencies:
    - dependency-name: toml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a725d74 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump anyhow from 1.0.83 to 1.0.86 (vectordotdev#20520)

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.83 to 1.0.86.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.83...1.0.86)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b03a8fa View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump libc from 0.2.154 to 0.2.155 (vectordotdev#20523)

    Bumps [libc](https://github.com/rust-lang/libc) from 0.2.154 to 0.2.155.
    - [Release notes](https://github.com/rust-lang/libc/releases)
    - [Commits](rust-lang/libc@0.2.154...0.2.155)
    
    ---
    updated-dependencies:
    - dependency-name: libc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8645cd9 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump databend-client from 0.17.2 to 0.18.1 (vectordotdev…

    …#20540)
    
    ---
    updated-dependencies:
    - dependency-name: databend-client
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 22, 2024
    Configuration menu
    Copy the full SHA
    16e3550 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump the aws group with 3 updates (vectordotdev#20545)

    ---
    updated-dependencies:
    - dependency-name: aws-smithy-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    - dependency-name: aws-smithy-runtime-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    - dependency-name: aws-smithy-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e418dd5 View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump the prost group with 3 updates (vectordotdev#20519)

    * chore(deps): Bump the prost group with 3 updates
    
    Bumps the prost group with 3 updates: [prost](https://github.com/tokio-rs/prost), [prost-types](https://github.com/tokio-rs/prost) and [prost-build](https://github.com/tokio-rs/prost).
    
    
    Updates `prost` from 0.12.4 to 0.12.6
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Commits](tokio-rs/prost@v0.12.4...v0.12.6)
    
    Updates `prost-types` from 0.12.4 to 0.12.6
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Commits](tokio-rs/prost@v0.12.4...v0.12.6)
    
    Updates `prost-build` from 0.12.4 to 0.12.6
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Commits](tokio-rs/prost@v0.12.4...v0.12.6)
    
    ---
    updated-dependencies:
    - dependency-name: prost
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prost
    - dependency-name: prost-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prost
    - dependency-name: prost-build
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prost
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Regenerate license file
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d62fcdd View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump ratatui from 0.26.2 to 0.26.3 (vectordotdev#20538)

    * ---
    updated-dependencies:
    - dependency-name: ratatui
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * regenerate license file
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed May 22, 2024
    Configuration menu
    Copy the full SHA
    16ef571 View commit details
    Browse the repository at this point in the history
  9. docs: Fix link to remap event data model (vectordotdev#20536)

    docs: Fix link
    
    Reported in discord
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed May 22, 2024
    Configuration menu
    Copy the full SHA
    082d935 View commit details
    Browse the repository at this point in the history
  10. chore(kubernetes_logs source): Remove unreported metrics from the docs (

    vectordotdev#20530)
    
    These were removed during refactoring to use the `component_*` metrics.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4cc1ecf View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. feat(kafka source): use msg.payload_len() to initialize FramedRead (

    vectordotdev#20529)
    
    * feat(kafka source): use `msg.payload_len()` to initialize `FramedRead`
    
    Signed-off-by: biuboombiuboom <[email protected]>
    
    * chore(kafka source): update kafka source change log
    
    Signed-off-by: biuboombiuboom <[email protected]>
    
    * Update changelog.d/kafka-source-parse_message.feat.md
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    
    * update changelog file fragment type
    
    Signed-off-by: biuboombiuboom <[email protected]>
    
    * add new line to kafka-source-parse_message.feature.md
    
    Signed-off-by: biuboombiuboom <[email protected]>
    
    * Update kafka-source-parse_message.feature.md
    
    add new line to end
    
    ---------
    
    Signed-off-by: biuboombiuboom <[email protected]>
    Co-authored-by: Jesse Szwedko <[email protected]>
    biuboombiuboom and jszwedko committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f5abce9 View commit details
    Browse the repository at this point in the history
  2. chore(config): Drop support for missing example configs (vectordotdev…

    …#20550)
    
    The example value field in component descriptions is wrapped in an `Option`, but
    all uses of it set it to `Some`. This removes the optionality and drops the
    resulting unreachable error case.
    bruceg committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8b4a3ba View commit details
    Browse the repository at this point in the history
  3. fix(reduce): correct feature gate (vectordotdev#20554)

    * fix(reduce): correct feature gate
    
    * one more tweak
    pront committed May 23, 2024
    Configuration menu
    Copy the full SHA
    14d8f31 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump serde_json from 1.0.116 to 1.0.117 (vectordotdev#20461

    )
    
    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.116...v1.0.117)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d777dc5 View commit details
    Browse the repository at this point in the history
  5. chore(ci): Bump bufbuild/buf-setup-action from 1.32.0 to 1.32.1 (vect…

    …ordotdev#20549)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 23, 2024
    Configuration menu
    Copy the full SHA
    12160b1 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump the aws group with 2 updates (vectordotdev#20551)

    Bumps the aws group with 2 updates: [aws-types](https://github.com/smithy-lang/smithy-rs) and [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs).
    
    
    Updates `aws-types` from 1.2.1 to 1.3.0
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    Updates `aws-smithy-runtime` from 1.5.3 to 1.5.4
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: aws-types
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws
    - dependency-name: aws-smithy-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fb1af6a View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump the prost group with 2 updates (vectordotdev#20552)

    Bumps the prost group with 2 updates: [prost-types](https://github.com/tokio-rs/prost) and [prost-build](https://github.com/tokio-rs/prost).
    
    
    Updates `prost-types` from 0.12.4 to 0.12.6
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Commits](tokio-rs/prost@v0.12.4...v0.12.6)
    
    Updates `prost-build` from 0.12.4 to 0.12.6
    - [Release notes](https://github.com/tokio-rs/prost/releases)
    - [Commits](tokio-rs/prost@v0.12.4...v0.12.6)
    
    ---
    updated-dependencies:
    - dependency-name: prost-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prost
    - dependency-name: prost-build
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prost
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b5ec6ae View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump bitmask-enum from 2.2.3 to 2.2.4 (vectordotdev#20528)

    * chore(deps): Bump bitmask-enum from 2.2.3 to 2.2.4
    
    Bumps [bitmask-enum](https://github.com/Lukas3674/rust-bitmask-enum) from 2.2.3 to 2.2.4.
    - [Commits](https://github.com/Lukas3674/rust-bitmask-enum/commits)
    
    ---
    updated-dependencies:
    - dependency-name: bitmask-enum
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * deprecated function
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * remove call to deprecated function
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * rustfmt
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed May 23, 2024
    Configuration menu
    Copy the full SHA
    72d1373 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. chore(gcp_chronicle): allow enabling google chronicle separately from… (

    vectordotdev#20557)
    
    * chore(gcp_chronicle): allow enabling google chronicle separately from other gcp modules
    
    * try Jesse's suggestion
    
    * Update Cargo.toml
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    
    * Update src/sinks/gcp_chronicle/mod.rs
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    pront and jszwedko committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5abaa32 View commit details
    Browse the repository at this point in the history
  2. chore: Move third-party proto files into their own module (vectordotd…

    …ev#20556)
    
    * chore: Move third-party proto files into their own module
    
    To avoid cyclical dependencies between lib/vector-core/proto and proto/
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Fix vector-core build.rs
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Fix prometheus-parser build.rs too
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * loki too
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed May 24, 2024
    Configuration menu
    Copy the full SHA
    378f3b0 View commit details
    Browse the repository at this point in the history
  3. chore(ci): Replace kafka integration test filter (vectordotdev#20534)

    Accidentally committed an override while testing in
    3a115c5
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed May 24, 2024
    Configuration menu
    Copy the full SHA
    45be7ad View commit details
    Browse the repository at this point in the history
  4. chore: Update buf config to v2 (vectordotdev#20558)

    * chore: Move third-party proto files into their own module
    
    To avoid cyclical dependencies between lib/vector-core/proto and proto/
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Fix vector-core build.rs
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Fix prometheus-parser build.rs too
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * loki too
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * chore: Update buf config to v2
    
    Via `buf config migrate`
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2e884c5 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump syn from 2.0.65 to 2.0.66 (vectordotdev#20559)

    Bumps [syn](https://github.com/dtolnay/syn) from 2.0.65 to 2.0.66.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.65...2.0.66)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1418455 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump openssl-src from 300.2.3+3.2.1 to 300.3.0+3.3.0 (ve…

    …ctordotdev#20546)
    
    ---
    updated-dependencies:
    - dependency-name: openssl-src
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1b57acd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. chore(deps): Bump cargo-nextest (vectordotdev#20572)

    Should resolve nextest-rs/nextest#1493
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5bd264b View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump databend-client from 0.18.1 to 0.18.2 (vectordotdev…

    …#20569)
    
    Bumps [databend-client](https://github.com/datafuselabs/bendsql) from 0.18.1 to 0.18.2.
    - [Release notes](https://github.com/datafuselabs/bendsql/releases)
    - [Commits](datafuselabs/bendsql@v0.18.1...v0.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: databend-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7206fa4 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump proc-macro2 from 1.0.83 to 1.0.84 (vectordotdev#20565)

    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.83 to 1.0.84.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](dtolnay/proc-macro2@1.0.83...1.0.84)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    082e80f View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump parking_lot from 0.12.2 to 0.12.3 (vectordotdev#20564)

    Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.2 to 0.12.3.
    - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
    - [Commits](Amanieu/parking_lot@0.12.2...0.12.3)
    
    ---
    updated-dependencies:
    - dependency-name: parking_lot
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 28, 2024
    Configuration menu
    Copy the full SHA
    632ecd7 View commit details
    Browse the repository at this point in the history
  5. fix(external docs): Fix parsing-csv-logs-with-lua.md example for post…

    …gres > 13 (vectordotdev#20513)
    
    * Fix parsing-csv-logs-with-lua.md example for postgres > 13
    
    * remove whitespace
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: Jesse Szwedko <[email protected]>
    t0k4rt and jszwedko committed May 28, 2024
    Configuration menu
    Copy the full SHA
    006844e View commit details
    Browse the repository at this point in the history
  6. doc: Improve NixOS documentation (vectordotdev#20497)

    * doc: nixos.md: Use JSON instead of TOML for configuration.
    
    * doc: nixos.md: Provide external file permissions example.
    
    * doc: nixos.md: Added a link to the NixOS test suite.
    
    * doc: nixos.md: Updated nixos-tests-vector URL
    jpds committed May 28, 2024
    Configuration menu
    Copy the full SHA
    234b126 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    4a4fc2e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. chore(deps): Bump proc-macro2 from 1.0.84 to 1.0.85 (vectordotdev#20599)

    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.84 to 1.0.85.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](dtolnay/proc-macro2@1.0.84...1.0.85)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    3da355b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. feat(opentelemetry source): support trace ingestion (vectordotdev#19728)

    * feat: otlp trace
    
    * feat: add tuple grpc services
    
    * fmt
    
    * add changelog.d
    
    * add intergration tests
    
    * remove .vscode in gitignore
    
    * cue
    
    * add int test
    
    * hex trace_id span_id
    
    * fix int test
    
    * add a newline to pass the check
    
    * Update changelog.d/opentelemetry_trace.feature.md
    
    Co-authored-by: Stephen Wakely <[email protected]>
    
    * Update website/cue/reference/components/sources/opentelemetry.cue
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    
    * Update website/cue/reference/components/sources/opentelemetry.cue
    
    Co-authored-by: Stephen Wakely <[email protected]>
    
    * Fix cue error
    
    Signed-off-by: Stephen Wakely <[email protected]>
    
    * Update trace.proto
    
    fix ident
    
    ---------
    
    Signed-off-by: Stephen Wakely <[email protected]>
    Co-authored-by: Stephen Wakely <[email protected]>
    Co-authored-by: Jesse Szwedko <[email protected]>
    Co-authored-by: Stephen Wakely <[email protected]>
    4 people committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d1d122e View commit details
    Browse the repository at this point in the history
  2. chore(ci): Update versions of OSes used for testing the RPM package (v…

    …ectordotdev#20611)
    
    Prompted because centos:stream8 repos disappeared due to it being EOL. I removed other EOL versions
    and added newer versions we weren't currently testing.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8652efe View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. chore(enrichment_tables): Make configuration fields public (vectordot…

    …dev#20614)
    
    All of the fields required to instantiate a GeoIP enrichment table configuration
    are public, but all of the ones for files are private. This makes the latter
    public as well.
    bruceg committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    322c7df View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump openssl-src from 300.3.0+3.3.0 to 300.3.1+3.3.1 (ve…

    …ctordotdev#20612)
    
    Bumps [openssl-src](https://github.com/alexcrichton/openssl-src-rs) from 300.3.0+3.3.0 to 300.3.1+3.3.1.
    - [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases)
    - [Commits](https://github.com/alexcrichton/openssl-src-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: openssl-src
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8a73968 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump toml from 0.8.13 to 0.8.14 (vectordotdev#20608)

    Bumps [toml](https://github.com/toml-rs/toml) from 0.8.13 to 0.8.14.
    - [Commits](toml-rs/toml@toml-v0.8.13...toml-v0.8.14)
    
    ---
    updated-dependencies:
    - dependency-name: toml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    55d48d5 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump serde-toml-merge from 0.3.7 to 0.3.8 (vectordotdev#…

    …20607)
    
    Bumps [serde-toml-merge](https://github.com/jdrouet/serde-toml-merge) from 0.3.7 to 0.3.8.
    - [Release notes](https://github.com/jdrouet/serde-toml-merge/releases)
    - [Changelog](https://github.com/jdrouet/serde-toml-merge/blob/main/CHANGELOG.md)
    - [Commits](jdrouet/serde-toml-merge@v0.3.7...v0.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: serde-toml-merge
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    72ba4d5 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump the aws group with 2 updates (vectordotdev#20606)

    Bumps the aws group with 2 updates: [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) and [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs).
    
    
    Updates `aws-smithy-runtime-api` from 1.6.1 to 1.6.2
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    Updates `aws-smithy-runtime` from 1.5.4 to 1.5.5
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: aws-smithy-runtime-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    - dependency-name: aws-smithy-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7d48cd2 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump rstest from 0.19.0 to 0.21.0 (vectordotdev#20596)

    Bumps [rstest](https://github.com/la10736/rstest) from 0.19.0 to 0.21.0.
    - [Release notes](https://github.com/la10736/rstest/releases)
    - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
    - [Commits](la10736/rstest@v0.19.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: rstest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a32a022 View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump tokio from 1.37.0 to 1.38.0 (vectordotdev#20588)

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.0)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    d34e619 View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump async-compression from 0.4.10 to 0.4.11 (vectordotd…

    …ev#20586)
    
    Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.10 to 0.4.11.
    - [Release notes](https://github.com/Nullus157/async-compression/releases)
    - [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
    - [Commits](Nullus157/async-compression@v0.4.10...v0.4.11)
    
    ---
    updated-dependencies:
    - dependency-name: async-compression
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    62e1cb3 View commit details
    Browse the repository at this point in the history
  9. chore(deps): Bump databend-client from 0.18.2 to 0.18.3 (vectordotdev…

    …#20585)
    
    Bumps [databend-client](https://github.com/datafuselabs/bendsql) from 0.18.2 to 0.18.3.
    - [Release notes](https://github.com/datafuselabs/bendsql/releases)
    - [Commits](datafuselabs/bendsql@v0.18.2...v0.18.3)
    
    ---
    updated-dependencies:
    - dependency-name: databend-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8eff9bc View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. chore(deps): Bump mock_instant from 0.4.0 to 0.5.1 (vectordotdev#20598)

    * chore(deps): Bump mock_instant from 0.4.0 to 0.5.1
    
    Bumps [mock_instant](https://github.com/museun/mock_instant) from 0.4.0 to 0.5.1.
    - [Commits](museun/mock_instant@v0.4.0...v0.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: mock_instant
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update references to mock_instant types
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1caa112 View commit details
    Browse the repository at this point in the history
  2. chore(docs): Remove references to HTTP Content-Length from component …

    …spec (vectordotdev#20615)
    
    * chore(docs): Remove references to HTTP Content-Length from component spec
    
    This contradicts the statement that the bytes metrics should be before compression and after
    decompression.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Update docs/specs/component.md
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    187f119 View commit details
    Browse the repository at this point in the history
  3. enhancement(http): log source IP as host key in the http source (v…

    …ectordotdev#19667)
    
    * feat(http): add support for host field in http source
    
    * chore: fix merge to main inconsistencies
    
    * chore: mention host in schema definition as well as unit tests
    
    * chore: make the host_key configurable via global and local settings
    
    * chore: fix spell check
    
    * chore: mention details about log_schema.host_key with the override
    
    * chore: generate component doc
    
    * chore: apply code suggestions
    
    Co-authored-by: Esther Kim <[email protected]>
    
    * chore: add changelog entry
    
    * chore: change the host value to only IP address, and write tests to assert
    
    * chore: add more context to the changelog entry regarding the change
    
    Co-authored-by: neuronull <[email protected]>
    
    * chore: fix clippy lint option_map_unit_fn
    
    * chore: make the inline comments consistent with the cue docs
    
    * chore: pass SocketAddr as Ref instead of Copy
    
    * fix(http_source): making host_key optional and control remote_ip injection
    
    * chore: fix fmt checks
    
    * Apply suggestions from code review
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    
    * chore: minor changes and clippy fixes
    
    * chore: remove Arc in PeerAddr
    
    * chore: address clippy lints
    
    * chore: fix unit tests
    
    * chore: run fmt
    
    * chore: generate component docs
    
    ---------
    
    Co-authored-by: Esther Kim <[email protected]>
    Co-authored-by: neuronull <[email protected]>
    Co-authored-by: Jesse Szwedko <[email protected]>
    4 people committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    49867fd View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump aws-types from 1.3.0 to 1.3.1 in the aws group (vec…

    …tordotdev#20616)
    
    Bumps the aws group with 1 update: [aws-types](https://github.com/smithy-lang/smithy-rs).
    
    
    Updates `aws-types` from 1.3.0 to 1.3.1
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: aws-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9575d65 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump infer from 0.15.0 to 0.16.0 (vectordotdev#20597)

    Bumps [infer](https://github.com/bojand/infer) from 0.15.0 to 0.16.0.
    - [Release notes](https://github.com/bojand/infer/releases)
    - [Commits](bojand/infer@v0.15.0...v0.16.0)
    
    ---
    updated-dependencies:
    - dependency-name: infer
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2451cc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. feat(new encoding): add pretty json encoding (vectordotdev#20384)

    * feat(new encoding): add pretty json encoding
    
    * chore(lint): fix cargo fmt lints
    
    * feat(new codec): update default console logger to use pretty json
    
    * docs(new codec): update docs for pretty json
    
    * chore(changelog): add changelog.d entry
    
    * fix(tests): update tests for pretty_json codec
    
    * refactor(pretty_json): adds a field to existing json codec instead of a new pretty_json codec
    
    * refactor(codecs): rename pretty field name for json codec
    
    ---------
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    lsampras and jszwedko committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    86f0a88 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump regex from 1.10.4 to 1.10.5 (vectordotdev#20629)

    Bumps [regex](https://github.com/rust-lang/regex) from 1.10.4 to 1.10.5.
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.10.4...1.10.5)
    
    ---
    updated-dependencies:
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    60673c7 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump enumflags2 from 0.7.9 to 0.7.10 (vectordotdev#20628)

    Bumps [enumflags2](https://github.com/meithecatte/enumflags2) from 0.7.9 to 0.7.10.
    - [Release notes](https://github.com/meithecatte/enumflags2/releases)
    - [Commits](meithecatte/enumflags2@v0.7.9...v0.7.10)
    
    ---
    updated-dependencies:
    - dependency-name: enumflags2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a01c198 View commit details
    Browse the repository at this point in the history
  4. chore(ci): Bump bufbuild/buf-setup-action from 1.32.1 to 1.32.2 (vect…

    …ordotdev#20578)
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.32.1 to 1.32.2.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.32.1...v1.32.2)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    843f186 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump serde from 1.0.202 to 1.0.203 (vectordotdev#20563)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.202 to 1.0.203.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.202...v1.0.203)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5b59039 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump encoding_rs from 0.8.33 to 0.8.34 (vectordotdev#20283)

    Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.33 to 0.8.34.
    - [Commits](hsivonen/encoding_rs@v0.8.33...v0.8.34)
    
    ---
    updated-dependencies:
    - dependency-name: encoding_rs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ceca9a1 View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump the clap group across 1 directory with 2 updates (v…

    …ectordotdev#20626)
    
    * chore(deps): Bump the clap group across 1 directory with 2 updates
    
    Bumps the clap group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap).
    
    
    Updates `clap` from 4.5.4 to 4.5.6
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.4...v4.5.6)
    
    Updates `clap_complete` from 4.5.2 to 4.5.5
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.2...clap_complete-v4.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: clap
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: clap
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * regenerate licenses
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b266a95 View commit details
    Browse the repository at this point in the history
  8. enhancement(remap transform): add caching to remap vrl compilation (v…

    …ectordotdev#20555)
    
    * add caching to remap vrl compilation
    
    * fix comments
    
    * fix comments
    
    * extend changelog fragment
    
    * clarify cache comment + newline in changelog
    
    * Update changelog.d/cache-remap-compilation.enhancement.md
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    
    * Update src/transforms/remap.rs
    
    Co-authored-by: Pavlos Rontidis <[email protected]>
    
    * fix comment
    
    ---------
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    Co-authored-by: Pavlos Rontidis <[email protected]>
    3 people committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    48a29b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2fc5ef View commit details
    Browse the repository at this point in the history
  10. chore(ci): Bump docker/build-push-action from 5.3.0 to 5.4.0 (vectord…

    …otdev#20632)
    
    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v5.3.0...v5.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9bbb991 View commit details
    Browse the repository at this point in the history
  11. chore: bump rust version to 1.78 (vectordotdev#20624)

    * chore: bump rust version to 1.78
    
    * cargo fmt
    
    * review feedback
    
    * Fix unused trait
    
    * fix sometimes-unused `BuildError`
    
    * set rust backtrace to help debugging, good to always specify this
    
    * attempt to workaround rdkafka bug
    
    ---------
    
    Co-authored-by: Bruce Guenter <[email protected]>
    pront and bruceg committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    58114f1 View commit details
    Browse the repository at this point in the history
  12. chore(enterprise)!: Remove enterprise feature (vectordotdev#20468)

    * chore: Remove `enterprise` feature
    
    * Fix changelog wording
    bruceg committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4f5c99d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. chore(vrl): update to crate version to 0.16.0 (vectordotdev#20634)

    * chore: bump rust version to 1.78
    
    * cargo fmt
    
    * review feedback
    
    * Fix unused trait
    
    * fix sometimes-unused `BuildError`
    
    * set rust backtrace to help debugging, good to always specify this
    
    * attempt to workaround rdkafka bug
    
    * chore(vrl): update to crate version to 1.60.0
    
    * fix test
    
    * fix tests
    
    * dd-rust-license-tool write
    
    * add traceability_id to the doc for parse_aws_alb_log
    
    * remove the doc for coalescing path
    
    * remove path coalescing from docs
    
    ---------
    
    Co-authored-by: Bruce Guenter <[email protected]>
    Co-authored-by: Vladimir Zhuk <[email protected]>
    3 people committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    36abc45 View commit details
    Browse the repository at this point in the history
  2. fix(datadog sinks): Compute proper validate endpoint (vectordotdev#20644

    )
    
    * fix(datadog sinks): Compute proper validate endpoint
    
    When no `endpoint` is configured in the `datadog_*` sinks, they use the `site`
    instead to compute separate endpoints for the API key validation and for the
    actual service. However, when an `endpoint` _is_ configured, that URI is used
    for both, leading to a HTTP 404 Not Found error when trying to run the health
    check.
    
    This change pulls in the API endpoint computation used by the Datadog Agent to
    rewrite the `endpoint` URI when it is detected as a valid Datadog domain.
    
    * Add spelling allow for "ddog"
    
    * Fix changelog grammar
    bruceg committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9be2eeb View commit details
    Browse the repository at this point in the history
  3. chore(dev): Update sasl2-sys to fix building on GCC 14+ / CLang envir…

    …onments (vectordotdev#20645)
    
    * Update sasl2-sys to fix building on GCC 14+ / CLang environments
    
    * Add changelog.d fragment
    
    * Remove changelog entry
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: Jesse Szwedko <[email protected]>
    sbalmos and jszwedko committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f6527ec View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump clap from 4.5.6 to 4.5.7 in the clap group (vectord…

    …otdev#20639)
    
    Bumps the clap group with 1 update: [clap](https://github.com/clap-rs/clap).
    
    
    Updates `clap` from 4.5.6 to 4.5.7
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@v4.5.6...v4.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: clap
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3aeaf45 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump the aws group with 3 updates (vectordotdev#20638)

    Bumps the aws group with 3 updates: [aws-smithy-types](https://github.com/smithy-lang/smithy-rs), [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) and [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs).
    
    
    Updates `aws-smithy-types` from 1.1.10 to 1.2.0
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    Updates `aws-smithy-runtime-api` from 1.6.2 to 1.6.3
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    Updates `aws-smithy-runtime` from 1.5.5 to 1.5.7
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: aws-smithy-types
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws
    - dependency-name: aws-smithy-runtime-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    - dependency-name: aws-smithy-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1a137cf View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump roaring from 0.10.4 to 0.10.5 (vectordotdev#20630)

    Bumps [roaring](https://github.com/RoaringBitmap/roaring-rs) from 0.10.4 to 0.10.5.
    - [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases)
    - [Commits](RoaringBitmap/roaring-rs@v0.10.4...v0.10.5)
    
    ---
    updated-dependencies:
    - dependency-name: roaring
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    974970e View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump the graphql group with 2 updates (vectordotdev#20627)

    Bumps the graphql group with 2 updates: [async-graphql](https://github.com/async-graphql/async-graphql) and [async-graphql-warp](https://github.com/async-graphql/async-graphql).
    
    
    Updates `async-graphql` from 7.0.5 to 7.0.6
    - [Release notes](https://github.com/async-graphql/async-graphql/releases)
    - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/async-graphql/async-graphql/commits)
    
    Updates `async-graphql-warp` from 7.0.5 to 7.0.6
    - [Release notes](https://github.com/async-graphql/async-graphql/releases)
    - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/async-graphql/async-graphql/commits)
    
    ---
    updated-dependencies:
    - dependency-name: async-graphql
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: graphql
    - dependency-name: async-graphql-warp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: graphql
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9a18b0f View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump braces from 3.0.2 to 3.0.3 in /website (vectordotde…

    …v#20636)
    
    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6c8889e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. chore(deps): Bump url from 2.5.0 to 2.5.1 (vectordotdev#20642)

    * chore(deps): Bump url from 2.5.0 to 2.5.1
    
    Bumps [url](https://github.com/servo/rust-url) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/servo/rust-url/releases)
    - [Commits](servo/rust-url@v2.5.0...v2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: url
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Regenerate licenses
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    662d1d0 View commit details
    Browse the repository at this point in the history
  2. fix(datadog sinks): Fix regex typo in computation of API endpoint (ve…

    …ctordotdev#20656)
    
    fix(datadog sinks): Fix regex usage in computation of API endpoint
    bruceg committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    30901f0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Allow unicode-3 license (vectordotdev#20647)

    Allow unicode-3 license
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b81118a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebec095 View commit details
    Browse the repository at this point in the history
  5. feat(vectordotdev#19183): make Chronicle namespace a templateable fie…

    …ld (vectordotdev#20579)
    
    * feat(vectordotdev#19183): make Chronicle namespace a templatable field
    
    * docs(19183): add changelog for templateable chronicle namespaces
    
    * CI Fixes
    
    Signed-off-by: Stephen Wakely <[email protected]>
    
    * Clippy
    
    Signed-off-by: Stephen Wakely <[email protected]>
    
    ---------
    
    Signed-off-by: Stephen Wakely <[email protected]>
    Co-authored-by: Stephen Wakely <[email protected]>
    ChocPanda and StephenWakely committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e780cde View commit details
    Browse the repository at this point in the history
  6. chore(deps): Ensure prometheus::remote_write::Errors is appropriately…

    … gated (vectordotdev#20657)
    
    chore(deps): Ensure prometheus::remote_write::Erorrs is appropriately gated
    
    Only used when AWS configuration (`aws-core`) is enabled.
    
    This was exposed by the Rust 1.78.0 upgrade in 58114f1
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3a03a54 View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump aws-sigv4 from 1.2.1 to 1.2.2 in the aws group (vec…

    …tordotdev#20650)
    
    Bumps the aws group with 1 update: [aws-sigv4](https://github.com/smithy-lang/smithy-rs).
    
    
    Updates `aws-sigv4` from 1.2.1 to 1.2.2
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sigv4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    094d289 View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump console-subscriber from 0.2.0 to 0.3.0 (vectordotde…

    …v#20641)
    
    Bumps [console-subscriber](https://github.com/tokio-rs/console) from 0.2.0 to 0.3.0.
    - [Release notes](https://github.com/tokio-rs/console/releases)
    - [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml)
    - [Commits](tokio-rs/console@console-subscriber-v0.2.0...console-subscriber-v0.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: console-subscriber
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    90f8a70 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. chore(deps): Bump the aws group with 2 updates (vectordotdev#20659)

    Bumps the aws group with 2 updates: [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) and [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs).
    
    
    Updates `aws-smithy-runtime-api` from 1.6.3 to 1.7.0
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    Updates `aws-smithy-runtime` from 1.5.7 to 1.6.0
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: aws-smithy-runtime-api
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws
    - dependency-name: aws-smithy-runtime
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: aws
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e8fd823 View commit details
    Browse the repository at this point in the history
  2. fix(website): Update action for previews (vectordotdev#20661)

    * fix: update action to deply
    
    * fix: only trigger if website in branch name
    devindford committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    7714c68 View commit details
    Browse the repository at this point in the history
  3. chore(ci): Update minikube to v1.33.1 (vectordotdev#20672)

    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0de41f9 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump Alpine Linux base image to 3.20 (vectordotdev#20668)

    * chore(deps): Bump Alpine Linux base image
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Bump distroless too
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Add changelog entry
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * typo
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    99d2035 View commit details
    Browse the repository at this point in the history
  5. chore(ci): Bump bufbuild/buf-setup-action from 1.32.2 to 1.33.0 (vect…

    …ordotdev#20667)
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.32.2 to 1.33.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.32.2...v1.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    bcbcd40 View commit details
    Browse the repository at this point in the history
  6. chore(ci): Bump timeout for publishing new environment (vectordotdev#…

    …20646)
    
    p95 is 18 minutes which is a bit close for comfort. I've seen some timeouts recently.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d9c16a2 View commit details
    Browse the repository at this point in the history
  7. docs(vrl): add docs for psl argument for parse_etld (vectordotdev…

    …#20542)
    
    * docs(vrl): add docs for `psl` argument for `parse_etld`
    
    Related: vectordotdev/vrl#851
    
    * Add comma after "By default" in docs
    
    Co-authored-by: Rosa Trieu <[email protected]>
    
    * Allow psl in spellchecker
    
    * Fix parse_etld_psl example
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Fix example
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: Rosa Trieu <[email protected]>
    Co-authored-by: Jesse Szwedko <[email protected]>
    3 people committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6db92ac View commit details
    Browse the repository at this point in the history
  8. enhancement(reduce transform): New setting for reduce transform: end_…

    …every_period_ms (vectordotdev#20440)
    
    * New setting for reduce transform: end_every_period_ms
    
    * Correct changelog name to match pattern
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * regenerate component docs
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: Jesse Szwedko <[email protected]>
    charlesconnell and jszwedko committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0e034ee View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. chore(deps): Bump Rust version to 1.79 (vectordotdev#20670)

    * chore(deps): Bump Rust version to 1.79
    
    * Update Tiltfile
    
    * Delete unused fields in MongoDB metrics
    
    * Fix Windows build
    bruceg committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b11ca5d View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump cue to 0.9.1 (vectordotdev#20666)

    * chore(deps): Bump cue to 0.8.0
    
    0.9.0 is the newest but there appear to be some breaking changes so updating to the latest
    compatible version for now.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * bump to v0.9.1
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Readd cue comment
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    199f88a View commit details
    Browse the repository at this point in the history
  3. chore: Run cue fmt with 0.9.0 (vectordotdev#20678)

    The cue upgrade PR missed this because it skipped the cue fmt check
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b3276b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. chore(releasing): Prepare v0.39.0 release

    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f345942 View commit details
    Browse the repository at this point in the history
  2. chore(ci): Bump Ruby to v3

    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    536f9e2 View commit details
    Browse the repository at this point in the history
  3. chore(elasticsearch): make multiple modules public (vectordotdev#20683)

    * make multiple elasticsearch modules public
    
    * make UriSerde auth public
    tessneau committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    146de92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9084efa View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. chore(deps): Bump curve25519-dalek from 4.1.1 to 4.1.3 (vectordotdev#…

    …20692)
    
    Bumps [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 4.1.1 to 4.1.3.
    - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
    - [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.1...curve25519-4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: curve25519-dalek
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    21c3e68 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. chore(deps): Bump proc-macro2 from 1.0.85 to 1.0.86 (vectordotdev#20704)

    Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.85 to 1.0.86.
    - [Release notes](https://github.com/dtolnay/proc-macro2/releases)
    - [Commits](dtolnay/proc-macro2@1.0.85...1.0.86)
    
    ---
    updated-dependencies:
    - dependency-name: proc-macro2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9ac371d View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump aws-types from 1.3.1 to 1.3.2 in the aws group (vec…

    …tordotdev#20702)
    
    Bumps the aws group with 1 update: [aws-types](https://github.com/smithy-lang/smithy-rs).
    
    
    Updates `aws-types` from 1.3.1 to 1.3.2
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: aws-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7f4a4c2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump clap_complete from 4.5.5 to 4.5.6 in the clap group (

    …vectordotdev#20700)
    
    Bumps the clap group with 1 update: [clap_complete](https://github.com/clap-rs/clap).
    
    
    Updates `clap_complete` from 4.5.5 to 4.5.6
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.5...clap_complete-v4.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: clap
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    0cd2710 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump dashmap from 5.5.3 to 6.0.0 (vectordotdev#20696)

    Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.5.3 to 6.0.0.
    - [Release notes](https://github.com/xacrimon/dashmap/releases)
    - [Commits](xacrimon/dashmap@v.5.5.3...v6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: dashmap
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    064c77b View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump cargo_toml from 0.20.2 to 0.20.3 (vectordotdev#20695)

    Bumps [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) from 0.20.2 to 0.20.3.
    - [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.20.2...v0.20.3)
    
    ---
    updated-dependencies:
    - dependency-name: cargo_toml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b99ffcb View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump memchr from 2.7.2 to 2.7.4 (vectordotdev#20673)

    Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.7.2 to 2.7.4.
    - [Commits](BurntSushi/memchr@2.7.2...2.7.4)
    
    ---
    updated-dependencies:
    - dependency-name: memchr
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4918991 View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump mlua from 0.9.8 to 0.9.9 (vectordotdev#20693)

    * chore(deps): Bump mlua from 0.9.8 to 0.9.9
    
    Bumps [mlua](https://github.com/khvzak/mlua) from 0.9.8 to 0.9.9.
    - [Release notes](https://github.com/khvzak/mlua/releases)
    - [Changelog](https://github.com/mlua-rs/mlua/blob/master/CHANGELOG.md)
    - [Commits](mlua-rs/mlua@v0.9.8...v0.9.9)
    
    ---
    updated-dependencies:
    - dependency-name: mlua
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Regenerate licenses
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    52759aa View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. chore(smp upgrade) - Upgrade SMP to latest release (vectordotdev#20713)

    * Update smp job submission and associated versions
    
    * Adds experiment.yamls and config.yaml
    
    * Remove VECTOR_REQUIRE_HEALTHY to better accomodate startup races between lading and target
    
    * format
    
    * Removes unused dotfile-wannabe
    
    * Attempt to run off PR
    
    * Eval should_run always
    
    * Get PR number correctly for PRs
    
    * New merge-base cmd
    
    * New git ref for merge-base cmd
    
    * Only checkout PR if its not a PR
    
    * Full ref to master
    
    * Show me all valid git refs
    
    * Fetch full git repo
    
    * Skip merge-equeue metadata step for pull request
    
    * normalize to 0.0.0.0 instead of localhost
    
    * Normalize to 0.0.0.0
    
    * Revert changes to manually run this on PR
    
    * Removes workload checks
    
    * Removes trailing empty whitespace lines
    
    ---------
    
    Co-authored-by: George Hahn <[email protected]>
    scottopell and GeorgeHahn committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5e7981c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    c8be561 View commit details
    Browse the repository at this point in the history
  2. chore(ci): Restrict comment trigger workflow to repository (vectordot…

    …dev#20736)
    
    chore(ci): Restrict comment trigger workflow to branches
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d0dcf35 View commit details
    Browse the repository at this point in the history
  3. chore(ci): Validate PR author instead of repository (vectordotdev#20741)

    As repository is always `vectordotdev/vector` since this is a trigger on a comment.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    37e0c1d View commit details
    Browse the repository at this point in the history
  4. chore(ci): Correct username fetching in comment trigger

    Nested under `github.event`
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cfadf34 View commit details
    Browse the repository at this point in the history
  5. chore(ci): Restrict integration comment workflow to PRs from maintain…

    …ers (vectordotdev#20743)
    
    Same fix as introduced to other comment workflow in vectordotdev@37e0c1d
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    099b043 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. fix(kafka source): consumer subscribe in main kafka source task (vect…

    …ordotdev#20698)
    
    * fix(kafka source): consumer subscribe in main kafka source task
    
    This moves the consumer.subscribe(topics) call into the main kafka
    source loop, to ensure that callback handlers will be set up whenever
    the consumer is subscribed.
    
    In `vector validate` mode for example, the consumer sometimes receives
    partition assignments, and the consumer invokes pre_rebalance handlers.
    The main consumer task is not polled in that scenario, so callback
    messages sent to the coordination task are never handled and the
    pre_rebalance handler deadlocks. Moving the subscribe call into the main
    loop means that the consumer will not join the group and will not get
    a partition assignment unless the main source task is being polled.
    
    * fmt
    jches committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    476016b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. enhancement(demo_logs source): Add host to emitted logs (vectordotd…

    …ev#20754)
    
    I think it's reasonable for this field to be set by default.
    
    Closes: vectordotdev#20726
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3de6f0b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. chore(releasing)!: Update the base image used for x86_64 artifacts to…

    … Ubuntu 16.04 (vectordotdev#20765)
    
    * chore(releasing)!: Update the base image used for x86_64 artifacts to Ubuntu 16.04
    
    The previous base, CentOS 7, is now EOL as of 2024-06-30 so the mirrors are no longer responsive.
    This drops support for the x86_64 build of Vector running on CentOS 7 (since Ubuntu 16.04 has
    a newer glibc).
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Use correct bootstrap script
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Use correct entrypoint too
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    951d726 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump serde_json from 1.0.117 to 1.0.120 (vectordotdev#20766

    )
    
    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.120.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.117...v1.0.120)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    be6b42b View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump ordered-float from 4.2.0 to 4.2.1 (vectordotdev#20758)

    Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.2.0 to 4.2.1.
    - [Release notes](https://github.com/reem/rust-ordered-float/releases)
    - [Commits](reem/rust-ordered-float@v4.2.0...v4.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: ordered-float
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a6f82fb View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump the clap group with 2 updates (vectordotdev#20757)

    Bumps the clap group with 2 updates: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap).
    
    
    Updates `clap` from 4.5.7 to 4.5.8
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.7...v4.5.8)
    
    Updates `clap_complete` from 4.5.6 to 4.5.7
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.6...clap_complete-v4.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: clap
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: clap
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    29d8dbe View commit details
    Browse the repository at this point in the history
  5. chore(ci): Bump actions/add-to-project from 1.0.1 to 1.0.2 (vectordot…

    …dev#20738)
    
    Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/actions/add-to-project/releases)
    - [Commits](actions/add-to-project@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: actions/add-to-project
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    9bbf21f View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump serde_bytes from 0.11.14 to 0.11.15 (vectordotdev#2…

    …0729)
    
    Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.14 to 0.11.15.
    - [Release notes](https://github.com/serde-rs/bytes/releases)
    - [Commits](serde-rs/bytes@0.11.14...0.11.15)
    
    ---
    updated-dependencies:
    - dependency-name: serde_bytes
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e1c0801 View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump dashmap from 6.0.0 to 6.0.1 (vectordotdev#20728)

    Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/xacrimon/dashmap/releases)
    - [Commits](xacrimon/dashmap@v6.0.0...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: dashmap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e982f66 View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump serde_with from 3.8.1 to 3.8.2 (vectordotdev#20760)

    * chore(deps): Bump serde_with from 3.8.1 to 3.8.2
    
    Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.1 to 3.8.2.
    - [Release notes](https://github.com/jonasbb/serde_with/releases)
    - [Commits](jonasbb/serde_with@v3.8.1...v3.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: serde_with
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Regenerate licenses
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    34e35c6 View commit details
    Browse the repository at this point in the history
  9. chore(deps): Bump url from 2.5.1 to 2.5.2 (vectordotdev#20694)

    * chore(deps): Bump url from 2.5.1 to 2.5.2
    
    Bumps [url](https://github.com/servo/rust-url) from 2.5.1 to 2.5.2.
    - [Release notes](https://github.com/servo/rust-url/releases)
    - [Commits](servo/rust-url@v2.5.1...v2.5.2)
    
    ---
    updated-dependencies:
    - dependency-name: url
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Regenerate licenses
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b2d3fe1 View commit details
    Browse the repository at this point in the history
  10. fix(GcpAuthenticator): Improve token regeneration (vectordotdev#20574)

    * fix(stackdriver sink): Improve token regeneration
    
    * remove info log, fix fmt
    
    * adding changelog
    
    * revert log levels
    
    * Calculate regen tick per token expires_in
    
    * revert to debug
    
    * revert to debug
    
    * remove debug
    
    * PR feedback, using sleep
    
    * Addressing PR feedback
    
    * remove unnecessary underscore
    
    * PR feedback, simplifying
    
    * code style fix
    garethpelly committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    1589eb3 View commit details
    Browse the repository at this point in the history
  11. chore(releasing): Clarify the removal of the enterprise configurati…

    …on in 0.39.0 (vectordotdev#20772)
    
    * chore(releasing): Clarify the removal of the `enterprise` configuration in 0.39.0
    
    Datadog's Observability Pipelines is not deprecated, just the support for using Vector with it.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * cue fmt
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    73dd278 View commit details
    Browse the repository at this point in the history
  12. chore(dev): Add a note to CONTRIBUTING.md about running clippy (vecto…

    …rdotdev#20775)
    
    Suggested by @to-m in Discord
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    361a32b View commit details
    Browse the repository at this point in the history
  13. chore(docs): Run cue fmt (vectordotdev#20777)

    I'm not sure how `master` ended up broken.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d778c6f View commit details
    Browse the repository at this point in the history
  14. enhancement(datadog_agent source): enable zstd decompression (vectord…

    …otdev#20732)
    
    * Handle zstd
    
    Signed-off-by: Stephen Wakely <[email protected]>
    
    * Update integration tests to send zstd.
    
    Signed-off-by: Stephen Wakely <[email protected]>
    
    * Changelog
    
    Signed-off-by: Stephen Wakely <[email protected]>
    
    * Feedback from Jesse
    
    Signed-off-by: Stephen Wakely <[email protected]>
    
    ---------
    
    Signed-off-by: Stephen Wakely <[email protected]>
    StephenWakely committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    def8b7f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. chore(ci): Bump docker/build-push-action from 5.4.0 to 6.2.0 (vectord…

    …otdev#20748)
    
    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.2.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v5.4.0...v6.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b256ba2 View commit details
    Browse the repository at this point in the history
  2. Add trailing slash to aws endpoint examples (vectordotdev#20774)

    * trailing slash to aws endpoint examples on website
    
    * cue fmt
    scohajo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e1ca0f1 View commit details
    Browse the repository at this point in the history
  3. chore(ci): Revert "Add trailing slash to aws endpoint examples" (vect…

    …ordotdev#20791)
    
    Revert "Add trailing slash to aws endpoint examples (vectordotdev#20774)"
    
    This reverts commit e1ca0f1.
    jszwedko committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0088883 View commit details
    Browse the repository at this point in the history
  4. fix(aws_kinesis sink): fix batching of requests vectordotdev#20575 ve…

    …ctordotdev#1407 (vectordotdev#20653)
    
    Send batches to AWS Kinesis Data Streams and AWS Firehose independent of
    ther parition keys.  In both API's batches of events do not need to
    share the same partition key.
    This makes the protocol more efficient, as by default the partition key
    is a random key being different for every event.
    steven-aerts committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8834741 View commit details
    Browse the repository at this point in the history
  5. feat(statsd source): add option to disable key sanitization (vectordo…

    …tdev#20717)
    
    * add sanitize configuration option
    
    * add website updates for statsd source sanitize option support
    
    * fix spelling issues
    
    * trying how/ever instead of hou/se
    
    * fix: typo in the documentation comment
    
    * Update src/sources/statsd/mod.rs
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    
    * updated documentation and added changelog entry
    
    * fix: typo in changelog fragment
    
    * Update changelog.d/20595-statsd_source_key_sanitization.enhancement.md
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    
    * fix: clippy suggestions
    
    * 'make docs' doesn't like [`]
    
    * making 'make test-docs' happy
    
    ---------
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    to-m and jszwedko committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e144ac6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. enhancement(AWS config): Make SQS client timeout settings configurable (

    vectordotdev#20120)
    
    * enhancement(AWS config): Make SQS client timeout settings configurable
    
    * docs: Generate SQS client timeout docs
    
    * docs: Fix typos in SQS client timeout documentation
    
    * Remove timeout configuration for S3 client
    
    * Flatten SQS timeout configuration and make fields optional
    
    * docs: Regenerate SQS client timeout docs
    
    * Fix missing parameter build errors in `create_client` calls
    
    * Add changelog fragment
    
    * Fix further build errors
    
    ---------
    
    Signed-off-by: Stephen Wakely <[email protected]>
    Co-authored-by: Stephen Wakely <[email protected]>
    andjhop and StephenWakely committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    abf2b7d View commit details
    Browse the repository at this point in the history
  2. chore(docs): Regenerate component docs (vectordotdev#20789)

    Was missed in vectordotdev#20774 because the check didn't run.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bfcf95b View commit details
    Browse the repository at this point in the history
  3. fix(gcs): replace // with / when merging base url and object key (vec…

    …tordotdev#20810)
    
    * fix(gcs): replace // with / when merging base url and object key
    
    * simplify
    
    Co-authored-by: Jérémie Drouet <[email protected]>
    
    * fix: remove duplicate
    
    ---------
    
    Co-authored-by: Jérémie Drouet <[email protected]>
    vladimir-dd and jdrouet committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8325300 View commit details
    Browse the repository at this point in the history
  4. chore(docs): Fix link to unit tests (vectordotdev#20819)

    Closes: vectordotdev#20802
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    28b7e35 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. chore(ci): Use NodeJS v16 for package verification workflows (vectord…

    …otdev#20818)
    
    actions/checkout@v3 now requires NodeJS v20. This workaround should work temporarily but it looks like
    they might be pulling Node v16 from all runners in the nearish future. We'll need to figure
    something else out before then (maybe just checking out manually).
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bf91664 View commit details
    Browse the repository at this point in the history
  2. chore(ci): Mark file_to_blackhole soak as erratic (vectordotdev#20822)

    During the recent SMP upgrade it was observed that this soak test exhibits strange behavior and,
    anecdotally, seems to be resulting in a lot of false positives like the ones seen here: vectordotdev#20821
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c448b23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43cfd5a View commit details
    Browse the repository at this point in the history
  4. chore: Increases default warmup duration for Regression Detector jobs (

    …vectordotdev#20828)
    
    Increases default warmup duration for Regression Detector jobs
    scottopell committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0953a90 View commit details
    Browse the repository at this point in the history
  5. fix(reduce): reduce values for nested fields (vectordotdev#20800)

    * fix(reduce): reduce values for nested fields
    
    * add strategy_path_with_nested_fields test
    
    * address review points
    
    * make generate-component-docs
    
    * enhance test per Jesse's suggestion
    
    * test and changelog example
    
    * tweak changelog
    
    * markdown lints
    
    * reduce the number of path parsing
    
    ---------
    
    Co-authored-by: Vladimir Zhuk <[email protected]>
    pront and vladimir-dd committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2d9b1c4 View commit details
    Browse the repository at this point in the history
  6. chore: Adds a trailing newline escape for smp job submit (vectordotde…

    …v#20829)
    
    Adds a trailing newline escape for smp job submit
    scottopell committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    60552ab View commit details
    Browse the repository at this point in the history
  7. fix(vrl): Mark set_secret and remove_secret as impure (vectordotdev#2…

    …0820)
    
    Otherwise the VRL compiler complains that the return value isn't consumed.
    
    Fixes: vectordotdev#20809
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fce0fbf View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump proptest from 1.4.0 to 1.5.0 (vectordotdev#20720)

    Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.4.0 to 1.5.0.
    - [Release notes](https://github.com/proptest-rs/proptest/releases)
    - [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
    - [Commits](proptest-rs/proptest@v1.4.0...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: proptest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a6f4586 View commit details
    Browse the repository at this point in the history
  9. chore(deps): Bump syn from 2.0.66 to 2.0.70 (vectordotdev#20826)

    Bumps [syn](https://github.com/dtolnay/syn) from 2.0.66 to 2.0.70.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.66...2.0.70)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fadf0a9 View commit details
    Browse the repository at this point in the history
  10. chore(deps): Bump serde from 1.0.203 to 1.0.204 (vectordotdev#20804)

    Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.204.
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.203...v1.0.204)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ecf3762 View commit details
    Browse the repository at this point in the history
  11. chore(deps): Bump serde_with from 3.8.2 to 3.8.3 (vectordotdev#20795)

    Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.2 to 3.8.3.
    - [Release notes](https://github.com/jonasbb/serde_with/releases)
    - [Commits](jonasbb/serde_with@v3.8.2...v3.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: serde_with
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4307dad View commit details
    Browse the repository at this point in the history
  12. chore(ci): Bump docker/build-push-action from 6.2.0 to 6.3.0 (vectord…

    …otdev#20788)
    
    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.3.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v6.2.0...v6.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5a54444 View commit details
    Browse the repository at this point in the history
  13. chore(deps): Bump ratatui from 0.26.3 to 0.27.0 (vectordotdev#20730)

    Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.26.3 to 0.27.0.
    - [Release notes](https://github.com/ratatui-org/ratatui/releases)
    - [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md)
    - [Commits](ratatui/ratatui@v0.26.3...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: ratatui
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    84d87f4 View commit details
    Browse the repository at this point in the history
  14. chore(ci): Bump bufbuild/buf-setup-action from 1.33.0 to 1.34.0 (vect…

    …ordotdev#20723)
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.33.0 to 1.34.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.33.0...v1.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ef218fa View commit details
    Browse the repository at this point in the history
  15. chore(deps): Bump uuid from 1.8.0 to 1.9.1 (vectordotdev#20727)

    * chore(deps): Bump uuid from 1.8.0 to 1.9.1
    
    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.9.1.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.8.0...1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Regenerate licenses
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0a72db7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. chore(deps): Bump async-trait from 0.1.80 to 0.1.81 (vectordotdev#20803)

    Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.80 to 0.1.81.
    - [Release notes](https://github.com/dtolnay/async-trait/releases)
    - [Commits](dtolnay/async-trait@0.1.80...0.1.81)
    
    ---
    updated-dependencies:
    - dependency-name: async-trait
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e3a2abd View commit details
    Browse the repository at this point in the history
  2. chore(ci): Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (vectord…

    …otdev#20787)
    
    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2544107 View commit details
    Browse the repository at this point in the history
  3. docs(vrl): Update documentation for community_id to mention ICMP (vec…

    …tordotdev#20677)
    
    The source port and dest port arguments are overloaded for ICMP, which is layer 3 and so has no
    concept of ports,
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e52f312 View commit details
    Browse the repository at this point in the history
  4. chore(ci): Run component docs check if component cue files change (ve…

    …ctordotdev#20793)
    
    Avoids breakages like the one introduced by vectordotdev#20774
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6680b15 View commit details
    Browse the repository at this point in the history
  5. feat(tap): Add duration flag to vector tap (vectordotdev#20815)

    * add duration flag to vector tap
    
    * added suggested changes + documentation/changelog
    
    * modified duration flag to duration_ms
    
    * add changelog author
    
    * remove trailing space
    
    * use rustfmt to format changes
    ArunPiduguDD committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1579627 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. refactor(tap): Refactor vector tap into library (vectordotdev#20850)

    * refactor vector tap into library
    
    * fixed build errors
    
    * split refactor & async channel changes
    
    * add changelog
    
    * changelog update
    
    * added suggested changes
    
    * format
    ArunPiduguDD committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    be37a33 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. chore(ci): Temporarily disable eventstoredb integration tests (vector…

    …dotdev#20869)
    
    Until we can get them passing again
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7916ad5 View commit details
    Browse the repository at this point in the history
  2. fix(codecs) csv documentation defaults as ascii_char (vectordotdev#2…

    …0498)
    
    * set type_override for ascii_char
    
    * specially handle "docs::type_override" with "ascii_char" in generate-component-docs.rb
    
    * add missing filds in csv.rs and coresponsing cue docs as well as short comment in generate-component-docs.rb
    
    * fix spelling
    scMarkus committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5a10aa2 View commit details
    Browse the repository at this point in the history
  3. fix(loki sinks): Fix loki event timestamp out of range panic (vectord…

    …otdev#20780)
    
    * fix(loki sinks): Fix loki event timestamp out of range panic
    
    * change LokiEventTimestampOutOfRangeError error to warn
    
    * move use to begin of file
    
    * update skipped events finalizer to errored
    
    * fix: remove duplicate take finalizers
    
    * add changelog
    
    * fix changelog name
    
    * fix spelling issue
    
    * modify changelog contents
    
    * modify changelog contents
    
    * fix by check-events script error
    
    * fix word
    
    * fix word
    
    * fix word
    
    * fix cargo fmt
    suikammd committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6d179e5 View commit details
    Browse the repository at this point in the history
  4. fix(proxy): support url-encoded auth values (vectordotdev#20868)

    * fix(proxy): support url-encoded auth values
    
    * spellcheck allow
    
    * update expect message
    neuronull committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e9b4fe1 View commit details
    Browse the repository at this point in the history
  5. feat(tap): Implement async output channel type for vector-tap lib (ve…

    …ctordotdev#20876)
    
    * implement async output channel type
    
    * implement async output channel type
    
    * rename changelog file
    
    * added suggested changes
    
    * remove/move 'allow(clippy...)' macros
    
    * formatting
    ArunPiduguDD committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ef4f175 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. chore(ci): Fix and reenable eventstoredb integration test (vectordotd…

    …ev#20873)
    
    * debug eventstoredb_metrics integration test
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Revert "chore(ci): Temporarily disable eventstoredb integration tests (vectordotdev#20869)"
    
    This reverts commit 7916ad5.
    
    * Custom deserializer for usage
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Test against multiple versions
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Add comment
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1032408 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. chore(deps): Bump databend-client from 0.18.3 to 0.19.3 (vectordotdev…

    …#20887)
    
    Bumps [databend-client](https://github.com/datafuselabs/bendsql) from 0.18.3 to 0.19.3.
    - [Release notes](https://github.com/datafuselabs/bendsql/releases)
    - [Commits](datafuselabs/bendsql@v0.18.3...v0.19.3)
    
    ---
    updated-dependencies:
    - dependency-name: databend-client
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    037229e View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump thiserror from 1.0.61 to 1.0.63 (vectordotdev#20880)

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.63.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.61...1.0.63)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4ec2b4c View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump toml from 0.8.14 to 0.8.15 (vectordotdev#20881)

    Bumps [toml](https://github.com/toml-rs/toml) from 0.8.14 to 0.8.15.
    - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15)
    
    ---
    updated-dependencies:
    - dependency-name: toml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4610062 View commit details
    Browse the repository at this point in the history
  4. chore(ci): Bump docker/build-push-action from 6.3.0 to 6.4.1 (vectord…

    …otdev#20877)
    
    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.1.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v6.3.0...v6.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7c56a11 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump lapin from 2.3.4 to 2.4.0 (vectordotdev#20870)

    Bumps [lapin](https://github.com/amqp-rs/lapin) from 2.3.4 to 2.4.0.
    - [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/amqp-rs/lapin/commits)
    
    ---
    updated-dependencies:
    - dependency-name: lapin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    22141b7 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump serde_with from 3.8.3 to 3.9.0 (vectordotdev#20857)

    Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.3 to 3.9.0.
    - [Release notes](https://github.com/jonasbb/serde_with/releases)
    - [Commits](jonasbb/serde_with@v3.8.3...v3.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: serde_with
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4d6e44f View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump tikv-jemallocator from 0.5.4 to 0.6.0 (vectordotdev…

    …#20856)
    
    Bumps [tikv-jemallocator](https://github.com/tikv/jemallocator) from 0.5.4 to 0.6.0.
    - [Release notes](https://github.com/tikv/jemallocator/releases)
    - [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/tikv/jemallocator/commits)
    
    ---
    updated-dependencies:
    - dependency-name: tikv-jemallocator
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    535bd0d View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump the graphql group with 2 updates (vectordotdev#20854)

    Bumps the graphql group with 2 updates: [async-graphql](https://github.com/async-graphql/async-graphql) and [async-graphql-warp](https://github.com/async-graphql/async-graphql).
    
    
    Updates `async-graphql` from 7.0.6 to 7.0.7
    - [Release notes](https://github.com/async-graphql/async-graphql/releases)
    - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/async-graphql/async-graphql/commits)
    
    Updates `async-graphql-warp` from 7.0.6 to 7.0.7
    - [Release notes](https://github.com/async-graphql/async-graphql/releases)
    - [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/async-graphql/async-graphql/commits)
    
    ---
    updated-dependencies:
    - dependency-name: async-graphql
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: graphql
    - dependency-name: async-graphql-warp
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: graphql
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9771a45 View commit details
    Browse the repository at this point in the history
  9. chore(deps): Bump the clap group across 1 directory with 2 updates (v…

    …ectordotdev#20841)
    
    Bumps the clap group with 2 updates in the / directory: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap).
    
    
    Updates `clap` from 4.5.8 to 4.5.9
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.8...v4.5.9)
    
    Updates `clap_complete` from 4.5.7 to 4.5.8
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.7...clap_complete-v4.5.8)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: clap
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: clap
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d1799d8 View commit details
    Browse the repository at this point in the history
  10. chore(ci): Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (vecto…

    …rdotdev#20838)
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v3.3.0...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3d630d9 View commit details
    Browse the repository at this point in the history
  11. chore(deps): Bump the aws group across 1 directory with 4 updates (ve…

    …ctordotdev#20832)
    
    Bumps the aws group with 2 updates in the / directory: [aws-sigv4](https://github.com/smithy-lang/smithy-rs) and [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs).
    
    
    Updates `aws-sigv4` from 1.2.2 to 1.2.3
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    Updates `aws-smithy-http` from 0.60.8 to 0.60.9
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    Updates `aws-smithy-runtime-api` from 1.7.0 to 1.7.1
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    Updates `aws-smithy-runtime` from 1.6.0 to 1.6.2
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sigv4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    - dependency-name: aws-smithy-http
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    - dependency-name: aws-smithy-runtime-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    - dependency-name: aws-smithy-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    9260083 View commit details
    Browse the repository at this point in the history
  12. chore(deps): Bump roaring from 0.10.5 to 0.10.6 (vectordotdev#20781)

    Bumps [roaring](https://github.com/RoaringBitmap/roaring-rs) from 0.10.5 to 0.10.6.
    - [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases)
    - [Commits](RoaringBitmap/roaring-rs@v0.10.5...v0.10.6)
    
    ---
    updated-dependencies:
    - dependency-name: roaring
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    81211ba View commit details
    Browse the repository at this point in the history
  13. chore(deps): Bump log from 0.4.21 to 0.4.22 (vectordotdev#20751)

    Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22.
    - [Release notes](https://github.com/rust-lang/log/releases)
    - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/log@0.4.21...0.4.22)
    
    ---
    updated-dependencies:
    - dependency-name: log
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0c1d3b1 View commit details
    Browse the repository at this point in the history
  14. fix(config): For templates using stftime specifiers use semantic time…

    …stamp (vectordotdev#20851)
    
    * fix(config): For templates using stftime specifiers use semantic timestamp
    
    Closes: vectordotdev#20785
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Use Vector namespace
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b679245 View commit details
    Browse the repository at this point in the history
  15. docs(external docs): add comment to the configuration because it conf…

    …licts with what is mentioned in the helm deployment docs (vectordotdev#19523)
    
    * Update _index.md
    
    * Update _index.md
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: Jesse Szwedko <[email protected]>
    pcarney8 and jszwedko committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    8ffc0db View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fd35e1c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. chore(deps): Bump metrics from 0.21.1 to 0.22.0 (vectordotdev#19463)

    * chore(deps): Bump metrics from 0.21.1 to 0.22.0
    
    Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.21.1 to 0.22.0.
    - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
    - [Commits](metrics-rs/metrics@metrics-v0.21.1...metrics-v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: metrics
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update metrics usage
    
    * More test fixes
    
    * Fix more tests
    
    * Update versions
    
    * Drop unused local recorder
    
    * Init the global metrics recorder for tests
    
    * Fix async test recorder usage with a wrapper type
    
    * Simplify registry handling wrapper
    
    * Cleanup test recorder future init
    
    * Revert all of the `with_test_recorder` related changes
    
    * Fix integration tests
    
    * Fix goofy reformatting
    
    * Fix loki internal event
    
    * Fix check-events
    
    * Fix licenses
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Bruce Guenter <[email protected]>
    dependabot[bot] and bruceg committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b2aea48 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump openssl from 0.10.64 to 0.10.66 (vectordotdev#20896)

    Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.64 to 0.10.66.
    - [Release notes](https://github.com/sfackler/rust-openssl/releases)
    - [Commits](sfackler/rust-openssl@openssl-v0.10.64...openssl-v0.10.66)
    
    ---
    updated-dependencies:
    - dependency-name: openssl
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    cd60697 View commit details
    Browse the repository at this point in the history
  3. chore(core): Add helper function to add a semantic meaning to an even…

    …t metadata (vectordotdev#20439)
    
    * chore(core): Add helper function to add a semantic meaning to an event metadata
    
    * Ignore sample code in doc comment as variable names are undefined
    bruceg committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    67a5e46 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. chore(ci): Reinstall rustup in MacOS bootstrap (vectordotdev#20911)

    * chore(ci): Install rustup in MacOS bootstrap
    
    The package was renamed from rustup-init to rustup which seems to be causing some issues in CI.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Ensure rustup in PATH
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * debug
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Reinstall rustup
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Actually reinstall
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    * Remove pr trigger
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3b6a738 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump wiremock from 0.5.22 to 0.6.1 (vectordotdev#20908)

    Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.22 to 0.6.1.
    - [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
    - [Commits](LukeMathWalker/wiremock-rs@v0.5.22...v0.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: wiremock
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7685b6f View commit details
    Browse the repository at this point in the history
  3. chore(ci): Bump docker/build-push-action from 6.4.1 to 6.5.0 (vectord…

    …otdev#20907)
    
    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.4.1 to 6.5.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@v6.4.1...v6.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5870099 View commit details
    Browse the repository at this point in the history
  4. chore(ci): Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (vectord…

    …otdev#20905)
    
    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v3.1.0...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2c75df4 View commit details
    Browse the repository at this point in the history
  5. fix!(codecs): Use '\0' delimiter as default stream decode framer (vec…

    …tordotdev#20778)
    
    * fix(gelf): Use null delimiter as default streaming framer
    
    * fix(gelf): compilation issues
    
    * test(gelf): Improve gelf decoder test
    
    * test(decoder): Fix gelf stream decoding test
    
    * test(gelf): Improve gelf decoder test
    
    * test(gelf): Fix test fail
    
    * doc: add changelog
    
    * test: simplify gelf stream default framing test
    
    * doc: rewrite changelog
    
    * style: cargo fmt
    
    * docs: update changelog with PR suggestion
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    
    * docs: change changelog example to yaml
    
    * Update 20768-default_gelf_stream_framing.breaking.md
    
    ---------
    
    Co-authored-by: Jesse Szwedko <[email protected]>
    jorgehermo9 and jszwedko committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    21548fc View commit details
    Browse the repository at this point in the history
  6. chore(docs): Clarify behavior of sources when any sink has acks enabl…

    …ed (vectordotdev#20910)
    
    Sources wait for all connected sinks to ack even if only one connected sink has acks enabled.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6a77cc3 View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump tokio-postgres from 0.7.10 to 0.7.11 (vectordotdev#…

    …20900)
    
    Bumps [tokio-postgres](https://github.com/sfackler/rust-postgres) from 0.7.10 to 0.7.11.
    - [Release notes](https://github.com/sfackler/rust-postgres/releases)
    - [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.10...tokio-postgres-v0.7.11)
    
    ---
    updated-dependencies:
    - dependency-name: tokio-postgres
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    fcafdd2 View commit details
    Browse the repository at this point in the history
  8. chore(deps): Bump cargo_toml from 0.20.3 to 0.20.4 (vectordotdev#20899)

    Bumps [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) from 0.20.3 to 0.20.4.
    - [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.20.3...v0.20.4)
    
    ---
    updated-dependencies:
    - dependency-name: cargo_toml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3a17206 View commit details
    Browse the repository at this point in the history
  9. chore(deps): Bump nkeys from 0.4.1 to 0.4.2 (vectordotdev#20898)

    Bumps [nkeys](https://github.com/wasmcloud/nkeys) from 0.4.1 to 0.4.2.
    - [Release notes](https://github.com/wasmcloud/nkeys/releases)
    - [Commits](wasmCloud/nkeys@v0.4.1...v0.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: nkeys
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ab497bf View commit details
    Browse the repository at this point in the history
  10. chore(deps): Bump aws-types from 1.3.2 to 1.3.3 in the aws group (vec…

    …tordotdev#20894)
    
    Bumps the aws group with 1 update: [aws-types](https://github.com/smithy-lang/smithy-rs).
    
    
    Updates `aws-types` from 1.3.2 to 1.3.3
    - [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
    - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/smithy-lang/smithy-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: aws-types
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: aws
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    16884c3 View commit details
    Browse the repository at this point in the history
  11. fix: disallow zero values for sink retry parameters (vectordotdev#20891)

    Change `retry_initial_backoff_secs` and `retry_initial_backoff_secs`
    from `u64` to `NonZeroU64` to prevent divide by zero panic at runtime.
    
    Fixes: vectordotdev#20890
    dhable committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5256de1 View commit details
    Browse the repository at this point in the history
  12. docs: Fix link to commit scopes in CONTRIBUTING.md (vectordotdev#20847)

    The link pointed to the directory containing the right file, but is more convenient as a link to the file itself.
    matthijskooijman committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    77ea00f View commit details
    Browse the repository at this point in the history
  13. chore(ci): Bump bufbuild/buf-setup-action from 1.34.0 to 1.35.0 (vect…

    …ordotdev#20915)
    
    Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.34.0 to 1.35.0.
    - [Release notes](https://github.com/bufbuild/buf-setup-action/releases)
    - [Commits](bufbuild/buf-setup-action@v1.34.0...v1.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: bufbuild/buf-setup-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    dea7e2b View commit details
    Browse the repository at this point in the history
  14. chore(ci): Bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (vecto…

    …rdotdev#20906)
    
    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.4.0 to 3.5.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v3.4.0...v3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    18fad40 View commit details
    Browse the repository at this point in the history
  15. chore(deps): Bump databend-client from 0.19.3 to 0.19.5 (vectordotdev…

    …#20913)
    
    Bumps [databend-client](https://github.com/datafuselabs/bendsql) from 0.19.3 to 0.19.5.
    - [Release notes](https://github.com/datafuselabs/bendsql/releases)
    - [Commits](datafuselabs/bendsql@v0.19.3...v0.19.5)
    
    ---
    updated-dependencies:
    - dependency-name: databend-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    787e1ec View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. feat(new sink): Add possibility to use nats jetstream in nats sink (v…

    …ectordotdev#20834)
    
    * use nats jetstream as an option
    
    * no need to manually flush messages
    
    * fix jetstream option annotation + prettify code
    
    * generate component docs
    
    * add more precise field description + generate docs
    
    * check nats stream existence in healthcheck
    
    * do not check stream existance
    
    * add new field to struct in tests
    
    * add changelog
    
    * add author to changelog
    
    * remove example config from changelog
    
    * flush core messages
    
    * flush after each message
    whatcouldbepizza committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    56bd0dd View commit details
    Browse the repository at this point in the history
  2. feat(codec,sources): influxdb line protcol decoder (vectordotdev#19637)

    * feat(codec,sources): influxdb line protocol decoder
    
    Signed-off-by: Michael Hoffmann <[email protected]>
    Co-authored-by: Sebin Sunny <[email protected]>
    
    * Changelog
    
    Signed-off-by: Sebin Sunny <[email protected]>
    
    * chore(docs): update doc about InfluxDB Decoder
    
    Signed-off-by: Sebin Sunny <[email protected]>
    
    * chore(docs): fix typo about InfluxDB Decoder
    
    Signed-off-by: Sebin Sunny <[email protected]>
    
    ---------
    
    Signed-off-by: Sebin Sunny <[email protected]>
    Co-authored-by: Sebin Sunny <[email protected]>
    MichaHoffmann and sebinsunny committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3fbb66c View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump env_logger from 0.11.3 to 0.11.4 (vectordotdev#20918)

    Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.3 to 0.11.4.
    - [Release notes](https://github.com/rust-cli/env_logger/releases)
    - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
    - [Commits](rust-cli/env_logger@v0.11.3...v0.11.4)
    
    ---
    updated-dependencies:
    - dependency-name: env_logger
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    621f843 View commit details
    Browse the repository at this point in the history
  4. chore(deps): Bump bytes from 1.6.0 to 1.6.1 (vectordotdev#20855)

    Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.0 to 1.6.1.
    - [Release notes](https://github.com/tokio-rs/bytes/releases)
    - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/bytes@v1.6.0...v1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: bytes
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    12f3741 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump uuid from 1.9.1 to 1.10.0 (vectordotdev#20842)

    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.9.1 to 1.10.0.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.9.1...1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a4124ce View commit details
    Browse the repository at this point in the history
  6. chore(deps): Bump tokio from 1.38.0 to 1.39.1 (vectordotdev#20916)

    * chore(deps): Bump tokio from 1.38.0 to 1.39.1
    
    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.39.1.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.39.1)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * regen licenses
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Jesse Szwedko <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jesse Szwedko <[email protected]>
    dependabot[bot] and jszwedko committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    930006c View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump the clap group with 2 updates (vectordotdev#20917)

    Bumps the clap group with 2 updates: [clap](https://github.com/clap-rs/clap) and [clap_complete](https://github.com/clap-rs/clap).
    
    
    Updates `clap` from 4.5.9 to 4.5.10
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.9...v4.5.10)
    
    Updates `clap_complete` from 4.5.8 to 4.5.9
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.8...clap_complete-v4.5.9)
    
    ---
    updated-dependencies:
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: clap
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: clap
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    84692d4 View commit details
    Browse the repository at this point in the history
  8. chore(deps): Upgrade VRL to v0.17.0 (vectordotdev#20922)

    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    70eb470 View commit details
    Browse the repository at this point in the history
  9. chore(deps): Bump syn from 2.0.70 to 2.0.72 (vectordotdev#20895)

    Bumps [syn](https://github.com/dtolnay/syn) from 2.0.70 to 2.0.72.
    - [Release notes](https://github.com/dtolnay/syn/releases)
    - [Commits](dtolnay/syn@2.0.70...2.0.72)
    
    ---
    updated-dependencies:
    - dependency-name: syn
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e89661c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. chore(releasing): Prepare v0.40.0 release

    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1167aa9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix(reduce transform): use the correct merge strategy for top level o…

    …bjects (vectordotdev#21067)
    
    * fix(issue 21065): use the correct merge strategy for top level objects
    
    * changelog
    
    * revert config changes to preserve backwards compatibility
    
    * enhance test case
    
    * update test with another merge strategy, note we cannot handle strategies for both 'a' and 'a.b'
    
    * tweak changelog text
    
    * workaround for issue 21077
    
    * add nested path to the test case
    
    * Address review points
    
    * add dot to message
    
    * more review points
    pront authored and jszwedko committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e9455f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. chore(releasing): Prepare v0.40.1 release

    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a9392b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    0dc7e68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b8fb3d View commit details
    Browse the repository at this point in the history
  3. check bans

    syedriko authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fd9d6ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da4b623 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b18139 View commit details
    Browse the repository at this point in the history
  6. Add a detect_exceptions transform

    This commit adds a new transform for detecting and handling multiline exceptions.
    
    Main Features:
    
     -  detect a log line as beginning of an exception, and continue to detect exction trace from subsequent log lines
     -  emit the detected log lines as a single log message
     -  detect the log source using the group_by field values
     -  timeouts and cleanup
     -  unit tests
    
    This is a Rust translation of similar named fluentd plugin https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions
    
    Example configuration:
    
    ```
    [transforms.my_exception]
    type = "detect_exceptions"
    inputs = ["my_source"]
    languages = ["Java"]
    group_by = ["kubernetes.pod","kubernetes.container"]
    expire_after_ms = 2000
    multiline_flush_interval_ms = 1000
    ```
    
    Signed-off-by: Vimal Kumar <[email protected]>
    vimalk78 authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2e0db73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b7a2cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c84c59b View commit details
    Browse the repository at this point in the history
  9. LOG-4047: [Vector] Collector not complying with the custom tlsSecurit…

    …yProfile configuration, release-5.8
    syedriko authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4228401 View commit details
    Browse the repository at this point in the history
  10. Removed gh workflows

    syedriko authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0eb7eca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d0df02 View commit details
    Browse the repository at this point in the history
  12. LOG-4468: Get 'No datapoints found.' when checking 'Top collected con…

    …tainers - Bytes/Second' and 'Top collected containers in last 24 hours' in 'Logging/Collection' dashboard.
    Clee2691 authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a03060e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a937d7f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9532647 View commit details
    Browse the repository at this point in the history
  15. syslog source

    syedriko authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e122070 View commit details
    Browse the repository at this point in the history
  16. Link OpenSSL dynamically

    syedriko authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2fc4598 View commit details
    Browse the repository at this point in the history
  17. LOG-4768: Logging 5.8.0 vector pods going into the Crashloopbackoff s…

    …tate on IBM Power
    syedriko authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    35b9b4d View commit details
    Browse the repository at this point in the history
  18. [WEB-3464] Adds TrustArc cookie consent banner (vectordotdev#18741)

    * Add TrustArc cookie consent banner
    
    * Update config.toml
    
    * Update cookie-banner.js
    nsollecito authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b305e72 View commit details
    Browse the repository at this point in the history
  19. docs(tls): add new dedicated page for TLS configuration (vectordotdev…

    …#18844)
    
    * docs(tls): add new dedicated page for TLS configuration
    
    Signed-off-by: Hugo Hromic <[email protected]>
    
    * Update spell-checker expect database
    
    * Fix swapped words
    
    * Update website/content/en/docs/reference/configuration/tls.md
    
    Co-authored-by: May Lee <[email protected]>
    
    * Update website/content/en/docs/reference/configuration/tls.md
    
    Co-authored-by: May Lee <[email protected]>
    
    * Update website/content/en/docs/reference/configuration/tls.md
    
    Co-authored-by: May Lee <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: May Lee <[email protected]>
    
    * Bring sentence to present tense
    
    * Simplify wording
    
    * Clarify certificate lookup
    
    * Minor rewording according to review feedback
    
    * Fix Markdown linter issues
    
    ---------
    
    Signed-off-by: Hugo Hromic <[email protected]>
    Co-authored-by: May Lee <[email protected]>
    2 people authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3b5c3f8 View commit details
    Browse the repository at this point in the history
  20. chore(releasing): Prepare v0.33.1 release

    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4af533a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    05d7324 View commit details
    Browse the repository at this point in the history
  22. chore(docs): Replace setup.vector.dev references (vectordotdev#19080)

    We need to setup this redirect again with the new site hosting. Until we do that, putting a direct
    link to the script.
    
    Signed-off-by: Jesse Szwedko <[email protected]>
    jszwedko authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cb285e0 View commit details
    Browse the repository at this point in the history
  23. chore(website): WEB-4247 | Update references from s3 to setup.vector.…

    …dev (vectordotdev#19149)
    
    feat: update references from s3 to setup.vector.dev
    devindford authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    287ab82 View commit details
    Browse the repository at this point in the history
  24. LOG-5296: Update vector to v0.37.x

    Clee2691 authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3abc437 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e163726 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    137fd33 View commit details
    Browse the repository at this point in the history
  27. LOG-5647: Vector syslog output for RFC3164 has extra space that does …

    …not comply with spec
    syedriko authored and vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    14b921a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d70d66e View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1da7947 View commit details
    Browse the repository at this point in the history
  30. Upgrade to Vector v0.40.1 with release-6.0

    Signed-off-by: Vitalii Parfonov <[email protected]>
    vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c66ff95 View commit details
    Browse the repository at this point in the history
  31. Upgrade to Vector v0.40.1: resolve conflict after update

    Signed-off-by: Vitalii Parfonov <[email protected]>
    vparfonov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fcdda29 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fix 'cargo deny check bans' for ring lib

    Signed-off-by: Vitalii Parfonov <[email protected]>
    vparfonov committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2ed2b6f View commit details
    Browse the repository at this point in the history