forked from kamranahmedse/aws-cost-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release for v0.2.6 #17
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
by following reason: - To control feature additions and release timing within our organization - To respect intellectual property of the original author because the features we need may not necessarily align his development intentions - To independently increment semantic versions from the original repository
Specify 'ROUTE06, Inc.' as an author of this forked version
Abolish PR template which does not fit our operation
to avoid error below: > SyntaxError: Cannot use import statement outside a module
to prepare for feature addition: want to generate temporal credentials in `else` block
if `accessKey` and `secretKey` are not passed
Enable testing by 'jest' on CI
Introduce 'tagpr' to automate bumping semantic version
Introduce linter and formatter to the project
Enable use case with RBAC to improve security
github-actions
bot
force-pushed
the
tagpr-from-v0.0.0
branch
from
June 13, 2024 05:34
bac18b5
to
8d08136
Compare
reason why need this: - want to support accounts that have not yet created aliases - This is because aliases [are public information](https://docs.aws.amazon.com/IAM/latest/UserGuide/console_account-alias.html) and there may be some decision-making costs involved in determining them - I want to make this tool available to organisations that have not gone through this. Alias of other account is unavailable because `listAccountAliases` does not accept argument `account_id`
the unexpected value is caused by boundary condition of dates
Acked-by: Akira Hayashi <[email protected]>
Add function to get cost info of specific account under an organization
Correct cost aggregation logic to resolve diff in monthly cost
Allow users to choose aggregation unit for `Breakdown by service`
github-actions
bot
force-pushed
the
tagpr-from-v0.0.0
branch
2 times, most recently
from
June 14, 2024 09:57
17aa2f3
to
b65d0a5
Compare
github-actions
bot
force-pushed
the
tagpr-from-v0.0.0
branch
from
June 14, 2024 09:57
b65d0a5
to
d5d7e4d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request is for the next release as v0.2.6 created by tagpr. Merging it will tag v0.2.6 to the merge commit and create a GitHub release.
You can modify this branch "tagpr-from-v0.0.0" directly before merging if you want to change the next version number or other files for the release.
How to change the next version as you like
There are two ways to do it.
What's Changed
Breakdown by service
by @Rindrics in Allow users to choose aggregation unit forBreakdown by service
#22New Contributors
Full Changelog: https://github.com/route06/aws-cost-cli/commits/v0.2.6