Adam Ierymenko
9c6ec2c52e
Version bump.
5 years ago
Adam Ierymenko
a91c49fa52
Advanced installer changes and build fixes for Windows.
5 years ago
Adam Ierymenko
19391858d4
Version 1.7.2, almost 1.8.0
5 years ago
Adam Ierymenko
5005244d1b
Mac install fixes, remove obsolete stuff, and write local.conf via API for new UI integration.
5 years ago
Adam Ierymenko
11b352458e
Pick a new random secondary port if we are offline for more than path-timeout seconds (COMA problem workaround).
5 years ago
Adam Ierymenko
2d8a54f05d
Version bump -- still pre1.8
5 years ago
Adam Ierymenko
4eb3b762d4
MacOS pkg update to reference DesktopUI project and add hostArchitecture flags to not require Rosetta even though the binaries are multiarch.
5 years ago
Adam Ierymenko
ee0e306685
Windows version bump.
5 years ago
Adam Ierymenko
b70c5b94bd
1.6.5 version bump
5 years ago
Adam Ierymenko
79e2fd4586
Automatically detect Ethernet tap friendly name in Windows shouldBind stuff.
5 years ago
Adam Ierymenko
9fdf83be60
Version bumpity bumpity bump.
5 years ago
Adam Ierymenko
8430db4dc7
Windows 1.6.3 version bump.
5 years ago
Adam Ierymenko
0f049da84f
Dockerfile version bump to 1.6.3
5 years ago
Adam Ierymenko
343ccd911b
Version bumps to 1.6.3
5 years ago
capruro
68b0e13991
Update to 1.6.2
5 years ago
Adam Ierymenko
9d0b492642
Version bump.
5 years ago
Adam Ierymenko
af6d01e79b
Mac fix (probably) for old versions that require tap.kext.
5 years ago
Adam Ierymenko
1ef3b2d526
Windows build.
5 years ago
Adam Ierymenko
1afd097445
Microsoft signed 32-bit Windows x86 driver.
5 years ago
Adam Ierymenko
eefe34354e
Embeddable MSI for new MS-signed X64 Windows tap driver.
5 years ago
Adam Ierymenko
73b5eadd3c
Windows X64 Microsoft-Signed Driver for Windows 10
5 years ago
Adam Ierymenko
891815054c
Version bumps.
5 years ago
Adam Ierymenko
565bef05af
Release notes and version bumps.
5 years ago
Adam Ierymenko
dd65680150
Windows build fixes, version bump in AIP.
5 years ago
Adam Ierymenko
5bc64c4c4e
Windows build fixes and version bump in Advanced Installer.
6 years ago
Adam Ierymenko
e26a8be3df
Be more consistent about versioning.
6 years ago
Adam Ierymenko
b2ea5aa747
Version bump to 1.5.0 internally and 1.6.0-beta1 in packages.
6 years ago
Adam Ierymenko
610d4ff016
Remove old tap kext from normal pkg as it is too old to be notarized (signature too old, not sure if we can sign again as kexts are being deprecated). It is only used on very old MacOS versions that are rolling off support.
6 years ago
Adam Ierymenko
8454a14eac
new Windows GUID for build #2
7 years ago
Adam Ierymenko
bcdab95e4c
Windows installer version bump, build fix.
7 years ago
Adam Ierymenko
6897f602bf
1.4.6 version bump
7 years ago
Grant Limberg
1cf953c046
working docker image for end users.
...
GitHub Issue #1013
7 years ago
Adam Ierymenko
609873e6d1
Windows version bump
7 years ago
Adam Ierymenko
d214a5437f
Bump Mac pkg version
7 years ago
Adam Ierymenko
7436f85ad0
Require MacOS 10.10
7 years ago
Adam Ierymenko
aca31c7055
Put kext back in Mac distro and use on versions older than High Sierra (which lack the feth device)
7 years ago
Adam Ierymenko
cd2e3c79f2
Windows AIP version bump
7 years ago
Adam Ierymenko
7722350178
Version bump to 1.4.2 for all but Windows AIP
7 years ago
Adam Ierymenko
b3891e5506
Version 1.4.0.1: bug fix for Mac multicast and IPv4 issues, no change for other platforms
7 years ago
Adam Ierymenko
5cc0dd7f55
Windows installer version bump
7 years ago
Adam Ierymenko
678e11530e
1.4 bump
7 years ago
Michael Adams
daa8839005
Update Dockerfile
...
Update Dockerfile to use Debian 10 + pull the main.sh directly from Github; works for Portainer use.
7 years ago
Adam Ierymenko
3c02c2e4bd
Windows installer bump
7 years ago
Adam Ierymenko
a17c760181
Fix Mac installer
7 years ago
Adam Ierymenko
54d2fa65dd
Version bump, cleanup
7 years ago
Adam Ierymenko
fd74e2a583
Windows build changes for 1.2.99 (1.4.0pre)
7 years ago
Adam Ierymenko
f66fac3982
Win32 build fix
7 years ago
Bruno Tavares
2d21c18ebd
Update ZeroTier version on Docker
...
This commit changes the Dockerfile ot use the multi-stage build and help
to get an automated build on Docker.
The idea of the multi-stage build is to use the already stable Debian
distribution channel to provide up-to-date versions of ZeroTier.
The benefit is that it would be possible to automate the image build,
either on Docker Hub, Travis or taking advantage of the [docker-library/official-images] infrastructure.
This changes follows the best-practices suggested by
[docker-library/official-images], such as using a High Availability GPG
keyserver, providing a default CMD, allowing "bash" on `docker run` and
others.
Given that both the builder `debian:stretch` and `alpine:latest` are
official messages and have [manifests], this means that this Dockerfile
is also multi-platform. This means that this same Dockerfile will
pick-up the correct Debian package according to the architecture of the
running system during build.
With this changes we could try to promote the image to be parte of
[docker-library/official-images], and take advantage of automated
publishing of multi-architecture images. Others would be able to use
`docker run zerotier` and download the latest version appropriate to
their system.
Related to #682
[docker-library/official-images]: https://github.com/docker-library/official-images
[manifests]: https://blog.docker.com/2017/09/docker-official-images-now-multi-platform/
8 years ago
Tommy Yang
88d879987d
Remove symlinks from the actual location
...
Binary symlinks are in `/usr/local/bin` instead of `/usr/bin` since commit 0cf4ddd
8 years ago
Asbjørn Enge
701d64936d
Using builder pattern to build in container while keeping final image small
8 years ago