Managed Apps
Changed
- Update controller container image to
v1.3.1. (#349)
Changed
- Changed upstream chart, from loki-distributed to standard loki (former simple-scalable) - Switching from unsupported community chart to loki-supported official chart.
- Upgrade Loki from 2.5.0 to 2.6.1
- ⚠️ Major upgrade, breaking changes
- PVCs change as we switch from distributed (ingester, compactor, distributor…) to simple-scalable (just read and write pods)
- values structure changes. We rely on a subchart, meaning most of previous setup goes to a
loki section. See example files for extra info.
Fixed
- Azure sample config file: storage setup
- Sample config files: placement for compactor
Changed
- Add image registry switch to automatically switch the used image registry based on the installation region
Removed
- Post hook init hack when CNI is disabled since there’s another init container around already.
- Service: Add support for labels & annotations.
Changed
- Update audit log location to use the whole list of audit log files.
Changed
- Align
PodSecurityPolicy for CRD & ClusterIssuer install jobs to actual needs. - Fix
PodSecurityPolicy name for CA injector.
Changed
- Change namespace on GCP management clusters to
kyverno.
Added
- Push
kyverno to the GCP app collection.
Changed
- Add Service and Deployment annotations for Giant Swarm platform monitoring.
- Change target namespace for Giant Swarm management clusters.
- Build with
app-build-suite. - Add
app-test-suite tests.
Changed
- Update
kyverno to upstream version 1.7.4 / chart version 2.5.4. - Update
kyverno-policy-reporter to upstream version 2.10.0 / chart version 2.13.0.