495 Commits

Author SHA1 Message Date
Travis LaDuke 2792de58b9 Merge pull request #246 from erlangparasu/patch-1
docs: readme add link to docker hub
2025-07-14 09:10:59 -07:00
Erlang Parasu f858cb9267 docs: readme add link to docker hub 2025-07-14 17:43:54 +08:00
Grant Limberg 2b6d9eceac Merge pull request #245 from zerotier/dependabot/cargo/ring-0.17.14
Bump ring from 0.17.8 to 0.17.14
2025-03-19 08:34:21 -07:00
dependabot[bot] 60cc68b06e Bump ring from 0.17.8 to 0.17.14
Bumps [ring](https://github.com/briansmith/ring) from 0.17.8 to 0.17.14.
- [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md)
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-19 15:31:43 +00:00
Grant Limberg a8ed8472b5 Merge pull request #244 from zerotier/dependabot/cargo/openssl-0.10.70
Bump openssl from 0.10.68 to 0.10.70
2025-02-04 16:29:05 -08:00
dependabot[bot] a0bd4906e2 Bump openssl from 0.10.68 to 0.10.70
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.68 to 0.10.70.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.70)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 00:27:10 +00:00
Grant Limberg 5de1764f98 Merge pull request #243 from zerotier/rust-deps
rust dependency update
2024-12-04 14:46:42 -08:00
Grant Limberg 846f37ae26 rust dependency update 2024-12-04 13:54:59 -08:00
Grant Limberg db7ff9c92e Merge pull request #240 from zerotier/dependabot/cargo/rustls-0.23.18
Bump rustls from 0.23.15 to 0.23.18
2024-11-25 11:33:22 -08:00
dependabot[bot] 778f1dae5d Bump rustls from 0.23.15 to 0.23.18
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.15 to 0.23.18.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.15...v/0.23.18)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 19:31:45 +00:00
Lennon Day-Reynolds 246ea3c983 Merge pull request #238 from zerotier/ldr/update-build
Update + clean up dependencies, move API crates into repo, prune down the target platforms/formats we build + publish
2024-11-07 12:45:48 -08:00
Lennon Day-Reynolds 588ffe085e use dockerfile (not nix) to drive cross-platform image builds, to avoid trying to build the Linux userspace on Macs as an input derivation 2024-10-30 12:02:21 -07:00
Lennon Day-Reynolds 07a845f27f clean up API clients, work on cross-builds of binaries + container images 2024-10-18 15:27:14 -07:00
Lennon Day-Reynolds 4568c9b390 WIP: Update/clean up dependencies, move API crates into repo, replace Docker w/Nix
This does a number of things which _could_ be separated, so I consider this more or
less experimental.

Implied in the removal of the various dockerfiles is the expectation that production
deployments of ZeroNSD will simply use a Docker container, rather than distro-native
packages.

TODO: automate publishing of containers from Nix-generated image
2024-10-14 09:30:07 -07:00
travisladuke b9481eabfc ci: update actions/checkout to v4 2024-10-09 07:09:26 -07:00
travisladuke ac8a083215 ci: build matrix 2024-10-09 07:09:26 -07:00
Travis LaDuke 495077f7b4 Merge pull request #215 from zerotier/tl-cargo-fmt
Add a blank rustfmt config
2023-03-23 16:41:17 -07:00
travis laduke e9e864bfa1 Add a blank rustfmt config
just use the default please, everyone
2023-03-23 16:36:03 -07:00
Travis LaDuke b03712b1be Merge pull request #214 from zerotier/tl-cargo-fmt
cargo fmt
2023-03-23 16:22:42 -07:00
travis laduke 2bec140009 cargo fmt 2023-03-23 16:06:12 -07:00
Travis LaDuke c063819f6d Merge pull request #207 from erikh/zerotier-url
Zerotier local url CLI, env setting
2023-03-23 08:41:40 -07:00
Erik Hollensbe 51ebf913b8 Provide a command-line option for the local url
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
2023-03-22 16:12:44 -07:00
travis laduke 46a11eb0b4 Update integration tests to use the local url 2023-03-22 13:45:59 -07:00
Erik Hollensbe 4d4d6772ba Retool CLI to use a default parameter, propagate that instead of switching on an Option<>
Simply a better patch!

Signed-off-by: Erik Hollensbe <git@hollensbe.org>
2023-03-22 13:45:50 -07:00
Erik Hollensbe 3f4c2d0c59 Provide a command-line option for the local url
Signed-off-by: Erik Hollensbe <git@hollensbe.org>
2023-03-22 13:45:50 -07:00