projectsyn / lieutenant-operator

The Project Syn Inventory API Operator
https://docs.syn.tools/lieutenant-operator/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Update module github.com/elastic/crd-ref-docs to v0.0.12 - autoclosed #258

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/elastic/crd-ref-docs v0.0.8 -> v0.0.12 age adoption passing confidence

Release Notes

elastic/crd-ref-docs (github.com/elastic/crd-ref-docs) ### [`v0.0.12`](https://togithub.com/elastic/crd-ref-docs/releases/tag/v0.0.12) [Compare Source](https://togithub.com/elastic/crd-ref-docs/compare/v0.0.11...v0.0.12) #### What's Changed ##### Bug Fixes - Do not process a type if it is ignored by [@​barkbay](https://togithub.com/barkbay) in [https://github.com/elastic/crd-ref-docs/pull/73](https://togithub.com/elastic/crd-ref-docs/pull/73) ##### Enhancements - Update dependencies by [@​barkbay](https://togithub.com/barkbay) in [https://github.com/elastic/crd-ref-docs/pull/72](https://togithub.com/elastic/crd-ref-docs/pull/72) - Go version: s/1.20.x/1.22.x by [@​barkbay](https://togithub.com/barkbay) in [https://github.com/elastic/crd-ref-docs/pull/74](https://togithub.com/elastic/crd-ref-docs/pull/74) #### New Contributors - [@​barkbay](https://togithub.com/barkbay) made their first contribution in [https://github.com/elastic/crd-ref-docs/pull/73](https://togithub.com/elastic/crd-ref-docs/pull/73) **Full Changelog**: https://github.com/elastic/crd-ref-docs/compare/v0.0.11...v0.0.12 ### [`v0.0.11`](https://togithub.com/elastic/crd-ref-docs/releases/tag/v0.0.11) [Compare Source](https://togithub.com/elastic/crd-ref-docs/compare/v0.0.10...v0.0.11) #### Enhancements - Support for generating separate files for each API group (by [@​airycanon](https://togithub.com/airycanon) [#​67](https://togithub.com/elastic/crd-ref-docs/issues/67)) #### Bug fixes - Escape asterix in asciidoc rendered (by [@​tenstad](https://togithub.com/tenstad) in [#​64](https://togithub.com/elastic/crd-ref-docs/issues/64)) #### Misc - chore(deps): upgrade sigs.k8s.io/controller-tools to v0.14.0 (by [@​justenstall](https://togithub.com/justenstall) in [#​63](https://togithub.com/elastic/crd-ref-docs/issues/63)), which allows support for go `v1.22`. - Test with multiple api packages (by [@​tenstad](https://togithub.com/tenstad) in [#​66](https://togithub.com/elastic/crd-ref-docs/issues/66)) - Increase default maximum recursion level for type discovery (by [@​tenstad](https://togithub.com/tenstad) in [#​65](https://togithub.com/elastic/crd-ref-docs/issues/65)) - Update default templates with default and validation markers (by [@​tenstad](https://togithub.com/tenstad) in [#​49](https://togithub.com/elastic/crd-ref-docs/issues/49)) ### [`v0.0.10`](https://togithub.com/elastic/crd-ref-docs/releases/tag/v0.0.10) [Compare Source](https://togithub.com/elastic/crd-ref-docs/compare/v0.0.9...v0.0.10) #### Enhancements - Parse CRD default and validation markers (by [@​tenstad](https://togithub.com/tenstad) in [#​55](https://togithub.com/elastic/crd-ref-docs/issues/55)) #### Bug fixes - Handle fields with multi-line comments (by [@​czeslavo](https://togithub.com/czeslavo) in [#​53](https://togithub.com/elastic/crd-ref-docs/issues/53)) - Parse underlying types correctly (by [@​tenstad](https://togithub.com/tenstad) in [#​51](https://togithub.com/elastic/crd-ref-docs/issues/51)) - Use single parser collector (by [@​tenstad](https://togithub.com/tenstad) in [#​50](https://togithub.com/elastic/crd-ref-docs/issues/50)) - Assign inline based on json tag (by [@​tenstad](https://togithub.com/tenstad) in [#​48](https://togithub.com/elastic/crd-ref-docs/issues/48)) - Parse standalone types correctly (by [@​tenstad](https://togithub.com/tenstad) in [#​47](https://togithub.com/elastic/crd-ref-docs/issues/47)) #### Misc - chore: update go mod version to 1.20 (by [@​tenstad](https://togithub.com/tenstad) in [#​46](https://togithub.com/elastic/crd-ref-docs/issues/46)) - test: update to kubebuilder 3.11.1 and kubernetes 1.25 (by [@​tenstad](https://togithub.com/tenstad) in [#​45](https://togithub.com/elastic/crd-ref-docs/issues/45)) #### Contributors - [@​czeslavo](https://togithub.com/czeslavo) made their first contribution in [https://github.com/elastic/crd-ref-docs/pull/53](https://togithub.com/elastic/crd-ref-docs/pull/53) - A big thank you to [@​tenstad](https://togithub.com/tenstad) who contributed very actively to this release ### [`v0.0.9`](https://togithub.com/elastic/crd-ref-docs/releases/tag/v0.0.9) [Compare Source](https://togithub.com/elastic/crd-ref-docs/compare/v0.0.8...v0.0.9) #### Enhancements - Add custom link declaration support for known types ([#​37](https://togithub.com/elastic/crd-ref-docs/issues/37)) - Make inlined structs get references from where they are inlined ([#​33](https://togithub.com/elastic/crd-ref-docs/issues/33)) - Support multi-line and indent preservation using raw docstring for type docs ([#​28](https://togithub.com/elastic/crd-ref-docs/issues/28)) - Support for inlining fields of embedded types ([#​25](https://togithub.com/elastic/crd-ref-docs/issues/25)) #### Misc - Update go dependencies ([#​43](https://togithub.com/elastic/crd-ref-docs/issues/43)) - Update go to 1.20 ([#​42](https://togithub.com/elastic/crd-ref-docs/issues/42)) - Run e2e tests on build ([#​41](https://togithub.com/elastic/crd-ref-docs/issues/41)) - Enable build action for PR ([#​40](https://togithub.com/elastic/crd-ref-docs/issues/40)) - Fix formatting in test types ([#​32](https://togithub.com/elastic/crd-ref-docs/issues/32)) - Use test config in tests ([#​24](https://togithub.com/elastic/crd-ref-docs/issues/24))

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.



This PR has been generated by Mend Renovate. View repository job log here.