NetFoundry Network Versions Vs Ziti Version

This page lists the NetFoundry Network versions and the corresponding versions of Ziti. The information would be handy to understand the software/platform release notes. Ziti release notes can be found here. NetFoundry network platform release notes can be found here.

 

NetFoundry Network Version

Ziti Version

7.3.28

0.20.1

7.3.29

0.20.2

7.3.30

0.20.3 to 0.20.7

7.3.31

0.20.8

7.3.32

0.20.9

7.3.33

0.20.10

7.3.34

0.20.11

7.3.35

0.20.12

7.3.36

0.20.13

7.3.37

0.20.14

7.3.38

0.21.0

7.3.39

0.22.0

7.3.40

0.22.1

7.3.41

0.22.2

7.3.42

0.22.3

7.3.43

0.22.4

7.3.44

0.22.6

7.3.45

0.22.7

7.3.46

0.22.8

7.3.47

0.22.9

7.3.48

0.22.10

7.3.49

0.22.11

7.3.50

0.23.0

7.3.51

0.23.1

7.3.52

0.24.1

7.3.53

0.24.2

7.3.54

0.24.3

7.3.55

0.24.4

7.3.56

0.24.6

7.3.57

0.24.7

7.3.58

0.24.8

7.3.59

0.24.9

7.3.60

0.24.12

7.3.61

0.24.13

7.3.62

0.25.2

7.3.63

0.25.3

7.3.64

0.25.4

7.3.65

0.25.5

7.3.66

0.25.6

7.3.67

0.25.8

7.3.68

0.25.10

7.3.69

0.25.13

7.3.70

0.26.0

7.3.71

0.26.1

7.3.72

0.26.2

7.3.73

0.26.3

7.3.74

0.26.4

7.3.75

0.26.5

7.3.76 0.26.6
7.3.77 0.26.7
7.3.78 0.26.8
7.3.79 0.26.10
7.3.80 0.26.11
7.3.81 0.27.0
7.3.82 0.27.2
7.3.83 0.27.3
7.3.84 0.27.4
7.3.85 0.27.5
7.3.86 0.27.6
7.3.87 0.27.7
7.3.88 0.27.8
7.3.89 0.27.9
7.3.90 0.28.0
7.3.91 0.28.1
7.3.92 0.28.4
7.3.93 0.29.0
7.3.94 0.30.4
7.3.95 0.30.5

 

NetFoundry maintains an endpoint that you can query to get this information:

https://gateway.production.netfoundry.io/core/v2/network-versions

You can use this endpoint to query, Examples:

Using cURL:

List all version information:

curl -s -H 'Accept: application/json' https://gateway.production.netfoundry.io/core/v2/network-versions

List a specific version:

curl -s -H 'Accept: application/json' https://gateway.production.netfoundry.io/core/v2/network-versions?networkVersion=7.3.78

Using Powershell:

List all version information:

(Invoke-WebRequest -Headers @{'Accept' = 'application/json'} https://gateway.production.netfoundry.io/core/v2/network-versions).Content

List a specific version:

(Invoke-WebRequest -Headers @{'Accept' = 'application/json'} https://gateway.production.netfoundry.io/core/v2/network-versions?networkVersion=7.3.78).Content

 

Was this article helpful?
2 out of 2 found this helpful

Comments

0 comments

Please sign in to leave a comment.