Inlets Operator Versions Save

Get public TCP LoadBalancers for local Kubernetes clusters

0.17.7

3 months ago

Changelog for 0.17.7:

Commits 22282a8e0f44eae00eb3239838db98084b2194aa Give specific amount of RAM for jobs by @alexellis ad9660efb90a987132c5dee66ee22238cbc2c6a8 Rename build job by @alexellis 06bf18085bcd0b17246897c96a7ba324a6d29a1d Update vendor as per go.sum by @alexellis efabdf5b244ab5bad2d45d15e2bb5bfe7969c791 Use Go 1.21 and updates to Go.mod by @alexellis e78852193bec22261e1cc4e45d5532ee17c205cf Upgrade chart for newer OS for DigitalOcean tunnel servers by @alexellis 7201a004bb5d247d04f3cd66cb7b764db55a7d52 Fix issue: #166 with Ubuntu 22.04 upgrade for DigitalOcean by @alexellis e080b818bff77cc04b0d542f3bc51694ccf95700 Update chart for new EC2 fixes by @alexellis

Changes: https://github.com/inlets/inlets-operator/compare/0.17.5...0.17.7

Generated by Derek

0.17.6

6 months ago

0.17.5

8 months ago

Changelog for 0.17.5:

  • PR #165 Update cloud-provision to v0.6.8 by @welteki

Commits 355989732b397a83ebec6d31c124f09613c99732 Update cloud-provision to v0.6.8 by @welteki

Changes: https://github.com/inlets/inlets-operator/compare/0.17.4...0.17.5

Generated by Derek

0.17.4

8 months ago

Changelog for 0.17.4:

Commits 0b2c62375469f0e2a2dfd76f3a373e7606e9935a Run on actuated by @alexellis c801ee44fc9401b004efcad7b993e83bd6300b53 Update Helm chart for EC2 AMI upgrade to 22.04 by @alexellis

Changes: https://github.com/inlets/inlets-operator/compare/0.17.3...0.17.4

Generated by Derek

0.17.3

8 months ago

Changelog for 0.17.3:

Commits cd23b667e565baf7c5787c5aec304178773ba9aa Update EC2 image to Ubuntu 22.04 by @alexellis fb1a2a0b951a710d1a54bcab4f1eef7d21ec0b91 Add maxClientMemory to values.yaml by @alexellis cb511e56fab94bf1856021f71965789972685f49 Update for GCE to use a reserved IP by @alexellis

Changes: https://github.com/inlets/inlets-operator/compare/0.17.2...0.17.3

Generated by Derek

0.17.2

1 year ago

Changelog for 0.17.2:

Commits c455fd1a250dd1fea428e78e9d08aa04db9eb2ea Pass Region and Zone to the delete requests by @alexellis 1062f18987ea3b2a6ea233d4763a18c8b7eb7997 Use region with GCE to enable reserved IPs by @alexellis b061d196d435bf0132518e68be9491b4910ea0ce Bump operator version for EC2 fix by @alexellis

Changes: https://github.com/inlets/inlets-operator/compare/0.17.1...0.17.2

Generated by Derek

0.17.1

1 year ago

Changelog for 0.17.1:

  • PR #163 Add custom ports for EC2 tunnel servers by @alexellis

Commits f1bd95c4b8c84804b81a31487d46fff087979cfb Repopulate service if missing when creating port list by @alexellis ab63a8ef6a2d6b0c9689de2ee8296889341f9c31 Build with Go 1.20 by @alexellis a17274d7725474373a3b5919eebeae2d92d97fa3 Add custom ports for EC2 tunnel servers by @alexellis 1435f193329b78c43fce2dfa1181f57097b14f7a Update README.md by @alexellis cd23562c18ef641e507291ded32dfa545f444f9c Update secret location for license by @alexellis 47512f0ca543aee494e2112fa3b79f2681800520 Update chart to include age of tunnel by @alexellis 5c501f1624cba250aa9224c99c86d9d545e76559 Add age to tunnel objects by @alexellis b48c8516a91e7182951406cada0d78edaecf4f3e Add chart verification by @alexellis 319d9bfb214b9411951841c4c3c3eb431a9015fc Switch over to new breaking version of operator 0.17.0 by @alexellis c1d9ddf8afa8f870ca271b8a68d9a8a0b1bdeb92 Remove CRD from README by @alexellis

Changes: https://github.com/inlets/inlets-operator/compare/0.17.0...0.17.1

Generated by Derek

0.17.0

1 year ago

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 e509ddffd985278771baeb7042fb76dbaeb35739 Remove artifacts due to CRD now being in the chart by @alexellis e29120c06e17c0794d353794368cac19a8016ad4 Add CRD to chart instead of applying manually by @alexellis dad4cad762dff649cf95b3d3d4d31958c345bc94 Update CRD printer and set generated in status by @alexellis 340c3169cf329a45541a5a45074cfbf3e704b243 Update when annotations change by @alexellis 54f8da88acd5abb35232bad667c82c4407da83e0 New operator namespace and use of secrets by @alexellis 4440082e74486e1bc7498be992961854833a5a7b Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot[bot] 3c094abc17ffb30386aef90d20c90629cc2bb878 Update inlets-pro version used by @alexellis b7eeea0ab82bebfe7f619961dc3c10b3d0a3a03e Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 by @dependabot[bot] 82fe9923005c9d5fcd75be4b7d471168284924b4 Bump k8s.io/client-go from 0.18.3 to 0.20.0 by @dependabot[bot] e82670da12553972c96c1349c61cde0c88a2f87d Upgrade operator to remove incluster warning by @alexellis

Changes: https://github.com/inlets/inlets-operator/compare/0.16.3...0.17.0

Generated by Derek

0.16.3

1 year ago

Changelog for 0.16.3:

  • PR #155 Fix parameter projectID casing by @jjcollinge

Commits 7847ab136759c11eb1ddde6b695850f28590a6f2 Fix repo owner in publish job by @alexellis 9d97fc878a53c60ace298ac6c8c3cb0f9e2d9a11 Cancel in-progress builds for CI and rename job to build by @alexellis 02db2214a9223e3f5105925af87d4845a14df271 Upgrade build action by @alexellis 218093951a9ceb8d538a4a2101da26915e6b62e9 Upgrade publish action by @alexellis 91b3cb3ead6568fbf4fecde0a3a3f5e4ce9239fb Remove in-cluster warning message when running in K8s by @alexellis a8a49d80fd830509e59985c98b9225a5a77e6681 Fix parameter projectID casing by @jjcollinge 8d96cfd91db7ceacd9ac85c78237849b4012a7a5 Upgrade to operator version 0.16.2 by @alexellis

Changes: https://github.com/inlets/inlets-operator/compare/0.16.2...0.16.3

Generated by Derek

0.16.2

1 year ago

Changelog for 0.16.2:

Commits 8980a15b6d7ebd7e5829b5f8c057a389110ecd42 Migrate to inlets-pro 0.9.9 by @alexellis 50e17ebfe29d65d16993f81e0525e76e1d3695d2 Specify type of tunnel in deployment spec by @alexellis 70e74763b1c61a39fb8752bda69ba2ffae77fb88 Update inlets-pro version to 0.9.9 by @alexellis 5b65a19d5b7bfe7af5602b994d2ca9aa218232a2 Update inlets-operator version to 0.16.2 by @alexellis d84d0de476b61d8fdd3db24f0f9f648d398d535d Update README.md by @alexellis

Changes: https://github.com/inlets/inlets-operator/compare/0.16.1...0.16.2

Generated by Derek