Releases: openfaas/ingress-operator
Use the Ingress domain for TLS secrets
Changelog for 0.6.4:
- PR #35 Use the ingress domain for the tls secret by @LucasRoesler
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
Changelog for 0.6.3:
- PR #31 Fix traefik annotations as they are not working properly by @aleks-fofanov
- PR #33 Generate CRD from controller-gen by @alexellis
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
Changelog for 0.6.2:
- PR #29 Update custom annotation order by @alexellis
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
Changelog for 0.6.1:
- PR #24 OpenFaaS Ltd: Add bypass gateway mode by @alexellis
- PR #23 Print columns for CRD with -o wide by @alexellis
- PR #17 apiVersions by @csakshaug
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
Changelog for 0.6.0:
- PR #22 Move to Go modules and use Go client 1.17 by @alexellis
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
Support cert-manager 0.11.0
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
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
Changelog:
- Rebuild for latest Go 1.11 patch