Skip to content

Commit 49196e4

Browse files
authored
chore(release): update monorepo packages versions
1 parent 5a3d918 commit 49196e4

3 files changed

Lines changed: 30 additions & 25 deletions

File tree

.changeset/jolly-chefs-behave.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

deployment/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# hive
22

3+
## 11.7.0
4+
5+
### Minor Changes
6+
7+
- [#8079](https://github.com/graphql-hive/console/pull/8079)
8+
[`2b6d22f`](https://github.com/graphql-hive/console/commit/2b6d22f5d36c46e9bdc2425451fc96c5d42a0dbb)
9+
Thanks [@mish-elle](https://github.com/mish-elle)! - Added opt-in AWS IAM authentication for S3
10+
connections. When IAM is enabled, services authenticate to S3 using short-lived SigV4 pre-signed
11+
tokens instead of static passwords, since S3 connections are HTTP requests a new token will be
12+
generate for each call.
13+
14+
### New environment variables
15+
16+
| Variable | Service | Description |
17+
| ----------------------------------- | ------- | --------------------------------------------------------- |
18+
| `S3_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3. |
19+
| `S3_MIRROR_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3 Mirror. |
20+
| `S3_AUDIT_LOG_AWS_IAM_AUTH_ENABLED` | server | Set to `1` to enable IAM authentication for S3 Audit Log. |
21+
22+
### To enable
23+
24+
- `S3_*_AWS_IAM_AUTH_ENABLED=1`.
25+
- `S3_BUCKET_NAME` set to the AWS S3 bucket.
26+
- `S3_ENDPOINT` set with the S3 endpoint with the AWS Region (i.e.
27+
https://s3.us-east-1.amazonaws.com)
28+
29+
When `CDN_API=1` is set on the server, the CDN artifact handler also uses IAM-authenticated S3
30+
clients. Adds support for S3 Audit Logs exported to AWS S3.
31+
332
## 11.6.0
433

534
### Minor Changes

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive",
3-
"version": "11.6.0",
3+
"version": "11.7.0",
44
"private": true,
55
"scripts": {
66
"generate": "tsx generate.ts",

0 commit comments

Comments
 (0)