Skip to content

chore: bump Kamal accessories versions - #935

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
update/kamal-accessories
Open

chore: bump Kamal accessories versions#935
github-actions[bot] wants to merge 1 commit into
mainfrom
update/kamal-accessories

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

This PR updates Kamal accessories to their latest available versions on Docker Hub.

Updates Applied

  • arcadedb (deploy.yml): 26.6.126.7.3
  • ollama (deploy.yml): 0.30.100.32.5

Automated by Kamal Accessories Updater

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jun 28, 2026
@mergify

mergify Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@github-actions
github-actions Bot force-pushed the update/kamal-accessories branch 2 times, most recently from 1de119a to 1e2d1f2 Compare July 12, 2026 09:52
mergify Bot added a commit that referenced this pull request Jul 17, 2026
… 2.37.0 to 2.39.0 [skip ci]

Bumps [org.openrewrite.recipe:rewrite-static-analysis](https://github.com/openrewrite/rewrite-static-analysis) from 2.37.0 to 2.39.0.
Release notes

*Sourced from [org.openrewrite.recipe:rewrite-static-analysis's releases](https://github.com/openrewrite/rewrite-static-analysis/releases).*

> 2.39.0
> ------
>
> What's Changed
> --------------
>
> * Fix UseStringCaseInsensitiveOrder lambda matching by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#933](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/933)
> * Keep (Object) cast on array argument at varargs position by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#935](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/935)
> * Python: add Python tests for selected 7 recipes by [`@​greg-at-moderne`](https://github.com/greg-at-moderne) in [openrewrite/rewrite-static-analysis#929](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/929)
> * Consolidate UseStringCaseInsensitiveOrder into a single Refaster template by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#937](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/937)
>
> **Full Changelog**: <openrewrite/rewrite-static-analysis@v2.38.0...v2.39.0>
>
> 2.38.0
> ------
>
> What's Changed
> --------------
>
> * Fix `UseTryWithResources` moving resource out of scope for catch block by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#921](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/921)
> * Fix `MinimumSwitchCases` crash on Java 21 sealed-interface pattern switch by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#922](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/922)
> * Fix RemoveUnusedPrivateMethods deleting methods called with raw collection arguments by [`@​habiibullahm`](https://github.com/habiibullahm) in [openrewrite/rewrite-static-analysis#898](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/898)
> * Add UseStringCaseInsensitiveOrder by [`@​steve-aom-elliott`](https://github.com/steve-aom-elliott) in [openrewrite/rewrite-static-analysis#923](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/923)
> * Add 7 cross-language code quality recipes by [`@​jkschneider`](https://github.com/jkschneider) in [openrewrite/rewrite-static-analysis#853](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/853)
> * Fix `RemoveRedundantTypeCast` removing cast that gives a `var` lambda its target type by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#925](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/925)
> * Tests for Kotlin, Groovy, TS for cross-language code quality recipes by [`@​greg-at-moderne`](https://github.com/greg-at-moderne) in [openrewrite/rewrite-static-analysis#928](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/928)
> * Add RemoveUnreachableMultiCatchAlternative by [`@​steve-aom-elliott`](https://github.com/steve-aom-elliott) in [openrewrite/rewrite-static-analysis#926](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/926)
> * Use unnamed variable for unused try-with-resources resource on Java 21+ by [`@​timtebeek`](https://github.com/timtebeek) in [openrewrite/rewrite-static-analysis#930](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/930)
>
> New Contributors
> ----------------
>
> * [`@​habiibullahm`](https://github.com/habiibullahm) made their first contribution in [openrewrite/rewrite-static-analysis#898](https://redirect.github.com/openrewrite/rewrite-static-analysis/pull/898)
>
> **Full Changelog**: <openrewrite/rewrite-static-analysis@v2.37.0...v2.38.0>


Commits

* [`e51c700`](openrewrite/rewrite-static-analysis@e51c700) Extract documentation examples from tests
* [`7cb9e59`](openrewrite/rewrite-static-analysis@7cb9e59) Consolidate UseStringCaseInsensitiveOrder into a single Refaster template ([#937](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/937))
* [`6108d5f`](openrewrite/rewrite-static-analysis@6108d5f) OpenRewrite recipe best practices
* [`a303997`](openrewrite/rewrite-static-analysis@a303997) Python: add Python tests for selected 7 recipes ([#929](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/929))
* [`4aff898`](openrewrite/rewrite-static-analysis@4aff898) Keep (Object) cast on array argument at varargs position ([#935](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/935))
* [`35794f9`](openrewrite/rewrite-static-analysis@35794f9) Another UseDiamondOperator varargs fix
* [`03e2bcc`](openrewrite/rewrite-static-analysis@03e2bcc) Fix UseStringCaseInsensitiveOrder FromLambda template to match lambdas ([#933](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/933))
* [`1b83d00`](openrewrite/rewrite-static-analysis@1b83d00) OpenRewrite recipe best practices
* [`6ed9dfd`](openrewrite/rewrite-static-analysis@6ed9dfd) Use unnamed variable for unused try-with-resources resource on Java 21+ ([#930](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/930))
* [`be7f594`](openrewrite/rewrite-static-analysis@be7f594) Add RemoveUnreachableMultiCatchAlternative ([#926](https://redirect.github.com/openrewrite/rewrite-static-analysis/issues/926))
* Additional commits viewable in [compare view](openrewrite/rewrite-static-analysis@v2.37.0...v2.39.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.openrewrite.recipe:rewrite-static-analysis&package-manager=maven&previous-version=2.37.0&new-version=2.39.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
@github-actions
github-actions Bot force-pushed the update/kamal-accessories branch from 1e2d1f2 to 3d44931 Compare July 19, 2026 09:52
@github-actions
github-actions Bot force-pushed the update/kamal-accessories branch from 3d44931 to 1104a67 Compare July 26, 2026 10:01
- **arcadedb** (deploy.yml): `26.6.1` → `26.7.3`
- **ollama** (deploy.yml): `0.30.10` → `0.32.5`
@github-actions
github-actions Bot force-pushed the update/kamal-accessories branch from 1104a67 to 88a7f2b Compare August 2, 2026 09:58
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