ktunnels

Kubernetes controller for port-forwarding from your machine to remote hosts via Envoy TCP proxy

APACHE-2.0 License

Stars
23
Committers
2

Bot releases are hidden (Show)

ktunnels - v0.8.1 Latest Release

Published by int128 2 months ago

What's Changed

Full Changelog: https://github.com/int128/ktunnels/compare/v0.8.0...v0.8.1

ktunnels - v0.8.0

Published by int128 4 months ago

What's Changed

Full Changelog: https://github.com/int128/ktunnels/compare/v0.7.0...v0.8.0

ktunnels - v0.7.0

Published by int128 4 months ago

What's Changed

Full Changelog: https://github.com/int128/ktunnels/compare/v0.6.0...v0.7.0

ktunnels - v0.6.0

Published by int128 4 months ago

What's Changed

Dependencies

Full Changelog: https://github.com/int128/ktunnels/compare/v0.5.0...v0.6.0

ktunnels - v0.5.0

Published by int128 10 months ago

What's Changed

Updates

Refactoring

Full Changelog: https://github.com/int128/ktunnels/compare/v0.4.0...v0.5.0

ktunnels - v0.4.0

Published by int128 over 1 year ago

What's Changed

New features

Updates

Refactoring

Full Changelog: https://github.com/int128/ktunnels/compare/v0.3.0...v0.4.0

ktunnels - v0.3.0

Published by int128 almost 2 years ago

Breaking change

Field imagePullSecrets has been moved

Before:

apiVersion: ktunnels.int128.github.io/v1
kind: Proxy
metadata:
  name: default
spec:
  podSpec:
    imagePullSecrets: []

After:

apiVersion: ktunnels.int128.github.io/v1
kind: Proxy
metadata:
  name: default
spec:
  template:
    spec:
      imagePullSecrets: []

What's Changed

New features

Improvement

Refactoring

Full Changelog: https://github.com/int128/ktunnels/compare/v0.2.0...v0.3.0

ktunnels - v0.2.0

Published by int128 almost 2 years ago

What's Changed

New feature

Improvement

Refactoring

Update

Full Changelog: https://github.com/int128/ktunnels/compare/v0.1.0...v0.2.0

ktunnels - v0.1.0

Published by int128 over 2 years ago

Initial release 🎉

Package Rankings
Top 7.88% on Proxy.golang.org
Badges
Extracted from project README
go