All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add dnsDomainRoot to fix an issue with applications using .cluster.local.
0.6.2 - 2024-10-31
- Add NetworkPolicy for WorkloadCluster Ip Job
0.6.1 - 2024-10-30
- Add
/tmp
emptyDir volume to WorkloadCluster Ip Job to make kubectl able to write temporary files.
0.6.0 - 2024-07-15
- Update kubectl container image to version v1.26.0 for WorkloadCluster Ip Job
- Increase pod and container SecurityContext settings for WorkloadCluster Ip Job
- Execute
kubectl apply
with--server-side=true --field-manager='kubectl-client-side-apply' --force-conflicts
flags in WorkloadCluster Ip Job
- Remove unused tests under helm directory.
0.5.4 - 2024-01-09
- Configure
gsoci.azurecr.io
as the default container image registry.
0.5.3 - 2023-08-14
- Fix missing
apiVersion
in manifest forcheck-wc-cp-ip-clusters
policy.
0.5.2 - 2023-08-04
- Add kyverno policy for guarding the IPs of workload clusters.
0.5.1 - 2023-08-01
- Remove old tests which are not relevant to the repository's purpose.
0.5.0 - 2023-07-31
- Add ClusterPolicy to sync cert-manager Route53 secret to all
org
namespaces.
- Set
validationFailureAction: Enforce
.
0.4.1 - 2023-05-10
- Add push to
gcp-app-collection
. - Add push to
vsphere-app-collection
.
- Make the name based exclusion of the
inject-proxy-env-to-containers
policy configurable. Defaulting to status quo.
0.4.0 - 2023-03-14
- Add push to
capz-app-collection
- Update clusterctl versions for circleci test
- Update CAPI providers versions for circleci test
- Apply proxy variables to pod controllers templates instead of directly to pods.
0.3.2 - 2023-01-11
- Add annotation that allows blocking the proxy env injection on specific pod.
- Remove the
kyverno validate
CI step.
0.3.1 - 2022-12-15
- Add job to circleci that pushes to the
cloud-director-app-collection
. - Exclude
capi-
dex-k8s-*
pods from the env proxy injection.
0.3.0 - 2022-12-13
- Support dynamic policy configuration for proxy.
0.2.3 - 2022-11-30
- Add job to circleci that pushes to the
capa-app-collection
0.2.2 - 2022-11-29
- Removed the
=()
conditional from initContainers and ephemeralContainers. It isn't supported in mutate rules
0.2.1 - 2022-11-15
- Add missing new line during rendering to get a valid manifest.
0.2.0 - 2022-11-14
- Add support for respect
.cluster
values (generated on a cluster base bycluster-apps-operator
)
0.1.1 - 2022-11-14
0.1.0 - 2022-10-25
- App configuration is now done via config repo.
- Removed
installation
repo based configuration approach.
0.0.3 - 2022-10-18
0.0.2 - 2022-10-10
- It's possible to inject proxy vars only for given namespaces
0.0.1 - 2022-04-01
- Initial policies moved from
kyverno-policies
.