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

use envvars as default config options and add custom command parts #143

Merged
merged 2 commits into from
May 2, 2024

Conversation

dasniko
Copy link
Owner

@dasniko dasniko commented Apr 30, 2024

see #140

Do all internal/default configuration via environment variables instead of cli options and add a method to use custom command line args. So it becomes possible that developers can override internal config settings.

Using custom command line args may be risky and may break the proper functionality of the container, but gives experienced developers more flexibility and power over their environment.

The new method is called .withCustomCommand(String cmd).

thus it's getting possible to allow for custom config cli overwrites
this allows to set custom config cli arguments and add/overwrite default settings from the testcontainer assumptions
@dasniko dasniko changed the title add custom cmd parts (#140) add custom cmd parts Apr 30, 2024
@dasniko dasniko changed the title add custom cmd parts add custom command parts Apr 30, 2024
@dasniko dasniko merged commit bc5a407 into main May 2, 2024
2 checks passed
@dasniko dasniko deleted the 140_custom_cmd branch May 2, 2024 07:11
@dasniko dasniko changed the title add custom command parts use envvars as default config options and add custom command parts May 16, 2024
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 10, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Jun 11, 2024
… v3.4.0 (main) (#19223)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[com.github.dasniko:testcontainers-keycloak](https://togithub.com/dasniko/testcontainers-keycloak)
| `3.3.1` -> `3.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.dasniko:testcontainers-keycloak/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.dasniko:testcontainers-keycloak/3.3.1/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dasniko/testcontainers-keycloak
(com.github.dasniko:testcontainers-keycloak)</summary>

###
[`v3.4.0`](https://togithub.com/dasniko/testcontainers-keycloak/releases/tag/3.4.0)

#### What's Changed

- use fixed health endpoint for wait strategy on new management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#142
- use envvars as default config options and add custom command parts by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#143
- allow for multiple provider classes locations by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#129
- new truststore config by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#144
- don't use client auth on http management port by
[@&#8203;dasniko](https://togithub.com/dasniko) in
[dasniko/testcontainers-keycloak#146

**Full Changelog**:
dasniko/testcontainers-keycloak@v.3.3.1...3.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/camunda/camunda).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rewrite cli options as envvars and add option to add custom cli arguments
1 participant