Skip to content

chore(deps): bump io.kestra.plugin:plugin-docker from 1.3.1 to 1.5.0#920

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/io.kestra.plugin-plugin-docker-1.5.0
Open

chore(deps): bump io.kestra.plugin:plugin-docker from 1.3.1 to 1.5.0#920
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/io.kestra.plugin-plugin-docker-1.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps io.kestra.plugin:plugin-docker from 1.3.1 to 1.5.0.

Release notes

Sourced from io.kestra.plugin:plugin-docker's releases.

v1.5.0

Changelog

🚀 Features

image-ls

  • ab84d9d add ImageLs task to list Docker images (#126), closes #126

📘 Subtasks

version

  • ac0de8e update to version 'v1.5.0'.
  • 154ce34 update snapshot version 'v1.4.1-SNAPSHOT'.

global

  • 603fa8f normalize gradlew.bat line endings

🛠 Build

deps

  • a7330d0 bump com.gradleup.shadow from 9.4.1 to 9.4.2

Contributors

We'd like to thank the following people for their contributions: François Delbrayelle, GitHub, Malay Dewangan, dependabot[bot]

v1.4.0

Changelog

🚀 Features

build

  • 80b4cc2 add target parameter for multi-stage Dockerfile builds

📘 Subtasks

version

  • d105554 update to version 'v1.4.0'.
  • 2471b56 update snapshot version 'v1.3.3-SNAPSHOT'.

🛠 Build

deps

  • 74c0465 bump gradle-wrapper from 9.5.0 to 9.5.1

📝 Documentation

  • 321ec21 clarify containerId accepts ID, prefix, or name

Contributors

We'd like to thank the following people for their contributions: Ludovic DEHON, Malay Dewangan, dependabot[bot]

v1.3.2

... (truncated)

Commits
  • ac0de8e chore(version): update to version 'v1.5.0'.
  • a7330d0 build(deps): bump com.gradleup.shadow from 9.4.1 to 9.4.2
  • ab84d9d feat(image-ls): add ImageLs task to list Docker images (#126)
  • 603fa8f chore: normalize gradlew.bat line endings
  • 154ce34 chore(version): update snapshot version 'v1.4.1-SNAPSHOT'.
  • d105554 chore(version): update to version 'v1.4.0'.
  • 74c0465 build(deps): bump gradle-wrapper from 9.5.0 to 9.5.1
  • 321ec21 docs: clarify containerId accepts ID, prefix, or name
  • 80b4cc2 feat(build): add target parameter for multi-stage Dockerfile builds
  • 2471b56 chore(version): update snapshot version 'v1.3.3-SNAPSHOT'.
  • 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 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 [io.kestra.plugin:plugin-docker](https://github.com/kestra-io/plugin-docker) from 1.3.1 to 1.5.0.
- [Release notes](https://github.com/kestra-io/plugin-docker/releases)
- [Commits](kestra-io/plugin-docker@v1.3.1...v1.5.0)

---
updated-dependencies:
- dependency-name: io.kestra.plugin:plugin-docker
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

🧪 Java Unit Tests

TestsPassed ☑️Skipped ⚠️Failed ❌️Time ⏱
Java Tests Report168 ran141 ✅26 ⚠️1 ❌5m 54s 465ms
TestResultTime ⏱
Java Tests Report
RunnerTest.all_duckdb(Execution)❌ failure9s 398ms

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Tests report quick summary:

failed ❌ > tests: 168, success: 141, skipped: 26, failed: 1

Project Status Success Skipped Failed
plugin-jdbc success ✅ 37 0 0
plugin-jdbc-access success ✅ 9 0 0
plugin-jdbc-actianvector skipped ⏭️ 0 7 0
plugin-jdbc-as400 success ✅ 1 0 0
plugin-jdbc-clickhouse success ✅ 16 1 0
plugin-jdbc-db2 success ✅ 1 9 0
plugin-jdbc-druid skipped ⏭️ 0 4 0
plugin-jdbc-duckdb failed ❌ 25 2 1
plugin-jdbc-hana skipped ⏭️ 0 3 0
plugin-jdbc-mariadb success ✅ 18 0 0
plugin-jdbc-mysql success ✅ 34 0 0

Failed tests:

plugin-jdbc-duckdb > io.kestra.plugin.jdbc.duckdb.RunnerTest > all_duckdb(Execution) failed ❌ in 9.398
java.lang.AssertionError: &#10;Expected: a collection with size <7>&#10;     but: collection size was <1>

java.lang.AssertionError: 
Expected: a collection with size <7>
     but: collection size was <1>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
	at io.kestra.plugin.jdbc.duckdb.RunnerTest.all_duckdb(RunnerTest.java:19)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension$2.proceed(MicronautJunit5Extension.java:154)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptEach(AbstractMicronautExtension.java:171)
	at io.micronaut.test.extensions.AbstractMicronautExtension.interceptTest(AbstractMicronautExtension.java:128)
	at io.micronaut.test.extensions.junit5.MicronautJunit5Extension.interceptTestMethod(MicronautJunit5Extension.java:141)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)

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

Labels

dependency-upgrade Dependency upgrade is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants