Skip to content

Latest commit

 

History

History
200 lines (155 loc) · 6.47 KB

CHANGES.md

File metadata and controls

200 lines (155 loc) · 6.47 KB

v4.2.1 (2024-06-03)

  • Use explicit python 3.11 requirements in spec file

v4.2.0 (2024-05-30)

  • Update spec to build for 3.11
  • Update python version support

v4.1.0 (2022-12-07)

  • Add option to create refresh token with no expiry

v4.0.1 (2021-12-17)

  • Add rpm-macros to build requirements in spec.

v4.0.0 (2021-05-07)

  • Add versioning to routes. \81

v3.5.0 (2021-04-07)

  • Add job list pagination options. \78
  • Add handling for Aliyun jobs and accounts. \79
  • Drop destination fields for Azure accounts. \80

v3.4.0 (2021-02-04)

  • If protocol isn't part of hostname prepend http. \74
  • Pass in verify_signature value to options dict. \75
  • Migrate to GitHub Actions from Travis CI. \76

v3.3.0 (2020-10-19)

  • Fix potential 'no redirect port available' error. \71
  • Reorganize the CLI to allow for function usage as an SDK. \73

v3.2.0 (2020-09-17)

  • Add API commands for job status. \72

v3.1.0 (2020-06-19)

  • Fix typo in spec for config man page. \65
  • Improvements to config file setup. \66
  • Handle errors from OIDC provider. \67
  • Add border on div and change color on status. \68
  • Add option for job dry run. \70

v3.0.0 (2020-04-20)

  • Add OpenID Connect authentication support. \52
  • Remove username, email is now primary key for user. \55
  • Add commands for password change and reset. \58
  • Add new commands for setup and echo client config. \60
  • Provide useful msg if config file not found. \61
  • Add man page text for configuration file creation. \62
  • Add API to retrieve job doc examples. \63
  • Cleanup (remove) group options in azure and gce accounts. \64

v2.1.0 (2020-02-24)

  • Integrate OCI cloud framework into mash pipeline. \51

v2.0.0 (2019-12-20)

  • Update the configuration docs with profile. \46
  • Update README to reflect the latest command line interface. \47
  • Remove group option from gce and azure accounts. \49
  • Remove man pages from source. \50

v1.1.0 (2019-10-25)

  • Add coverage to travis testing. \42
  • Add profiles option to handle multiple configs. \43
  • Add comment to delete confirmation about updates. \44
  • Fix account list routes. \45

v1.0.0 (2019-10-02)

  • Integrate all endpoints from MASH v4.0.0
  • Add authentication to requests
  • Split up cli into multiple modules
  • Simplify the echo dictionary function

v0.6.0 (2019-08-07)

  • Update client for mash server api changes. \21

v0.5.0 (2019-07-29)

  • Add subnet option to ec2 add account. \20

v0.4.0 (2019-06-08)

  • Improve the help message for additional region handling. \16
  • Add is publishing account option for gce accounts. \17

v0.3.0 (2019-03-08)

  • add testing account option for gce account add. \15

v0.2.0 (2019-02-22)

  • Add readthedocs documentation. \11
  • Move default mash client config file. \12
  • Add ec2 account has a single target region. \13
  • Re-word cli option help messages. \14

v0.1.0 (2019-02-04)

  • Update mash job delete. #5
  • Update account delete. #6
  • Add integration test suite. #9
  • Remove references to provider. #10

v0.0.2 (2018-11-15)

  • Cleanup spec requirements. #2
  • Handle Azure source and destination storage options. #3
  • Add GCE add account endpoint. #4
  • Use required options instead of positional args. #7 #8

v0.0.1 (2018-08-24)

  • Initial release.