GitHub
08/27/2025, 6:56 PMGitHub
08/27/2025, 7:05 PMGitHub
08/27/2025, 11:43 PMboto3
from 1.40.12 to 1.40.18
Commits
• `4515c41` Merge branch 'release-1.40.18'
• `e77ca4b` Bumping version to 1.40.18
• `5662fde` Add changelog entries from botocore
• `50b1b67` Merge branch 'release-1.40.17'
• `47e2545` Merge branch 'release-1.40.17' into develop
• `bf25224` Bumping version to 1.40.17
• `ba4d50a` Add changelog entries from botocore
• `fe7457e` Merge branch 'release-1.40.16'
• `2811578` Merge branch 'release-1.40.16' into develop
• `3930259` Bumping version to 1.40.16
• Additional commits viewable in compare view
Updates requests
from 2.32.4 to 2.32.5
Release notes
Sourced from requests's releases.
## v2.32.5
## 2.32.5 (2025-08-18)
Bugfixes
• The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
• Added support for Python 3.14.
• Dropped support for Python 3.8 following its end of support.Changelog Sourced from requests's changelog.
## 2.32.5 (2025-08-18)
Bugfixes
• The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
• Added support for Python 3.14.
• Dropped support for Python 3.8 following its end of support.Commits • `b25c87d` v2.32.5 • `131e506` Merge pull request #7010 from psf/dependabot/github_actions/actions/checkout-... • `b336cb2` Bump actions/checkout from 4.2.0 to 5.0.0 • `46e939b` Update publish workflow to use
artifact-id
instead of name
• `4b9c546` Merge pull request #6999 from psf/dependabot/github_actions/step-security/har...
• `7618dbe` Bump step-security/harden-runner from 2.12.0 to 2.13.0
• `2edca11` Add support for Python 3.14 and drop support for Python 3.8 (#6993)
• `fec96cd` Update Makefile rules (#6996)
• `d58d8aa` docs: clarify timeout parameter uses seconds in Session.request (#6994)
• `91a3eab` Bump github/codeql-action from 3.28.5 to 3.29.0
• Additional commits viewable in compare view
Updates ruamel-yaml
from 0.18.14 to 0.18.15
Updates uv
from 0.8.11 to 0.8.13
Release notes
Sourced from uv's releases.
## 0.8.13
## Release Notes
### Enhancements
• Addarguments to--no-install-*
(#15375)uv add
• Initialize Git prior to reading author in(#15377)uv init
• Add CUDA 129 to available torch backends (#15416)
• Update Pyodide to 0.28.2 (#15385)
### Preview features
• Add an experimentalcommand (#15017)uv format
• Allow version specifiers inif match-runtime is explicitlyextra-build-dependencies
(#15420)false
### Bug fixes
• Addtotriton
manifest (#15405)torch-backend
• Avoid panicking when resolver returns stale distributions (#15389)
• Fixwheel hashes (#15400)uv_build
• Treaton the command-line as overriding--upgrade-package
in configuration (#15395)upgrade = false
• Restore DockerHub publishing (#15381)
## Install uv 0.8.13
### Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.13/uv-installer.sh | sh
### Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.8.13/uv-installer.ps1 | iex"
## Download uv 0.8.13
| File | Platform | Checksum |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------- |
| [uv-aarch64-apple-darwin.tar.gz](<https://github.com/astral-sh/uv/releases/download/0.8.13/…meltano/hub
GitHub
08/28/2025, 12:27 AM# Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
## 4.3.1 (2025-08-04)
### Bug Fixes
• update readme to 4.3.1 (#1424) (be2e7ad)
## 4.3.0 (2025-08-04)
### Features
• depenency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
• Optional environment variable output (c3b3ce6)
### Bug Fixes
• docs: readme samples versioning (5b3c895)
• the wrong example region for China partition in README (37fe9a7)
• properly set proxy environment variable (cbea708)
### Miscellaneous Chores
• release 4.3.0 (3f7c218)
## 4.2.1 (2025-05-14)
### Bug Fixes
• ensure explicit inputs take precedence over environment variables (e56e6c4)
• prioritize explicit inputs over environment variables (df9c8fe)
## 4.2.0 (2025-05-06)
### Features
• add Expiration field to Outputs (a4f3267)
• Document role-duration-seconds range (5a0cf01)
• support action inputs as environment variables (#1338) (2c168ad)
### Bug Fixes... (truncated) Commits • `1b2b73e` chore: Update dist • `e30ac4d` chore(deps-dev): bump
@aws-sdk/credential-provider-env
(#1453)
• `195dc25` chore: Update dist
• `c284255` chore(deps): bump @aws-sdk/client-sts
from 3.864.0 to 3.873.0 (#1455)
• `bee3104` chore(deps-dev): bump @biomejs/biome
from 2.2.0 to 2.2.2 (#1454)
• `241c954` chore(deps-dev): bump memfs from 4.36.3 to 4.38.1 (#1452)
• See full diff in compare view
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
08/28/2025, 1:35 AM# Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
## 4.3.1 (2025-08-04)
### Bug Fixes
• update readme to 4.3.1 (#1424) (be2e7ad)
## 4.3.0 (2025-08-04)
### Features
• depenency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
• Optional environment variable output (c3b3ce6)
### Bug Fixes
• docs: readme samples versioning (5b3c895)
• the wrong example region for China partition in README (37fe9a7)
• properly set proxy environment variable (cbea708)
### Miscellaneous Chores
• release 4.3.0 (3f7c218)
## 4.2.1 (2025-05-14)
### Bug Fixes
• ensure explicit inputs take precedence over environment variables (e56e6c4)
• prioritize explicit inputs over environment variables (df9c8fe)
## 4.2.0 (2025-05-06)
### Features
• add Expiration field to Outputs (a4f3267)
• Document role-duration-seconds range (5a0cf01)
• support action inputs as environment variables (#1338) (2c168ad)
### Bug Fixes... (truncated) Commits • `1b2b73e` chore: Update dist • `e30ac4d` chore(deps-dev): bump
@aws-sdk/credential-provider-env
(#1453)
• `195dc25` chore: Update dist
• `c284255` chore(deps): bump @aws-sdk/client-sts
from 3.864.0 to 3.873.0 (#1455)
• `bee3104` chore(deps-dev): bump @biomejs/biome
from 2.2.0 to 2.2.2 (#1454)
• `241c954` chore(deps-dev): bump memfs from 4.36.3 to 4.38.1 (#1452)
• See full diff in compare view
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
08/28/2025, 2:00 AMboto3
from 1.40.18 to 1.40.19
Commits
• `2438288` Merge branch 'release-1.40.19'
• `29c8360` Bumping version to 1.40.19
• `b4cb5b0` Add changelog entries from botocore
• `551522b` Remove opsworks and opsworkscm
• `8c13d99` Merge branch 'release-1.40.18' into develop
• `bc86634` Removed opsworks.
• `b4afb01` Remove opsworks.
• See full diff in compare view
[Dependabot compatibility score](https://camo.githubusercontent.com/8c6272e2fb53ce4907ee701b5822cd6e106e9159866ed257b07561cb637f619b/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d626f746f33267061636b6167652d6d616e616765723d75762670726576696f75732d76657273696f6e3d312e34302e3138266e65772d76657273696f6e3d312e34302e3139)
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 <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
meltano/hubGitHub
08/28/2025, 4:04 AMGitHub
08/28/2025, 4:09 AMGitHub
08/28/2025, 4:09 AMGitHub
09/01/2025, 10:12 AMGitHub
09/01/2025, 10:12 AMGitHub
09/01/2025, 12:09 PMGitHub
09/01/2025, 8:50 PMGitHub
09/02/2025, 4:18 PMGitHub
09/02/2025, 4:55 PMGitHub
09/08/2025, 12:09 PMGitHub
09/08/2025, 1:02 PMboto3
from 1.40.19 to 1.40.25
Commits
• `c1c6044` Merge branch 'release-1.40.25'
• `faf7045` Bumping version to 1.40.25
• `041cf03` Add changelog entries from botocore
• `d3129b6` Merge branch 'release-1.40.24'
• `f196479` Merge branch 'release-1.40.24' into develop
• `c503159` Bumping version to 1.40.24
• `95fd165` Add changelog entries from botocore
• `dd74a1e` Bump github/codeql-action from 3.29.0 to 3.30.0 (#4605)
• `182b1ad` Merge branch 'release-1.40.23'
• `244d2f2` Merge branch 'release-1.40.23' into develop
• Additional commits viewable in compare view
Updates uv
from 0.8.13 to 0.8.15
Release notes
Sourced from uv's releases.
## 0.8.15
## Release Notes
### Python
• Upgrade SQLite 3.50.4 in CPython builds for CVE-2025-6965 (see also python/cpython#137134)
### Enhancements
• Addcommands for credential management (#15570)uv auth
• Add pyx support tocommands (#15636)uv auth
• Addto show package sizes (#15531)uv tree --show-sizes
• Add(#15630)--python-platform riscv64-unknown-linux
• Addto--python-platform
anduv run
(#15515)uv tool
• Add(#15638)uv publish --dry-run
• Add zstandard support for wheels (#15645)
• Allow registries to pre-provide core metadata (#15644)
• Retry streaming Python and binary download errors (#15567)
### Bug fixes
• Fix settings rendering for(#15622)extra-build-dependencies
• Skip non-existent directories in bytecode compilation (#15608)
### Error messages
• Add error trace to invalid package format (#15626)
## Install uv 0.8.15
### Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.15/uv-installer.sh | sh
### Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.8.15/uv-installer.ps1 | iex"
## Download uv 0.8.15
| File | Platform | Checksum |
| ------------------------------------------------------------------------------------------------------------------------- | ------------------- | ----------------------------------------------------------------------------------------------------------- |
| [uv-aarch64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-aarch64-apple-darwin.tar.gz.sha256) |
| [uv-x86_64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-x86%5F64-apple-darwin.tar.gz) | Intel macOS | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-x86%5F64-apple-darwin.tar.gz.sha256) |
| [uv-aarch64-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-aarch64-pc-windows-msvc.zip) | ARM64 Windows | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-aarch64-pc-windows-msvc.zip.sha256) |
| [uv-i686-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-i686-pc-windows-msvc.zip) | x86 Windows | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.15/uv-i686-pc-windows-msvc.zip.sha256) |... (truncated) Changelog Sourced from uv's changelog.
## 0.8.15
### Python
• Upgrade SQLite 3.50.4 in CPython builds for CVE-2025-6965 (see also python/cpython#137134)
### Enhancements
• Addcommands for credential management (#15570)uv auth
• Add pyx support tocommands (#15636)uv auth
• Addto show package sizes (#15531)uv tree --show-sizes
• Add(#15630)--python-platform riscv64-unknown-linux
• Addto--python-platform
anduv run
(#15515)uv tool
• Add(#15638)uv publish --dry-run
• Add zstandard support for wheels (#15645)
• Allow registries to pre-provide core metadata (#15644)
• Retry streaming Python and binary download errors (#15567)
### Bug fixes
• Fix settings rendering for(#15622)extra-build-dependencies
• Skip non-existent directories in bytecode compilation (#15608)
### Error messages
• Add error trace to invalid package format (#15626)
## 0.8.14
### Python
• Add managed …meltano/hub
GitHub
09/08/2025, 9:11 PM## v8.0.0
## What's Changed
• Update Node.js version support to 24.x by `@salmanmkc` in actions/github-script#637
• README for updating actions/github-script from v7 to v8 by `@sneha-krip` in actions/github-script#653
## ⚠️ Minimum Compatible Runner Version
v2.327.1
Release Notes
Make sure your runner is updated to this version or newer to use this release.
## New Contributors
• `@salmanmkc` made their first contribution in actions/github-script#637
• `@sneha-krip` made their first contribution in actions/github-script#653
Full Changelog: actions/github-script@v7.1.0...v8.0.0
## v7.1.0
## What's Changed
• Upgrade husky to v9 by `@benelan` in actions/github-script#482
• Add workflow file for publishing releases to immutable action package by `@Jcambass` in actions/github-script#485
• Upgrade IA Publish by `@Jcambass` in actions/github-script#486
• Fix workflow status badges by `@joshmgross` in actions/github-script#497
• Update usage ofby `@joshmgross` in actions/github-script#512actions/upload-artifact
• Clear up package name confusion by `@joshmgross` in actions/github-script#514
• Update dependencies withby `@joshmgross` in actions/github-script#515npm audit fix
• Specify that the used script is JavaScript by `@timotk` in actions/github-script#478
• chore: Add Dependabot for NPM and Actions by `@nschonni` in actions/github-script#472
• Definein workflows and update actions by `@joshmgross` in actions/github-script#531permissions
• chore: Add Dependabot for .github/actions/install-dependencies by `@nschonni` in actions/github-script#532
• chore: Remove .vscode settings by `@nschonni` in actions/github-script#533
• ci: Use github/setup-licensed by `@nschonni` in actions/github-script#473
• make octokit instance available as octokit on top of github, to make it easier to seamlessly copy examples from GitHub rest api or octokit documentations by `@iamstarkov` in actions/github-script#508
• RemoveREADME updates for v7 by `@joshmgross` in actions/github-script#557octokit
• docs: add "exec" usage examples by `@neilime` in actions/github-script#546
• Bump ruby/setup-ruby from 1.213.0 to 1.222.0 by `@dependabot`[bot] in actions/github-script#563
• Bump ruby/setup-ruby from 1.222.0 to 1.229.0 by `@dependabot`[bot] in actions/github-script#575
• Clearly document passing inputs to theby `@joshmgross` in actions/github-script#603script
• Update README.md by `@nebuk89` in actions/github-script#610
## New Contributors
• `@benelan` made their first contribution in actions/github-script#482
• `@Jcambass` made their first contribution in actions/github-script#485
• `@timotk` made their first contribution in actions/github-script#478
• `@iamstarkov` made their first contribution in actions/github-script#508
• `@neilime` made their first contribution in actions/github-script#546
• `@nebuk89` made their first contribution in actions/github-script#610
Full Changelog: actions/github-script@v7...v7.1.0Commits • `ed59741` Merge pull request #653 from actions/sneha-krip/readme-for-v8 • `2dc352e` Bold minimum Actions Runner version in README • `01e118c` Update README for Node 24 runtime requirements • `8b222ac` Apply suggestion from `@salmanmkc` • `adc0eea` README for updating actions/github-script from v7 to v8 • `20fe497` Merge pull request #637 from actions/node24 • `e7b7f22` update licenses • `2c81ba0` Update Node.js version support to 24.x • `f28e40c` Merge pull request #610 from actions/nebuk89-patch-1 • <h… meltano/hub
GitHub
09/08/2025, 9:12 PM## v6.6.1 🌈 Fix exclusions in cache-dependency-glob
## Changes
Exclusions with a leadingin the cache-dependency-glob did not work and got fixed with this release. Thank you `@KnisterPeter` for raising this!!
## 🐛 Bug fixes
• Fix exclusions in cache-dependency-glob `@eifinger` (#546)
## 🧰 Maintenance
• Bump dependencies `@eifinger` (#547)
• chore: update known versions for 0.8.14 @github-actions[bot] (#543)
• chore: update known versions for 0.8.13 @github-actions[bot] (#536)Commits • `557e51d` Bump dependencies (#547) • `1b46e13` Fix exclusions in cache-dependency-glob (#546) • `26cf676` chore: update known versions for 0.8.14 (#543) • `4e1e303` chore: update known versions for 0.8.13 (#536) • `4959332` Bump dependencies (#532) • `adeb286` Add support for .tools-versions (#531) • `fce199e` Add log message before long API calls to GitHub (#530) • `f758a4a` chore: update known versions for 0.8.12 (#529) • `c0e7e93` chore: update known versions for 0.8.11 (#526) • `fda2399` chore: update known versions for 0.8.10 (#525) • See full diff in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/741a7c7769a57f46225296f0fd84ed8f0efdf168a7fbd217ba8e0e269f693cc6/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d61737472616c2d73682f73657475702d7576267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d362e352e30266e65772d76657273696f6e3d362e362e31) 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
09/08/2025, 9:13 PM# Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
## 5.0.0 (2025-09-03)
### ⚠️ BREAKING CHANGES
• Cleanup input handling. Changes invalid boolean input behavior (see #1445)
### Features
• add skip OIDC option (#1458) (8c45f6b)
• Cleanup input handling. Changes invalid boolean input behavior (see #1445) (74b3e27)
• support account id allowlist (#1456) (c4be498)
## 4.3.1 (2025-08-04)
### Bug Fixes
• update readme to 4.3.1 (#1424) (be2e7ad)
## 4.3.0 (2025-08-04)
### Features
• depenency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
• Optional environment variable output (c3b3ce6)
### Bug Fixes
• docs: readme samples versioning (5b3c895)
• the wrong example region for China partition in README (37fe9a7)
• properly set proxy environment variable (cbea708)
### Miscellaneous Chores
• release 4.3.0 (3f7c218)
## 4.2.1 (2025-05-14)
### Bug Fixes
• ensure explicit inputs take precedence over environment variables (e56e6c4)... (truncated) Commits • `8e2d022` ci: update configure-aws-credentials to v5 (#1470) • `fb3078e` chore: update readme version to v5 (#1469) • `0994a35` chore: update actions/checkout to v5 (#1471) • `1ec058b` chore: revert 163b496 (#1473) • `163b496` chore: update AWS role references to use variables (#1472) • `f2e9d49` chore: remove release-please-action override (#1467) • `a03048d` chore(main): release 5.0.0 (#1451) • `337f510` chore: Fix markdown link formatting in README.md (#1466) • `f001d79` chore: update README with versioning (#1465) • `cf5f2ac` chore: Update dist • Additional commits viewable in compare view 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
09/08/2025, 9:13 PM## v5.0.0
## What's Changed
### Breaking Changes
• Enhance caching in setup-node with automatic package manager detection by `@priya-kinthali` in actions/setup-node#1348
This update, introduces automatic caching when a validfield is present in yourpackageManager
. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, setpackage.json
package-manager-cache: false
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
package-manager-cache: false
• Upgrade action to use node24 by `@salmanmkc` in actions/setup-node#1325
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
### Dependency Upgrades
• Upgradeand@octokit/request-error
by `@dependabot`[bot] in actions/setup-node#1227@actions/github
• Upgrade uuid from 9.0.1 to 11.1.0 by `@dependabot`[bot] in actions/setup-node#1273
• Upgrade undici from 5.28.5 to 5.29.0 by `@dependabot`[bot] in actions/setup-node#1295
• Upgrade form-data to bring in fix for critical vulnerability by `@gowridurgad` in actions/setup-node#1332
• Upgrade actions/checkout from 4 to 5 by `@dependabot`[bot] in actions/setup-node#1345
## New Contributors
• `@priya-kinthali` made their first contribution in actions/setup-node#1348
• `@salmanmkc` made their first contribution in actions/setup-node#1325
Full Changelog: actions/setup-node@v4...v5.0.0Commits • `a0853c2` Bump actions/checkout from 4 to 5 (#1345) • `b7234cc` Upgrade action to use node24 (#1325) • `d7a1131` Enhance caching in setup-node with automatic package manager detection (#1348) • `5e2628c` Bumps form-data (#1332) • `65becef` Bump undici from 5.28.5 to 5.29.0 (#1295) • `7e24a65` Bump uuid from 9.0.1 to 11.1.0 (#1273) • `08f58d1` Bump
@octokit/request-error
and @actions/github
(#1227)
• See full diff in compare view
[Dependabot compatibility score](https://camo.githubusercontent.com/52bfd2595924c0399fc2b524b1b78328248b182e84b68e8f2d2b70b1b4c570b9/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f73657475702d6e6f6465267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d342e342e30266e65772d76657273696f6e3d352e302e30)
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
09/08/2025, 9:16 PM## v6.0.0
## What's Changed
### Breaking Changes
• Upgrade to node 24 by `@salmanmkc` in actions/setup-python#1164
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
### Enhancements:
• Add support forby `@priyagupta108` in actions/setup-python#1129pip-version
• Enhance reading from .python-version by `@krystof-k` in actions/setup-python#787
• Add version parsing from Pipfile by `@aradkdj` in actions/setup-python#1067
### Bug fixes:
• Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by `@aparnajyothi-y` in actions/setup-python#1183
• Change missing cache directory error to warning by `@aparnajyothi-y` in actions/setup-python#1182
• Add Architecture-Specific PATH Management for Python with --user Flag on Windows by `@aparnajyothi-y` in actions/setup-python#1122
• Include python version in PyPy python-version output by `@cdce8p` in actions/setup-python#1110
• Update docs: clarification on pip authentication with setup-python by `@priya-kinthali` in actions/setup-python#1156
### Dependency updates:
• Upgrade idna from 2.9 to 3.7 in /*tests*/data by `@dependabot`[bot] in actions/setup-python#843
• Upgrade form-data to fix critical vulnerabilities #182 & #183 by `@aparnajyothi-y` in actions/setup-python#1163
• Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by `@aparnajyothi-y` in actions/setup-python#1165
• Upgrade actions/checkout from 4 to 5 by `@dependabot`[bot] in actions/setup-python#1181
• Upgradefrom 2.0.1 to 2.0.2 by `@dependabot`[bot] in actions/setup-python#1095@actions/tool-cache
## New Contributors
• `@krystof-k` made their first contribution in actions/setup-python#787
• `@cdce8p` made their first contribution in actions/setup-python#1110
• `@aradkdj` made their first contribution in actions/setup-python#1067
Full Changelog: actions/setup-python@v5...v6.0.0Commits • `e797f83` Upgrade to node 24 (#1164) • `3d1e2d2` Revert "Enhance cache-dependency-path handling to support files outside the w... • `65b0712` Clarify pythonLocation behavior for PyPy and GraalPy in environment variables... • `5b668cf` Bump actions/checkout from 4 to 5 (#1181) • `f62a0e2` Change missing cache directory error to warning (#1182) • `9322b3c` Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn... • `fbeb884` Bump form-data to fix critical vulnerabilities #182 & #183 (#1163) • `03bb615` Bump idna from 2.9 to 3.7 in /*tests*/data (#843) • `36da51d` Add version parsing from Pipfile (#1067) • `3c6f142` update documentation (#1156) • Additional commits viewable in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/84517925b609069b004f753ef5600ce635e422e002d33c2f8061e1a5c88563e7/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d616374696f6e732f73657475702d707974686f6e267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d352e362e30266e65772d76657273696f6e3d362e302e30) 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 closin…
meltano/hubGitHub
09/15/2025, 12:09 PMGitHub
09/15/2025, 12:26 PMGitHub
09/15/2025, 1:58 PMboto3
from 1.40.25 to 1.40.30
Commits
• `b01d02d` Merge branch 'release-1.40.30'
• `065a46d` Bumping version to 1.40.30
• `f78c83b` Add changelog entries from botocore
• `97fd5d9` Merge pull request #4613 from adev-code/documentation-only
• `2a0d0ad` Merge branch 'release-1.40.29'
• `12750f6` Merge branch 'release-1.40.29' into develop
• `62ea501` Bumping version to 1.40.29
• `32f7dea` Add changelog entries from botocore
• `c1d11ea` Fix ExtraArgs documentation in S3 copy methods to reference ALLOWED_COPY_ARGS
• `14fc68d` Fix ExtraArgs documentation in S3 copy methods to reference ALLOWED_COPY_ARGS
• Additional commits viewable in compare view
Updates uv
from 0.8.15 to 0.8.17
Release notes
Sourced from uv's releases.
## 0.8.17
## Release Notes
Released on 2025-09-10.
### Enhancements
• Improve error message for HTTP validation in auth services (#15768)
• Respectwhen suggestingPYX_API_URL
on 401 (#15774)uv auth login
• Add pyx as a supported PyTorch index URL (#15769)
### Bug fixes
• Avoid initiating login flow for invalid API keys (#15773)
• Do not search for a password for requests with a token attached already (#15772)
• Filter pre-release Python versions in(#15747)uv init --script
## Install uv 0.8.17
### Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.8.17/uv-installer.sh | sh
### Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.8.17/uv-installer.ps1 | iex"
## Download uv 0.8.17
| File | Platform | Checksum |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------- |
| [uv-aarch64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-apple-darwin.tar.gz.sha256) |
| [uv-x86_64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-apple-darwin.tar.gz) | Intel macOS | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-apple-darwin.tar.gz.sha256) |
| [uv-aarch64-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-pc-windows-msvc.zip) | ARM64 Windows | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-pc-windows-msvc.zip.sha256) |
| [uv-i686-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-i686-pc-windows-msvc.zip) | x86 Windows | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-i686-pc-windows-msvc.zip.sha256) |
| [uv-x86_64-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-pc-windows-msvc.zip) | x64 Windows | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-pc-windows-msvc.zip.sha256) |
| [uv-aarch64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-unknown-linux-gnu.tar.gz) | ARM64 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-aarch64-unknown-linux-gnu.tar.gz.sha256) |
| [uv-i686-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-i686-unknown-linux-gnu.tar.gz) | x86 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-i686-unknown-linux-gnu.tar.gz.sha256) |
| [uv-loongarch64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-loongarch64-unknown-linux-gnu.tar.gz) | LOONGARCH64 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-loongarch64-unknown-linux-gnu.tar.gz.sha256) |
| [uv-powerpc64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64-unknown-linux-gnu.tar.gz) | PPC64 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256) |
| [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64le-unknown-linux-gnu.tar.gz) | PPC64LE Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256) |
| [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-riscv64gc-unknown-linux-gnu.tar.gz) | RISCV Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256) |
| [uv-s390x-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-s390x-unknown-linux-gnu.tar.gz) | S390x Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-s390x-unknown-linux-gnu.tar.gz.sha256) |
| [uv-x86_64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-unknown-linux-gnu.tar.gz) | x64 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-x86%5F64-unknown-linux-gnu.tar.gz.sha256) |
| [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-armv7-unknown-linux-gnueabihf.tar.gz) | ARMv7 Linux | [checksum](https://github.com/astral-sh/uv/releases/download/0.8.17/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256) |
| [uv-aarch64-unknown-linux-musl.tar.gz](<https://github.com/astral-sh/uv/rele…meltano/hub
GitHub
09/15/2025, 6:45 PMGitHub
09/15/2025, 9:03 PM## v47.0.0
## What's Changed
• Upgraded to v46.0.5 by `@github-actions`[bot] in tj-actions/changed-files#2531
• chore(deps-dev): bump eslint-config-prettier from 10.1.1 to 10.1.2 by `@dependabot`[bot] in tj-actions/changed-files#2532
• chore(deps): bump tj-actions/branch-names from 8.1.0 to 8.2.1 by `@dependabot`[bot] in tj-actions/changed-files#2535
• remove: commit and push step from build job by `@jackton1` in tj-actions/changed-files#2538
• chore(deps-dev): bumpfrom 22.14.0 to 22.14.1 by `@dependabot`[bot] in tj-actions/changed-files#2537@types/node
• chore(deps-dev): bump ts-jest from 29.3.1 to 29.3.2 by `@dependabot`[bot] in tj-actions/changed-files#2536
• chore(deps): bump actions/setup-node from 4.3.0 to 4.4.0 by `@dependabot`[bot] in tj-actions/changed-files#2539
• chore(deps): bump github/codeql-action from 3.28.15 to 3.28.16 by `@dependabot`[bot] in tj-actions/changed-files#2542
• chore(deps-dev): bumpfrom 22.14.1 to 22.15.0 by `@dependabot`[bot] in tj-actions/changed-files#2544@types/node
• chore(deps): bump actions/download-artifact from 4.2.1 to 4.3.0 by `@dependabot`[bot] in tj-actions/changed-files#2545
• chore(deps-dev): bumpfrom 22.15.0 to 22.15.3 by `@dependabot`[bot] in tj-actions/changed-files#2548@types/node
• chore(deps-dev): bump eslint-plugin-prettier from 5.2.6 to 5.4.0 by `@dependabot`[bot] in tj-actions/changed-files#2553
• chore(deps-dev): bumpfrom 22.15.3 to 22.15.10 by `@dependabot`[bot] in tj-actions/changed-files#2552@types/node
• chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 by `@dependabot`[bot] in tj-actions/changed-files#2551
• chore(deps-dev): bump eslint-config-prettier from 10.1.2 to 10.1.5 by `@dependabot`[bot] in tj-actions/changed-files#2558
• chore(deps-dev): bumpfrom 22.15.14 to 22.15.17 by `@dependabot`[bot] in tj-actions/changed-files#2557@types/node
• chore(deps): bumpfrom 6.0.0 to 6.0.1 by `@dependabot`[bot] in tj-actions/changed-files#2556@actions/github
• chore(deps-dev): bumpfrom 4.17.16 to 4.17.17 by `@dependabot`[bot] in tj-actions/changed-files#2565@types/lodash
• chore(deps): bump yaml from 2.7.1 to 2.8.0 by `@dependabot`[bot] in tj-actions/changed-files#2561
• chore(deps-dev): bump ts-jest from 29.3.2 to 29.3.4 by `@dependabot`[bot] in tj-actions/changed-files#2563
• chore(deps-dev): bumpfrom 22.15.17 to 22.15.21 by `@dependabot`[bot] in tj-actions/changed-files#2566@types/node
• chore(deps): bumpfrom 21.1.1 to 22.0.0 by `@dependabot`[bot] in tj-actions/changed-files#2568@octokit/rest
• chore(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by `@dependabot`[bot] in tj-actions/changed-files#2564
• chore: update build job to fail when there are uncommited changes by `@jackton1` in tj-actions/changed-files#2571
• chore(deps-dev): bumpfrom 22.15.21 to 22.15.24 by `@dependabot`[bot] in tj-actions/changed-files#2572@types/node
• docs: add Jellyfrog as a contributor for code, and doc by `@allcontributors`[bot] in tj-actions/changed-files#2573
• Updated README.md by `@github-actions`[bot] in tj-actions/changed-files#2574
• chore(deps-dev): bumpfrom 22.15.24 to 22.15.26 by `@dependabot`[bot] in tj-actions/changed-files#2576@types/node
• chore(deps-dev): bump eslint-plugin-jest from 28.11.0 to 28.12.0 by `@dependabot`[bot] in tj-actions/changed-files#2575
• chore(deps-dev): bump eslint-plugin-jest from 28.12.0 to 28.13.0 by `@dependabot`[bot] in tj-actions/changed-files#2583
• chore(deps-dev): bump ts-jest from 29.3.4 to 29.4.0 by `@dependabot`[bot] in tj-actions/changed-files#2589
• docs: update link to glob patterns by `@jackton1` in tj-actions/changed-files#2590
• Updated README.md by `@github-actions`[bot] in tj-actions/changed-files#2591
• feat: add any_added to outputs by `@Jellyfrog` in tj-actions/changed-files#2567
• chore(deps): bump github/codeql-action from 3.28.18 to 3.29.0 by `@dependabot`[bot] in tj-actions/changed-files#2588
• Updated README.md by `@github-actions`[bot] in tj-actions/changed-files#2592
• chore(de…meltano/hub
GitHub
09/15/2025, 9:03 PM# Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
## 5.0.0 (2025-09-03)
### ⚠️ BREAKING CHANGES
• Cleanup input handling. Changes invalid boolean input behavior (see #1445)
### Features
• add skip OIDC option (#1458) (8c45f6b)
• Cleanup input handling. Changes invalid boolean input behavior (see #1445) (74b3e27)
• support account id allowlist (#1456) (c4be498)
## 4.3.1 (2025-08-04)
### Bug Fixes
• update readme to 4.3.1 (#1424) (be2e7ad)
## 4.3.0 (2025-08-04)
### Features
• depenency update and feature cleanup (#1414) (59489ba), closes #1062 #1191
• Optional environment variable output (c3b3ce6)
### Bug Fixes
• docs: readme samples versioning (5b3c895)
• the wrong example region for China partition in README (37fe9a7)
• properly set proxy environment variable (cbea708)
### Miscellaneous Chores
• release 4.3.0 (3f7c218)
## 4.2.1 (2025-05-14)
### Bug Fixes
• ensure explicit inputs take precedence over environment variables (e56e6c4)... (truncated) Commits • `351d894` chore: Update dist • `1584b8b` feat: Add global timeout support (#1487) • `b845e0f` chore: Update dist • `cea4298` fix: properly expose getProxyForUrl (introduced in #1482) (#1486) • `6b19f7f` chore: Update dist • `97ef425` feat: Improve debug logging in retry logic (#1485) • `6bf1557` chore(deps): bump vite from 6.3.5 to 7.1.5 (#1484) • `3cb849c` chore: Update dist • `dde9b22` feat: add no-proxy support (#1482) • `5ebd15a` chore(deps-dev): bump
@biomejs/biome
from 2.2.2 to 2.2.3 (#1480)
• Additional commits viewable in compare view
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
09/15/2025, 9:03 PM## v6.7.0 🌈 New inputsandrestore-cache
save-cache
## Changes
This release adds fine-grained control over the caching steps.
• The input(restore-cache
by default) can be set totrue
to skip restoring the cache while still allowing to save the cache.false
• The input(save-cache
by default) can be set totrue
to skip saving the cache.false
Skipping cache saving can be useful if you know, that you will never use this version of the cache again and don't want to waste storage space:
- name: Save cache only on main branch
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
save-cache: ${{ github.ref == 'refs/heads/main' }}
## 🚀 Enhancements
• Add inputs restore-cache and save-cache `@eifinger` (#568)
## 🧰 Maintenance
• bump deps `@eifinger` (#569)
• Automatically push updated known versions `@eifinger` (#565)
• chore: update known versions for 0.8.16/0.8.17 @github-actions[bot] (#562)
• chore: update known versions for 0.8.15 @github-actions[bot] (#550)
• chore(ci): address CI lint findings `@woodruffw` (#545)
## ⬆️ Dependency updates
• Bump github/codeql-action from 3.29.11 to 3.30.3 @dependabot[bot] (#566)
• Bump actions/setup-node from 4.4.0 to 5.0.0 @dependabot[bot] (#551)Commits • `b75a909` bump deps (#569) • `ffff8aa` Bump github/codeql-action from 3.29.11 to 3.30.3 (#566) • `95d0e23` Bump actions/setup-node from 4.4.0 to 5.0.0 (#551) • `dc724a1` Add inputs restore-cache and save-cache (#568) • `f67343a` Automatically push updated known versions (#565) • `4dd9f52` chore: update known versions for 0.8.16/0.8.17 (#562) • `e1e6fe7` chore: update known versions for 0.8.15 (#550) • `b183611` chore(ci): address CI lint findings (#545) • See full diff in compare view [Dependabot compatibility score](https://camo.githubusercontent.com/1840284937c9a19d5fe4e90d83a8d43ab04617163c258727e30acdeab1df86c6/68747470733a2f2f646570656e6461626f742d6261646765732e6769746875626170702e636f6d2f6261646765732f636f6d7061746962696c6974795f73636f72653f646570656e64656e63792d6e616d653d61737472616c2d73682f73657475702d7576267061636b6167652d6d616e616765723d6769746875625f616374696f6e732670726576696f75732d76657273696f6e3d362e362e31266e65772d76657273696f6e3d362e372e30) 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
09/17/2025, 12:11 PM