Commit graph

5771 commits

Author SHA1 Message Date
Abhishek K 2c29a70df1
NET-941: allows creation of gws without client node or egress ranges (#2822)
* allow creation of relay without relayed nodes

* allow creation of egress gw without egress ranges

* initalize empty egress ranges
2024-02-13 20:24:22 +07:00
dependabot[bot] 1f592a60a2
Bump alpine from 3.19.0 to 3.19.1 (#2809)
Bumps alpine from 3.19.0 to 3.19.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-08 23:31:04 +05:30
dependabot[bot] 28df620455
Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 (#2815)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.19 to 1.14.22.
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](https://github.com/mattn/go-sqlite3/compare/v1.14.19...v1.14.22)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-08 23:30:31 +05:30
Christopher Blaha eaa62d8f22
update develop to v0.23.0 (#2816) 2024-02-08 23:30:10 +05:30
Aceix 39fbb45cfe
feat(NET-817): add postup/down scripts for clients (#2810) 2024-02-08 23:29:43 +05:30
Abhishek K cba55e607b
Merge pull request #2799 from VertexToEdge/bugfix_v0.22.0_bump-gorqlite-to-a8a425b1a6aa
Bump github.com/rqlite/gorqlite from v0.0.0-20210514125552-08ff1e76b22f to v0.0.0-20240122221808-a8a425b1a6aa
2024-02-06 15:17:44 +05:30
Abhishek K ecd769ea07
Merge pull request #2780 from gravitl/kwesi/net-709-add-metadata-field-to-gateway-node
feat(NET-709): add node metadata for remote gateways
2024-02-06 14:59:59 +05:30
Abhishek K e685e3ca45
Merge pull request #2805 from gravitl/NET-908
NET-908: EMQX cloud Apis support
2024-02-06 14:59:18 +05:30
Abhishek K 48940ac429
Merge pull request #2808 from gravitl/dependabot/go_modules/develop/github.com/google/uuid-1.6.0
Bump github.com/google/uuid from 1.5.0 to 1.6.0
2024-02-06 14:59:05 +05:30
Abhishek K a4288aaaca
Merge pull request #2813 from gravitl/NET-928
NET-928: make default host failover and remote access gw on joining new network
2024-02-06 14:58:34 +05:30
abhishek9686 98d9979e8b create failover and remoteaccess gw 2024-02-05 11:34:50 +05:30
abhishek9686 43e82a2936 make defaul host failover and remote access gw on joining new network 2024-02-05 11:18:28 +05:30
dependabot[bot] 450c608ff4
Bump github.com/google/uuid from 1.5.0 to 1.6.0
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 23:23:59 +00:00
the_aceix 5882b86d40 feat(NET-709): add node metadata for remote gws 2024-01-26 10:06:36 +00:00
abhishek9686 82de96d9a3 if emqx, avoid sending mq creds from server to client 2024-01-26 11:23:50 +05:30
abhishek9686 8a777205d5 if emqx, avoid sending mq creds from server to client 2024-01-26 11:15:18 +05:30
abhishek9686 b5db86d1a7 format emqx urls 2024-01-26 10:45:55 +05:30
abhishek9686 fb0fead2f0 create emqx for server, get app creds from env 2024-01-26 10:24:29 +05:30
abhishek9686 b40ce30af5 implement node acls cloud api func 2024-01-26 00:19:29 +05:30
Abhishek K a9a53f6c86
Merge pull request #2801 from gravitl/master
master
2024-01-25 23:36:18 +05:30
Abhishek K b9563fbff4
Merge pull request #2800 from gravitl/release-v0.22.0
make default host failover on install
2024-01-25 23:35:44 +05:30
abhishek9686 e220143ff3 make default host failover on install 2024-01-25 23:35:01 +05:30
abhishek9686 6d3de8d565 node acls 2024-01-25 22:27:57 +05:30
abhishek9686 c556e9d77d add host acls and create user cloud emqx funcs 2024-01-25 18:24:43 +05:30
Seongbin Hong ea235a5d3f
Merge branch 'develop' into bugfix_v0.22.0_bump-gorqlite-to-a8a425b1a6aa 2024-01-25 20:25:45 +09:00
abhishek9686 155f2887b2 implement emqx interface methods for cloud and on-prem 2024-01-25 15:11:16 +05:30
dependabot[bot] 9334da9151
Bump golang.org/x/oauth2 from 0.15.0 to 0.16.0 (#2758)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-25 13:22:45 +05:30
dependabot[bot] 9f81087d7d
Bump github.com/go-playground/validator/v10 from 10.16.0 to 10.17.0 (#2765)
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.16.0 to 10.17.0.
- [Release notes](https://github.com/go-playground/validator/releases)
- [Commits](https://github.com/go-playground/validator/compare/v10.16.0...v10.17.0)

---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-25 13:22:15 +05:30
dependabot[bot] f36d8e7060
Bump github.com/c-robinson/iplib from 1.0.7 to 1.0.8 (#2751)
Bumps [github.com/c-robinson/iplib](https://github.com/c-robinson/iplib) from 1.0.7 to 1.0.8.
- [Release notes](https://github.com/c-robinson/iplib/releases)
- [Commits](https://github.com/c-robinson/iplib/compare/v1.0.7...v1.0.8)

---
updated-dependencies:
- dependency-name: github.com/c-robinson/iplib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-25 13:21:54 +05:30
Christopher Blaha 8449f5487c
update develop to v0.22.1 (#2779) 2024-01-25 13:21:29 +05:30
Aceix 0c7286230f
fix(NET-887): prevent non-admin users from registering (#2778) 2024-01-25 13:21:13 +05:30
abhishek9686 91e219f9e3 uncomment hostfallback metrics handler 2024-01-25 08:34:09 +05:30
Abhishek K 87860823ed
Merge pull request #2798 from gravitl/master
master
2024-01-25 08:31:53 +05:30
Abhishek K fa9372ea56
Merge pull request #2797 from gravitl/release-v0.22.0
add ee tags
2024-01-25 07:17:55 +05:30
abhishek9686 5abca21b5e add ee tags 2024-01-25 07:17:13 +05:30
Abhishek K 730a940c3c
Update README.md 2024-01-24 22:31:24 +05:30
Abhishek K 02a02d4997
Merge pull request #2795 from gravitl/master
Master
2024-01-24 21:21:10 +05:30
Abhishek K 15e414d8f0
Merge pull request #2794 from gravitl/release-v0.22.0
fix pro setup link
2024-01-24 21:12:32 +05:30
abhishek9686 0e6881d42a fix pro setup link 2024-01-24 21:11:50 +05:30
Abhishek K 567a8ffecc
Update README.md 2024-01-24 21:06:56 +05:30
Abhishek K 0bb2641cf0
Merge pull request #2793 from gravitl/release-v0.22.0
fix pro setup link
2024-01-24 21:02:46 +05:30
abhishek9686 f35087bb04 fix pro setup link 2024-01-24 21:01:54 +05:30
Abhishek K 790f1187b4
Merge pull request #2792 from gravitl/release-v0.22.0
Release v0.22.0
2024-01-24 20:48:09 +05:30
Abhishek K 1d1b9bb484
Merge pull request #2786 from gravitl/NET-898
NET-898: Pro Trial
2024-01-24 20:45:37 +05:30
abhishek9686 7a36b939e4 change trial period to 14 days 2024-01-24 19:09:33 +05:30
abhishek9686 5f203834f1 replace readthedocs url 2024-01-24 18:32:09 +05:30
abhishek9686 330c230ed7 fix upgrade and downgrade 2024-01-24 18:28:25 +05:30
abhishek9686 0298532920 fix upgrade and downgrade 2024-01-24 18:18:46 +05:30
abhishek9686 dc6ffe10d3 fix upgrade and downgrade 2024-01-24 18:14:40 +05:30
abhishek9686 69dd212a0f fix upgrade and downgrade 2024-01-24 18:08:10 +05:30