-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
219 lines (111 loc) · 3.87 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
# Changelog
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.6.4] - 2024-10-10
### Fixed
- Fixed issue with help message on --jwt.
- Fixed issue with fabric port on ziti version above 30 if link listener was eneabled.
## [1.6.3] - 2024-09-25
- Add --skipSoftwareMgmtPortCheck to allow skipping just the software management port check.
## [1.6.2] - 2024-09-18
### Added
- Add --skipChecks flag to allow skipping controller checks(port/certificate)
## [1.6.1] - 2024-08-15
### Fixed
- Fixed issue when attempting to register and bypassing MOP.
## [1.6.0] - 2024-07-24
### Added
- Add function to check haEnabled flag from MOP.
- Rebuild to consume ziti_router_auto_enroll 1.0.20.
## [1.5.2] - 2024-07-11
### Added
- Added additional error capturing for certificate check
## [1.5.1] - 2024-05-09
### Added
- MOP callback with status
## [1.5.0] - 2024-05-08
### Changed
- Removed calling salt-call state apply
- Checking if minion_master.pub exists instead
## [1.4.1] - 2024-04-17
### Changed
- Fix core v3 endpoint.
## [1.4.0] - 2024-03-22
### Added
- Added logic to handle v3 endpoints based on key length.
## [1.3.2] - 2024-01-08
### Changed
- Fixed exception catching for nptlib
- Added argument to specify ntp server
## [1.3.1] - 2023-12-28
### Added
- Added hostOnly argument. Will use "host" mode proxy & skip DNS setup.
- Rebuild to consume ziti_router_auto_enroll 1.0.19.
## [1.3.0] - 2023-12-27
### Added
- Added time check. If the local clock is more than 10 min away from pool.ntp.org
the script will exit with an error.
### Changed
- Changed default location of log from PWD, to `/var/log/router_registration.log`
## [1.2.4] - 2023-12-13
### Changed
- Removed `--controller` argument, since it's not in use.
## [1.2.3] - 2023-11-29
### Changed
- Rebuild to consume ziti_router_auto_enroll 1.0.17.
## [1.2.2] - 2023-11-09
### Changed
- Rebuild to consume ziti_router_auto_enroll 1.0.16.
## [1.2.1] - 2023-11-02
### Changed
- Fixed custom repo line to reduce line length
- Rebuild to consume ziti_router_auto_enroll 1.0.15.
## [1.2.0] - 2023-10-31
### Changed
- Added new flag --customRepoAddress
## [1.1.2] - 2023-10-23
### Fixed
- Fixed issue with finding version when using manual registration
## [1.1.1] - 2023-10-16
### Changed
- Added proxy commands to allow to pass proxy to ER config
## [1.1.0] - 2023-10-04
### Changed
- Changed extracting path of pyinstaller from /tmp to /opt/netfoundry
## [1.0.13]
### Changed
- Removed port 80 from port check list
- Removed nfhelp download
## [1.0.12]
### Added
- Added switches to handle registration without contacting MOP for information. --jwt, --controller, --hostId --linkListener
## [1.0.11] - 2023-09-18
### Changed
- Change fabric port to 443 for ziti version 0.30.0 and above
## [1.0.10] - 2023-09-14
### Fixed
- Fixed issue with salt roles not being a list
## [1.0.9] - 2023-08-02
- Rebuild to consume ziti_router_auto_enroll 1.0.11.
## [1.0.8] - 2023-07-27
### Fixed
- NF_PORT_BYPASS need to be an integer for check to work.
## [1.0.7] - 2023-07-26
### Changed
- Update so port 6262 doesn't error, just print an info that it's closed.
## [1.0.6] - 2023-07-26
### Fixed
- Bugfix - salt-minion was not enabled.
## [1.0.5] - 2023-07-18
### Added
- Add --dnsIPRange & --lanIf arguments
## [1.0.4] - 2023-06-23
- Switch diverter configuration to zfw instead of tproxy slicer
- Moved nfhelp download to before ziti registration
## [1.0.3] - 2023-06-20
- Rebuild to consume ziti_router_auto_enroll 1.0.6.
## [1.0.2] - 2023-06-14
- Rebuild to consume ziti_router_auto_enroll 1.0.5.
## [1.0.1] - 2023-05-31
- Rebuild to consume ziti_router_auto_enroll 1.0.4.
## [1.0.0] - 2023-04-18
- Initial version