Sha256: 960279d7d37b332aadaee24289967e464ae437a4f4c60b3812a12b6e9358ee6f

Contents?: true

Size: 1.94 KB

Versions: 5

Compression:

Stored size: 1.94 KB

Contents

# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.1.6] - 2019-01-14
### Added
- Dockerfile

### Changed
- Replaced fog gem with aws-sdk-ec2
- Upgrade bundler to 2.x
- Removed unused dependencies

### Fixed
- Issue with --color=true failing with exception due to change in Graphviz library.

## [0.1.5] - 2018-10-10
### Added
- Filter by VPC id
- Support for AWS session token
- Use rankdir with graphviz to improve layout

### Changed
- Dependent trollop gem renamed to optimist
- Switched from ruby-graphviz to graphviz gem

## [0.1.4] - 2017-02-03
### Added
- CHANGELOG.md
- Support for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY
- Capability to view filtered view by source or target.

### Fixed
- Issue with vagrant up not working due to older bundler version and missing dependencies

## [0.1.3] - 2016-03-20
### Changed
- Removed ENV usage from the gem.

### Fixed
- Pointing to specific version of linkurious.js instead of master build
- Web view html and json files are now generated in the same directory.

### Added
- Support for credentials via ENV or .fog
- Capability to exclude egress via opts.yml file.


## [0.1.2] - 2015-12-19
### Added
- linkurious/sigma.js to render json representation of security groups
- Capability to exclude CIDR via opts.yml file


## [0.1.1] - 2015-10-18
### Added
- Capability to generate an opts.yml file to tweak aws-security-viz behavior.

### Removed
- Support for Ruby 1.9.3

## 0.1.0 - 2015-10-15
### Added
- Begin life as the gem [aws_security_viz](https://rubygems.org/gems/aws_security_viz)


[Unreleased]: https://github.com/anaynayak/aws-security-viz/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/anaynayak/aws-security-viz/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/anaynayak/aws-security-viz/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/anaynayak/aws-security-viz/compare/v0.1.0...v0.1.1

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aws_security_viz-0.1.7.pre.alpha.pre.145 CHANGELOG.md
aws_security_viz-0.1.7.pre.alpha.pre.138 CHANGELOG.md
aws_security_viz-0.1.7.pre.alpha.pre.136 CHANGELOG.md
aws_security_viz-0.1.6.pre.alpha.pre.134 CHANGELOG.md
aws_security_viz-0.1.6 CHANGELOG.md