1
0
mirror of synced 2025-12-19 18:14:56 -05:00

Add patch notes for recent patches (#67018)

This commit is contained in:
Ian Alton
2025-10-02 16:31:43 -07:00
committed by GitHub
parent ebbf6b1751
commit 9e91a40fe0
3 changed files with 44 additions and 0 deletions

View File

@@ -170,3 +170,15 @@ Airbyte 1.6.6 was released on August 25, 2025.
Airbyte 1.6.7 was released on September 2, 2025.
- If you use single sign on with generic OIDC, you can now set extra scopes in the Helm chart using `global.auth.identityProvider.genericOidc.extraScopes` in your values.yaml file. These extra scopes are included in the authorization code flow. Extra scopes are sometimes required by identity providers like Entra ID and provide web apps with valid JSON web tokens.
### 1.6.8
Airbyte 1.6.8 was released on September 30, 2025.
- This is a security patch release. Airbyte updated base images to address security vulnerabilities.
### 1.6.9
Airbyte 1.6.9 was released on September 30, 2025.
- This is a security patch release. Airbyte updated base images to address security vulnerabilities.

View File

@@ -151,3 +151,23 @@ Airbyte 1.7.3 was released on August 25, 2025.
Airbyte 1.7.4 was released on September 2, 2025.
- If you use single sign on with generic OIDC, you can now set extra scopes in the Helm chart using `global.auth.identityProvider.genericOidc.extraScopes` in your values.yaml file. These extra scopes are included in the authorization code flow. Extra scopes are sometimes required by identity providers like Entra ID and provide web apps with valid JSON web tokens.
### 1.7.5
Airbyte 1.7.5 was released on September 26, 2025.
- This is a security patch release. Airbyte updated base images to address security vulnerabilities.
### 1.7.6
Airbyte 1.7.6 was released on September 26, 2025.
- Fixed issue [65070](https://github.com/airbytehq/airbyte/issues/65070). Airbyte experienced an `Internal Server Error: not yet implemented` error when refreshing the page, which caused a variety of issues navigating the site and using OAuth with connectors. You can now navigate to any URL and set up connectors with OAuth normally.
- This is a security patch release. Airbyte updated base images to address security vulnerabilities.
### 1.7.7
Airbyte 1.7.7 was released on September 30, 2025.
- This is a security patch release. Airbyte updated base images to address security vulnerabilities.

View File

@@ -114,3 +114,15 @@ Airbyte 1.8.2 was released on September 2, 2025.
Airbyte 1.8.3 was released on September 24, 2025.
- Fixed issue [65070](https://github.com/airbytehq/airbyte/issues/65070). Airbyte experienced an `Internal Server Error: not yet implemented` error when refreshing the page, which caused a variety of issues navigating the site and using OAuth with connectors. You can now navigate to any URL and set up connectors with OAuth normally.
### Version 1.8.4
Airbyte 1.8.4 was released on September 26, 2025.
- This is a security patch release. Airbyte updated base images to address security vulnerabilities.
### Version 1.8.5
Airbyte 1.8.5 was released on October 2, 2025.
- This is a security patch release. Airbyte updated base images to address security vulnerabilities.