Releases: appgate/sdpctl
Releases · appgate/sdpctl
2022.08.31-rc6
What's Changed
- dont supress errors by @danijeel in #247
- handling all errs by @danijeel in #248
- Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 by @dependabot in #249
- Show help/usage in
sdpctl completion
by @mandopaloooza in #251 - Use keybase/go-keychain for storing credentials in macOS keychain by @mandopaloooza in #250
- go1.19 fmt ./... by @danijeel in #252
- Bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 by @dependabot in #253
- codespell -w -i3 {pkg,cmd,docs} by @danijeel in #256
- SA1019 - replaced deprecated function by @danijeel in #255
- verify that IdToken is not empty by @danijeel in #254
- V17 openapi generator 6 by @danijeel in #246
- Fix partial upgrade with filter fails by @kajes in #257
- dont close channel by @danijeel in #258
- file command for managing the file repository by @kajes in #259
- set timeout for backups to 15 min by @kajes in #260
- nil ptr check file on backup by @danijeel in #261
- Wrap http err by @danijeel in #262
- updated outdated key value in default filter. by @danijeel in #263
- add 2 hour padding on expires_at by @danijeel in #267
- remove timeout for backups by @kajes in #266
- clear credentials when configuring by @kajes in #265
- print error details in tracker when prepare/complete fails by @kajes in #268
- clear credentials after setting the URL by @kajes in #269
- Bump github.com/vbauerster/mpb/v7 from 7.4.2 to 7.5.2 by @dependabot in #270
- dry-run needs .release.env as well by @kajes in #271
- Move dry-run to testing by @kajes in #272
Full Changelog: 2022.07.08-rc5...2022.08.31-rc6
2022.07.08-rc5
2022.07.07-rc4
2022.07.05-rc3
Changelog
Bug Fixes
- activate ci-mode when output is not TTY by @kajes in #225
- fix: log forwarder server upgrade order by @kajes in #221
- fix bad JSON output by @kajes in #231
- don't duplicate LF/LS appliances in upgrade by @kajes in #232
- fix: get all tags when releasing by @kajes in #233
Other
- disable progress spinners in ci-mode by @kajes in #223
- Table output unification by @kajes in #227
- Fix test builds by @kajes in #230
- 5.2 backwards compatability by @kajes in #226
- Bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 by @dependabot in #229
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #228
Full Changelog: 2022.07.01-rc2...2022.07.05-rc3
2022.07.01-rc2
What's Changed
- docs: updates to readme by @jbodleyscott in #213
- Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #210
- Bump github.com/creack/pty from 1.1.17 to 1.1.18 by @dependabot in #211
- Bump github.com/stretchr/testify from 1.7.3 to 1.7.5 by @dependabot in #212
- Add timestamps to important output events by @kajes in #215
- fix: packaging lint errors by @kajes in #214
- cleanup old code by @kajes in #216
- fix: goreleaser build error by @kajes in #218
- Implement update method on tracker by @kajes in #217
- fix: disambiguity in prepare message by @kajes in #220
- fix: no upload progress bar in ci-mode by @kajes in #219
- fix: enable the backup API by @kajes in #222
Full Changelog: 2022.06.27-rc1...2022.07.01-rc2
2022.06.27-rc1
Changelog
- Initial release