1.0.21
fpapon
released this
28 Aug 09:09
·
90 commits
to master
since this release
Release 1.0.21
- Romain Manni-Bucau: Enable to set interpolate default flag value at alveolus or manifest level. link.
- Romain Manni-Bucau: [descriptor] add includeIf support in patches. link.
- Romain Manni-Bucau: [build] use the new way to access m2 repository path and upgrade maven plugin api. link.
- dependabot-ci: [substitution] better escaping support - to enable mustache syntax in configuration. link.
- francois papon: Add Yaml2Json command. link.
- François Papon: Merge pull request #13 from fpapon/yaml2json
Add Yaml2Json command. link.
- Romain Manni-Bucau: [http-client] enable to configure http version (1.1 or 2), redirect policy and connect timeout. link.
- francois papon: [dependencies] Upgrade to snakeyaml 2.0. link.
- François Papon: Merge pull request #14 from fpapon/dep
[dependencies] Upgrade to snakeyaml 2.0. link.
- Romain Manni-Bucau: [http] add bundlebee.kube.http.timeout configuration to more easily control timeout. link.
- Romain Manni-Bucau: [apply][serviceaccouts] tolerate HTTP 409 and retry once automatically when a service account is detected as existing when creating it. link.
- Romain Manni-Bucau: [lint command] just to check resources as of today. link.
- Romain Manni-Bucau: [linting] adding checks for latest usage, warning for not using anti affinity, checks for liveness and readyness presence. link.
- Romain Manni-Bucau: [linting] add checks to documentation. link.
- Romain Manni-Bucau: [doc] upgrade tools plugin to have last theme and github link. link.
- Romain Manni-Bucau: No need of shared config for list-lint-rules mojo. link.
- Romain Manni-Bucau: [linting] check permissions to create pods/access secrets + enables to exclude linting rules from the manifest or descriptor. link.
- Romain Manni-Bucau: adding most of kube-linter rules to our lint command. link.
- Romain Manni-Bucau: [lint] Add support for sarif report. link.
- Romain Manni-Bucau: [descriptors] Enable to force a content-type for PATCH method in virtual attribute $bundlebeePatchContentType to override default strategic merge patch one without using force or update mode. link.
- Romain Manni-Bucau: move patch content type attribute to an annotation. link.
- Romain Manni-Bucau: [apply] add support for fieldValidation value (defaulting to Strict). link.
- Romain Manni-Bucau: [CRD] auto fallback on application/merge-patch+json if strategic merge failed (415). link.
- Romain Manni-Bucau: [httpclient] basic rate limiting capacity - disabled by default. link.
- Romain Manni-Bucau: [ratelimiting] Ensure server side rate limiting is properly handled when there is no initial rate limiting. link.
- Romain Manni-Bucau: [skip ci][doc] typo in injectTimestamp description. link.
- Romain Manni-Bucau: [substitutor] adding bundlebee-directory-json-key-value-pairs-content placeholder function. link.