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(main): release 4.6.0 #2005

Merged
merged 3 commits into from
Jul 25, 2023
Merged

chore(main): release 4.6.0 #2005

merged 3 commits into from
Jul 25, 2023

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Jul 6, 2023

🤖 I have created a release beep boop

4.6.0 (2023-07-24)

Features

  • Add overloaded executePartitionedDmlStatement to support update options (#2025) (df65e54)

Bug Fixes

  • add runtime hints for logging (#1933) (21903af)
  • add runtime hints for vision (#1991) (dcbf202)
  • deps: update cloud-sql-socket-factory.version to v1.13.1 (#2020) (fe69d8a)
  • deps: update dependency com.google.cloud:libraries-bom to v26.19.0 (#2033) (c215536)
  • deps: update dependency io.micrometer:micrometer-tracing-bom to v1.1.3 (#2016) (465a88b)
  • deps: update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v1.9.0 (#2002) (d715085)
  • deps: update dependency org.postgresql:r2dbc-postgresql to v1.0.2.release (#2026) (a76298a)
  • deps: update dependency org.springframework.cloud:spring-cloud-build to v4.0.4 (#2004) (2ce3e1f)
  • timestampNanos field with nanos precision (#2012) (2a4c14a), closes #1996

Dependencies

  • bump cloud-sql-socket-factory.version from 1.12.0 to 1.13.1 (#2047) (109255b)
  • bump libraries-bom from 26.18.0 to 26.19.0 (#2032) (b36e847)
  • bump org.junit.platform:junit-platform-launcher (#2048) (43e9422)
  • bump org.springframework.boot:spring-boot-starter-parent (#2040) (28307cb)
  • bump r2dbc-postgresql from 1.0.1.RELEASE to 1.0.2.RELEASE (#2029) (912edfe)
  • bump spring-boot-dependencies.version from 3.1.1 to 3.1.2 (#2041) (0ea6195)
  • manual bump gapic-generator-java-bom.version from 2.22.0 to 2.23.1 (#2044) (08946d5)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team as code owners July 6, 2023 17:24
@release-please release-please bot force-pushed the release-please--branches--main branch 5 times, most recently from 2be03e4 to 75682bd Compare July 13, 2023 18:24
@release-please release-please bot changed the title chore(main): release 4.5.2 chore(main): release 4.6.0 Jul 18, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch 14 times, most recently from 03dc1de to d160719 Compare July 24, 2023 14:43
@release-please release-please bot force-pushed the release-please--branches--main branch from d160719 to c1f3139 Compare July 24, 2023 17:23
@burkedavison
Copy link
Member

Native Tests are not a blocker for this release.

@mpeddada1
Copy link
Contributor

mpeddada1 commented Jul 24, 2023

+1 on this being a non-blocker.

Documenting observation from local testing; org.junit.platform:junit-platform-launcher:1.9.3 succeeds but 1.10.0 results in failure:

Please refer to /home/runner/work/spring-cloud-gcp/spring-cloud-gcp/spring-cloud-gcp-vision/target/surefire-reports for the individual test results.
Error:  Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
Error: [ERROR] There was an error in the forked process
Error:  'java.util.Set org.junit.platform.engine.TestDescriptor.getAncestors()'
Error:  org.apache.maven.surefire.booter.SurefireBooterForkException: There was an error in the forked process
Error:  'java.util.Set org.junit.platform.engine.TestDescriptor.getAncestors()'
Error:  	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:628)
Error:  	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:285)
Error:  	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250)```

Co-authored-by: Cloud Java Bot <cloud-java-bot@google.com>
@sonarcloud
Copy link

sonarcloud bot commented Jul 25, 2023

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
0.0% 0.0% Duplication

@ddixit14 ddixit14 merged commit 1cc304c into main Jul 25, 2023
29 of 30 checks passed
@ddixit14 ddixit14 deleted the release-please--branches--main branch July 25, 2023 13:14
@release-please
Copy link
Contributor Author

@release-trigger
Copy link

Triggered job: cloud-java-frameworks/spring-cloud-gcp/stage (2023-07-25T13:15:21.305Z)

To trigger again, remove the autorelease: triggered label (in a few minutes).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Precision of timestampNanos in logs is miliseconds instead of nanoseconds
4 participants