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(gradle): bump deephaven-csv from 0.12.0 to 0.14.0 #5740

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 9, 2024

Bumps deephaven-csv from 0.12.0 to 0.14.0.
Updates io.deephaven:deephaven-csv from 0.12.0 to 0.14.0

Release notes

Sourced from io.deephaven:deephaven-csv's releases.

v0.14.0

What's Changed

Full Changelog: deephaven/deephaven-csv@v0.13.0...v0.14.0

v0.13.0

What's Changed

Full Changelog: deephaven/deephaven-csv@v0.12.0...v0.13.0

Changelog

Sourced from io.deephaven:deephaven-csv's changelog.

Release

This document is primarily targeted towards Deephaven CSV release managers. It is meant to contain the necessary instructions for executing a Deephaven CSV release.

Please be sure to read and understand this document in full before proceeding with a release. If you have any questions or concerns about any of the commands, please reach out.

Jar artifacts

The deephaven-csv release process consists of releasing two jars to Maven Central.

Release process

The majority of the release procedure is executed by the publish.yml workflow. It is kicked off by a push to a branch name that matches release/v*. Please familiarize yourself with the steps in that workflow.

0. Poll Deephaven CSV team

Ensure you are proceeding with a known release, and there aren't any blockers.

1. Repository prerequisites

These release notes assume that the Deephaven CSV repository [email protected]:deephaven/deephaven-csv.git is referenced as the remote named upstream. Please ensure your local repository is set up as such, or that you replace any commands with the appropriately named remote:

$ git remote get-url upstream
[email protected]:deephaven/deephaven-csv.git

2. Create release branch and commit version bump

Ensure you are up-to-date with upstream/main, or at the commit that you want to start a new release from. If you are unsure what commit to start from, please ask. Most of the time, the main branch will be referencing a -SNAPSHOT version, and we'll want to update this to a non-snapshot version. Please double-check you are on the version you expect to be releasing. The releases have so far proceeded with branches named release/vX.Y.Z, where X.Y.Z is the version number (this isn't a technical requirement), please replace X.Y.Z with the appropriate version.

$ git fetch upstream
$ git checkout upstream/main
$ git checkout -b release/vX.Y.Z
$ # edit gradle.properties, remove -SNAPSHOT
$ git add gradle.properties
# Do a find and replace for old version, replace with new version (across READMEs)
</tr></table> 

... (truncated)

