github moby/vpnkit v0.6.0

4 months ago

v0.6.0

  • Fixed broken links in README by @ryuichi1208 in #516
  • Work around build failure in uri package by @djs55 in #517
  • circleci: bump to Xcode 12 by @djs55 in #518
  • Remove datakit-based git database configuration mechanism by @djs55 in #519
  • Remove Mac-specific DNSServiceRef resolver by @djs55 in #521
  • Improve dockerfile build by @djs55 in #522
  • Improve / simplify logging by @djs55 in #523
  • Bump lwt to latest version 5.4.0 by @djs55 in #524
  • jbuilder is deprecated, so use dune (the new name for jbuilder) by @djs55 in #525
  • Bump base64 to >= 3.0.0 by @djs55 in #526
  • CircleCI: restore the COMMIT and OSS-LICENSES artifacts by @djs55 in #528
  • go: switch to go.mod, Mac build fixes by @djs55 in #514
  • Update OCaml to 4.12 by @djs55 in #530
  • Fix and speed up CircleCI by @djs55 in #532
  • Base idle time calculations on a CPU counter, not a wall clock by @djs55 in #527
  • Propose ebriney as a new maintainer by @djs55 in #533
  • ounit: correct download URL by @djs55 in #529
  • Exposing a port should be idempotent and fix an ephemeral port leak by @djs55 in #531
  • Update base image and cleanup Dockerfile for kube-vpnkit-forwarder by @aiordache in #536
  • Set O_CLOEXEC on received file descriptors by @djs55 in #537
  • transport: allow named pipe SecurityDescriptor to be set by @djs55 in #538
  • Vendor the OCaml DNS code by @djs55 in #542
  • Ignore a dup SYN for older connections as well by @yamt in #546
  • Update all the OCaml dependencies by @djs55 in #543
  • Update dependencies again, attempt to re-enable appveyor by @djs55 in #552
  • appveyor: enable tests, build artifacts by @djs55 in #553
  • licenses: add dune.2.9.2 by @djs55 in #554
  • licenses: include name and license type (e.g. SPDX) by @djs55 in #555
  • Simplify build instructions by @djs55 in #559
  • HTTP: add an optional allow list to the proxy by @djs55 in #558
  • go: fix typo in struct field name by @djs55 in #560
  • Update go mod to 1.17 by @mat007 in #561
  • Update go mod to 1.17 by @mat007 in #562
  • vpnkit-forwarder: avoid -data-connect spinning by @djs55 in #563
  • Update licenses and add lower bound on mirage-entropy by @djs55 in #567
  • Update licenses versions by @mat007 in #569
  • logging: ensure we don't block the stack by @djs55 in #566
  • Fix typo in licenses by @mat007 in #571
  • Fix warning 16 (optional argument cannot be erased) by @djs55 in #540
  • Don't calculate high_ip in DHCP configuration and zap outdated comment by @haesbaert in #556
  • switch: request a large enough buffer for the MTU by @djs55 in #574
  • http: send more informative reason phrases in errors by @djs55 in #573
  • Improve logs, demote some errors to warnings by @djs55 in #575
  • Add Frederic as a maintainer by @djs55 in #579
  • Unlisten sockets after they disconnect by @fredericdalleau in #580
  • metadata fixes for opam/ocaml versions by @avsm in #584
  • libproxy: allow read/write buffers to be set by @djs55 in #582
  • libproxy: ability to Close(), expose NewLoopback() by @djs55 in #583
  • Replace Uwt with Luv by @djs55 in #539
  • circleci: bump to latest xcode, macOS 10.15 by @djs55 in #594
  • attempt to fix ocaml-ci by @djs55 in #595
  • Ensure uname subprocess is cleaned up by @tmoschou in #593
  • Add a mechanism to forward outgoing TCP via a Unix domain socket by @djs55 in #590
  • HTTP: add --http-proxy-api by @djs55 in #598
  • ocaml: bump to 4.14 by @djs55 in #600
  • logger: guarantee to flush the logs on exit by @djs55 in #601
  • luv: calling read_start after close can segfault by @djs55 in #607
  • dhcp: offer very long leases by @djs55 in #603
  • Update licenses by @djs55 in #609
  • go: add missing functions and unit tests for tunnel pkg by @djs55 in #613
  • vendor: update golang.org/x/sys by @djs55 in #614
  • build(deps): bump github.com/emicklei/go-restful from 2.4.0+incompatible to 2.16.0+incompatible by @dependabot in #615
  • tweak some of the instructions for setting up on a new machine by @nicks in #612
  • go: libproxy: don't hold the metadata mutex while writing by @djs55 in #616
  • build(deps): bump github.com/gogo/protobuf from 1.2.1 to 1.3.2 by @dependabot in #617
  • go: skip a Unix test on Windows by @djs55 in #622
  • go: use deadlock.Mutex to check for deadlocks by @djs55 in #620
  • go: avoid possible overflow of the Write window by @djs55 in #619
  • go: allow concurrent Write calls by @djs55 in #621
  • go: don't hold the metadata mutex and then acquire the channel mutex by @djs55 in #626
  • Revert "go: use deadlock.Mutex to check for deadlocks" by @fredericdalleau in #629
  • Minor updates to vpnkit-forwarder by @djs55 in #631
  • multiplexer: don't fail if Close() is called concurrently to Read(), Write() by @djs55 in #632
  • vmnetd: fix DHCP response parser by @djs55 in #633
  • deps: bump dependencies by @milas in #635
  • Add version to package file and pin dependencies to fix build by @LaurentGoderre in #641
  • Fix build with latest dune by @avsm in #642
  • Correctly return NOERROR even if host resolver returned empty list by @dan0dbfe in #645
  • Add GHA workflow to build image by @vvoland in #647
  • gha: Fix registry repo by @vvoland in #648

New Contributors

Full Changelog: v0.5.0...v0.6.0

Don't miss a new vpnkit release

NewReleases is sending notifications on new releases.