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

chore(deps): Bump the bundler group across 1 directory with 3 updates #384

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

Bumps the bundler group with 3 updates in the / directory: oj, json and fluent-plugin-s3.

Updates oj from 3.16.7 to 3.16.9

Changelog

Sourced from oj's changelog.

3.16.9 - 2024-12-28

  • Fixed Oj::Parser create_id size issue #931.

  • Changed parser to be more optimized (PR from @​Watson1978)

3.16.8 - 2024-12-14

  • Fixed StreamWriter to write to non-file IO thanks to @​jscheid.
Commits

Updates json from 2.9.0 to 2.9.1

Release notes

Sourced from json's releases.

v2.9.1

What's Changed

  • Add support for Solaris 10 which lacks strnlen()
Changelog

Sourced from json's changelog.

2024-12-18 (2.9.1)

  • Fix support for Solaris 10.
Commits

Updates fluent-plugin-s3 from 1.8.1 to 1.8.2

Changelog

Sourced from fluent-plugin-s3's changelog.

Release 1.8.2 - 2024/12/18

  • out_s3: Add more logging to identify unexpected error of Tempfile#close.
  • out_s3: Support checksum_algorithm parameter to validate the data with checksum (CRC32, CRC32C, SHA1 and SHA256) during upload/download.

Release 1.8.1 - 2024/11/15

  • dependency: Change zstd-ruby dependency optional. Install zstd-ruby manually if you want to enable Zstd compression feature.

Release 1.8.0 - 2024/11/06

  • out_s3: Add zstd compression support

Release 1.7.2 - 2022/10/19

  • in_s3: Add event_bridge_mode parameter
  • out_s3: Fix s3_object_key_format check to allow %{hex_random} as well as %{uuid_flush} or ${chunk_id}

Release 1.7.1 - 2022/07/15

  • in_s3: Add match_regexp parameter to selectively download S3 files based on the object key
  • out_s3: Support ssl_ca_bundle and ssl_ca_directory parameter

Release 1.7.0 - 2022/06/14

  • in_s3: Allow multi workers
  • in_s3: Support alternative AWS key ID and secret for SQS
  • out_s3: Add warning for multi workers
  • out_s3: Support object tagging

Release 1.6.1 - 2021/08/19

  • in_s3/out_s3: Don't raise error when s3_endpoint is used for VPC endpoint (GitHub: #384)

Release 1.6.0 - 2021/04/08

  • out_s3: Add support for Parquet compressor. Use <compress> section to configure columnify command behavior.

Release 1.5.1 - 2021/02/16

  • out_s3: Fix assume_role_credentials regression

Release 1.5.0 - 2020/12/18

  • out_s3: Fix IAM credentials handling. Prefer assume_role_credentials and region parameter bug.

Release 1.4.0 - 2020/08/02

  • Remove uuidtools dependency
  • in_s3: Add error info to polloing retry log

... (truncated)

Commits
  • 95fffb8 v1.8.2
  • d46c27a Merge pull request #430 from tadaweb/include-additional-checksums
  • 545e3c8 out_s3: add log to output unexpected error of Tempfile#close (#448)
  • 58855ad out_s3: add debug log for when completed to write chunk (#447)
  • 348a1f0 ENHANCEMENT: add the additional checksum as a supported put parameter
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the bundler group with 3 updates in the / directory: [oj](https://github.com/ohler55/oj), [json](https://github.com/ruby/json) and [fluent-plugin-s3](https://github.com/fluent/fluent-plugin-s3).


Updates `oj` from 3.16.7 to 3.16.9
- [Release notes](https://github.com/ohler55/oj/releases)
- [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md)
- [Commits](ohler55/oj@v3.16.7...v3.16.9)

Updates `json` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/ruby/json/releases)
- [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md)
- [Commits](ruby/json@v2.9.0...v2.9.1)

Updates `fluent-plugin-s3` from 1.8.1 to 1.8.2
- [Changelog](https://github.com/fluent/fluent-plugin-s3/blob/master/ChangeLog)
- [Commits](fluent/fluent-plugin-s3@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: oj
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: fluent-plugin-s3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Dec 30, 2024
Copy link
Owner

@stevehipwell stevehipwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@stevehipwell stevehipwell merged commit 9490443 into main Jan 2, 2025
4 checks passed
@stevehipwell stevehipwell deleted the dependabot/bundler/bundler-d168d852e7 branch January 2, 2025 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant