Skip to content

Releases: Cox-Automotive/alks-cli

v3.2.0

03 Jun 14:37
Compare
Choose a tag to compare

Refactors the codebase to make development easier, more modern, and less error-prone by:

  • internally migrating from async.js/callbacks to promises
  • converting to typescript
  • adding Jest for unit testing
  • swapping out alks-node for alks.js
  • removing some unnecessary dependencies
  • updating to latest dependency versions
  • restructuring the code layout
  • automating linting/building on commit for developers
  • fixings a couple of small bugs
  • modifying the prefix of the verbose logger

3.1.4

27 Jan 18:48
7fea878
Compare
Choose a tag to compare

This release includes the following changes:

  • Replaces some TravisCI functionality with GitHub actions
  • Fixes a character escaping issue with Windows Powershell
  • Bundles a problematic dependency to reduce install errors
  • Updates dependency versions reported by NPM Audit

3.1.3

11 Dec 19:19
Compare
Choose a tag to compare

updates the supported versions of node to match the node LTS plan

3.1.2

11 Nov 13:53
bdc6ca4
Compare
Choose a tag to compare

This release includes the following changes:

  • Corrects a bug in the date format included with the AWS output type

3.1.1

20 Oct 14:13
9ee9488
Compare
Choose a tag to compare
  • Bumps alks-node version which includes better error handling for our internal ALKS calls
  • Updates syntax to be up to date with ES6

3.1.0

23 Sep 19:19
add8785
Compare
Choose a tag to compare
  • bumps alks-node version
  • allow MI when creating role and trust role

3.0.12

08 Sep 12:47
c9c8a6c
Compare
Choose a tag to compare
  • Bumps alks-node version

3.0.11

23 Jun 14:19
688fcbe
Compare
Choose a tag to compare

Fixes a typo

3.0.10

22 Jun 15:00
b013fe1
Compare
Choose a tag to compare
  • [BUGFIX] Corrects an issue where expiration timestamps prevented IAM key generation

3.0.9

18 Jun 13:08
08ac57a
Compare
Choose a tag to compare
  • [BUGFIX] Corrects an issue were expired keys were returned from alks sessions commands.