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
Next Next commit
Release notes for PayloadBuffer leak. Re-enable Xgress dialer retrans…
…mission in development/example config.
  • Loading branch information
michaelquigley committed Jun 19, 2020
commit 13eb835f1adb5c9e6a5fa1d529fc8d48a3cff397
1 change: 1 addition & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Ziti 0.15.0 includes the following:
* Remove deprecated AppWan and Clusters - These have been replaced by service policies and service edge router policies respectively
* cosmetic changes to the ziti-enroller binary
* cosmetic changes to the ziti-tunnel binary when running the enroll subcommand
* Memory leak remediation in the `PayloadBuffer` subsystem. Corrects unbounded memory growth in `ziti-router`.

## Removal of deprecated code
The code to migrate a Ziti instance from pre-0.9 releases has been removed. If you want to migrate from a pre-0.9 version you should first update to 0.14.12, then to new versions.
Expand Down
7 changes: 6 additions & 1 deletion etc/001.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ listeners:
address: tcp:0.0.0.0:1122
service: ssh
options:
mtu: 768
retransmission: true

# for iperf_tcp (iperf3)
- binding: proxy
Expand Down Expand Up @@ -65,6 +65,11 @@ listeners:
randomDrops: true
drop1InN: 5000

dialers:
- binding: transport
options:
retransmission: true

# xctrl_example
#
#example:
Expand Down