Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Bump meltano from 3.6.0b4 to 3.6.0 in /.github/workflows in the c…
…i group (#324) Bumps the ci group in /.github/workflows with 1 update: [meltano](https://github.com/meltano/meltano). Updates `meltano` from 3.6.0b4 to 3.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/meltano/meltano/releases">meltano's releases</a>.</em></p> <blockquote> <h2>v3.6.0 (2024-12-09)</h2> <ul> <li><a href="https://hub.docker.com/r/meltano/meltano/tags?page=&page_size=&ordering=&name=v3.6.0-python">Docker Hub 🐋</a></li> <li><a href="https://pypi.org/project/meltano/3.6.0/">PyPI 🐍</a></li> </ul> <h3>Highlights</h3> <ul> <li>The default value of <a href="https://docs.meltano.com/reference/settings#eltbuffer_size"><code>elt.buffer_size</code></a> was bumped from 10 MiB to 100 MiB. This should reduce the number of broken pipelines you may encounter when taps emit hefty records.</li> <li><a href="https://docs.meltano.com/guide/logging/">Logs emitted with the <code>meltano.core.logging.json_log_formatter</code></a> now include an <code>exceptions</code> key containing a structured array of exception objects to aid in log parsing and debugging.</li> <li>Mappings are now correctly <a href="https://docs.meltano.com/reference/command-line-interface/#auto-install-behavior">auto-installed</a>.</li> <li>Python 3.8 (EOL 2024/10) is no longer supported.</li> <li>Python 3.13 is now supported.</li> </ul> <h3>✨ New</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/8944">#8944</a> Suggest verifying stream selection after <code>meltano config ... test</code> fails</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8917">#8917</a> Bumped the default <code>elt.buffer_size</code> to 100 MiB</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8913">#8913</a> Include the Python version and machine type in system debug log message</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8894">#8894</a> Fields marked as <code>unsupported</code> in the catalog are now marked as such in the output of <code>meltano select --list --all</code></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8889">#8889</a> The <code>args</code> attribute of plugin commands is now optional</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8786">#8786</a> Added an <code>--all</code> flag to <code>meltano state clear</code> to delete all state IDs -- <em><strong>Thanks <a href="https://github.com/fauzxan"><code>@fauzxan</code></a>!</strong></em></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8735">#8735</a> Add Content-Type to S3 state file uploads</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8844">#8844</a> Support an environment variable for the <code>--full-refresh</code> flag -- <em><strong>Thanks <a href="https://github.com/MutuT2"><code>@MutuT2</code></a>!</strong></em></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8618">#8618</a> Python 3.13 is now supported</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8737">#8737</a> Added <code>exceptions</code> to the log message when using the JSON formatter</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8626">#8626</a> Added a <code>--run-id</code> option to <code>meltano el[t]</code></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8494">#8494</a> Added a <code>callsite_parameters</code> argument to the builtin log formatters, which adds source path, line number and function name fields to the emitted log</li> </ul> <h3>🐛 Fixes</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/8949">#8949</a> Add newline at the end of plugin lock files</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8914">#8914</a> Ask for confirmation in <code>meltano config ... reset</code></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8869">#8869</a> Adding User friendly loader error when the loader is missing from the Meltano run. -- <em><strong>Thanks <a href="https://github.com/NishitSingh2023"><code>@NishitSingh2023</code></a>!</strong></em></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8852">#8852</a> Using the <code>--force</code> flag of <code>meltano install</code> no longer causes plugin installation to crash when using the <code>uv</code> venv backend</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8828">#8828</a> Show the correct value in the "Current value is still" warning for <code>meltano config set</code> -- <em><strong>Thanks <a href="https://github.com/ReubenFrankel"><code>@ReubenFrankel</code></a>!</strong></em></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8815">#8815</a> A mapper is now auto-installed when one of its mappings is used in a command -- <em><strong>Thanks <a href="https://github.com/ReubenFrankel"><code>@ReubenFrankel</code></a>!</strong></em></li> </ul> <h3>⚙️ Under the Hood</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/8851">#8851</a> Decoupled the <code>JobState</code> ORM model of the system db from state store implementations</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8898">#8898</a> Use <code>importlib.resources</code> to read package files and use <code>importlib.metadata</code> to detect "editable" installations (via PEP 610)</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8830">#8830</a> Dropped support for EOL Python 3.8</li> </ul> <h3>📚 Documentation Improvements</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/8950">#8950</a> Document Git requirement and add <code>uv</code> section</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8937">#8937</a> Use tabs for code blocks with OS-specific instructions in Getting Started guide</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8934">#8934</a> Document a logging example to log at DEBUG level but excluding extractor/loader stdout</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8909">#8909</a> Update part1.mdx</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8829">#8829</a> Update Azure state backend connection documentation for DefaultAzureCredential -- <em><strong>Thanks <a href="https://github.com/acarter24"><code>@acarter24</code></a>!</strong></em></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/meltano/meltano/blob/main/CHANGELOG.md">meltano's changelog</a>.</em></p> <blockquote> <h2>v3.6.0 (2024-12-09)</h2> <h3>✨ New</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/8944">#8944</a> Suggest verifying stream selection after <code>meltano config ... test</code> fails</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8917">#8917</a> Bumped the default <code>elt.buffer_size</code> to 100 MiB</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8913">#8913</a> Include the Python version and machine type in system debug log message</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8894">#8894</a> Fields marked as <code>unsupported</code> in the catalog are now marked as such in the output of <code>meltano select --list --all</code></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8889">#8889</a> The <code>args</code> attribute of plugin commands is now optional</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8786">#8786</a> Added an <code>--all</code> flag to <code>meltano state clear</code> to delete all state IDs -- <em><strong>Thanks <a href="https://github.com/fauzxan"><code>@fauzxan</code></a>!</strong></em></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8735">#8735</a> Add Content-Type to S3 state file uploads</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8844">#8844</a> Support an environment variable for the <code>--full-refresh</code> flag -- <em><strong>Thanks <a href="https://github.com/MutuT2"><code>@MutuT2</code></a>!</strong></em></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8618">#8618</a> Python 3.13 is now supported</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8737">#8737</a> Added <code>exceptions</code> to the log message when using the JSON formatter</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8626">#8626</a> Added a <code>--run-id</code> option to <code>meltano el[t]</code></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8494">#8494</a> Added a <code>callsite_parameters</code> argument to the builtin log formatters, which adds source path, line number and function name fields to the emitted log</li> </ul> <h3>🐛 Fixes</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/8949">#8949</a> Add newline at the end of plugin lock files</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8914">#8914</a> Ask for confirmation in <code>meltano config ... reset</code></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8869">#8869</a> Adding User friendly loader error when the loader is missing from the Meltano run. -- <em><strong>Thanks <a href="https://github.com/NishitSingh2023"><code>@NishitSingh2023</code></a>!</strong></em></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8852">#8852</a> Using the <code>--force</code> flag of <code>meltano install</code> no longer causes plugin installation to crash when using the <code>uv</code> venv backend</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8828">#8828</a> Show the correct value in the "Current value is still" warning for <code>meltano config set</code> -- <em><strong>Thanks <a href="https://github.com/ReubenFrankel"><code>@ReubenFrankel</code></a>!</strong></em></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8815">#8815</a> A mapper is now auto-installed when one of its mappings is used in a command -- <em><strong>Thanks <a href="https://github.com/ReubenFrankel"><code>@ReubenFrankel</code></a>!</strong></em></li> </ul> <h3>⚙️ Under the Hood</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/8851">#8851</a> Decoupled the <code>JobState</code> ORM model of the system db from state store implementations</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8898">#8898</a> Use <code>importlib.resources</code> to read package files and use <code>importlib.metadata</code> to detect "editable" installations (via PEP 610)</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8830">#8830</a> Dropped support for EOL Python 3.8</li> </ul> <h3>📚 Documentation Improvements</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/8950">#8950</a> Document Git requirement and add <code>uv</code> section</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8937">#8937</a> Use tabs for code blocks with OS-specific instructions in Getting Started guide</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8934">#8934</a> Document a logging example to log at DEBUG level but excluding extractor/loader stdout</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8909">#8909</a> Update part1.mdx</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8829">#8829</a> Update Azure state backend connection documentation for DefaultAzureCredential -- <em><strong>Thanks <a href="https://github.com/acarter24"><code>@acarter24</code></a>!</strong></em></li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8809">#8809</a> Bumped Docusaurus to 3.1, fixed broken links and started printing warnings on broken anchors</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8752">#8752</a> Added 2024-Q3 changelog</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8808">#8808</a> Fixed broken anchor links in settings page</li> </ul> <h3>📦 Packaging changes</h3> <ul> <li><a href="https://redirect.github.com/meltano/meltano/issues/8956">#8956</a> Bump the runtime-dependencies group with 3 updates</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8947">#8947</a> Bump the runtime-dependencies group with 3 updates</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8943">#8943</a> Bump the runtime-dependencies group with 2 updates</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8931">#8931</a> Bump the runtime-dependencies group with 6 updates</li> <li><a href="https://redirect.github.com/meltano/meltano/issues/8907">#8907</a> Bump the runtime-dependencies group with 4 updates</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/meltano/meltano/commit/1d0c978fc43589a3b561ee789be10a7e3ef73e3c"><code>1d0c978</code></a> chore: Release v3.6.0 (<a href="https://redirect.github.com/meltano/meltano/issues/8952">#8952</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/23766551dbdad812ceffc7d60f3758ddf2f9ef9b"><code>2376655</code></a> docs: Document Git requirement and add <code>uv</code> section (<a href="https://redirect.github.com/meltano/meltano/issues/8950">#8950</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/635adf59c0c2c0e7cffa5a5b75e725fa94f21ad2"><code>635adf5</code></a> chore(deps-dev): Bump the development-dependencies group with 4 updates (<a href="https://redirect.github.com/meltano/meltano/issues/8954">#8954</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/e877854888f86fe55c5d8a8153ef093e94707d1f"><code>e877854</code></a> packaging(deps): Bump the runtime-dependencies group with 3 updates (<a href="https://redirect.github.com/meltano/meltano/issues/8956">#8956</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/a9c672a001ae46555c08930ed6c33ac42bd1d9cb"><code>a9c672a</code></a> chore(deps): Bump path-to-regexp and express in /docs (<a href="https://redirect.github.com/meltano/meltano/issues/8959">#8959</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/d4a8a5c3eb00d36990e3eaa89cd1cadcaeac4ee1"><code>d4a8a5c</code></a> chore(deps-dev): Bump the development-dependencies group in /docs with 4 upda...</li> <li><a href="https://github.com/meltano/meltano/commit/7179c96dd9b94f0c88dde95f3271cda8ea2eaece"><code>7179c96</code></a> ci: Bump the actions group with 2 updates (<a href="https://redirect.github.com/meltano/meltano/issues/8955">#8955</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/4d43848c72057c0ebb55ab071f5227aec9190c01"><code>4d43848</code></a> ci: Bump poetry from 1.8.4 to 1.8.5 in /.github/workflows in the default grou...</li> <li><a href="https://github.com/meltano/meltano/commit/8d4ca347f3c3debe52874c82ed02b22446f3c94f"><code>8d4ca34</code></a> fix: Add newline at the end of plugin lock files (<a href="https://redirect.github.com/meltano/meltano/issues/8949">#8949</a>)</li> <li><a href="https://github.com/meltano/meltano/commit/6befcccf3bb2e7a80f62a181dc30d79d1114ae49"><code>6befccc</code></a> chore: pre-commit autoupdate (<a href="https://redirect.github.com/meltano/meltano/issues/8948">#8948</a>)</li> <li>Additional commits viewable in <a href="https://github.com/meltano/meltano/compare/v3.6.0b4...v3.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=meltano&package-manager=pip&previous-version=3.6.0b4&new-version=3.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information