Skip to content

Releases: ministryofjustice/cloud-platform-terraform-ingress-controller

1.0.2

08 Mar 10:59
03569fd
Compare
Choose a tag to compare

Use ingressClass from controller name, as it is by default named as Nginx

More info:

-- For backwards compatibility with ingress.class annotation, use ingressClass.

Algorithm is as follows, first ingressClassName is considered, if not present, controller looks for ingress.class annotation

ingressClass: nginx

Add a condition to support tlsv1.3 along with tlsv1.2, this can be used for new ingress controllers

1.0.1

07 Mar 13:21
3059c1f
Compare
Choose a tag to compare

Update SecAuditLogParts

This is to configure mod_security to disable logging the request headers

We can enable it back once this issue is fixed:
owasp-modsecurity/ModSecurity#1898

1.0.0 upgrade to ingress v1

24 Feb 13:26
57e72c3
Compare
Choose a tag to compare

What's Changed

0.3.4

04 Oct 13:28
a4e40fb
Compare
Choose a tag to compare

More details in PR: #25

  • Bump custom error page image to 0.6
  • Add wildcard to domain apps. to handle record set of all sub domains

0.3.3

19 Aug 06:07
10af8ed
Compare
Choose a tag to compare

Remove metrics endpoint for defaultBackend

0.3.2

05 Aug 11:38
6ef7551
Compare
Choose a tag to compare

Replace "null_resource" with "kubectl_manifest"

As we are seeing multiple issues using null_resource, replacing this with kubectl_manifest.
Add '.apps.<cluster_domain_name>' to all clusters
Add '.apps.cloud-platform.service.justice.gov.uk' to live_clusters

0.3.1

12 Jul 14:35
2e1f769
Compare
Choose a tag to compare

Update default certificate of "live" cluster

This is to include *.apps.live-1, so users can use apps.live-1 domain, when migrating to eks-live cluster.

This is related to the issue:
ministryofjustice/cloud-platform#3013

0.3.0

25 Jun 09:28
c716e5c
Compare
Choose a tag to compare

Upgrade default ingress controller to the latest v3.34.0.
more info:
ministryofjustice/cloud-platform#2994

Terraform 0.13/0.14 upgrade

17 Mar 17:15
6928fca
Compare
Choose a tag to compare
Merge pull request #16 from ministryofjustice/mogaal-patch-1

Update main.tf

Preparing upgrade to 0.13 - removed interpolation in local-exec provider

12 Mar 16:02
8665f1c
Compare
Choose a tag to compare