Releases: carvel-dev/kwt
Releases · carvel-dev/kwt
v0.0.8
✨ What's new
- Release the SSH Image for both arm and amd64
📂 Files Checksum
1022483a8b59fe238e782a9138f1fee6ca61ecf7ccd1e5f0d98e95c56df94d87 ./kwt-linux-amd64
7b94a134cbde5ff2e245d102f54b9ac9f81b3fcc5e54a5cefecc1e5845b8a65f ./kwt-linux-arm64
b303037a022ad260c22517c49f7368eb101d48f7056cc2d82a33bbf3d659b989 ./kwt-darwin-arm64
ea9e6eb76b203799d9f0d3177ac32b9d1d8e531bae363141dfe7030cb6e53a88 ./kwt-darwin-amd64
v0.0.7
✨ What's new
- Release arm binaries, #36
- Use CheckPrereqs to retrieve the numeric address from iptables, #32
- Random documentation improvements
🔈 Callouts
Thanks to
- @pmalek && @vangie for the Arm support PR
- @cameronbraid for CheckPrereqs on IPtables
📂 Files Checksum
8d131cc796d8c2204be3d810c4abe6ec2fc502ad3df1583f64c5863dc50d957a ./kwt-darwin-amd64
6e951943cbcf75aa7dfb29438f9297742398c47364c407df58db148a609217ff ./kwt-darwin-arm64
02368ab941d354f44399900ce0ff43054ebc8faa7c9fbf414d6a95f02f68aa92 ./kwt-linux-amd64
eb0aac724879c0c3d7db012d7f5b4bb9de7d13262c5f9474dd5d094828b46a90 ./kwt-linux-arm64
v0.0.6
- Added
--ssh-image
flag to allow specifying custom OpenSSH image as requested in #20 - Bump OpenSSH image (added
./hack/build-sshd-image.sh
)
555d50d5bed601c2e91f7444b3f44fdc424d721d7da72955725a97f3860e2517 ./kwt-darwin-amd64
92a1f18be6a8dca15b7537f4cc666713b556630c20c9246b335931a9379196a0 ./kwt-linux-amd64
(Installation instructions: https://k14s.io/#install-from-github-release)
v0.0.5
- Allow use of install flags as part of workspace create command
- Add workspace install option to install go 1.x
- Workspace enter now uses proper namespace
- Entering into workspace no longer stops kwt execution, allowing for --rm to work after --enter
- Example:
kwt w c --enter --rm
- Example:
- Add support for waiting for workspace to be deleted
114adb8b4f80e2f20c008fd2d4695641b5228c4c4525a50f1191558b29335494 ./kwt-darwin-amd64
706abe487e38c4f673180600d11098e408e6bc22fefb1cc512e3ac0f07a9072c ./kwt-linux-amd64
(Installation instructions: https://k14s.io/#install-from-github-release)
v0.0.4
Network:
- Clean OS DNS cache in
start-dns
command - Use PullIfNotPresent image pulling strategy to allow offline Minikube usage
- Added
net listen
command to support forwarding Kubernetes service to a port on a local machine- Example:
kwt -n demo net listen --service local-web
- Example:
- Support custom kubernetes domain via
--dns-map
flag- Example:
sudo -E kwt net start --dns-map svc.azure.test=kubernetes
- Example:
Workspace:
- Allow setting service account to support private registry image pulling
- Use specified workspace name instead of adding generated suffix
a4e2812662f832005cf083003754dc2c84d014ee535470ef83c70c6d8de0bbcf ./kwt-darwin-amd64
6a6bc697509ed1d60f6793c07f840df971cee961f319b4813a8c9d808d382135 ./kwt-linux-amd64
v0.0.3
- Reconnect aggressively when connection to
kwt-net
pod expires (#1) - Flush DNS OS cache to remove possible negative cached responses with high TTLs (#2)
a99d3c7ab4bed153f17c1482ccb018f316e1256dfa2f8787d69360500e717492 ./kwt-darwin-amd64
7ca30ec4ebd8aec97e6a0b2f356c75cb6645e862f800c9984c8bf8cdb01ffb87 ./kwt-linux-amd64
v0.0.2
- Support
--dns-map-exec
flag onnet start
command to automatically determine DNS map by executing commands. Expected command output follows this format:{"my-domain.test":["35.184.47.142"]}
- Example:
sudo -E kwt net start --dns-map-exec='knctl dns-map'
- Example:
v0.0.1
- Add
net start
command for support for OS X and Linux
f629cbb8eea6cbb7b01813f17deb907fed5264a719343c163e43ba647e70c856 ./kwt-darwin-amd64
544c19a8ebb777ef3668e14cfa9f034c664a14d667966434d6c45bef1f18d13e ./kwt-linux-amd64