Releases: inlets/inlets-operator
Update inlets-pro version
Changelog for 0.7.2:
Commits
004a541 Update inlets-pro proxy version by @alexellis
Generated by Derek
Fix a couple of issues with codegen
Changelog for 0.7.1:
- PR #68 Fix issues with codegen by @alexellis
- PR #61 Fix typo in values.yaml in helm chart by @utsavanand2
Commits
2f3018c Fix issues with codegen by @alexellis
3927047 Fix typo in values.yaml in helm chart by @utsavanand2
c009559 Bump chart up to 0.7.0 of operator for requests/limits by @alexellis
Generated by Derek
Set requests/limits for the tunnel clients
Changelog for 0.7.0:
- PR #65 Set requests/limits for the tunnel clients by @alexellis
- PR #62 Rename k3sup app to arkade by @Waterdrips
Limits help prevent bad things from happening. CPU limits can
cause some unexpected behaviour, so this is not being added.
The --max-client-memory flag allows for the limit to be set
higher if required.
Commits
75abac9 Set requests/limits for the tunnel clients by @alexellis
22cff72 Rename k3sup app to arkade by @Waterdrips
2dccd5c Update inlets pro version by @alexellis
Generated by Derek
Update default Docker image usage
Changelog for 0.6.6:
Commits
7081557 Fix tests for newer Docker image by @alexellis
a9804c0 Fix typo in unit tests by @alexellis
Generated by Derek
Fix typo in unit tests
Changelog for 0.6.5:
Commits
a9804c0 Fix typo in unit tests by @alexellis
5f581f3 Bump inlets-pro version in chart by @alexellis
Generated by Derek
Update inlets-pro version
Changelog for 0.6.4:
- PR #60 Update README in chart to reflect variables by @Waterdrips
- PR #55 Add support for providers that require a secret key to the Helm Chart by @Waterdrips
- PR #58 Update helm chart key to projectID by @utsavanand2
- PR #57 Update Chart README by @utsavanand2
- PR #53 Bump chart for new release by @alexellis
Commits
5f581f3 Bump inlets-pro version in chart by @alexellis
2a9ab7d Bump base version of inlets-pro by @alexellis
17323f1 Update README in chart to reflect variables by @Waterdrips
75e9196 Bump chart for secret key file flag by @alexellis
b88f82a Add support for secret key to the Helm Chart by @Waterdrips
fd9dcee Publish newer chart by @alexellis
6891afa Update helm chart key to projectID by @utsavanand2
a60434c Update Chart README by @utsavanand2
a6840bd Update to clarify encryption by @alexellis
58603b3 Update blurb by @alexellis
f01a5bc Bump chart for new release by @alexellis
9593688 Remove nil status from CRD by @alexellis
e544366 Add formatted CRD by @alexellis
f4d9f89 Bump operator for GCE fix and validate provider flags by @alexellis
Generated by Derek
Add validation for flags for GCE and Packet
Changelog for 0.6.3:
Commits
f4d9f89 Bump operator for GCE fix and validate provider flags by @alexellis
f7d8f5c Update chart to 0.6.2 of operator by @alexellis
6412255 Remove Godeps folder by @alexellis
7cbc350 Bump provision package by @alexellis
Generated by Derek
Update provision package for GCP and EC2
Changelog for 0.6.2:
- PR #49 Bump provision package by @alexellis
Commits
6412255 Remove Godeps folder by @alexellis
7cbc350 Bump provision package by @alexellis
2519127 Update README and backlog to clarify some points by @alexellis
d96d59f Reduce the verbosity of the log by @viveksyngh
Generated by Derek
Reduce the verbosity of the log
Changelog for 0.6.1:
- PR #48 Reduce the verbosity of the log by @viveksyngh
Commits
d96d59f Reduce the verbosity of the log by @viveksyngh
8963edd Update README.md by @alexellis
e116c96 Update README.md by @alexellis
59d745d Update chart to latest version by @alexellis
839ae12 Pre-cache go modules by @alexellis
Generated by Derek
Move to Go modules and Kubernetes 1.17 Go client
Changelog for 0.6.0:
- Move to Go modules
- Remove dep
- Use K8s Go 1.17 client
- Remove vendor folder so that codegen works.
Thanks @stefanprodan for the tip on serializer.DirectCodecFactory
having moved.
Generated by Derek