Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.15.0 #122

Merged
merged 26 commits into from
Jun 24, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c0c54c0
update deps
andrewpmartinez Jun 15, 2020
3ff0075
Update release notes and add snapshot-db command to ziti-fabric
plorenz Jun 16, 2020
e023e48
bump version to 15
andrewpmartinez Jun 16, 2020
8129ee9
updates to the enroller to make the output prettier
dovholuknf Jun 16, 2020
82134a4
update enroller to use logger and format the log better. also squash …
dovholuknf Jun 16, 2020
349a190
update sdk dep
dovholuknf Jun 16, 2020
8a71bd0
update release note
dovholuknf Jun 16, 2020
ee309da
output from enrolling in ziti-tunnel should be nicer too
dovholuknf Jun 16, 2020
67edeb2
include ziti-tunnel in cosmetic change note
dovholuknf Jun 16, 2020
bb257e1
Fix create config and create identity cli commands. Update release notes
plorenz Jun 17, 2020
018bac1
Add missing list service-edge-router-policy command
plorenz Jun 17, 2020
e53ff19
merge release-0.15.0 again
dovholuknf Jun 17, 2020
cc639a8
Fix list edge-router service-edge-router-policies
plorenz Jun 17, 2020
d58044c
Merge pull request #123 from openziti/nicer-enroller-output
dovholuknf Jun 17, 2020
168c95c
update refs and doc
andrewpmartinez Jun 19, 2020
243d1f4
update service/config id name f or identity service configs
andrewpmartinez Jun 19, 2020
13eb835
Release notes for PayloadBuffer leak. Re-enable Xgress dialer retrans…
michaelquigley Jun 19, 2020
50fbd4d
More release updates (#125)
plorenz Jun 19, 2020
22f8b6b
Merge branch 'release-0.15.0' into edge.api.updates
andrewpmartinez Jun 19, 2020
1247cde
Merge pull request #126 from openziti/edge.api.updates
andrewpmartinez Jun 19, 2020
2de7dcd
Update deps
plorenz Jun 19, 2020
95cc183
Update deps
plorenz Jun 22, 2020
30ccdb0
Fix go.mod
plorenz Jun 22, 2020
4c3d485
Update deps
plorenz Jun 22, 2020
1f737de
Update deps
plorenz Jun 24, 2020
cd48807
Update deps
plorenz Jun 24, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update deps
  • Loading branch information
plorenz committed Jun 24, 2020
commit cd48807f0ad2ff800bdde616ecfc695ba66f5eb4
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
github.com/michaelquigley/pfxlog v0.0.0-20190813191113-2be43bd0dccc
github.com/openziti/edge v0.15.5
github.com/openziti/edge v0.15.6
github.com/openziti/fabric v0.11.52
github.com/openziti/foundation v0.11.10
github.com/openziti/sdk-golang v0.13.16
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ github.com/onsi/ginkgo v1.7.0 h1:WSHQ+IS43OoUrWtD1/bbclrwK8TTH5hzp+umCiuxHgs=
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v1.4.3 h1:RE1xgDvH7imwFD45h+u2SgIfERHlS2yNG4DObb5BSKU=
github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/openziti/edge v0.15.5 h1:77YZYR3h28I9oSQc1xgshHM0lcDfxjCiePw+kM0hpCY=
github.com/openziti/edge v0.15.5/go.mod h1:rsXJeirQPTxggP2BOvX1iS1SRT3Fb9FM/+IMyFctXR8=
github.com/openziti/edge v0.15.6 h1:i2vaMfqLrjxNFGskEJ5PHEe0MRWPtGI9R3BQQnYMtFY=
github.com/openziti/edge v0.15.6/go.mod h1:rsXJeirQPTxggP2BOvX1iS1SRT3Fb9FM/+IMyFctXR8=
github.com/openziti/fabric v0.11.52 h1:Fugq+7l+0K3wQ7B2OmVs/U7N7fSYV3FrVSitLsI9pg4=
github.com/openziti/fabric v0.11.52/go.mod h1:elWkCKKtfE7FaqVx8Th++KifopbKzFGpBxp3A+FGSfA=
github.com/openziti/foundation v0.11.10 h1:ot2cmzNgaPttc59gCflJr9MUHy9rSYH+V/rjhNqXIrg=
Expand Down