Skip to content

Tags: jenkinsci/docker-java-api-plugin

Tags

3.7.1-136.v5d70f77a_c3d6

Toggle 3.7.1-136.v5d70f77a_c3d6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump revision from 3.7.0 to 3.7.1 (#163)

* Bump revision from 3.7.0 to 3.7.1

Bumps `revision` from 3.7.0 to 3.7.1.

Updates `com.github.docker-java:docker-java` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.7.0...3.7.1)

Updates `com.github.docker-java:docker-java-transport-httpclient5` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.7.0...3.7.1)

---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.docker-java:docker-java-transport-httpclient5
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add missing functions

Following the pattern that was used in pull request:

* #60

Included the NonNull annotation because the arguments are annotated as
Nonnull in the upstream implementations:

* https://github.com/docker-java/docker-java/pull/2592/changes#diff-83a483833aa349fe8fc0db6cbbbfcdcc152b2e4beb0f3b2ffabc0544530767a7
* https://github.com/docker-java/docker-java/pull/2594/changes#diff-83a483833aa349fe8fc0db6cbbbfcdcc152b2e4beb0f3b2ffabc0544530767a7

Testing done:

* `mvn clean verify` passes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Waite <[email protected]>

3.7.0-133.v93b_8fb_c17a_77

Toggle 3.7.0-133.v93b_8fb_c17a_77's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump revision from 3.6.0 to 3.7.0 (#149)

3.6.0-129.vf6f5db_c0f589

Toggle 3.6.0-129.vf6f5db_c0f589's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump revision from 3.5.3 to 3.6.0 (#143)

3.5.3-122.v156e51f30c0a_

Toggle 3.5.3-122.v156e51f30c0a_'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump revision from 3.5.2 to 3.5.3 (#138)

3.5.2-119.v54c784c71fa_3

Toggle 3.5.2-119.v54c784c71fa_3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump revision from 3.5.1 to 3.5.2 (#134)

3.5.1-116.v2798d5ed4ce7

Toggle 3.5.1-116.v2798d5ed4ce7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump revision from 3.5.0 to 3.5.1 (#132)

3.5.0-108.v211cdd21c383

Toggle 3.5.0-108.v211cdd21c383's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump revision from 3.4.2 to 3.5.0 (#125)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

3.4.2-106.vb_984cf93b_5db_

Toggle 3.4.2-106.vb_984cf93b_5db_'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump revision from 3.4.1 to 3.4.2 (#122)

3.4.1-104.vf450e3eb_8e2e

Toggle 3.4.1-104.vf450e3eb_8e2e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate tests to JUnit5 (#121)

* Migrate annotations and imports
* Migrate assertions
* Remove public visibility for test classes and methods
* Minor code cleanup

3.4.1-96.v77147a_de67f8

Toggle 3.4.1-96.v77147a_de67f8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump revision from 3.4.0 to 3.4.1 (#111)

Bumps `revision` from 3.4.0 to 3.4.1.

Updates `com.github.docker-java:docker-java` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.4.0...3.4.1)

Updates `com.github.docker-java:docker-java-transport-httpclient5` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/docker-java/docker-java/releases)
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md)
- [Commits](docker-java/docker-java@3.4.0...3.4.1)

---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.docker-java:docker-java-transport-httpclient5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>