Releases: inlets/inlets-operator
Update EC2 image to Ubuntu 22.04
Changelog for 0.17.3:
Commits
cd23b66 Update EC2 image to Ubuntu 22.04 by @alexellis
fb1a2a0 Add maxClientMemory to values.yaml by @alexellis
cb511e5 Update for GCE to use a reserved IP by @alexellis
Changes: 0.17.2...0.17.3
Generated by Derek
Support static IPs for GCE
Changelog for 0.17.2:
Commits
c455fd1 Pass Region and Zone to the delete requests by @alexellis
1062f18 Use region with GCE to enable reserved IPs by @alexellis
b061d19 Bump operator version for EC2 fix by @alexellis
Changes: 0.17.1...0.17.2
Generated by Derek
Add custom ports for EC2 tunnel servers
Changelog for 0.17.1:
- PR #163 Add custom ports for EC2 tunnel servers by @alexellis
Commits
f1bd95c Repopulate service if missing when creating port list by @alexellis
ab63a8e Build with Go 1.20 by @alexellis
a17274d Add custom ports for EC2 tunnel servers by @alexellis
1435f19 Update README.md by @alexellis
cd23562 Update secret location for license by @alexellis
47512f0 Update chart to include age of tunnel by @alexellis
5c501f1 Add age to tunnel objects by @alexellis
b48c851 Add chart verification by @alexellis
319d9bf Switch over to new breaking version of operator 0.17.0 by @alexellis
c1d9ddf Remove CRD from README by @alexellis
Changes: 0.17.0...0.17.1
Generated by Derek
Breaking changes to CRD and how tunnels are configured
Generally, we'd expect users to have 1-2 tunnels per deployment, so hopefully this won't affect you too much. Feel free to reach out if you have questions about the upgrade process.
Notes for upgrading:
- Delete the Operator deployment from the cluster
- Delete any cloud VMs that were provisioned by the Operator (deleting the Tunnel CR would cause it to be recreated)
- Delete the old CRD:
kubectl delete crd tunnels.inlets.inlets.dev
- Install the new operator - its CRD is now part of the chart and the license is now created a secret instead of as a flag
- Update any DNS records you have for the new IP addresses that are created for you
Changelog for 0.17.0:
- PR #159 Update namespace for operator CRDs by @alexellis
- PR #160 Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot[bot]
- PR #157 Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 by @dependabot[bot]
- PR #158 Bump k8s.io/client-go from 0.18.3 to 0.20.0 by @dependabot[bot]
Commits
e509ddf Remove artifacts due to CRD now being in the chart by @alexellis
e29120c Add CRD to chart instead of applying manually by @alexellis
dad4cad Update CRD printer and set generated in status by @alexellis
340c316 Update when annotations change by @alexellis
54f8da8 New operator namespace and use of secrets by @alexellis
4440082 Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot[bot]
3c094ab Update inlets-pro version used by @alexellis
b7eeea0 Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 by @dependabot[bot]
82fe992 Bump k8s.io/client-go from 0.18.3 to 0.20.0 by @dependabot[bot]
e82670d Upgrade operator to remove incluster warning by @alexellis
Changes: 0.16.3...0.17.0
Generated by Derek
Remove in-cluster warning message when running in K8s
Changelog for 0.16.3:
- PR #155 Fix parameter projectID casing by @jjcollinge
Commits
7847ab1 Fix repo owner in publish job by @alexellis
9d97fc8 Cancel in-progress builds for CI and rename job to build by @alexellis
02db221 Upgrade build action by @alexellis
2180939 Upgrade publish action by @alexellis
91b3cb3 Remove in-cluster warning message when running in K8s by @alexellis
a8a49d8 Fix parameter projectID casing by @jjcollinge
8d96cfd Upgrade to operator version 0.16.2 by @alexellis
Changes: 0.16.2...0.16.3
Generated by Derek
Specify client tunnel Pods as "tcp" and update to version 0.9.9
Changelog for 0.16.2:
Commits
8980a15 Migrate to inlets-pro 0.9.9 by @alexellis
50e17eb Specify type of tunnel in deployment spec by @alexellis
70e7476 Update inlets-pro version to 0.9.9 by @alexellis
5b65a19 Update inlets-operator version to 0.16.2 by @alexellis
d84d0de Update README.md by @alexellis
Changes: 0.16.1...0.16.2
Generated by Derek
Set inlets-pro 0.9.6 as the default version
Changelog for 0.16.1:
Commits
e753bf3 Upgrade to inlets-pro 0.9.6 as a default by @alexellis
8b54ac5 Update operator image to 0.16.0 by @alexellis
Changes: 0.16.0...0.16.1
Generated by Derek
Updates for Go 1.18 and various cloud provisioning SDKs
Changelog for 0.16.0:
- PR #154 Updates for Go 1.18 by @alexellis
- PR #150 Set build status from GitHub Actions by @rashedkvm
- PR #146 Update Hetzner Pricing by @senk
Commits
5d99d93 Updates to Makefile by @alexellis
9f2e15b Updates for Go 1.18 by @alexellis
09fa06e Clarify JWT vs Gumroad by @alexellis
3bf8d5e Set build status from GitHub Actions by @rashedkvm
5b2f965 Update get-arkade to arkade.dev by @alexellis
ac69be8 Update .DEREK.yml by @alexellis
1efc93b Update README.md by @alexellis
c59e4e6 Update chart to controller version 0.15.0 by @alexellis
90ba54a Update Hetzner Pricing by @senk
b2d0bc0 Add label for linking to source repository from container by @alexellis
Changes: 0.15.0...0.16.0
Generated by Derek
Make inlets version for tunnel servers configurable
Changelog for 0.15.0:
- PR #147 Make inlets version for tunnel servers configurable by @alexellis
- PR #143 chore: update operator codegen to match ingress-operator by @LucasRoesler
Commits
077a9f1 Add a default for the inlets container image for clients by @alexellis
60eec14 Enable a dynamic server version by @alexellis
20b0684 Update README.md by @alexellis
06df5a8 chore: update operator codegen to match ingress-operator by @LucasRoesler
598c9a9 Update chart to include plan variable by @alexellis
Generated by Derek