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

chore(deps): Bump meltano from 3.1.0 to 3.2.0 in /.github/workflows #199

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps meltano from 3.1.0 to 3.2.0.

Release notes

Sourced from meltano's releases.

v3.2.0 (2023-12-05)

Highlights

  • The new --from-file option lets you pass setting values to meltano config from files and STDIN, thanks to @​XshubhamX!

  • The new option --merge-state lets you run partial full-table pipelines, for example when you want to refresh a single stream without losing the state of other streams.

  • Environment variables are now expanded in array settings, for example MY_BUCKET will now expanded in the example below:

    plugins:
      extractors:
      - name: tap-spreadsheets-anywhere
        variant: ets
        pip_url: git+https://github.com/ets/tap-spreadsheets-anywhere.git smart_open[s3]
        config:
          tables:
          - name: customers
            path: s3://${MY_BUCKET}
            pattern: files/customers\.csv\.*gz
            start_date: '2017-05-01T00:00:00Z'
            key_properties: [id]

✨ New

  • #8184 Log Meltano version and Operating System at invocation of CLI -- Thanks @​ashu565!
  • #8228 Support setting configuration from files and STDIN -- Thanks @​XshubhamX!
  • #8194 Allow escaping stream names with periods in select rules
  • #8241 Support Python 3.12
  • #8215 Support authenticating to Azure state backend without a connection string -- Thanks @​XshubhamX!
  • #8258 Add a --merge-state flag to meltano run to merge the current pipeline state with that of the latest run
  • #8268 Expand environment variables in array setting values

🐛 Fixes

  • #8249 Display special characters in column names in the output of meltano select --list
  • #8227 Validate input to settings with kind: options
  • #8232 Interval validation for meltano schedule set -- Thanks @​XshubhamX!
  • #8225 Redirect tap's stderr to /dev/null during a configuration test -- Thanks @​raiatul14!
  • #8301 Interactive config now indicates that you're typing a redacted value -- Thanks @​abastola0!

📚 Documentation Improvements

  • #8267 Add Q4 Changelog
  • #8260 Add information about database schema destination -- Thanks @​EChaffraix!
  • #8259 Fix links in v3 migration guide
  • #8251 Fix dbt model in part3.mdx -- Thanks @​diegoquintanav!
  • #8214 Document other supported ways of configuring an S3 endpoint URL
  • #8211 Sync sidebar order with index page link-lists, remove broken /index links -- Thanks @​mjsqu!
  • #8209 Remove broken link (reference/index) and order links to match sidebar -- Thanks @​mjsqu!

... (truncated)

Changelog

Sourced from meltano's changelog.

v3.2.0 (2023-12-05)

v3.2.0rc1 (2023-12-05)

✨ New

  • #8258 Add a --merge-state flag to meltano run to merge the current pipeline state with that of the latest run
  • #8268 Expand environment variables in array setting values

🐛 Fixes

  • #8301 Interactive config now indicates that you're typing a redacted value -- Thanks @​abastola0!

v3.2.0b1 (2023-11-21)

✨ New

  • #8184 Log Meltano version and Operating System at invocation of CLI -- Thanks @​ashu565!
  • #8228 Support setting configuration from files and STDIN -- Thanks @​XshubhamX!
  • #8194 Allow escaping stream names with periods in select rules
  • #8241 Support Python 3.12
  • #8215 Support authenticating to Azure state backend without a connection string -- Thanks @​XshubhamX!

🐛 Fixes

  • #8249 Display special characters in column names in the output of meltano select --list
  • #8227 Validate input to settings with kind: options
  • #8232 Interval validation for meltano schedule set -- Thanks @​XshubhamX!
  • #8225 Redirect tap's stderr to /dev/null during a configuration test -- Thanks @​raiatul14!

📚 Documentation Improvements

  • #8267 Add Q4 Changelog
  • #8260 Add information about database schema destination -- Thanks @​EChaffraix!
  • #8259 Fix links in v3 migration guide
  • #8251 Fix dbt model in part3.mdx -- Thanks @​diegoquintanav!
  • #8214 Document other supported ways of configuring an S3 endpoint URL
  • #8211 Sync sidebar order with index page link-lists, remove broken /index links -- Thanks @​mjsqu!
  • #8209 Remove broken link (reference/index) and order links to match sidebar -- Thanks @​mjsqu!
  • #8210 Add tabs for all remaining env/cli/config settings -- Thanks @​mjsqu!
  • #8201 Use tabs for examples on settings page -- Thanks @​mjsqu!
  • #8200 Update contribution guidelines -- Thanks @​mjsqu!
  • #8155 Add september changelog
Commits
  • 202f460 chore: Release v3.2.0 (#8304)
  • 59d55f5 chore: Release v3.2.0rc1 (#8303)
  • bd21cae fix: Interactive config now indicates that you're typing a redacted value (#8...
  • 8d86e65 feat: Add a --merge-state flag to meltano run to merge the current pipeli...
  • f2358d3 feat: Expand environment variables in array setting values (#8268)
  • 4fa64ab chore: pre-commit autoupdate (#8300)
  • be3976b chore(deps-dev): bump the development-dependencies group with 4 updates (#8296)
  • 0abe89a ci: bump the default group with 2 updates (#8295)
  • f2bd8b7 chore(deps): bump the runtime-dependencies group with 5 updates (#8297)
  • b8c199a chore(deps): bump cryptography from 41.0.5 to 41.0.6 (#8293)
  • 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.1.0 to 3.2.0.
- [Release notes](https://github.com/meltano/meltano/releases)
- [Changelog](https://github.com/meltano/meltano/blob/main/CHANGELOG.md)
- [Commits](meltano/meltano@v3.1.0...v3.2.0)

---
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 the dependencies Pip dependencies label Dec 11, 2023
@dependabot dependabot bot requested a review from edgarrmondragon December 11, 2023 19:37
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Member

@edgarrmondragon edgarrmondragon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 4faf646 into main Dec 11, 2023
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dot-github/workflows/meltano-3.2.0 branch December 11, 2023 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pip dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant