Skip to content

Conversation

@LarsSven
Copy link
Contributor

The docker API nowadays supports a CgroupVersion and CgroupDriver field in the SystemInfo endpoint (https://docs.docker.com/reference/api/engine/version/v1.45/#tag/System/operation/SystemInfo). This MR adds support for those fields in the infoCmd().

@LarsSven LarsSven requested a review from a team as a code owner October 23, 2024 14:23
@LarsSven
Copy link
Contributor Author

@eddumelendez would you be able to review this please? We need these fields for our project that is using docker-java.

@eddumelendez eddumelendez added this to the next milestone Oct 31, 2024
@LarsSven
Copy link
Contributor Author

@eddumelendez would you happen to know around when the next release of docker-java would be? We would really like to have this change included in the docker-java library.

@eddumelendez eddumelendez merged commit 61dc042 into docker-java:main Dec 11, 2024
5 checks passed
@eddumelendez
Copy link
Member

Thanks for your contribution, @LarsSven! I'll release it tomorrow

svc-squareup-copybara pushed a commit to cashapp/misk that referenced this pull request Dec 12, 2024
| Package | Type | Package file | Manager | Update | Change |
|---|---|---|---|---|---|
|
[com.google.http-client:google-http-client-jackson2](https://github.com/googleapis/google-http-java-client)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`1.45.2` -> `1.45.3` |
|
[com.google.http-client:google-http-client](https://github.com/googleapis/google-http-java-client)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`1.45.2` -> `1.45.3` |
|
[com.google.auth:google-auth-library-oauth2-http](https://github.com/googleapis/google-auth-library-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`1.30.0` -> `1.30.1` |
|
[com.google.auth:google-auth-library-credentials](https://github.com/googleapis/google-auth-library-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`1.30.0` -> `1.30.1` |
| [org.flywaydb:flyway-gradle-plugin](https://flywaydb.org)
([source](https://github.com/flyway/flyway)) | dependencies |
misk/gradle/libs.versions.toml | gradle | minor | `11.0.1` -> `11.1.0` |
|
[com.github.docker-java:docker-java-transport](https://github.com/docker-java/docker-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`3.4.0` -> `3.4.1` |
|
[com.github.docker-java:docker-java-transport-httpclient5](https://github.com/docker-java/docker-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`3.4.0` -> `3.4.1` |
|
[com.github.docker-java:docker-java-core](https://github.com/docker-java/docker-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`3.4.0` -> `3.4.1` |
|
[com.github.docker-java:docker-java-api](https://github.com/docker-java/docker-java)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`3.4.0` -> `3.4.1` |
| [software.amazon.awssdk:sdk-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.31` -> `2.29.32` |
|
[software.amazon.awssdk:dynamodb-enhanced](https://aws.amazon.com/sdkforjava)
| dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.31` -> `2.29.32` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.31` -> `2.29.32` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.31` -> `2.29.32` |
| [software.amazon.awssdk:bom](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.31` -> `2.29.32` |
| [software.amazon.awssdk:auth](https://aws.amazon.com/sdkforjava) |
dependencies | misk/gradle/libs.versions.toml | gradle | patch |
`2.29.31` -> `2.29.32` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>googleapis/google-http-java-client
(com.google.http-client:google-http-client-jackson2)</summary>

###
[`v1.45.3`](https://github.com/googleapis/google-http-java-client/blob/HEAD/CHANGELOG.md#1453-2024-12-11)

##### Dependencies

- Update dependency io.grpc:grpc-context to v1.69.0
([#&#8203;2050](googleapis/google-http-java-client#2050))
([9f4f6ab](googleapis/google-http-java-client@9f4f6ab))
- Update github/codeql-action action to v3.27.7
([#&#8203;2049](googleapis/google-http-java-client#2049))
([9190382](googleapis/google-http-java-client@9190382))

</details>

<details>
<summary>googleapis/google-auth-library-java
(com.google.auth:google-auth-library-oauth2-http)</summary>

###
[`v1.30.1`](https://github.com/googleapis/google-auth-library-java/blob/HEAD/CHANGELOG.md#1301-2024-12-11)

##### Bug Fixes

- JSON parsing of S2A addresses.
([#&#8203;1589](googleapis/google-auth-library-java#1589))
([9d5ebfe](googleapis/google-auth-library-java@9d5ebfe))

</details>

<details>
<summary>docker-java/docker-java
(com.github.docker-java:docker-java-transport)</summary>

###
[`v3.4.1`](https://github.com/docker-java/docker-java/releases/tag/3.4.1)

[Compare
Source](docker-java/docker-java@3.4.0...3.4.1)

##### Changes

- Fix restart test
[@&#8203;eddumelendez](https://github.com/eddumelendez)
([#&#8203;2375](docker-java/docker-java#2375))

##### 📈 Enhancements

- Add support for CgroupVersion and CgroupDriver
[@&#8203;LarsSven](https://github.com/LarsSven)
([#&#8203;2360](docker-java/docker-java#2360))

##### 🧰 Maintenance

- Don't swallow IOException caused by opening socket
[@&#8203;Sineaggi](https://github.com/Sineaggi)
([#&#8203;2041](docker-java/docker-java#2041))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 6pm every weekday,before 2am
every weekday" in timezone Australia/Melbourne, Automerge - At any time
(no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

GitOrigin-RevId: 6eb3a8d6c07d3090499286e2624f648323e96355
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.

2 participants