Commit Graph

17 Commits

Author SHA1 Message Date
2d7f9c2d32 chore(deps): update module github.com/oapi-codegen/runtime to v1.3.1 (#19)
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `v1.2.0` → `v1.3.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foapi-codegen%2fruntime/v1.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foapi-codegen%2fruntime/v1.2.0/v1.3.1?slim=true) |

---

### Release Notes

<details>
<summary>oapi-codegen/runtime (github.com/oapi-codegen/runtime)</summary>

### [`v1.3.1`](https://github.com/oapi-codegen/runtime/releases/tag/v1.3.1): Fix a parameter binding regression

[Compare Source](https://github.com/oapi-codegen/runtime/compare/v1.3.0...v1.3.1)

v1.3.0 introduced a regression around binding styled parameters into primitive type destinations. This regression was due to a
fix in binding matrix and label parameters. Sorry about that.

#### 🐛 Bug fixes

- Fix regression in binding simple parameters ([#&#8203;115](https://github.com/oapi-codegen/runtime/issues/115)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz)

#### Sponsors

We would like to thank our sponsors for their support during this release.

<p align="center">
	<a href="https://www.devzero.io/lp/dev-environment?utm_campaign=github&utm_source=oapi-codegen%20repo&utm_medium=github%20sponsorship">
		<picture>
		  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-light.svg">
		  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-dark.svg">
		  <img alt="DevZero logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-dark.svg" height="100px">
		</picture>
	</a>
</p>

<p align="center">
	<a href="https://cybozu.co.jp/?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
		<img alt="Cybozu logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/cybozu.svg" height="100px">
	</a>
</p>

### [`v1.3.0`](https://github.com/oapi-codegen/runtime/releases/tag/v1.3.0): Echo V5, more parameter handling options, bug fixes

[Compare Source](https://github.com/oapi-codegen/runtime/compare/v1.2.0...v1.3.0)

#### 🚀 New features and improvements

- feat: improve parameter handling ([#&#8203;109](https://github.com/oapi-codegen/runtime/issues/109)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz)
  Parameters now support the `allowReserved` property from OpenAPI 3.0.
- feat: add support for echo v5 ([#&#8203;89](https://github.com/oapi-codegen/runtime/issues/89)) [@&#8203;jinuthankachan](https://github.com/jinuthankachan)

#### 🐛 Bug fixes

- Fix: Query param deepObject return without assign on !required ([#&#8203;68](https://github.com/oapi-codegen/runtime/issues/68)) [@&#8203;voro015](https://github.com/voro015)
- fix: strip style prefix for label/matrix primitive parameters ([#&#8203;99](https://github.com/oapi-codegen/runtime/issues/99)) ([#&#8203;100](https://github.com/oapi-codegen/runtime/issues/100)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz)
- fix: parse un-exploded query param to map ([#&#8203;101](https://github.com/oapi-codegen/runtime/issues/101)) [@&#8203;alexdulin](https://github.com/alexdulin)
- fix: respect Binder interface for primitive types in BindStringToObject ([#&#8203;86](https://github.com/oapi-codegen/runtime/issues/86)) [@&#8203;vikstrous](https://github.com/vikstrous)

#### 👻 Maintenance

- chore: Update to go 1.24 ([#&#8203;111](https://github.com/oapi-codegen/runtime/issues/111)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz)

#### 📦 Dependency updates

- chore: Update to go 1.24 ([#&#8203;111](https://github.com/oapi-codegen/runtime/issues/111)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz)

#### Sponsors

We would like to thank our sponsors for their support during this release.

<p align="center">
	<a href="https://www.devzero.io/lp/dev-environment?utm_campaign=github&utm_source=oapi-codegen%20repo&utm_medium=github%20sponsorship">
		<picture>
		  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-light.svg">
		  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-dark.svg">
		  <img alt="DevZero logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-dark.svg" height="100px">
		</picture>
	</a>
</p>

<p align="center">
	<a href="https://cybozu.co.jp/?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
		<img alt="Cybozu logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/cybozu.svg" height="100px">
	</a>
</p>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: https://gitea.t000-n.de/t.behrendt/ionosDnsClient/pulls/19
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-04-03 09:12:53 +02:00
97adc37ab7 chore(deps): update dependency go to v1.26.1 (#18)
All checks were successful
Update Client / update-client (push) Successful in 1m2s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://github.com/actions/go-versions) | uses-with | patch | `1.26.0` → `1.26.1` |

---

### Release Notes

<details>
<summary>actions/go-versions (go)</summary>

### [`v1.26.1`](https://github.com/actions/go-versions/releases/tag/1.26.1-22746851271): 1.26.1

[Compare Source](https://github.com/actions/go-versions/compare/1.26.0-21889650668...1.26.1-22746851271)

Go 1.26.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->

Reviewed-on: #18
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-03-15 22:16:24 +01:00
60146879df chore(deps): update module github.com/oapi-codegen/runtime to v1.2.0 (#17)
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `v1.1.2` → `v1.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foapi-codegen%2fruntime/v1.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foapi-codegen%2fruntime/v1.1.2/v1.2.0?slim=true) |

