Upcoming Release Changes#8231
Conversation
There was a problem hiding this comment.
Code Review
This pull request bumps the version of the hive deployment package to 11.7.0 and updates the CHANGELOG.md to document the addition of opt-in AWS IAM authentication for S3 connections. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
🐋 This PR was built and pushed to the following Docker images: Targets: Platforms: Image Tags: |
2251254 to
a6959e6
Compare
4f73879 to
5a3d918
Compare
49196e4 to
be2595b
Compare
46eb3c1 to
c0873ac
Compare
cd31dde to
78f4ed4
Compare
e9611f4 to
91f971f
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
hive@11.7.0
Minor Changes
#8079
2b6d22fThanks @mish-elle! - Added opt-in AWS IAM authentication for S3
connections. When IAM is enabled, services authenticate to S3 using short-lived SigV4 pre-signed
tokens instead of static passwords, since S3 connections are HTTP requests a new token will be
generate for each call.
New environment variables
S3_AWS_IAM_AUTH_ENABLED1to enable IAM authentication for S3.S3_MIRROR_AWS_IAM_AUTH_ENABLED1to enable IAM authentication for S3 Mirror.S3_AUDIT_LOG_AWS_IAM_AUTH_ENABLED1to enable IAM authentication for S3 Audit Log.To enable
S3_*_AWS_IAM_AUTH_ENABLED=1.S3_BUCKET_NAMEset to the AWS S3 bucket.S3_ENDPOINTset with the S3 endpoint with the AWS Region (i.e.https://s3.us-east-1.amazonaws.com)
When
CDN_API=1is set on the server, the CDN artifact handler also uses IAM-authenticated S3clients. Adds support for S3 Audit Logs exported to AWS S3.
Patch Changes
#8226
c0873acThanks @n1ru4l! - Clarify successful GitHub schema checks by
annotating breaking changes that are safe based on usage or approved.
#8232
78f4ed4Thanks @jonathanawesome! - Metric Alerts: enhance Grafana
with additional panels for tracking filtered vs unfiltered rule and group population and attaches
additional data to evaluate-group span
#8235
91f971fThanks @jonathanawesome! - Metric Alerts optimization:
Creates a new daily ClickHouse rollup and routes long-windowed rules/groups