Skip to content

Commit 542655d

Browse files
authored
v-1.3-release-note (#48827)
1 parent 217906f commit 542655d

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed
Loading
Loading
Loading

docs/release_notes/v-1.3.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Airbyte 1.3.0
2+
3+
It's already December! We are excited to release the following set of improvements and changes.
4+
5+
## 🚀 Platform Changes
6+
7+
- **Improved Log Viewer and Filtering**: You can now quickly filter to error or warning logs when needed, as well as by log source - such as the source connector, destination connector, or platform. Together, this allows you to quickly diagnose issues with Airbyte connections if they arise, reducing time to resolution on issues.
8+
9+
![Improved Log Viewer](./assets/1.3-improved-log-viewer.png)
10+
11+
- **OpenShift Support**: Starting today, Airbyte supports deployments to OpenShift. This is the culmination of a journey over much of the past year: we've updated our platform and connectors to be rootless, we've improved pod to pod communication within our platform, and made a wide number of security improvements. To succeed, the user running helm deployment commands needs to be a `cluster-admin` user. Your Kubernetes namespace will also require the following annotations to ensure that all of the Airbyte resources run as UID 1000 and GID 1000. If you run into any edge cases or issues deploying to OpenShift, as always, please let us know by opening a GitHub issue.
12+
13+
```yaml
14+
openshift.io/sa.scc.supplemental-groups: 1000/1
15+
openshift.io/sa.scc.uid-range: 1000/1
16+
```
17+
18+
## 🚀 Self-Managed Enterprise Changes
19+
20+
- **Compliance Mappers in Airbyte API**: Airbyte Self-Managed Enterprise now supports field hashing, field encryption (with self-managed encryption keys), field renaming and row filtering for connections from a common interface available in the Airbyte API. This functionality is coming soon to the Airbyte UI. To get started, see our [API documentation](https://reference.airbyte.com/reference/patchconnection).
21+
22+
![Mappers API Example](./assets/1.3-mappers-api-reference.png)

docusaurus/sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ module.exports = {
727727
type: "generated-index",
728728
},
729729
items: [
730+
"release_notes/v-1.3",
730731
"release_notes/v-1.2",
731732
"release_notes/v-1.1",
732733
"release_notes/v-1.0",

0 commit comments

Comments
 (0)