Skip to content

Latest commit

History

History
431 lines (260 loc) 路 16.9 KB

CHANGELOG.md

File metadata and controls

431 lines (260 loc) 路 16.9 KB

v3.2.0 - 2019-11-14

  • Updated pre-commit hooks
  • Add ActiveMQ rules (#143)

v3.1.0 - 2019-07-21

  • Updated CHANGELOG
  • Fix Splunk Web (#132)
  • Updated terraform_docs pre-commit hook

v3.0.1 - 2019-05-27

  • Updated CHANGELOG
  • Fixed computed example in README (#122)

v3.0.0 - 2019-05-26

  • Updated CHANGELOG
  • Upgrade module to support Terraform 0.12 (#120)

v2.17.0 - 2019-04-26

  • Added puppet as auto_group
  • Add rule for PuppetDB TCP (#113)

v2.16.0 - 2019-03-21

  • Updated README after #110
  • add rabbitmq discovery epmd port 4369 (#110)

v2.15.0 - 2019-03-08

  • Fixed rabbitmq port (closes #107)

v2.14.0 - 2019-02-17

  • Updated docs after #104
  • Merge pull request #104 from mvasilenko/add-mongodb-cluster-rules
  • add rules for MongoDB cluster ports

v2.13.0 - 2019-02-06

  • Run pre-commit
  • Merge pull request #102 from mvasilenko/add-rabbitmq-to-rules-tf
  • add rule for rabbitmq

v2.12.0 - 2019-02-06

  • Run pre-commit
  • Merge pull request #100 from mvasilenko/add-mongodb-to-rules-tf
  • add name rule for mongodb

v2.11.0 - 2019-01-17

  • Added http-8080 and https-8443 ports
  • Added entry for 8443 (#98)

v2.10.0 - 2018-12-28

  • Allow use_name_prefix override in submodules (#95)

v2.9.0 - 2018-10-17

  • Fixed README after terraform-docs

v2.8.0 - 2018-10-17

  • Add a rule for consul CLI RPC (#83)

v2.7.0 - 2018-10-11

  • Added missing files for ntp rules
  • Added NTP rule (#71)

v2.6.0 - 2018-10-11

  • Fixed formatting
  • Extended Splunk module to includ HEC (#81)

v2.5.0 - 2018-09-12

  • Cleanup after #74
  • Make use of name_prefix optional (#74)

v2.4.0 - 2018-09-05

  • Using name_prefix instead of name to allow creation of duplicated with create_before_destroy (fix #40)

v2.3.0 - 2018-09-04

  • Added lifecycle create_before_destroy on aws_security_group (fixed #40)

v2.2.0 - 2018-08-23

  • Added squid to auto_groups and ran update_groups.sh
  • Add squid proxy to rules.tf (#70)
  • Fix source of predefined rule example (#69)

v2.1.0 - 2018-06-20

  • Evaluate var.create variable to set count to 1 or 0 (#62)

v2.0.0 - 2018-05-29

  • README fixes
  • README fixes
  • Merge remote-tracking branch 'origin/computed_values'
  • Fix to allow computed values in arguments (#61)
  • Fix to allow computed values in arguments

v1.25.0 - 2018-05-17

  • Ran pre-commit hook to get formatting and documentation in place
  • Added WinRM Ports (#60)

v1.24.0 - 2018-05-16

  • Added pre-commit hook to autogenerate terraform-docs (#59)

v1.23.0 - 2018-05-14

  • Added dynamic example (#57)

v1.22.0 - 2018-04-23

  • Not ignore changes in rules description (#52)

v1.21.0 - 2018-04-17

  • Adds Oracle database port (#51)

v1.20.0 - 2018-03-06

  • Updated links in readme files

v1.19.0 - 2018-03-02

  • Removed readme from private module

v1.18.0 - 2018-03-02

  • Added README to all modules (#45)

v1.17.0 - 2018-03-02

  • Added Splunk ports (#44)

v1.16.0 - 2018-03-02

  • Fix openvpn rule name mismatch (#43)

v1.15.0 - 2018-02-08

  • added rdp-udp, fixed typo in mssql-broker-tcp (#37)

v1.14.0 - 2018-02-05

  • Added pre-commit and minor update of version in readme

v1.13.0 - 2018-01-19

  • Adding RDP and updating MSSQL service ports. (#35)

v1.12.0 - 2018-01-16

  • Workaround for bug when updating description of a rule with protocol all (#34)

v1.11.1 - 2018-01-16

  • cosmetics (#33)

v1.11.0 - 2018-01-12

  • Revert "Specify minimum required version of AWS provider (#30)" (#32)

v1.10.0 - 2018-01-11

  • Specify minimum required version of AWS provider (#30)

v1.9.0 - 2018-01-10

  • Fixed redshift by running update_rules script
  • Add redshift tcp port (#24)

v1.8.0 - 2018-01-10

  • Add support for Rule descriptions with a safe default value (#27)

v1.7.0 - 2018-01-10

  • Add NFS tcp port (#28)
  • [ci skip] Get more Open Source Helpers (#26)

v1.6.0 - 2017-11-24

  • Fixed formatting
  • Add IPSEC to rules.tf (#23)

v1.5.1 - 2017-11-23

  • formatting to help downstream depedent modules pass when running CI (#22)

v1.5.0 - 2017-11-20

  • Removed outputs of ingress and egress rules, because of complex types

v1.4.0 - 2017-11-16

  • Fixed outputs when security group is not created

v1.3.0 - 2017-11-15

  • Added possibility to create resources conditionally (#20)

v1.2.2 - 2017-11-15

  • Fixed autogenerated templates to include ipv6 rules also (#19)

v1.2.1 - 2017-11-13

  • Update README with calculated variable limitation (#18)

v1.2.0 - 2017-11-03

  • Make IPV6 really optional (#15)

v1.1.4 - 2017-10-26

  • Merge pull request #13 from Shapeways/master
  • Merge branch 'master' of github.com:Shapeways/terraform-aws-security-group
  • Add Puppet to rules.tf
  • Merge pull request #1 from terraform-aws-modules/master

v1.1.3 - 2017-10-20

  • Merge pull request #9 from Shapeways/master
  • Add DNS udp and tcp to rules.

v1.1.2 - 2017-10-14

  • Fixed all-icmp ports (closes #7)

v1.1.1 - 2017-10-11

  • Merge pull request #5 from grem11n/master
  • Update default all-all rule

v1.1.0 - 2017-10-06

  • Merge pull request #3 from terraform-aws-modules/remove_default_ip_cidrs
  • Removed default cidr for ingress rules, fixed self variable name

v1.0.0 - 2017-10-04

  • Fixed #1 - done
  • Initial commit