Releases: ConfigButler/gitops-reverser
gitops-reverser: v0.17.1
0.17.1 (2026-02-26)
Bug Fixes
- Failing folder reconcile for core group (group="") resources (212132f)
- This should remove the timing mistake in the e2e setup (74d25af)
Installation
Quick Install (Single YAML)
kubectl apply -f https://github.com/ConfigButler/gitops-reverser/releases/download/gitops-reverser-v0.17.1/install.yamlHelm Chart
helm install gitops-reverser oci://ghcr.io/configbutler/charts/gitops-reverser --version 0.17.1Docker Images
This release is available as a Docker image:
docker pull ghcr.io/configbutler/gitops-reverser:0.17.1
docker pull ghcr.io/configbutler/gitops-reverser:latestPlatforms: linux/amd64, linux/arm64
gitops-reverser: v0.17.0
0.17.0 (2026-02-25)
Features
- output json logging for now (f4ebaee)
Bug Fixes
- Have seperate clusters per installation type (asking for troubles if you don't). (62496c3)
Documentation
- Plotting potenial next steps (5f94e25)
- Seeing if this fixes it (c4d8170)
- Some new plans for later (263c3c3)
Installation
Quick Install (Single YAML)
kubectl apply -f https://github.com/ConfigButler/gitops-reverser/releases/download/gitops-reverser-v0.17.0/install.yamlHelm Chart
helm install gitops-reverser oci://ghcr.io/configbutler/charts/gitops-reverser --version 0.17.0Docker Images
This release is available as a Docker image:
docker pull ghcr.io/configbutler/gitops-reverser:0.17.0
docker pull ghcr.io/configbutler/gitops-reverser:latestPlatforms: linux/amd64, linux/arm64
gitops-reverser: v0.16.0
0.16.0 (2026-02-21)
Features
Bug Fixes
- Docker-outside-docker is apperently flaky, applied a workarround so that I can keep behaviour equal to CI for now (50ffced)
- Let's fix it! (401916d)
- linting (2d95654)
Documentation
- Improvement plans for SOPS Age key generation (support only supplying public keys as well). Also multiple recpiants if wished for. (6091aa5)
Installation
Quick Install (Single YAML)
kubectl apply -f https://github.com/ConfigButler/gitops-reverser/releases/download/gitops-reverser-v0.16.0/install.yamlHelm Chart
helm install gitops-reverser oci://ghcr.io/configbutler/charts/gitops-reverser --version 0.16.0Docker Images
This release is available as a Docker image:
docker pull ghcr.io/configbutler/gitops-reverser:0.16.0
docker pull ghcr.io/configbutler/gitops-reverser:latestPlatforms: linux/amd64, linux/arm64
gitops-reverser: v0.15.0
0.15.0 (2026-02-13)
Features
- Let's give the audit webhook handling it's own webserver (so that TLS config can be different) (058022c)
- Simplify the services and server configurations (28b17d6)
- Spring cleaning of /config (af2d1a5)
Bug Fixes
- Also make that part simpler please (963d1c1)
- linting issues (0f96cae)
- Make "--metric-insecure" a reality and local testability of all flows (cf9b7f7)
- Never ever commit secrets in their raw form (aeff306)
- Remove double crds (00d7158)
- That should fix it (62ac5b8)
- That should resolve it (8176831)
- Would this now finally work? (f5ce17a)
Documentation
Installation
Quick Install (Single YAML)
kubectl apply -f https://github.com/ConfigButler/gitops-reverser/releases/download/gitops-reverser-v0.15.0/install.yamlHelm Chart
helm install gitops-reverser oci://ghcr.io/configbutler/charts/gitops-reverser --version 0.15.0Docker Images
This release is available as a Docker image:
docker pull ghcr.io/configbutler/gitops-reverser:0.15.0
docker pull ghcr.io/configbutler/gitops-reverser:latestPlatforms: linux/amd64, linux/arm64
gitops-reverser: v0.14.3
0.14.3 (2026-01-30)
Bug Fixes
- Servicemonitor in helm chart was not flexible enough (20d4b7c)
Documentation
- Cleaning docs and polishing (632bff1)
Installation
Quick Install (Single YAML)
kubectl apply -f https://github.com/ConfigButler/gitops-reverser/releases/download/gitops-reverser-v0.14.3/install.yamlHelm Chart
helm install gitops-reverser oci://ghcr.io/configbutler/charts/gitops-reverser --version 0.14.3Docker Images
This release is available as a Docker image:
docker pull ghcr.io/configbutler/gitops-reverser:0.14.3
docker pull ghcr.io/configbutler/gitops-reverser:latestPlatforms: linux/amd64, linux/arm64
gitops-reverser: v0.14.2
0.14.2 (2026-01-30)
Bug Fixes
- Adjusting gittea stuff for the latest version (454c948)
- Get the defaults right so that the examples work (d304f7c)
- Getting weird concurrency out (160deca)
- Linting mistake (2b0c399)
Documentation
- Small adjustements (4289070)
Installation
Quick Install (Single YAML)
kubectl apply -f https://github.com/ConfigButler/gitops-reverser/releases/download/gitops-reverser-v0.14.2/install.yamlHelm Chart
helm install gitops-reverser oci://ghcr.io/configbutler/charts/gitops-reverser --version 0.14.2Docker Images
This release is available as a Docker image:
docker pull ghcr.io/configbutler/gitops-reverser:0.14.2
docker pull ghcr.io/configbutler/gitops-reverser:latestPlatforms: linux/amd64, linux/arm64
gitops-reverser: v0.14.1
0.14.1 (2026-01-30)
Bug Fixes
- No ns creation in helm chart, let's keep it simple (207ad59)
Installation
Quick Install (Single YAML)
kubectl apply -f https://github.com/ConfigButler/gitops-reverser/releases/download/gitops-reverser-v0.14.1/install.yamlHelm Chart
helm install gitops-reverser oci://ghcr.io/configbutler/charts/gitops-reverser --version 0.14.1Docker Images
This release is available as a Docker image:
docker pull ghcr.io/configbutler/gitops-reverser:0.14.1
docker pull ghcr.io/configbutler/gitops-reverser:latestPlatforms: linux/amd64, linux/arm64
gitops-reverser: v0.14.0
0.14.0 (2026-01-26)
Features
- add experimental audit webhook for metrics collection (a5b8655)
- All reference end with Ref and custom types (a7092a2)
- e2e: add Kind cluster audit webhook support (5253765)
- Scafold 'new' types (bd8688c)
- Support setting audit-dump-dir so that we can analyse what the k8s api is sending us (1867f21)
Bug Fixes
- Also converting unit tests and ask for deleteion (00c5974)
- devcontainer: pin DOCKER_API_VERSION to 1.43 (181f9ca)
- end2end testa are now working (b6bc194)
- Fixing all tests (7e786dc)
- Get the all tests green (fdb8d8f)
- Getting tests green and refining contracts (66faefa)
- Ironing out last details (5c16998)
- Let's also improve security since we are now in the tmp folder (0a418a3)
- Remove more (ec0ad99)
- Run kind config in GH as well (9231f04)
Documentation
- And adjust asciiart (b283142)
- Saturday redesign of new-config (25f8a3d)
- Setup apiserver audit hook (c0fa483)
Installation
Quick Install (Single YAML)
kubectl apply -f https://github.com/ConfigButler/gitops-reverser/releases/download/gitops-reverser-v0.14.0/install.yamlHelm Chart
helm install gitops-reverser oci://ghcr.io/configbutler/charts/gitops-reverser --version 0.14.0Docker Images
This release is available as a Docker image:
docker pull ghcr.io/configbutler/gitops-reverser:0.14.0
docker pull ghcr.io/configbutler/gitops-reverser:latestPlatforms: linux/amd64, linux/arm64
gitops-reverser: v0.13.1
0.13.1 (2025-11-24)
Bug Fixes
- Improving e2e test stability in pipeline by better aligned timings (c607be9)
- prevent cert-manager warning during default deployment (c12e9e6)
Documentation
- Have a demo as teaser (c8693e6)
Installation
Quick Install (Single YAML)
kubectl apply -f https://github.com/ConfigButler/gitops-reverser/releases/download/gitops-reverser-v0.13.1/install.yamlHelm Chart
helm install gitops-reverser oci://ghcr.io/configbutler/charts/gitops-reverser --version 0.13.1Docker Images
This release is available as a Docker image:
docker pull ghcr.io/configbutler/gitops-reverser:0.13.1
docker pull ghcr.io/configbutler/gitops-reverser:latestPlatforms: linux/amd64, linux/arm64
gitops-reverser: v0.13.0
0.13.0 (2025-11-22)
Features
- username as author (instead of appended to commit message) (36f337f)
Bug Fixes
- Attribute to user 'fixed' (eef3330)
- Removing queue stuff for correlation, only works in theory (b13de1d)
Installation
Quick Install (Single YAML)
kubectl apply -f https://github.com/ConfigButler/gitops-reverser/releases/download/gitops-reverser-v0.13.0/install.yamlHelm Chart
helm install gitops-reverser oci://ghcr.io/configbutler/charts/gitops-reverser --version 0.13.0Docker Images
This release is available as a Docker image:
docker pull ghcr.io/configbutler/gitops-reverser:0.13.0
docker pull ghcr.io/configbutler/gitops-reverser:latestPlatforms: linux/amd64, linux/arm64