Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/container-registry-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
tags: |
# https://github.com/docker/metadata-action#typeedge
type=edge
# https://github.com/docker/metadata-action#typesemver
type=semver,pattern={{raw}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
# https://github.com/docker/metadata-action#typesha
type=sha,format=long
- name: Set up QEMU
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ The changes should be grouped using the following categories (in order of preced

## [Unreleased]()

## 0.9.8 - 2026-02-12

### Changed

- Increase MaxConcurrentReconciles to 8
- Regular expressions for label matchers are precompiled and stored in a map for subsequent use

### Fixed

- Check requeueInterval only when the annotationOperatorUpdatedAt is correct

## 0.9.7 - 2025-12-03

### Changed
Expand Down
1 change: 1 addition & 0 deletions Makefile.maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ githubWorkflow:
tagStrategy:
- edge
- sha
- semver

renovate:
enabled: true
Expand Down
Loading