GitHub
03/31/2025, 9:56 PM## v5.5.0
## What's Changed
### Enhancements:
• Support free threaded Python versions like '3.13t' by `@colesbury` in actions/setup-python#973
• Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgradefrom 4.0.0 to 4.0.3 by `@priya-kinthali` in actions/setup-python#1056@action/cache
• Add support for .tool-versions file in setup-python by `@mahabaleshwars` in actions/setup-python#1043
### Bug fixes:
• Fix architecture for pypy on Linux ARM64 by `@mayeut` in actions/setup-python#1011This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
### Dependency updates:
• Upgradefrom 0.38.1 to 0.38.3 by `@dependabot` in actions/setup-python#1016@vercel/ncc
• Upgradefrom 0.4.0 to 0.5.0 by `@dependabot` in actions/setup-python#1015@actions/glob
## New Contributors
• `@colesbury` made their first contribution in actions/setup-python#973
• `@mahabaleshwars` made their first contribution in actions/setup-python#1043
Full Changelog: actions/setup-python@v5...v5.5.0Commits • `8d9ed9a` Add e2e Testing for free threaded and Bump
@action/cache
from 4.0.0 to 4.0.3 ...
• `19e4675` Add support for .tool-versions file in setup-python (#1043)
• `6fd11e1` Bump @actions/glob
from 0.4.0 to 0.5.0 (#1015)
• `9e62be8` Support free threaded Python versions like '3.13t' (#973)
• `6ca8e85` Bump @vercel/ncc
from 0.38.1 to 0.38.3 (#1016)
• `8039c45` fix: install PyPy on Linux ARM64 (#1011)
• See full diff in compare view
[Dependabot compatibility score](https://camo.githubusercontent.com/73159ab9d68ac92c1ebc9e4d2e2d5a27df6d23ca1c9bee26ba4f1b63d888af99/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f73657475702d707974686f6e267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d352e342e30266e65772d76657273696f6e3d352e352e30)
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)
meltano/hubGitHub
03/31/2025, 9:59 PM## v5.4.1 🌈 Add support for pep440 version specifiers
## Changes
With this release you can also use pep440 version specifiers asin files`uv.toml`,required-version
and in thepyroject.toml
input:version
- name: Install a pep440-specifier-satisfying version of uv
uses: astral-sh/setup-uv@v5
with:
version: ">=0.4.25,<0.5"
## 🐛 Bug fixes
• Add support for pep440 version identifiers `@eifinger` (#353)
## 🧰 Maintenance
• chore: update known checksums for 0.6.10 @github-actions[bot] (#345)
## 📚 Documentation
• Add pep440 to docs header `@eifinger` (#355)
• Fix glob syntax link `@flying-sheep` (#349)
• Add link to supported glob patterns `@eifinger` (#348)Commits • `0c5e2b8` Add pep440 to docs header (#355) • `794ea94` Add support for pep440 version identifiers (#353) • `2d49baf` chore: update known checksums for 0.6.10 (#345) • `4fa2559` Fix glob syntax link (#349) • `224dce1` Add link to supported glob patterns (#348) • See full diff in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/244d0486e1de6b41d9e0486944e0e5b57b8578323c4401143d58f917d8897f61/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d61737472616c2d73682f73657475702d7576267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d352e342e30266e65772d76657273696f6e3d352e342e31) 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)
meltano/hubGitHub
04/02/2025, 3:01 PMGitHub
04/04/2025, 11:08 PMGitHub
04/07/2025, 12:09 PMGitHub
04/07/2025, 10:27 PM## v46.0.4
## What's Changed
• Upgraded to v46.0.3 by `@github-actions` in tj-actions/changed-files#2506
• docs: update readme by `@jackton1` in tj-actions/changed-files#2508
• fix: bug modified_keys and changed_key outputs not set when no changes detected by `@jackton1` in tj-actions/changed-files#2509
Full Changelog: tj-actions/changed-files@v46...v46.0.4Changelog Sourced from tj-actions/changed-files's changelog.
# Changelog
# 46.0.4 - (2025-04-03)
## 🐛 Bug Fixes
• Bug modified_keys and changed_key outputs not set when no changes detected (#2509) (6cb76d0) - (Tonye Jack)
## 📚 Documentation
• Update readme (#2508) (b74df86) - (Tonye Jack)
## ⬆️ Upgrades
• Upgraded to v46.0.3 (#2506)
Co-authored-by: github-actions[bot] Co-authored-by: Tonye Jack jtonye@ymail.com (27ae6b3) - (github-actions[bot])
# 46.0.3 - (2025-03-23)
## 🔄 Update
• Updated README.md (#2501)
Co-authored-by: github-actions[bot] (41e0de5) - (github-actions[bot])
• Updated README.md (#2499)
Co-authored-by: github-actions[bot] (9457878) - (github-actions[bot])
## 📚 Documentation
• Remove warning (#2504) (8132356) - (Tonye Jack)
## ⚙️ Miscellaneous Tasks
• deps: Bump test/demo fromto5dfac2e
(#2505) (823fceb) - (dependabot[bot])c6bd3b3
• Pin github actions (#2503) (7a369a7) - (Tonye Jack)
• deps-dev: Bumpfrom 22.13.10 to 22.13.11 (#2502) (9468856) - (dependabot[bot])@types/node
## ⬆️ Upgrades
• Upgraded to v46.0.2 (#2500)
Co-authored-by: github-actions[bot] Co-authored-by: Tonye Jack jtonye@ymail.com (401c722) - (github-actions[bot])
# 46.0.2 - (2025-03-22)
## 🐛 Bug Fixes... (truncated) Commits • `6cb76d0` fix: bug modified_keys and changed_key outputs not set when no changes detect... • `b74df86` docs: update readme (#2508) • `27ae6b3` Upgraded to v46.0.3 (#2506) • See full diff in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/6b429d1f7f125a01af575c3dcff309e6c3ba958b651d65427261ef8752a643df/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d746a2d616374696f6e732f6368616e6765642d66696c6573267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d34362e302e33266e65772d76657273696f6e3d34362e302e34) 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)
meltano/hubGitHub
04/10/2025, 7:00 PMGitHub
04/11/2025, 12:19 AMGitHub
04/14/2025, 12:08 PMGitHub
04/14/2025, 10:05 PM## v46.0.5
## What's Changed
• Upgraded to v46.0.4 by `@github-actions` in tj-actions/changed-files#2511
• chore(deps): bump tj-actions/verify-changed-files from 20.0.1 to 20.0.4 by `@dependabot` in tj-actions/changed-files#2523
• chore(deps): bump tj-actions/branch-names from 8.0.1 to 8.1.0 by `@dependabot` in tj-actions/changed-files#2521
• chore(deps): bump github/codeql-action from 3.28.12 to 3.28.15 by `@dependabot` in tj-actions/changed-files#2530
• chore(deps-dev): bump ts-jest from 29.2.6 to 29.3.1 by `@dependabot` in tj-actions/changed-files#2518
• chore(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.6 by `@dependabot` in tj-actions/changed-files#2519
• chore(deps-dev): bumpfrom 22.13.11 to 22.14.0 by `@dependabot` in tj-actions/changed-files#2517@types/node
• chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 by `@dependabot` in tj-actions/changed-files#2516
• chore(deps): bump yaml from 2.7.0 to 2.7.1 by `@dependabot` in tj-actions/changed-files#2520
Full Changelog: tj-actions/changed-files@v46...v46.0.5Changelog Sourced from tj-actions/changed-files's changelog.
# Changelog
# 46.0.5 - (2025-04-09)
## ⚙️ Miscellaneous Tasks
• deps: Bump yaml from 2.7.0 to 2.7.1 (#2520) (ed68ef8) - (dependabot[bot])
• deps-dev: Bump typescript from 5.8.2 to 5.8.3 (#2516) (a7bc14b) - (dependabot[bot])
• deps-dev: Bumpfrom 22.13.11 to 22.14.0 (#2517) (3d751f6) - (dependabot[bot])@types/node
• deps-dev: Bump eslint-plugin-prettier from 5.2.3 to 5.2.6 (#2519) (e2fda4e) - (dependabot[bot])
• deps-dev: Bump ts-jest from 29.2.6 to 29.3.1 (#2518) (0bed1b1) - (dependabot[bot])
• deps: Bump github/codeql-action from 3.28.12 to 3.28.15 (#2530) (6802458) - (dependabot[bot])
• deps: Bump tj-actions/branch-names from 8.0.1 to 8.1.0 (#2521) (cf2e39e) - (dependabot[bot])
• deps: Bump tj-actions/verify-changed-files from 20.0.1 to 20.0.4 (#2523) (6abeaa5) - (dependabot[bot])
## ⬆️ Upgrades
• Upgraded to v46.0.4 (#2511)
Co-authored-by: github-actions[bot] (6f67ee9) - (github-actions[bot])
# 46.0.4 - (2025-04-03)
## 🐛 Bug Fixes
• Bug modified_keys and changed_key outputs not set when no changes detected (#2509) (6cb76d0) - (Tonye Jack)
## 📚 Documentation
• Update readme (#2508) (b74df86) - (Tonye Jack)
## ⬆️ Upgrades
• Upgraded to v46.0.3 (#2506)
Co-authored-by: github-actions[bot] Co-authored-by: Tonye Jack jtonye@ymail.com (27ae6b3) - (github-actions[bot])
# 46.0.3 - (2025-03-23)
## 🔄 Update
• Updated README.md (#2501)
Co-authored-by: github-actions[bot] (41e0de5) - (github-actions[bot])
• Updated README.md (#2499)
Co-authored-by: github-actions[bot] (9457878) - (github-actions[bot])
## 📚 Documentation... (truncated) Commits • `ed68ef8` chore(deps): bump yaml from 2.7.0 to 2.7.1 (#2520) • `a7bc14b` chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 (#2516) • `3d751f6` chore(deps-dev): bump
@types/node
from 22.13.11 to 22.14.0 (#2517)
• `e2fda4e` chore(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.6 (#2519)
• `0bed1b1` chore(deps-dev): bump ts-jest from 29.2.6 to 29.3.1 (<https://redirect.github.com/tj-actions/cha…
meltano/hubGitHub
04/14/2025, 10:05 PM## v4.4.0
## What's Changed
### Bug fixes:
• Make eslint-compact matcher compatible with Stylelint by `@FloEdelmann` in actions/setup-node#98
• Add support for indented eslint output by `@fregante` in actions/setup-node#1245
### Enhancement:
• Support private mirrors by `@marco-ippolito` in actions/setup-node#1240
### Dependency update:
• Upgradefrom 4.0.2 to 4.0.3 by `@aparnajyothi-y` in actions/setup-node#1262@action/cache
## New Contributors
• `@FloEdelmann` made their first contribution in actions/setup-node#98
• `@fregante` made their first contribution in actions/setup-node#1245
• `@marco-ippolito` made their first contribution in actions/setup-node#1240
Full Changelog: actions/setup-node@v4...v4.4.0Commits • `49933ea` Bump
@action/cache
from 4.0.2 to 4.0.3 (#1262)
• `e3ce749` feat: support private mirrors (#1240)
• `40337cb` Add support for indented eslint output (#1245)
• `1ccdddc` Make eslint-compact matcher compatible with Stylelint (#98)
• See full diff in compare view
[Dependabot compatibility score](https://camo.githubusercontent.com/4deeeeb86aa271544b0c6f703ad1d2f7295896c75d5033b3db722f8ae5556c72/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f73657475702d6e6f6465267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d342e332e30266e65772d76657273696f6e3d342e342e30)
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)
meltano/hubGitHub
04/21/2025, 12:08 PMGitHub
04/21/2025, 9:15 PM## v5.4.2 🌈 Make sure uv installed by setup-uv is first in PATH
## Changes
This release fixes an issue on self-hosted runners. If you manually installed uv with version 0.5.0 or later this version would overwrite the uv version installed by this action. We now make sure the version installed by this action is the first found in PATH
## 🐛 Bug fixes
• Make sure uv installed by setup-uv is first in PATH `@eifinger` (#373)
## 🧰 Maintenance
• chore: update known checksums for 0.6.14 @github-actions[bot] (#366)
• chore: update known checksums for 0.6.13 @github-actions[bot] (#365)
• chore: update known checksums for 0.6.12 @github-actions[bot] (#362)
• chore: update known checksums for 0.6.11 @github-actions[bot] (#357)
## 📚 Documentation
• Fix pep440 identifier instead of specifier `@eifinger` (#358)Commits • `d4b2f3b` Make sure uv installed by setup-uv is first in PATH (#373) • `594f292` chore: update known checksums for 0.6.14 (#366) • `9ad0303` chore: update known checksums for 0.6.13 (#365) • `9e2c33a` chore: update known checksums for 0.6.12 (#362) • `8390763` Fix pep440 identifier instead of specifier (#358) • `9bf3815` chore: update known checksums for 0.6.11 (#357) • See full diff in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/b4211906cf8c8d2625ad08cee7489f82d9d85d1bcdb9e14373077c6f1aa8e91c/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d61737472616c2d73682f73657475702d7576267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d352e342e31266e65772d76657273696f6e3d352e342e32) 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)
meltano/hubGitHub
04/23/2025, 10:28 PMGitHub
04/28/2025, 12:08 PMGitHub
04/28/2025, 10:22 PM## v6.0.0 🌈 activate-environment and working-directory
## Changes
This version contains some breaking changes which have been gathering up for a while. Lets dive into them:
• Activate environment
• Working Directory
• Default `cache-dependency-glob`
• Use default cache dir on self hosted runners
### Activate environment
In previous versions using the inputautomatically activated a venv at the repository root. This led to some unwanted side-effects, was sometimes unexpected and not flexible enough.python-version
The venv activation is now explicitly controlled with the new input(false by default):activate-environment
- name: Install the latest version of uv and activate the environment
uses: astral-sh/setup-uv@v6
with:
activate-environment: true
- run: uv pip install pip
The venv gets created by the `uv venv` command so the python version is controlled by theinput or the filespython-version
,pyproject.toml
,uv.toml
in the.python-version
.working-directory
### Working Directory
The new inputcontrols where we look forworking-directory
,pyproject.toml
anduv.toml
files which are used to determine the version of uv and python to install..python-version
It can also be used to control where the venv gets created.
- name: Install uv based on the config files in the working-directory
uses: astral-sh/setup-uv@v6
with:
working-directory: my/subproject/dir
> [!CAUTION]
>
> The inputsandpyproject-file
have been removed.uv-file
### Defaultcache-dependency-glob
`@ssbarnea` found out that the defaultwas not suitable for a lot of users.cache-dependency-glob
The old default... (truncated) Commits • `c7f87aa` bump to v6 in README (#382) • `aadfaf0` Change default cache-dependency-glob (#352) • `a0f9da6` No default UV_CACHE_DIR on selfhosted runners (#380) • `ec4c691` new inputs activate-environment and working-directory (#381) • `aa12905` chore: update known checksums for 0.6.16 (#378) • `fcaddda` chore: update known checksums for 0.6.15 (#377) • `fb3a0a9` log info on venv activation (#375) • See full diff in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/a1d985e77a073ef91dc7070fc5fc15c7353f67eb680b016042ee84abcf29eca2/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d61737472616c2d73682f73657475702d7576267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d352e342e32266e65772d76657273696f6e3d362e302e30) 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)
meltano/hubGitHub
04/28/2025, 10:38 PMGitHub
04/28/2025, 11:06 PM## v5.6.0
## What's Changed
• Workflow updates related to Ubuntu 20.04 by `@aparnajyothi-y` in actions/setup-python#1065
• Fix for Candidate Not Iterable Error by `@aparnajyothi-y` in actions/setup-python#1082
• Upgrade semver andby `@dependabot` in actions/setup-python#1091@types/semver
• Upgrade prettier from 2.8.8 to 3.5.3 by `@dependabot` in actions/setup-python#1046
• Upgrade ts-jest from 29.1.2 to 29.3.2 by `@dependabot` in actions/setup-python#1081
Full Changelog: actions/setup-python@v5...v5.6.0Commits • `a26af69` Bump ts-jest from 29.1.2 to 29.3.2 (#1081) • `30eafe9` Bump prettier from 2.8.8 to 3.5.3 (#1046) • `5d95bc1` Bump semver and
@types/semver
(#1091)
• `6ed2c67` Fix for Candidate Not Iterable Error (#1082)
• `e348410` Remove Ubuntu 20.04 from workflows due to deprecation from 2025-04-15 (#1065)
• See full diff in compare view
[Dependabot compatibility score](https://camo.githubusercontent.com/f453eb2c2c8ac465b9f56f4bd2c3d42b80ecc1a594cfa94871ae005c54353315/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f73657475702d707974686f6e267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d352e352e30266e65772d76657273696f6e3d352e362e30)
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)
meltano/hubGitHub
04/28/2025, 11:06 PM## v4.3.0
## What's Changed
• feat: implement newinput by `@GrantBirki` in actions/download-artifact#401artifact-ids
• Fix workflow example for downloading by artifact ID by `@joshmgross` in actions/download-artifact#402
• Prep for v4.3.0 release by `@robherley` in actions/download-artifact#404
## New Contributors
• `@GrantBirki` made their first contribution in actions/download-artifact#401
Full Changelog: actions/download-artifact@v4.2.1...v4.3.0Commits • `d3f86a1` Merge pull request #404 from actions/robherley/v4.3.0 • `fc02353` prep for v4.3.0 release • `7745437` Merge pull request #402 from actions/joshmgross/download-by-id-example • `84fc7a0` Remove path filters from Check dist workflow • `67f2bc3` Fix workflow example for downloading by artifact ID • `8ea3c2c` Merge pull request #401 from actions/download-by-id • `d219c63` add supporting unit tests for artifact downloads with ids • `54124fb` revert
getArtifact()
changes - for now we have to list and filter by artifa...
• `b83057b` bundle
• `171183c` use the same artifactClient.getArtifact
structure as seen above in `isSingl...
• Additional commits viewable in compare view
[Dependabot compatibility score](https://camo.githubusercontent.com/babc2315c0b507cc09691ef175dc90250d25457b315f3d43f06971384ab2ffb0/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f646f776e6c6f61642d6172746966616374267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d342e322e31266e65772d76657273696f6e3d342e332e30)
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)
meltano/hubGitHub
04/30/2025, 9:34 AMGitHub
04/30/2025, 3:17 PMGitHub
05/01/2025, 9:38 AMGitHub
05/01/2025, 5:51 PMGitHub
05/01/2025, 6:11 PMGitHub
05/02/2025, 4:13 PMGitHub
05/02/2025, 10:48 PMGitHub
05/03/2025, 12:10 AMGitHub
05/05/2025, 12:09 PMGitHub
05/05/2025, 10:01 PM## v6.0.1 🌈 Fix default cache dependency glob
## Changes
The new default in v6 used illegal patterns and therefore didn't match requirements files. This is now fixed.
## 🐛 Bug fixes
• Fix default cache dependency glob `@eifinger` (#388)
## 🧰 Maintenance
• chore: update known checksums for 0.6.17 @github-actions[bot] (#384)
## ⬆️ Dependency updates
• Bump dependencies `@eifinger` (#389)Commits • `6b9c606` Bump dependencies (#389) • `ef6bcdf` Fix default cache dependency glob (#388) • `9a31171` chore: update known checksums for 0.6.17 (#384) • See full diff in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/819915f1247cb7d580aea4afc5e81582780e8a07a53ac2f3467ecb4603201e46/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d61737472616c2d73682f73657475702d7576267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d362e302e30266e65772d76657273696f6e3d362e302e31) 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)
meltano/hubGitHub
05/06/2025, 12:57 AM