Skip to content

Commit f06d44a

Browse files
alafanecherejatinyadav-cc
authored andcommitted
airbyte-ci: upgrade to dagger 0.9.6 (airbytehq#34321)
1 parent dd6aa4d commit f06d44a

File tree

9 files changed

+334
-268
lines changed

9 files changed

+334
-268
lines changed

airbyte-ci/connectors/base_images/poetry.lock

+86-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-ci/connectors/base_images/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "airbyte-connectors-base-images"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "This package is used to generate and publish the base images for Airbyte Connectors."
55
authors = ["Augustin Lafanechere <[email protected]>"]
66
readme = "README.md"
77
packages = [{include = "base_images"}]
88
include = ["generated"]
99
[tool.poetry.dependencies]
1010
python = "^3.10"
11-
dagger-io = "==0.9.5"
11+
dagger-io = "==0.9.6"
1212
gitpython = "^3.1.35"
1313
rich = "^13.5.2"
1414
semver = "^3.0.1"

airbyte-ci/connectors/pipelines/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,10 @@ E.G.: running `pytest` on a specific test folder:
547547

548548
| Version | PR | Description |
549549
| ------- | ---------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
550+
| 3.5.1 | [#34321](https://github.com/airbytehq/airbyte/pull/34321) | Upgrade to Dagger 0.9.6 . |
550551
| 3.5.0 | [#33313](https://github.com/airbytehq/airbyte/pull/33313) | Pass extra params after Gradle tasks. |
551552
| 3.4.2 | [#34301](https://github.com/airbytehq/airbyte/pull/34301) | Pass extra params after Gradle tasks. |
552-
| 3.4.1 | [#34067](https://github.com/airbytehq/airbyte/pull/34067) | Use dagster-cloud 1.5.7 for deploy |
553+
| 3.4.1 | [#34067](https://github.com/airbytehq/airbyte/pull/34067) | Use dagster-cloud 1.5.7 for deploy |
553554
| 3.4.0 | [#34276](https://github.com/airbytehq/airbyte/pull/34276) | Introduce `--only-step` option for connector tests. |
554555
| 3.3.0 | [#34218](https://github.com/airbytehq/airbyte/pull/34218) | Introduce `--ci-requirements` option for client defined CI runners. |
555556
| 3.2.0 | [#34050](https://github.com/airbytehq/airbyte/pull/34050) | Connector test steps can take extra parameters |

airbyte-ci/connectors/pipelines/pipelines/models/ci_requirements.py

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
INFRA_SUPPORTED_DAGGER_VERSIONS = {
88
"0.6.4",
99
"0.9.5",
10+
"0.9.6",
1011
}
1112

1213

0 commit comments

Comments
 (0)