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 com.azure.spring:azure-spring-boot-bom from 3.12.0 to 4.0.0 in /webapp #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 17, 2024

Bumps com.azure.spring:azure-spring-boot-bom from 3.12.0 to 4.0.0.

Changelog

Sourced from com.azure.spring: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 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 [com.azure.spring:azure-spring-boot-bom](https://github.com/Azure/azure-sdk-for-java) from 3.12.0 to 4.0.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-java/blob/v4.0.0/changelog.md)
- [Commits](Azure/azure-sdk-for-java@azure-spring-boot_3.12.0...v4.0.0)

---
updated-dependencies:
- dependency-name: com.azure.spring:azure-spring-boot-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 17, 2024

The following labels could not be found: dependabot.

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.

0 participants