Skip to content

Releases: Cox-Automotive/alks.js

v2.1.1

27 Jun 19:30
Compare
Choose a tag to compare

Changelog

v2.1.0

06 May 19:13
Compare
Choose a tag to compare

Description

Adds functionality to update the list of tags associate with a given IAM role. By calling updateRole with a list of tags (Note: the list must contain all tags previously defined along with the new tags to be added), the associated tags for an IAM resource will update to reflect the tags list passed to the function.

Rally # US808583: ALKS JS - Add update role method

Type of change

  • Feature (non-breaking change which adds functionality)
  • Documentation

How has this been tested?

Unit tests have been added to cover all new functionality

Steps:

  1. npm test
  2. rejoice

Checklist / To Do:

  • When updating roles expands to more than just tags, we may want to break-out updateTags as a solo function to handle IAM role tagging manipulation.

v2.0.1

05 May 21:36
Compare
Choose a tag to compare

Note: We ran into issues when publishing v2.0.0, so this version bump encompasses the changes of v2.0.0 only

What's Changed

New Contributors

Full Changelog: v1.13.2...v2.0.0

v2.0.0

05 May 21:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.2...v2.0.0

v1.13.2

07 Jan 22:10
Compare
Choose a tag to compare

adds better handling for parsing the response when errors occur

v1.13.1

01 Nov 18:55
Compare
Choose a tag to compare

moves tslib to regular dependencies

v1.13.0

17 Aug 21:34
Compare
Choose a tag to compare

adds a new function for fetching cost totals for the current day, the past week, the month so far, and the year so far

v1.12.8

25 May 17:11
Compare
Choose a tag to compare

fixes dependency issue with node-fetch

v1.12.7

24 May 21:31
Compare
Choose a tag to compare

Adds polyfills for node dependencies to suppress warnings

v1.12.6

24 May 15:33
Compare
Choose a tag to compare

Converts the project to typescript