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 org.embulk:embulk-core from 0.10.38 to 0.11.2 #94

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2024

Bumps org.embulk:embulk-core from 0.10.38 to 0.11.2.

Release notes

Sourced from org.embulk:embulk-core's releases.

Release v0.11.2

No release notes provided.

Release v0.11.1

No release notes provided.

Release v0.11.0

No release notes provided.

Release v0.11.0-RC1

No release notes provided.

v0.11.0-ALPHA.1

This is an ALPHA pre-release based on embulk/embulk#1448.

Pull requests and commits included in this pre-release has not been reviewed, merged, nor tested well yet. This is published just to show how v0.11.0 would impact existing plugins earlier -- we expect most of the existing plugins would stop working. Yes, that is expected.


Users:

See https://www.embulk.org/articles/2021/04/27/changes-in-v0.11.html for v0.11.

(Japanese: https://zenn.dev/dmikurube/articles/what-changes-in-embulk-v0-11)


Plugin developers:

To catch up with the expected v0.11.0, please follow the article below. The plugin should keep working with v0.9.23 even after catching up in this way.

See: https://dev.embulk.org/topics/get-ready-for-v0.11-and-v1.0.html

(Japanese: https://zenn.dev/dmikurube/articles/get-ready-for-embulk-v0-11-and-v1-0)


So far, we have confirmed that embulk-input-s3:0.5.2 (that has already caught-up) works with an appropriate setup.

$ ./embulk-0.11.0-ALPHA.1.jar run s3.yml
2021-04-23 18:13:23.024 +0900 [INFO] (main): embulk_home is set by the location of embulk.properties found in: /home/user/.embulk
2021-04-23 18:13:23.316 +0900 [INFO] (main): Started Embulk v0.11.0-ALPHA.1
2021-04-23 18:13:25.423 +0900 [INFO] (0001:transaction): Gem's home and path are set by system configs "gem_home": "/home/user/.embulk/lib/gems", "gem_path": ""
2021-04-23 18:13:26.113 +0900 [INFO] (0001:transaction): Loaded plugin embulk-input-s3 (0.5.2)
2021-04-23 18:13:26.595 +0900 [INFO] (0001:transaction): Start listing file with prefix [...]
2021-04-23 18:13:27.563 +0900 [INFO] (0001:transaction): Found total [1] files
2021-04-23 18:13:27.734 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=16 / output tasks 8 = input tasks 1 * 8
2021-04-23 18:13:27.822 +0900 [INFO] (0001:transaction): {done:  0 / 1, running: 0}
2021-04-23 18:13:28.888 +0900 [INFO] (0015:task-0000): Open S3Object with bucket [***], key [...], with size [...]
</tr></table> 

... (truncated)

Commits
  • 749a059 Release v0.11.2
  • 77d1efd Merge pull request #1646 from embulk/parser-csv-0.11.4
  • 157cb5d Merge pull request #1642 from embulk/unuse-embulk-util-json
  • c730269 Upgrade embulk-parser-csv / embulk-guess-csv(_all_strings) to v0.11.4
  • 8e88e2e Merge pull request #1641 from embulk/warn-use-of-JsonParser
  • 1f11503 Merge pull request #1640 from embulk/bump-up-to-v0.11.2
  • 6c7b92f Unuse embulk-util-json's JsonParser, instead have the implementation in embul...
  • 1e1c99d Warn against use of org.embulk.spi.json.JsonParser
  • e8a0363 Bump up to v0.11.2-SNAPSHOT
  • 4168db1 Merge pull request #1638 from embulk/release-from-github-actions
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from yuokada as a code owner January 8, 2024 13:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 8, 2024
@yuokada
Copy link
Owner

yuokada commented Mar 2, 2024

@dependabot recreate

Bumps [org.embulk:embulk-core](https://github.com/embulk/embulk) from 0.10.38 to 0.11.2.
- [Release notes](https://github.com/embulk/embulk/releases)
- [Commits](embulk/embulk@v0.10.38...v0.11.2)

---
updated-dependencies:
- dependency-name: org.embulk:embulk-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/org.embulk-embulk-core-0.11.2 branch from 2f40153 to a17f772 Compare March 2, 2024 06:18
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2024

Superseded by #104.

@dependabot dependabot bot closed this Mar 15, 2024
@dependabot dependabot bot deleted the dependabot/gradle/org.embulk-embulk-core-0.11.2 branch March 15, 2024 22:32
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant