Commit graph

4119 commits

Author SHA1 Message Date
cameronts 1f9ee111de Update usage for the operatingsystem flag. 2022-11-30 16:43:11 -08:00
Alex Feiszli 81f25ad1e5
Merge pull request #1779 from gravitl/release_v0.17.0
Release v0.17.0
2022-11-30 13:19:42 -05:00
dcarns 5d4ea19bef
Merge pull request #1776 from gravitl/cleanup_unused_routes
Remove unused endpoints
2022-11-30 13:19:13 -05:00
afeiszli 00ee6af39c adding 'v' to docker images in ee 2022-11-30 13:15:59 -05:00
dcarns 8ae79acb29
Merge pull request #1777 from gravitl/hotfix_v0.17.0_workflow_userspace_docker
revert setup-buildx-version
2022-11-30 10:00:47 -05:00
dcarns cfba44c469
Merge pull request #1778 from gravitl/hotfix_build_release_workflow
add apt update
2022-11-30 09:21:51 -05:00
Abhishek Kondur 6feb9916cc peer updates over proxy using a custome message 2022-11-30 19:01:08 +05:30
Matthew R Kasun 3a936e573a
add apt update 2022-11-30 08:15:26 -05:00
Matthew R Kasun 3f46f5392f
revert setup-buildx-version 2022-11-30 08:08:42 -05:00
Anish Mukherjee 3b7968483d use sudo apt update in workflow 2022-11-30 16:32:44 +05:30
Anish Mukherjee fb84ddc6f1 remove unused endpoints 2022-11-30 16:20:05 +05:30
Abhishek Kondur 2855d7c617 custom packet for proxy config change 2022-11-30 12:31:37 +05:30
dcarns 9e3f402e81
Merge pull request #1774 from gravitl/feature_v0.17.0_versions
updated versions to v0.17.0 where applicable
2022-11-29 13:14:24 -05:00
0xdcarns 9fb0380f68 swagger version udpate 2022-11-29 12:05:56 -05:00
0xdcarns 5689ef5440 updated versions to v0.17.0 where apllicable 2022-11-29 11:48:40 -05:00
dcarns d4310fc8f4
Merge pull request #1772 from gravitl/feature_v0.17.0_compose_scripts
Feature v0.17.0 compose scripts
2022-11-29 11:45:12 -05:00
afeiszli 3e465ff0e0 image version 2022-11-29 11:33:30 -05:00
afeiszli 9b6d9c36f8 allow anon --> false 2022-11-29 11:31:19 -05:00
dcarns 68663b9774
Merge pull request #1770 from gravitl/feature_v0.17.0_netclient_userspace_multiarch
add multiarch suport for netclient-docker usersapce
2022-11-29 11:15:17 -05:00
dcarns e21ab61a4f
Merge pull request #1773 from gravitl/feature_v0.17.0_suppress_zombie_log
changed verbosity for zombie checking log message
2022-11-29 11:10:03 -05:00
dcarns 5ce52dc3f4
Merge pull request #1771 from gravitl/bugfix_v0.16.3_test_workflow
update apt prior to pulling packages
2022-11-29 10:48:19 -05:00
Matthew R. Kasun 407c6ed20a fix error from branch create 2022-11-29 10:11:47 -05:00
shanker JJ f465e3b82d Support for MIPs arch 2022-11-29 10:11:47 -05:00
Anish Mukherjee f1fc75aa53 move user-groups and network-users to enterprise controllers 2022-11-29 10:11:47 -05:00
kayos@tcp.direct a9d86e19df Fix #1750 2022-11-29 10:11:47 -05:00
Anish Mukherjee d24ed73986 update ipv6 test 2022-11-29 10:11:47 -05:00
Anish Mukherjee 0dcc54dc49 fix ipv6 addressing bug 2022-11-29 10:11:47 -05:00
dependabot[bot] 4f103bf731 Bump github.com/urfave/cli/v2 from 2.23.4 to 2.23.5
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.23.4 to 2.23.5.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.23.4...v2.23.5)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 10:11:47 -05:00
dependabot[bot] c51dd3111c Bump fyne.io/fyne/v2 from 2.2.3 to 2.2.4
Bumps [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.2.3 to 2.2.4.
- [Release notes](https://github.com/fyne-io/fyne/releases)
- [Changelog](https://github.com/fyne-io/fyne/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fyne-io/fyne/compare/v2.2.3...v2.2.4)

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 10:11:47 -05:00
Matthew R. Kasun 9a03c94d57 remove deprecated io/ioutil 2022-11-29 10:11:47 -05:00
Matthew R. Kasun 853b966c9b correct connect trigger endpoint 2022-11-29 10:11:47 -05:00
Matthew R. Kasun 77b4cba1ca update to go 1.19
docker files need to be updated as go-builder is built on
golang:1.19-alpine3.16 so base image for netmaker/netclient
needs to be updated to apline3.16 as well
2022-11-29 10:11:47 -05:00
Matthew R. Kasun 16aa712b72 address review comments 2022-11-29 10:11:47 -05:00
Matthew R. Kasun 0708de75c7 update github actions version missed in earlier PR 2022-11-29 10:11:47 -05:00
Matthew R. Kasun c185d89594 add ee build to docker-publish workflow and ...
updated actions to latest versions
2022-11-29 10:11:47 -05:00
Matthew R. Kasun ab206810f9 updated traefix and moquitto images in compose files
added docker and github actions to dependabot
2022-11-29 10:11:47 -05:00
0xdcarns 31990fca45 fixed admin issue and potential panics 2022-11-29 10:11:47 -05:00
Anish Mukherjee dfd5961c6c update server connection 2022-11-29 10:11:47 -05:00
Anish Mukherjee 56142f29e1 change HostSNI to Host 2022-11-29 10:11:47 -05:00
Anish Mukherjee c704c8e75b change entrypoint to websecure 2022-11-29 10:11:47 -05:00
Anish Mukherjee 5c5ee176b6 use websockets on port 1883 2022-11-29 10:11:47 -05:00
Anish Mukherjee 78b0476aa4 change mosquitto protocol from mqtts to wss 2022-11-29 10:11:47 -05:00
shanker JJ 3f5675688c Adding comment in bin-maker.sh 2022-11-29 10:11:47 -05:00
shanker JJ 9cce634cd8 Adding support in workflow to uploade mips binary in release 2022-11-29 10:11:47 -05:00
shanker JJ a79844e090 Adding support for OpenWrt-mips arch 2022-11-29 10:11:47 -05:00
0xdcarns b7ae6c6d35 moved ee check out of ce 2022-11-29 10:11:47 -05:00
dependabot[bot] ea4beb34f4 Bump github.com/urfave/cli/v2 from 2.23.0 to 2.23.4
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.23.0 to 2.23.4.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v2.23.0...v2.23.4)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 10:11:47 -05:00
0xdcarns 55d1b3dc63 updated version to v0.16.3 2022-11-29 10:11:47 -05:00
afeiszli 959105243f interactive installer 2022-11-29 10:11:47 -05:00
afeiszli 007de062ba updated script 2022-11-29 10:11:47 -05:00