Skip to content

Releases: openfaas/ingress-operator

Use the Ingress domain for TLS secrets

01 Nov 11:25
Compare
Choose a tag to compare
Pre-release

Changelog for 0.6.4:

Commits
df2332d Use the ingress domain for the tls secret by @LucasRoesler
f627c24 Fix example, move REST example to docs by @alexellis
a4c4ee1 Update REST API mapping by @alexellis
d93fe76 Update examples for REST by @alexellis
e7a6aae Add async example by @alexellis

Generated by Derek

Fix for an issue reported with Traefik

18 Jun 15:31
Compare
Choose a tag to compare
Pre-release

Changelog for 0.6.3:

Commits
a88feb0 Fix traefik annotations as they weren't working properly for any paths except root by @aleks-fofanov
c539556 Apply recursively by @alexellis
1ce6cda Generate CRD from controller-gen by @alexellis
49994ef Split the examples from the testing YAML artifacts by @alexellis
cd92f90 Revert "Remove deployment artifacts" by @alexellis
4b1c5a5 Remove deployment artifacts by @alexellis

Generated by Derek

Update support for custom annotations

28 May 14:45
Compare
Choose a tag to compare

Changelog for 0.6.2:

Commits
d3fc6de Set custom annotations last by @alexellis
0f12b7b Switch config to not use bypass mode by @alexellis

Generated by Derek

Add feature for gateway bypass

11 Feb 10:32
Compare
Choose a tag to compare

Changelog for 0.6.1:

Commits
6e523ca Create bypass entries in function namespace by @alexellis
82230a5 Add BypassGateway to spec by @alexellis
1ef3c46 Print columns for CRD with -o wide by @alexellis
711d34c Enable caching of modules in Dockerfile by @alexellis
1538e78 Fix up solvers by @alexellis
917bda0 apiVersions by @csakshaug
7a1306d Custom domains and TLS for your OpenFaaS Functions by @alexellis
6af75af Update README.md by @alexellis
69f3814 Run the tests that we can find in the source-tree by @alexellis
deaa32a Run tests without pulling modules by @alexellis
554a9db Rename glog to klog by @alexellis
ead92ad Reinstate go modules download code by @alexellis
bc0416b Update Travis build to use single set of env-vars by @alexellis
3a90ae5 Add GOFLAGS=-mod=vendor to .travis.yml by @alexellis
0a9c207 Add k8s.io/code-generator to vendor by @alexellis
70967d5 Add code-generator as dependency by @alexellis
ff45af9 Fix Dockerfile for multi-stage build by @alexellis
e477a1f Enable Go modules by @alexellis
e8bab34 Move to Go modules and use Go client 1.17 by @alexellis

Generated by Derek

Move to Go modules and use Go client 1.17

04 Feb 14:18
Compare
Choose a tag to compare

Changelog for 0.6.0:

Now compatible with K8s 1.16 and 1.17 with the new location for Ingress in networking/v1beta1

Generated by Derek

Add path support for FunctionIngress and automated multi-arch builds

14 Jan 11:44
Compare
Choose a tag to compare

Changelog for 0.5.0:

Generated by Derek

Support cert-manager 0.11.0

31 Oct 15:30
Compare
Choose a tag to compare

Changelog:

  • Support added for cert-manager 0.11.0, to adopt this version, update your cert-manager installation.

https://docs.cert-manager.io/en/latest/tasks/upgrading/upgrading-0.10-0.11.html

Copy custom annotations to Ingress

08 Sep 08:05
Compare
Choose a tag to compare

Changelog:

  • Copy over annotations to ingress #7

In this release any custom annotations set by the user on the FunctionIngress will be copied over to the Ingress record created by the operator.

Rebuild for latest Go 1.11 patch

22 Aug 14:30
Compare
Choose a tag to compare

Changelog:

  • Rebuild for latest Go 1.11 patch

Add support for ClusterIssuer

30 Jul 20:27
Compare
Choose a tag to compare

Changelog:

  • Add support for ClusterIssuer #9 via @affix