Skip to content

Latest commit

 

History

History
81 lines (41 loc) · 4.77 KB

CHANGELOG.md

File metadata and controls

81 lines (41 loc) · 4.77 KB

Changelog

2.1.1 (2024-09-14)

Refactors

  • run merger with non-root user by default (2faee16)

Continuous Integration

  • publish temporary docker image (cf83a24)
  • update golangci-lint-action version (f25736e)

2.1.0 (2024-08-20)

Features

2.0.0 (2024-02-11)

⚠ BREAKING CHANGES

  • rename apiVersion group name (#75)

refactor

Bug Fixes

  • deps: update all non-major dependencies (c040f6d)
  • deps: update k8s.io/kube-openapi digest to a781456 (c7a678c)

1.1.0 (2023-09-17)

Features

  • support ConfigMap and Secret as an output (#34) (62e552e)

Bug Fixes

  • deps: update all non-major dependencies (3f5c70c)

Continuous Integration

  • unify build and release packages (#26) (8381945)

1.0.0 (2023-09-10)

Features

  • first working version of merger (bd0ef52)

Documentation

  • update the main readme and use cases (1d2e9d4)
  • use case - append CustomResources lists without schema (4be2cc1)
  • use case - Generate multiple manifests from a single file (37b9ce1)
  • use case - Organize long manifests into smaller ones (dad79e0)

Continuous Integration

  • add go release workflow (80f6ff4)
  • go linter config and ci workflow (#1) (8a3c75e)
  • go releaser (#2) (df20b82)
  • renovate for dependency update (#4) (61ea189)
  • security: apply best practices by step security (#8) (fe208e0)
  • security: codeql analysis workflow (#3) (246696c)
  • security: Scorecard security workflow (52c4496)