Skip to content

Latest commit

 

History

History
190 lines (110 loc) · 5.49 KB

CHANGELOG.md

File metadata and controls

190 lines (110 loc) · 5.49 KB

Changelog

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.

Added

  • Add dnsDomainRoot to fix an issue with applications using .cluster.local.

0.6.2 - 2024-10-31

Changed

  • Add NetworkPolicy for WorkloadCluster Ip Job

0.6.1 - 2024-10-30

Changed

  • Add /tmp emptyDir volume to WorkloadCluster Ip Job to make kubectl able to write temporary files.

0.6.0 - 2024-07-15

Changed

  • 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

Removed

  • Remove unused tests under helm directory.

0.5.4 - 2024-01-09

Changed

  • Configure gsoci.azurecr.io as the default container image registry.

0.5.3 - 2023-08-14

Changed

  • Fix missing apiVersion in manifest for check-wc-cp-ip-clusters policy.

0.5.2 - 2023-08-04

Added

  • Add kyverno policy for guarding the IPs of workload clusters.

0.5.1 - 2023-08-01

Removed

  • Remove old tests which are not relevant to the repository's purpose.

0.5.0 - 2023-07-31

Added

  • Add ClusterPolicy to sync cert-manager Route53 secret to all org namespaces.

Changed

  • Set validationFailureAction: Enforce.

0.4.1 - 2023-05-10

Added

  • Add push to gcp-app-collection.
  • Add push to vsphere-app-collection.

Changed

  • Make the name based exclusion of the inject-proxy-env-to-containers policy configurable. Defaulting to status quo.

0.4.0 - 2023-03-14

Added

  • Add push to capz-app-collection

Changed

  • 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

Added

  • Add annotation that allows blocking the proxy env injection on specific pod.

Changed

  • Remove the kyverno validate CI step.

0.3.1 - 2022-12-15

Added

  • 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

Added

  • Support dynamic policy configuration for proxy.

0.2.3 - 2022-11-30

Added

  • Add job to circleci that pushes to the capa-app-collection

0.2.2 - 2022-11-29

Fixed

  • Removed the =() conditional from initContainers and ephemeralContainers. It isn't supported in mutate rules

0.2.1 - 2022-11-15

Fixed

  • Add missing new line during rendering to get a valid manifest.

0.2.0 - 2022-11-14

Changed

  • Add support for respect .cluster values (generated on a cluster base by cluster-apps-operator)

0.1.1 - 2022-11-14

0.1.0 - 2022-10-25

Changed

  • App configuration is now done via config repo.

Removed

  • Removed installation repo based configuration approach.

0.0.3 - 2022-10-18

0.0.2 - 2022-10-10

Added

  • It's possible to inject proxy vars only for given namespaces

0.0.1 - 2022-04-01

Added