Commits
  • a03f6c5 Bump to version 0.14.0
  • 78e582f Bump com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.23.3 (#164)
  • d9d9721 Bump org.immutables:value from 2.9.3 to 2.10.0 (#143)
  • 6ad6e25 Issue #162 - internal error when last cell is empty and last line is not term...
  • 29847f3 Bump commons-io:commons-io from 2.15.0 to 2.15.1 (#161)
  • 5616d2d Bump com.opencsv:opencsv from 5.8 to 5.9 (#157)
  • cce2212 Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv (#156)
  • 7d1ced4 Bump actions/setup-java from 3 to 4 (#159)
  • f44a7aa Version 0.14.0-SNAPSHOT
  • b8c2670 Bump to version 0.13.0
  • Additional commits viewable in compare view

Updates io.deephaven:deephaven-csv-fast-double-parser from 0.12.0 to 0.14.0

Release notes

Sourced from io.deephaven:deephaven-csv-fast-double-parser's releases.

v0.14.0

What's Changed

Full Changelog: deephaven/deephaven-csv@v0.13.0...v0.14.0

v0.13.0

What's Changed

Full Changelog: deephaven/deephaven-csv@v0.12.0...v0.13.0

Changelog

Sourced from io.deephaven:deephaven-csv-fast-double-parser's changelog.

Release

This document is primarily targeted towards Deephaven CSV release managers. It is meant to contain the necessary instructions for executing a Deephaven CSV release.

Please be sure to read and understand this document in full before proceeding with a release. If you have any questions or concerns about any of the commands, please reach out.

Jar artifacts

The deephaven-csv release process consists of releasing two jars to Maven Central.

Release process

The majority of the release procedure is executed by the publish.yml workflow. It is kicked off by a push to a branch name that matches release/v*. Please familiarize yourself with the steps in that workflow.

0. Poll Deephaven CSV team

Ensure you are proceeding with a known release, and there aren't any blockers.

1. Repository prerequisites

These release notes assume that the Deephaven CSV repository [email protected]:deephaven/deephaven-csv.git is referenced as the remote named upstream. Please ensure your local repository is set up as such, or that you replace any commands with the appropriately named remote:

$ git remote get-url upstream
[email protected]:deephaven/deephaven-csv.git

2. Create release branch and commit version bump

Ensure you are up-to-date with upstream/main, or at the commit that you want to start a new release from. If you are unsure what commit to start from, please ask. Most of the time, the main branch will be referencing a -SNAPSHOT version, and we'll want to update this to a non-snapshot version. Please double-check you are on the version you expect to be releasing. The releases have so far proceeded with branches named release/vX.Y.Z, where X.Y.Z is the version number (this isn't a technical requirement), please replace X.Y.Z with the appropriate version.

$ git fetch upstream
$ git checkout upstream/main
$ git checkout -b release/vX.Y.Z
$ # edit gradle.properties, remove -SNAPSHOT
$ git add gradle.properties
# Do a find and replace for old version, replace with new version (across READMEs)
</tr></table> 

... (truncated)

Commits
  • a03f6c5 Bump to version 0.14.0
  • 78e582f Bump com.diffplug.spotless:spotless-plugin-gradle from 6.22.0 to 6.23.3 (#164)
  • d9d9721 Bump org.immutables:value from 2.9.3 to 2.10.0 (#143)
  • 6ad6e25 Issue #162 - internal error when last cell is empty and last line is not term...
  • 29847f3 Bump commons-io:commons-io from 2.15.0 to 2.15.1 (#161)
  • 5616d2d Bump com.opencsv:opencsv from 5.8 to 5.9 (#157)
  • cce2212 Bump com.fasterxml.jackson.dataformat:jackson-dataformat-csv (#156)
  • 7d1ced4 Bump actions/setup-java from 3 to 4 (#159)
  • f44a7aa Version 0.14.0-SNAPSHOT
  • b8c2670 Bump to version 0.13.0
  • 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)

Bumps `deephaven-csv` from 0.12.0 to 0.14.0.

Updates `io.deephaven:deephaven-csv` from 0.12.0 to 0.14.0
- [Release notes](https://github.com/deephaven/deephaven-csv/releases)
- [Changelog](https://github.com/deephaven/deephaven-csv/blob/main/RELEASE.md)
- [Commits](deephaven/deephaven-csv@v0.12.0...v0.14.0)

Updates `io.deephaven:deephaven-csv-fast-double-parser` from 0.12.0 to 0.14.0
- [Release notes](https://github.com/deephaven/deephaven-csv/releases)
- [Changelog](https://github.com/deephaven/deephaven-csv/blob/main/RELEASE.md)
- [Commits](deephaven/deephaven-csv@v0.12.0...v0.14.0)

---
updated-dependencies:
- dependency-name: io.deephaven:deephaven-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.deephaven:deephaven-csv-fast-double-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added NoDocumentationNeeded NoReleaseNotesNeeded No release notes are needed. labels Jul 9, 2024
@devinrsmith devinrsmith self-requested a review July 9, 2024 22:40
@devinrsmith devinrsmith enabled auto-merge (squash) July 9, 2024 23:24
@devinrsmith devinrsmith merged commit 4d8406f into main Jul 9, 2024
20 checks passed
@devinrsmith devinrsmith deleted the dependabot/gradle/deephaven-csv-0.14.0 branch July 9, 2024 23:25
@github-actions github-actions bot locked and limited conversation to collaborators Jul 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants