Skip to content

Releases: tommy351/kosko

@kosko/[email protected]

21 Jun 08:48
c447fd9
Compare
Choose a tag to compare

Patch Changes

@kosko/[email protected]

08 Jun 03:52
94e94f2
Compare
Choose a tag to compare

Minor Changes

  • #135 95780a9 Thanks @tommy351! - Add options: insecureSkipTlsVerify, passCredentials, isUpgrade, kubeVersion, postRenderer, postRendererArgs.

  • #135 040af63 Thanks @tommy351! - Implement Helm chart cache. Cache is enabled by default. You can disable it by setting cache.enabled to false.

[email protected]

29 May 10:38
34fbaa7
Compare
Choose a tag to compare

Patch Changes

@kosko/[email protected]

29 May 10:39
34fbaa7
Compare
Choose a tag to compare

Major Changes

  • #141 3485f8a Thanks @tommy351! - Support the following YAML 1.1 features to match the behavior of sigs.k8s.io/yaml.

    • Numbers starting with 0 (e.g. 0777) are interpreted as octal numbers, instead of decimal numbers.
    • YAML 1.2 octal number 0o prefix is still supported.
    • YAML 1.1 booleans (yes, no, on, off, y, n) are interpreted as booleans, instead of strings.

@kosko/[email protected]

29 May 10:38
34fbaa7
Compare
Choose a tag to compare

Patch Changes

@kosko/[email protected]

29 May 10:38
34fbaa7
Compare
Choose a tag to compare

Major Changes

  • #141 3485f8a Thanks @tommy351! - Support the following YAML 1.1 features to match the behavior of sigs.k8s.io/yaml.

    • Numbers starting with 0 (e.g. 0777) are interpreted as octal numbers, instead of decimal numbers.
    • YAML 1.2 octal number 0o prefix is still supported.
    • YAML 1.1 booleans (yes, no, on, off, y, n) are interpreted as booleans, instead of strings.

Patch Changes

@kosko/[email protected]

29 May 10:38
34fbaa7
Compare
Choose a tag to compare

Major Changes

  • #141 3485f8a Thanks @tommy351! - Support the following YAML 1.1 features to match the behavior of sigs.k8s.io/yaml.

    • Numbers starting with 0 (e.g. 0777) are interpreted as octal numbers, instead of decimal numbers.
    • YAML 1.2 octal number 0o prefix is still supported.
    • YAML 1.1 booleans (yes, no, on, off, y, n) are interpreted as booleans, instead of strings.

Patch Changes

@kosko/[email protected]

29 May 10:38
34fbaa7
Compare
Choose a tag to compare

Patch Changes

@kosko/[email protected]

20 May 04:09
Compare
Choose a tag to compare

Minor Changes

  • a3df843 Thanks @tommy351! - Support cert-manager's Certificate in no-missing-secret rule.

@kosko/[email protected]

19 May 13:53
39be384
Compare
Choose a tag to compare

Minor Changes

  • b5760c5 Thanks @tommy351! - Support VerticalPodAutoscaler (VPA), MultidimPodAutoscaler (MPA), and KEDA in no-missing-scale-target rule.

  • 40b7ab7 Thanks @tommy351! - Support disabling lint rules on a specific manifest.

  • 6996f81 Thanks @tommy351! - Add ban-namespace rule.

  • 7be3794 Thanks @tommy351! - Support more secret types in no-missing-secret rule.

  • 3f38921 Thanks @tommy351! - Allow users to specify keys of requests and limits that must be defined in container resources in require-container-resources rule.