1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-microsoft-entra-id: run up-to-date pipeline [2024-12-11] (#48941)

This commit is contained in:
Airbyte
2024-12-11 12:09:32 +02:00
committed by GitHub
parent 65f4edf35f
commit 39074aba2b
2 changed files with 6 additions and 5 deletions

View File

@@ -13,11 +13,11 @@ data:
enabled: false
packageName: airbyte-source-microsoft-entra-id
connectorBuildOptions:
baseImage: docker.io/airbyte/source-declarative-manifest:5.17.0@sha256:9c6bfd080a247b7781ce5b25687e7c44e29d31315d0bf656584b38810521bbaa
baseImage: docker.io/airbyte/source-declarative-manifest:6.9.2@sha256:ea8087899b36a891ce16e47035b10de8d52b0fb041b593b18e53ed2d699e3b46
connectorSubtype: api
connectorType: source
definitionId: 337930a3-778a-413e-99cf-e79a3fca1c74
dockerImageTag: 0.0.4
dockerImageTag: 0.0.5
dockerRepository: airbyte/source-microsoft-entra-id
githubIssueLabel: source-microsoft-entra-id
icon: icon.svg

View File

@@ -37,9 +37,10 @@ First of all you need to register an application in the Microsoft Entra Admin Ce
| Version | Date | Pull Request | Subject |
| ------- | ---------- | -------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| 0.0.4 | 2024-10-31 | [47997](https://github.com/airbytehq/airbyte/pull/47997) | Remove `audit_logs` and update auth remove `application_id_uri` parameter |
| 0.0.3 | 2024-10-29 | [47892](https://github.com/airbytehq/airbyte/pull/47892) | Update dependencies |
| 0.0.2 | 2024-10-28 | [47479](https://github.com/airbytehq/airbyte/pull/47479) | Update dependencies |
| 0.0.5 | 2024-12-11 | [48941](https://github.com/airbytehq/airbyte/pull/48941) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
| 0.0.4 | 2024-10-31 | [47997](https://github.com/airbytehq/airbyte/pull/47997) | Remove `audit_logs` and update auth remove `application_id_uri` parameter |
| 0.0.3 | 2024-10-29 | [47892](https://github.com/airbytehq/airbyte/pull/47892) | Update dependencies |
| 0.0.2 | 2024-10-28 | [47479](https://github.com/airbytehq/airbyte/pull/47479) | Update dependencies |
| 0.0.1 | 2024-10-18 | | Initial release by [@bishalbera](https://github.com/bishalbera) via Connector Builder |
</details>