Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps 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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Important

Auto-merge enabled.

This PR is set to merge automatically when all requirements are met.

Bumps [chuhlomin/render-template](https://github.com/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: chuhlomin/render-template
  dependency-version: '1.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 21, 2025
Copy link

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Testing This PyAirbyte Version

You can test this version of PyAirbyte using the following:

# Run PyAirbyte CLI from this branch:
uvx --from 'git+https://github.com/airbytehq/PyAirbyte.git@dependabot/github_actions/chuhlomin/render-template-1.10' pyairbyte --help

# Install PyAirbyte from this branch for development:
pip install 'git+https://github.com/airbytehq/PyAirbyte.git@dependabot/github_actions/chuhlomin/render-template-1.10'

Helpful Resources

PR Slash Commands

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

  • /fix-pr - Fixes most formatting and linting issues
  • /poetry-lock - Updates poetry.lock file
  • /test-pr - Runs tests with the updated PyAirbyte

Community Support

Questions? Join the #pyairbyte channel in our Slack workspace.

📝 Edit this welcome message.

@aaronsteers
Copy link
Contributor

/poetry-lock

@aaronsteers aaronsteers enabled auto-merge (squash) August 1, 2025 05:27
Copy link

github-actions bot commented Aug 1, 2025

PyTest Results (Fast Tests Only, No Creds)

256 tests  ±0   256 ✅ ±0   3m 27s ⏱️ +3s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 31bfa6b. ± Comparison against base commit 1a9c411.

Copy link

github-actions bot commented Aug 1, 2025

PyTest Results (Full)

318 tests  ±0   304 ✅ ±0   17m 15s ⏱️ - 2m 12s
  1 suites ±0    14 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 31bfa6b. ± Comparison against base commit 1a9c411.

@aaronsteers aaronsteers merged commit 6189e9c into main Aug 1, 2025
22 checks passed
@aaronsteers aaronsteers deleted the dependabot/github_actions/chuhlomin/render-template-1.10 branch August 1, 2025 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant