Skip to content

Commit

Permalink
Add v0.2.4 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
anaynayak committed Jun 10, 2023
1 parent b443e1c commit 81824e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.4] - 2023-06-10
- Matrix builds for Ruby v3.0 onwards only
- Remove support for Ruby v2.x

## [0.2.3] - 2021-07-03
### Added
- Support for Ruby v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ aws-security-viz only uses the `ec2:DescribeSecurityGroups` api so a minimal IAM

Alternatively you can use [aws-vault](https://github.com/99designs/aws-vault/) and run it using short lived temporary credentials.

`$ aws-vault exec <profile> -- aws_security_viz -f aws.json --renderer navigator`
`$ aws-vault exec <profile> -- aws_security_viz -f aws.json --renderer navigator --serve 9091`

#### Advanced configuration

Expand Down

0 comments on commit 81824e4

Please sign in to comment.