Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps the minor-and-patch group with 2 updates in the / directory: astral-sh/setup-uv and chuhlomin/render-template.

Updates astral-sh/setup-uv from 6.1.0 to 6.4.3

Release notes

Sourced from astral-sh/setup-uv's releases.

v6.4.3 🌈 fix relative paths starting with dots

🐛 Bug fixes

v6.4.2 🌈 Interpret relative inputs as under working-directory

Changes

This release will interpret relative paths in inputs as relative to the value of working-directory (default is ${{ github.workspace }}) . This means the following configuration

- uses: astral-sh/setup-uv@v6
   with:
     working-directory: /my/path
     cache-dependency-glob: uv.lock

will look for the cache-dependency-glob under /my/path/uv.lock

🐛 Bug fixes

🧰 Maintenance

v6.4.1 🌈 Hotfix: Ignore deps starting with uv when finding uv version

Changes

Thank you @​phpmypython for raising a PR to fix this issue!

🐛 Bug fixes

v6.4.0 🌈 Add input version-file

Changes

You can now use the version-file input to specify a file that contains the version of uv to install. This can either be a pyproject.toml or uv.toml file which defines a required-version or uv defined as a dependency in pyproject.toml or requirements.txt.

- name: Install uv based on the version defined in requirements.txt
  uses: astral-sh/setup-uv@v6
  with:
    version-file: "requirements.txt"
</tr></table> 

... (truncated)

Commits

Updates chuhlomin/render-template from 1.4 to 1.10

Release notes

Sourced from chuhlomin/render-template's releases.

v1.10

Added template functions: split, toJSON. Example: {{ "1,2,3" | split "," | toJSON }} in template will result in ["1","2","3"].

Updated from github.com/caarlos0/env/v6 to github.com/caarlos0/env/v10. Fixed golangci-lint warnings.

Full Changelog: chuhlomin/render-template@v1.9...v1.10

v1.9

What's Changed

New Contributors

Full Changelog: chuhlomin/render-template@v1.8...v1.9

v1.8

Added multi-achitecture Docker image support. Supported architectures are linux/amd64, linux/arm/v7, linux/arm64.

Full Changelog: chuhlomin/render-template@v1.7...v1.8

v1.7

Added template functions: date, mdlink, number and base64.

Full Changelog: chuhlomin/render-template@v1.6...v1.7

v1.6

Switch from set-output to GITHUB_OUTPUT (GitHub Actions: Deprecating save-state and set-output commands)

Full Changelog: chuhlomin/render-template@v1.5...v1.6

v1.5

Added vars_path input. You must set either vars or vars_path, or you may set both of them (vars values will take precedence over vars_path).

Updated dependencies.

Commits
  • 807354a Update image to v1.10
  • 10e2f57 chore(gha): add test & lint steps, fix lint warnings
  • f69788c feat: add split and toJSON template functions
  • a10e641 chore: add dependabot
  • e5b6d73 docs: add note about Windows and MacOS runners
  • 055f2ec fix: rollback Docker platforms change
  • 09e18f8 chore(gha): main: build Docker images for multiple platforms
  • 88008c6 chore: update to Go 1.21.3, update dependencies
  • bc6d31d feat: make windows and darwin images
  • a201446 fix(gha): release tag trigger [no ci]
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the ci label Aug 1, 2025
Copy link

github-actions bot commented Aug 1, 2025

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Testing This CDK Version

You can test this version of the CDK using the following:

# Run the CLI from this branch:
uvx 'git+https://github.com/airbytehq/airbyte-python-cdk.git@dependabot/github_actions/minor-and-patch-8aab97bda4#egg=airbyte-python-cdk[dev]' --help

# Update a connector to use the CDK from this branch ref:
cd airbyte-integrations/connectors/source-example
poe use-cdk-branch dependabot/github_actions/minor-and-patch-8aab97bda4

Helpful Resources

PR Slash Commands

Airbyte Maintainers can execute the following slash commands on your PR:

  • /autofix - Fixes most formatting and linting issues
  • /poetry-lock - Updates poetry.lock file
  • /test - Runs connector tests with the updated CDK
  • /poe <command> - Runs any poe command in the CDK environment

📝 Edit this welcome message.

…dates

Bumps the minor-and-patch group with 2 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [chuhlomin/render-template](https://github.com/chuhlomin/render-template).


Updates `astral-sh/setup-uv` from 6.1.0 to 6.4.3
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v6.1.0...v6.4.3)

Updates `chuhlomin/render-template` from 1.4 to 1.10
- [Release notes](https://github.com/chuhlomin/render-template/releases)
- [Commits](chuhlomin/render-template@v1.4...v1.10)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 6.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: chuhlomin/render-template
  dependency-version: '1.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/minor-and-patch-8aab97bda4 branch from bd63a49 to 3969501 Compare September 2, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants