Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump meltano from 3.3.2 to 3.4.2 #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps meltano from 3.3.2 to 3.4.2.

Release notes

Sourced from meltano's releases.

v3.4.2 (2024-05-15)

🐛 Fixes

  • #8542 State from interrupted pipelines or using the --merge-state flag no longer causes crashes

📚 Documentation Improvements

  • #8544 Added YAML docs examples of global and per-plugin python executable option

v3.4.1 (2024-05-06)

🐛 Fixes

  • #8509 Mapper configuration is no longer ignored and is passed to direct mapper invocations as well as mappings in pipelines
  • #8527 Made the output of meltano select ... list consistent between different Python versions
  • #8213 meltano config <plugin> test false-negative on Windows -- Thanks @​ReubenFrankel!
  • #8508 Cron regex pattern on meltano.schema.json -- Thanks @​sabino!

⚙️ Under the Hood

  • #8470 Started enforcing usage of structlog.stdlib.get_logger over logging.getLogger and banned use of the root logger
  • #8510 Plugin installation status is now logged instead of printed

📚 Documentation Improvements

  • #8524 Changed references of Airflow orchestrator to utility
  • #8506 Document venv.backend usage to configure uv

v3.4.1b1

No release notes provided.

v3.4.0 (2024-04-18)

Highlights

  • Meltano can now use uv to manage plugin installation. Start using it with

    MELTANO_VENV_BACKEND=uv meltano install --clean

    Other ways of configuring it are available. Let us know if you run into any issues!

... (truncated)

Changelog

Sourced from meltano's changelog.

v3.4.2 (2024-05-15)

🐛 Fixes

  • #8542 State from interrupted pipelines or using the --merge-state flag no longer causes crashes

📚 Documentation Improvements

  • #8544 Added YAML docs examples of global and per-plugin python executable option

v3.4.1 (2024-05-06)

v3.4.1b1 (2024-05-06)

🐛 Fixes

  • #8509 Mapper configuration is no longer ignored and is passed to direct mapper invocations as well as mappings in pipelines
  • #8527 Made the output of meltano select ... list consistent between different Python versions
  • #8213 meltano config <plugin> test false-negative on Windows -- Thanks @​ReubenFrankel!
  • #8508 Cron regex pattern on meltano.schema.json -- Thanks @​sabino!

⚙️ Under the Hood

  • #8470 Started enforcing usage of structlog.stdlib.get_logger over logging.getLogger and banned use of the root logger
  • #8510 Plugin installation status is now logged instead of printed

📚 Documentation Improvements

  • #8524 Changed references of Airflow orchestrator to utility
  • #8506 Document venv.backend usage to configure uv

v3.4.0 (2024-04-18)

✨ New

  • #8459 meltano run now has a --run-id option to allow for custom run UUIDs
  • #8465 Support uv as an optional virtualenv backend
  • #8355 Support installing multiple plugins of any type -- Thanks @​ReubenFrankel!

🐛 Fixes

  • #8486 "kind: {kind} is deprecated..." is no longer logged if the corresponding replacement is in place
  • #8489 Environment variables from .env are now passed to the plugin installation subprocesses
  • #8490 An explicit error message is now logged when Meltano fails to retrieve tap state from the state backend
  • #8447 meltano run no longer creates empty venv plugin directories for inherited plugins
  • #8446 Added run_id and job_name properties to meltano run log messages

⚙️ Under the Hood

  • #8499 Only lookup uv executable once

... (truncated)

Commits
  • 3dba128 chore: Release v3.4.2 (#8546)
  • 6138413 chore: Update CODEOWNERS (#8545)
  • 6323b55 docs: Added YAML docs examples of global and per-plugin python executable o...
  • 5c69bff fix: State from interrupted pipelines or using the --merge-state flag no lo...
  • 443043e chore: pre-commit autoupdate (#8540)
  • 099500d chore(deps): bump the runtime-dependencies group with 5 updates (#8538)
  • 45a8369 chore(deps-dev): bump the development-dependencies group with 5 updates (#8537)
  • 32c636d ci: bump actions/checkout from 4.1.4 to 4.1.5 in the actions group (#8535)
  • 5ade71e ci: bump poetry from 1.8.2 to 1.8.3 in /.github/workflows in the default grou...
  • 9a023c5 chore: pre-commit autoupdate (#8534)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Bumps [meltano](https://github.com/meltano/meltano) from 3.3.2 to 3.4.2.
- [Release notes](https://github.com/meltano/meltano/releases)
- [Changelog](https://github.com/meltano/meltano/blob/main/CHANGELOG.md)
- [Commits](meltano/meltano@v3.3.2...v3.4.2)

---
updated-dependencies:
- dependency-name: meltano
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants