Releases: sassoftware/viya4-orders-cli
Releases · sassoftware/viya4-orders-cli
1.7.0 - February 19, 2025
Summary:
- Dependency updates:
- spf13/viper
- spf13/cobra
- x/oauth2
- Update Go
- Add assetHistory command
- Add ability to specify a cadence / patch release arg on deploymentAsset command
- Update README
1.6.0 - February 24, 2023
Summary:
Dependency updates:
- spf13/viper
- oauth2
- net
1.5.0 - January 10, 2023
Summary:
- Go update (1.17 -> 1.19)
- Dependency updates
- Viper
- Cobra
- Updates to Copyright dates
1.4.0 - July 18, 2022
Summary:
- Dependency updates
1.3.0 - April 29, 2022
Summary:
- Dependency updates
1.2.0 - January 13, 2022
Summary:
- Go update (1.16 -> 1.17)
- Dependency updates
1.1.2 - July 6, 2021
Summary: Dependency updates
1.1.1 - June 29, 2021
Summary: Minor adjustments
- add .gitignore
- minor correction in README
- make usageError() use rootCmd.Usage() instead of rootCmd.Help(), plus exit afterwards
- dependency updates
1.1.0 - June 21, 2021
Summary: Minor adjustments
Issues addressed:
- update go from 1.13 to 1.16
- change formatter to gofumpt
- incorporate dependabot
- Dockerfile - incorporate version (via build args) into Docker image
- small update to README to make clear the circumstances under which git and go are required
1.0.0 - November 16, 2020
Summary: Initial public release
Issues Addressed:
- incorporate golint-ci
- add godoc
- use gofmt
- use oauth2 client credentials package for getting Bearer token instead of net/http
- set instead of add http request headers