---

### Release Notes

<details>
<summary>oapi-codegen/runtime (github.com/oapi-codegen/runtime)</summary>

### [`v1.2.0`](https://github.com/oapi-codegen/runtime/releases/tag/v1.2.0): Parameter binding extensions, bug fixes, dependency updates

[Compare Source](https://github.com/oapi-codegen/runtime/compare/v1.1.2...v1.2.0)

#### Notable Changes

The main change in this release is the addition of new Parameter binding and styling functions, which allow the code generator to pass in the `type` and `format` from the spec. Previously, we inferred what we wanted to do based on the destination type, however, it's not always possible to decide this without information about the specification.

#### 🚀 New features and improvements

- feat: add BindRawQueryParameter for correct comma handling ([#&#8203;92](https://github.com/oapi-codegen/runtime/issues/92)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz)
- fix: add TypeHint-aware parameter binding and styling for \[]byte ([#&#8203;97](https://github.com/oapi-codegen/runtime/issues/97)) ([#&#8203;98](https://github.com/oapi-codegen/runtime/issues/98)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz)
- Support array of objects parameters ([#&#8203;40](https://github.com/oapi-codegen/runtime/issues/40)) [@&#8203;danicc097](https://github.com/danicc097)
- Allow BindStyledParameterWithOptions to fill maps ([#&#8203;72](https://github.com/oapi-codegen/runtime/issues/72)) [@&#8203;JoZie](https://github.com/JoZie)

#### 🐛 Bug fixes

- fix: bind Date and Time query params as scalar values ([#&#8203;21](https://github.com/oapi-codegen/runtime/issues/21)) ([#&#8203;93](https://github.com/oapi-codegen/runtime/issues/93)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz)
- fix: support non-indexed deepObject array unmarshaling ([#&#8203;22](https://github.com/oapi-codegen/runtime/issues/22)) ([#&#8203;96](https://github.com/oapi-codegen/runtime/issues/96)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz)
- fix: correct time.Time date-only fallback parsing in deepObject ([#&#8203;95](https://github.com/oapi-codegen/runtime/issues/95)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz)
- Refactor date parsing error handling ([#&#8203;88](https://github.com/oapi-codegen/runtime/issues/88)) [@&#8203;jsnfwlr](https://github.com/jsnfwlr)
- fix: improve email validation using net/mail package ([#&#8203;60](https://github.com/oapi-codegen/runtime/issues/60)) [@&#8203;sniperwolf](https://github.com/sniperwolf)
- Fix deepObject marshalling losing json number format/precision ([#&#8203;29](https://github.com/oapi-codegen/runtime/issues/29)) [@&#8203;mgabeler-lee-6rs](https://github.com/mgabeler-lee-6rs)
- Fix issue 55 ([#&#8203;56](https://github.com/oapi-codegen/runtime/issues/56)) [@&#8203;mikhalytch](https://github.com/mikhalytch)
- fix(deepobject): support nested objects in deepObject arrays ([#&#8203;84](https://github.com/oapi-codegen/runtime/issues/84)) [@&#8203;adrianbrad](https://github.com/adrianbrad)

#### 👻 Maintenance

- feat(fix): bump gin version ([#&#8203;51](https://github.com/oapi-codegen/runtime/issues/51)) [@&#8203;Gamawn](https://github.com/Gamawn)
- Update golang.org/x/crypto to v0.32.0 ([#&#8203;59](https://github.com/oapi-codegen/runtime/issues/59)) [@&#8203;kojustin](https://github.com/kojustin)
- Updated Golang reference to address security vulnerability ([#&#8203;57](https://github.com/oapi-codegen/runtime/issues/57)) [@&#8203;ivan-manzhulin](https://github.com/ivan-manzhulin)
- Fix linter errors ([#&#8203;85](https://github.com/oapi-codegen/runtime/issues/85)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz)
- build: capture `govulncheck` results as Code Scanning alerts ([#&#8203;80](https://github.com/oapi-codegen/runtime/issues/80)) [@&#8203;jamietanna](https://github.com/jamietanna)

#### 📦 Dependency updates

- chore(deps): update release-drafter/release-drafter action to v6 ([#&#8203;31](https://github.com/oapi-codegen/runtime/issues/31)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate)

#### Sponsors

We would like to thank our sponsors for their support during this release.

<p align="center">
	<a href="https://www.devzero.io/lp/dev-environment?utm_campaign=github&utm_source=oapi-codegen%20repo&utm_medium=github%20sponsorship">
		<picture>
		  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-light.svg">
		  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-dark.svg">
		  <img alt="DevZero logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-dark.svg" height="100px">
		</picture>
	</a>
</p>

<p align="center">
	<a href="https://cybozu.co.jp/?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
		<img alt="Cybozu logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/cybozu.svg" height="100px">
	</a>
</p>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Reviewed-on: https://gitea.t000-n.de/t.behrendt/ionosDnsClient/pulls/17
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-03-15 22:16:12 +01:00
cd0e056841 chore(deps): update actions/setup-go digest to 4b73464 (#16)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) ([changelog](7a3fe6cf4c..4b73464bb3)) | action | digest | `7a3fe6c` → `4b73464` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->

Reviewed-on: #16
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-03-15 22:15:56 +01:00
e4360e6444 chore(deps): update dependency go to v1.26.0 (#14)
All checks were successful
Update Client / update-client (push) Successful in 12s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://github.com/actions/go-versions) | uses-with | minor | `1.25.6` → `1.26.0` |

---

### Release Notes

<details>
<summary>actions/go-versions (go)</summary>

### [`v1.26.0`](https://github.com/actions/go-versions/releases/tag/1.26.0-21889650668): 1.26.0

[Compare Source](https://github.com/actions/go-versions/compare/1.25.7-21696103256...1.26.0-21889650668)

Go 1.26.0

### [`v1.25.7`](https://github.com/actions/go-versions/releases/tag/1.25.7-21696103256): 1.25.7

[Compare Source](https://github.com/actions/go-versions/compare/1.25.6-21053840953...1.25.7-21696103256)

Go 1.25.7

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImFjdGlvbiIsImRlcHMiXX0=-->

Reviewed-on: #14
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-02-20 21:50:52 +01:00
f8660180f5 ci: pin various actions to a proper semver version (#15)
All checks were successful
Update Client / update-client (push) Successful in 25s
Reviewed-on: #15
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-02-14 19:28:32 +01:00
97a6fc84bb chore(deps): update actions/setup-go digest to 7a3fe6c (#10)
All checks were successful
Update Client / update-client (push) Successful in 12s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) ([changelog](4dc6199c7b..7a3fe6cf4c)) | action | digest | `4dc6199` → `7a3fe6c` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->

Reviewed-on: #10
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-01-26 13:50:53 +01:00
154cf8ae8f chore(deps): update dependency go to v1.25.6 (#11)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://github.com/actions/go-versions) | uses-with | patch | `1.25.5` → `1.25.6` |

---

### Release Notes

<details>
<summary>actions/go-versions (go)</summary>

### [`v1.25.6`](https://github.com/actions/go-versions/releases/tag/1.25.6-21053840953): 1.25.6

[Compare Source](https://github.com/actions/go-versions/compare/1.25.5-19880500865...1.25.6-21053840953)

Go 1.25.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->

Reviewed-on: #11
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-01-26 13:50:42 +01:00
59264d0462 chore(deps): update actions/setup-go action to v6 (#6)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://github.com/actions/setup-go) | action | major | `v5` -> `v6` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v6`](https://github.com/actions/setup-go/compare/v5...v6)

[Compare Source](https://github.com/actions/setup-go/compare/v5...v6)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zNy4xIiwidXBkYXRlZEluVmVyIjoiNDIuNDEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->

Reviewed-on: #6
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-12-16 13:13:02 +01:00
076bca5b90 chore(deps): update actions/checkout action to v6 (#5)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | major | `v3` -> `v6` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

### [`v6`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v600)

[Compare Source](https://github.com/actions/checkout/compare/v5...v6)

- Persist creds to a separate file by [@&#8203;ericsciple](https://github.com/ericsciple) in [#&#8203;2286](https://github.com/actions/checkout/pull/2286)
- Update README to include Node.js 24 support details and requirements by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;2248](https://github.com/actions/checkout/pull/2248)

### [`v5`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v501)

[Compare Source](https://github.com/actions/checkout/compare/v4...v5)

- Port v6 cleanup to v5 by [@&#8203;ericsciple](https://github.com/ericsciple) in [#&#8203;2301](https://github.com/actions/checkout/pull/2301)

### [`v4`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v431)

[Compare Source](https://github.com/actions/checkout/compare/v3...v4)

- Port v6 cleanup to v4 by [@&#8203;ericsciple](https://github.com/ericsciple) in [#&#8203;2305](https://github.com/actions/checkout/pull/2305)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zNy4xIiwidXBkYXRlZEluVmVyIjoiNDIuNDEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->

Reviewed-on: #5
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-12-16 13:12:37 +01:00
caab7d75fe chore(deps): update dependency go to v1.25.5 (#4)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://github.com/actions/go-versions) | uses-with | minor | `1.23.5` -> `1.25.5` |

---

### Release Notes

<details>
<summary>actions/go-versions (go)</summary>

### [`v1.25.5`](https://github.com/actions/go-versions/releases/tag/1.25.5-19880500865): 1.25.5

[Compare Source](https://github.com/actions/go-versions/compare/1.25.4-19122936812...1.25.5-19880500865)

Go 1.25.5

### [`v1.25.4`](https://github.com/actions/go-versions/releases/tag/1.25.4-19122936812): 1.25.4

[Compare Source](https://github.com/actions/go-versions/compare/1.25.3-18483679098...1.25.4-19122936812)

Go 1.25.4

### [`v1.25.3`](https://github.com/actions/go-versions/releases/tag/1.25.3-18483679098): 1.25.3

[Compare Source](https://github.com/actions/go-versions/compare/1.25.2-18331015608...1.25.3-18483679098)

Go 1.25.3

### [`v1.25.2`](https://github.com/actions/go-versions/releases/tag/1.25.2-18331015608): 1.25.2

[Compare Source](https://github.com/actions/go-versions/compare/1.25.1-17451174567...1.25.2-18331015608)

Go 1.25.2

### [`v1.25.1`](https://github.com/actions/go-versions/releases/tag/1.25.1-17451174567): 1.25.1

[Compare Source](https://github.com/actions/go-versions/compare/1.25.0-16925932082...1.25.1-17451174567)

Go 1.25.1

### [`v1.25.0`](https://github.com/actions/go-versions/releases/tag/1.25.0-16925932082): 1.25.0

[Compare Source](https://github.com/actions/go-versions/compare/1.24.11-19880504225...1.25.0-16925932082)

Go 1.25.0

### [`v1.24.11`](https://github.com/actions/go-versions/releases/tag/1.24.11-19880504225): 1.24.11

[Compare Source](https://github.com/actions/go-versions/compare/1.24.10-19122940106...1.24.11-19880504225)

Go 1.24.11

### [`v1.24.10`](https://github.com/actions/go-versions/releases/tag/1.24.10-19122940106): 1.24.10

[Compare Source](https://github.com/actions/go-versions/compare/1.24.9-18483682169...1.24.10-19122940106)

Go 1.24.10

### [`v1.24.9`](https://github.com/actions/go-versions/releases/tag/1.24.9-18483682169): 1.24.9

[Compare Source](https://github.com/actions/go-versions/compare/1.24.8-18331018734...1.24.9-18483682169)

Go 1.24.9

### [`v1.24.8`](https://github.com/actions/go-versions/releases/tag/1.24.8-18331018734): 1.24.8

[Compare Source](https://github.com/actions/go-versions/compare/1.24.7-17451178159...1.24.8-18331018734)

Go 1.24.8

### [`v1.24.7`](https://github.com/actions/go-versions/releases/tag/1.24.7-17451178159): 1.24.7

[Compare Source](https://github.com/actions/go-versions/compare/1.24.6-16792114823...1.24.7-17451178159)

Go 1.24.7

### [`v1.24.6`](https://github.com/actions/go-versions/releases/tag/1.24.6-16792114823): 1.24.6

[Compare Source](https://github.com/actions/go-versions/compare/1.24.5-16210585985...1.24.6-16792114823)

Go 1.24.6

### [`v1.24.5`](https://github.com/actions/go-versions/releases/tag/1.24.5-16210585985): 1.24.5

[Compare Source](https://github.com/actions/go-versions/compare/1.24.4-15482447176...1.24.5-16210585985)

Go 1.24.5

### [`v1.24.4`](https://github.com/actions/go-versions/releases/tag/1.24.4-15482447176): 1.24.4

[Compare Source](https://github.com/actions/go-versions/compare/1.24.3-14875263452...1.24.4-15482447176)

Go 1.24.4

### [`v1.24.3`](https://github.com/actions/go-versions/releases/tag/1.24.3-14875263452): 1.24.3

[Compare Source](https://github.com/actions/go-versions/compare/1.24.2-14210955142...1.24.3-14875263452)

Go 1.24.3

### [`v1.24.2`](https://github.com/actions/go-versions/releases/tag/1.24.2-14210955142): 1.24.2

[Compare Source](https://github.com/actions/go-versions/compare/1.24.1-13667719799...1.24.2-14210955142)

Go 1.24.2

### [`v1.24.1`](https://github.com/actions/go-versions/releases/tag/1.24.1-13667719799): 1.24.1

[Compare Source](https://github.com/actions/go-versions/compare/1.24.0-13277276272...1.24.1-13667719799)

Go 1.24.1

### [`v1.24.0`](https://github.com/actions/go-versions/releases/tag/1.24.0-13277276272): 1.24.0

[Compare Source](https://github.com/actions/go-versions/compare/1.23.12-16792118003...1.24.0-13277276272)

Go 1.24.0

### [`v1.23.12`](https://github.com/actions/go-versions/releases/tag/1.23.12-16792118003): 1.23.12

[Compare Source](https://github.com/actions/go-versions/compare/1.23.11-16210591255...1.23.12-16792118003)

Go 1.23.12

### [`v1.23.11`](https://github.com/actions/go-versions/releases/tag/1.23.11-16210591255): 1.23.11

[Compare Source](https://github.com/actions/go-versions/compare/1.23.10-15482449421...1.23.11-16210591255)

Go 1.23.11

### [`v1.23.10`](https://github.com/actions/go-versions/releases/tag/1.23.10-15482449421): 1.23.10

[Compare Source](https://github.com/actions/go-versions/compare/1.23.9-14875265214...1.23.10-15482449421)

Go 1.23.10

### [`v1.23.9`](https://github.com/actions/go-versions/releases/tag/1.23.9-14875265214): 1.23.9

[Compare Source](https://github.com/actions/go-versions/compare/1.23.8-14210956405...1.23.9-14875265214)

Go 1.23.9

### [`v1.23.8`](https://github.com/actions/go-versions/releases/tag/1.23.8-14210956405): 1.23.8

[Compare Source](https://github.com/actions/go-versions/compare/1.23.7-13667722349...1.23.8-14210956405)

Go 1.23.8

### [`v1.23.7`](https://github.com/actions/go-versions/releases/tag/1.23.7-13667722349): 1.23.7

[Compare Source](https://github.com/actions/go-versions/compare/1.23.6-13149487101...1.23.7-13667722349)

Go 1.23.7

### [`v1.23.6`](https://github.com/actions/go-versions/releases/tag/1.23.6-13149487101): 1.23.6

[Compare Source](https://github.com/actions/go-versions/compare/1.23.5-12821973241...1.23.6-13149487101)

Go 1.23.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zNy4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->

Reviewed-on: #4
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-12-14 23:04:07 +01:00
192e227217 chore(deps): pin dependencies (#2)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | pinDigest |  -> `f43a0e5` |
| [actions/setup-go](https://github.com/actions/setup-go) | action | pinDigest |  -> `d35c59a` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zNy4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYWN0aW9uIiwiZGVwcyJdfQ==-->

Reviewed-on: #2
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-12-14 23:03:43 +01:00
2673c73775 chore(deps): update module github.com/oapi-codegen/runtime to v1.1.2 (#8)
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `v1.1.1` -> `v1.1.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foapi-codegen%2fruntime/v1.1.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foapi-codegen%2fruntime/v1.1.1/v1.1.2?slim=true) |

---

### Release Notes

<details>
<summary>oapi-codegen/runtime (github.com/oapi-codegen/runtime)</summary>

### [`v1.1.2`](https://github.com/oapi-codegen/runtime/releases/tag/v1.1.2): : fixes for `map`s and `x-go-type-skip-optional-pointer`

[Compare Source](https://github.com/oapi-codegen/runtime/compare/v1.1.1...v1.1.2)

#### 🐛 Bug fixes

- Fix [#&#8203;70](https://github.com/oapi-codegen/runtime/issues/70): Use %w formatting directives when fmt.Error'ing an error. ([#&#8203;71](https://github.com/oapi-codegen/runtime/issues/71)) [@&#8203;constantoine](https://github.com/constantoine)
- Fix BindQueryParameter for optional parameters ([#&#8203;48](https://github.com/oapi-codegen/runtime/issues/48)) [@&#8203;TelpeNight](https://github.com/TelpeNight)
- fix: make BindQueryParameter play along with x-go-type-skip-optional-pointer ([#&#8203;47](https://github.com/oapi-codegen/runtime/issues/47)) [@&#8203;swistakm](https://github.com/swistakm)
- fix: correctly handle `map`s with different value types when binding ([#&#8203;38](https://github.com/oapi-codegen/runtime/issues/38)) [@&#8203;andnow873](https://github.com/andnow873)

#### 👻 Maintenance

- docs(sponsors): add `FUNDING.yml` ([#&#8203;46](https://github.com/oapi-codegen/runtime/issues/46)) [@&#8203;jamietanna](https://github.com/jamietanna)
- Simplify CI build matrix + build against Go 1.22 ([#&#8203;33](https://github.com/oapi-codegen/runtime/issues/33)) [@&#8203;jamietanna](https://github.com/jamietanna)

#### 📦 Dependency updates

- chore(deps): pin dependencies ([#&#8203;63](https://github.com/oapi-codegen/runtime/issues/63)) [@&#8203;renovate](https://github.com/renovate)

#### Sponsors

We would like to thank our sponsors for their support during this release.

<p align="center">
	<a href="https://www.devzero.io/lp/dev-environment?utm_campaign=github&utm_source=oapi-codegen%20repo&utm_medium=github%20sponsorship">
		<picture>
		  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/devzero-light.svg">
		  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/devzero-dark.svg">
		  <img alt="DevZero logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/devzero-dark.svg" height="100px">
		</picture>
	</a>
</p>

<p align="center">
	<a href="https://speakeasy.com?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
		<picture>
		  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/speakeasy-light.svg">
		  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/speakeasy-dark.svg">
		  <img alt="Speakeasy logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/speakeasy-dark.svg" height="100px">
		</picture>
	</a>
</p>

<p align="center">
	<a href="https://elastic.co?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
		<picture>
		  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/elastic-light.svg">
		  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/elastic-dark.svg">
		  <img alt="Elastic logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/elastic-dark.svg" height="100px">
		</picture>
	</a>
</p>

<p align="center">
	<a href="https://cybozu.co.jp/?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
		<img alt="Cybozu logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.4.1/.github/sponsors/cybozu.svg" height="100px">
	</a>
</p>

<p align="center">
	<a href="https://livepeer.org/?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship">
		<picture>
		  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/livepeer-light.svg">
		  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/livepeer-dark.svg">
		  <img alt="Livepeer logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/e6bcad1155e7d1dd0865caf2e9819cfdca6de79f/.github/sponsors/livepeer-dark.svg" height="50px">
		</picture>
	</a>
</p>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.

🔕 **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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOS4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: https://gitea.t000-n.de/t.behrendt/ionosDnsClient/pulls/8
Reviewed-by: t.behrendt <t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2025-12-14 23:03:23 +01:00
7edc4dc2cf ci: add renovate (#1)
All checks were successful
Update Client / update-client (push) Successful in 24s
Reviewed-on: #1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2025-12-12 21:53:43 +01:00
eb13c36e08 Update OpenAPI client to version 1.0.2 v1.0.2 2025-01-20 19:35:42 +00:00
4ce202ec4d ci: add workflow_dispatch as workflow trigger 2025-01-20 20:35:08 +01:00
8b0f417141 initial commit 2025-01-20 20:28:17 +01:00