Skip to content

Commit

Permalink
source-firebase-realtime-database: [autopull] Upgrade base image to v…
Browse files Browse the repository at this point in the history
…1.2.2 (#39200)
  • Loading branch information
alafanechere authored Jun 6, 2024
1 parent 70cb734 commit cccaaa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: source
definitionId: acb5f973-a565-441e-992f-4946f3e65662
dockerImageTag: 0.1.3
dockerImageTag: 0.1.4
dockerRepository: airbyte/source-firebase-realtime-database
githubIssueLabel: source-firebase-realtime-database
license: MIT
Expand All @@ -31,5 +31,5 @@ data:
connectorTestSuitesOptions:
- suite: unitTests
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
baseImage: docker.io/airbyte/python-connector-base:1.2.2@sha256:57703de3b4c4204bd68a7b13c9300f8e03c0189bffddaffc796f1da25d2dbea0
metadataSpecVersion: "1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "0.1.3"
version = "0.1.4"
name = "source-firebase-realtime-database"
description = "Source implementation for Firebase Realtime Database."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
3 changes: 2 additions & 1 deletion docs/integrations/sources/firebase-realtime-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ Once you've configured Firebase Realtime Database as a source, delete the Servic

| Version | Date | Pull Request | Subject |
| :------ | :--------- | :--------------------------------------------------------- | :----------------------------------------- |
| 0.1.4 | 2024-06-06 | [39200](https://github.com/airbytehq/airbyte/pull/39200) | [autopull] Upgrade base image to v1.2.2 |
| 0.1.3 | 2024-06-03 | [38910](https://github.com/airbytehq/airbyte/pull/38910) | Replace AirbyteLogger with logging.Logger |
| 0.1.2 | 2024-06-03 | [38910](https://github.com/airbytehq/airbyte/pull/38910) | Replace AirbyteLogger with logging.Logger |
| 0.1.1 | 2024-05-20 | [38416](https://github.com/airbytehq/airbyte/pull/38416) | [autopull] base image + poetry + up_to_date |
| 0.1.0 | 2022-10-16 | [\#18029](https://github.com/airbytehq/airbyte/pull/18029) | 🎉 New Source: Firebase Realtime Database. |

</details>
</details>

0 comments on commit cccaaa1

Please sign in to comment.