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 azure-spring-boot-bom from 3.14.0 to 4.1.0 #120

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2022

Bumps azure-spring-boot-bom from 3.14.0 to 4.0.0.

Release notes

Sourced from azure-spring-boot-bom's releases.

spring-cloud-azure-stream-binder-servicebus-core_4.0.0

4.0.0 (2022-03-28)

Please refer to CHANGELOG.md for more details.

spring-cloud-azure-stream-binder-servicebus_4.0.0

4.0.0 (2022-03-28)

Please refer to CHANGELOG.md for more details.

spring-cloud-azure-trace-sleuth_4.0.0

4.0.0 (2022-03-28)

Please refer to CHANGELOG.md for more details.

Spring Cloud Azure 4.0.0

  • This release is compatible with Spring Boot 2.5.0-2.5.11, 2.6.0-2.6.5. (Note: 2.5.x (x>11) and 2.6.y (y>5) should be supported, but they aren't tested with this release.)
  • This release is compatible with Spring Cloud 2020.0.3-2020.0.5, 2021.0.0-2021.0.1. (Note: 2020.0.x (x>5) and 2021.0.y (y>1) should be supported, but they aren't tested with this release.)

Dependency Updates

  • Upgrade dependency according to spring-boot-dependencies:2.6.3 and spring-cloud-dependencies:2021.0.0.

Features Added

  • Add Automatic-Module-Name for all Spring Cloud Azure modules and change the root pacakge names to match the module names #27350, #27420.

Spring Cloud Azure Dependencies (BOM)

Dependency Updates

  • Delete the direct reference of following Azure SDKs #27850:
    • azure-core
    • azure-core-management
    • azure-core-amqp
    • azure-cosmos
    • azure-data-appconfiguration
    • azure-identity
    • azure-messaging-eventhubs
    • azure-messaging-eventhubs-checkpointstore-blob
    • azure-messaging-servicebus
    • azure-security-keyvault-certificates
    • azure-security-keyvault-secrets
    • azure-storage-blob
    • azure-storage-file-share
    • azure-storage-queue
    • azure-core-serializer-json-jackson
  • Import azure-sdk-bom:1.2.0 #27850.
  • Use azure-cosmos:4.28.0 instead of the version 4.27.0 in azure-sdk-bom #27850.
  • Upgrade azure-resourcemanager to 2.13.0.
  • Upgrade azure-spring-data-cosmos to 3.19.0.

Spring Cloud Azure Starter Active Directory

This section includes changes in spring-cloud-azure-starter-active-directory module.

... (truncated)

Changelog

Sourced from azure-spring-boot-bom's changelog.

Changes in 4.0.0

Features

  • Added the functionality to get which version of the Azure Batch Node Agent(https://github.com/Azure/Batch/blob/master/changelogs/nodeagent/CHANGELOG.md) is running on nodes via the NodeAgentInformation property of ComputeNode.
  • Added additional error handling to task add operations to prevent deadlock scenarios.
  • Removed validation status from count operations.
  • Updated adal, azure-client-runtime, and commons-codec dependencies.
  • Update 'List' methods to return the lower layer PagedList object instead of the standard List.

REST API version

This version of the Batch Java client library targets version 2018-08-01.7.1 of the Azure Batch REST API. See this document for detail.

Changes in 3.3.0

Features

  • createTasks rethrow RuntimeException catched by internal threads.
  • createTasks handle RequestSizeTooLarge chunking errors for well behaved tasks.

Changes in 3.2.0

Features

  • Update comments for some classes and properties.
  • Added the leavingPool property to NodeCounts class.

Changes in 3.1.0

Features

  • Added the ability to query pool node counts by state, via the new listPoolNodeCounts method on PoolOperations.
  • Added the ability to upload Azure Batch node agent logs from a particular node, via the uploadComputeNodeBatchServiceLogs method on ComputeNodeOperations.
    • This is intended for use in debugging by Microsoft support when there are problems on a node.

REST API version

This version of the Batch Java client library targets version 2018-03-01.6.1 of the Azure Batch REST API. See this document for detail.

Changes in 3.0.0

Features

  • Added the ability to get a discount on Windows VM pricing if you have on-premises licenses for the OS SKUs you are deploying, via licenseType on VirtualMachineConfiguration.
  • Added support for attaching empty data drives to VirtualMachineConfiguration based pools, via the new dataDisks property on VirtualMachineConfiguration.
  • [Breaking] Custom images must now be deployed using a reference to an ARM Image, instead of pointing to .vhd files in blobs directly.
    • The new virtualMachineImageId property on ImageReference contains the reference to the ARM Image, and OSDisk.imageUris no longer exists.
    • Because of this, imageReference is now a required property of VirtualMachineConfiguration.
  • [Breaking] Multi-instance tasks (created using MultiInstanceSettings) must now specify a coordinationCommandLine, and numberOfInstances is now optional and defaults to 1.
  • Added support for tasks run using Docker containers. To run a task using a Docker container you must specify a containerConfiguration on the VirtualMachineConfiguration for a pool, and then add taskContainerSettings on the Task.

REST API version

This version of the Batch Java client library targets version 2017-09-01.6.0 of the Azure Batch REST API. See this document for detail.

Commits
  • baa1021 [maven-release-plugin] prepare release v4.0.0
  • 25d60c7 Update to 4.0.0 for new Rest API (#28)
  • 4f99499 [maven-release-plugin] prepare for next development iteration
  • 54d86f3 [maven-release-plugin] prepare release v3.3.0
  • 278d3ed Update BulkTaskAdd Behavior to catch errors if chunks too large and retry as...
  • 8fb0fac createTasks should throw all RuntimeException happen in thread. (#25)
  • b773f57 [maven-release-plugin] prepare for next development iteration
  • d0f1284 [maven-release-plugin] prepare release v3.2.0
  • 94c44b2 Change comments based on updated swagger spec (#23)
  • ccb1269 Update README.md (#24)
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2022
@srempfer
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/com.azure.spring-azure-spring-boot-bom-4.0.0 branch from 48c8fd9 to 1d00c06 Compare April 13, 2022 12:13
@srempfer srempfer force-pushed the dependabot/maven/com.azure.spring-azure-spring-boot-bom-4.0.0 branch 3 times, most recently from d85515d to 3b6565e Compare April 13, 2022 13:03
@srempfer
Copy link
Owner

@srempfer srempfer changed the title Bump azure-spring-boot-bom from 3.14.0 to 4.0.0 Bump azure-spring-boot-bom from 3.14.0 to 4.1.0 May 10, 2022
@srempfer srempfer force-pushed the dependabot/maven/com.azure.spring-azure-spring-boot-bom-4.0.0 branch from 3b6565e to 5bd9ebb Compare May 10, 2022 06:09
@sonarqubecloud
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
0.0% 0.0% Duplication

@srempfer srempfer merged commit dde9116 into master May 10, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.azure.spring-azure-spring-boot-bom-4.0.0 branch May 10, 2022 07:37
@srempfer srempfer added this to the 0.9.0 milestone May 10, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant