Skip to content

Latest commit

 

History

History
91 lines (71 loc) · 7.84 KB

CHANGELOG.md

File metadata and controls

91 lines (71 loc) · 7.84 KB

Change Log

Full Changelog

Fixed bugs:

  • problem with vagrant up in development branch #60

Implemented enhancements:

  • Upgrade Docker Compose to 1.20.1 #61

1.0.1 (2018-03-26)

Full Changelog

Implemented enhancements:

  • Move configuration from external sources in this project #55
  • Ensure script portabilty #22
  • Dockerize all the components #12
  • Reduce the number of VMs #8
  • Use the same operating system image as a base Vagrant box #7
  • Do not assume fixed IPs for VMs #3
  • Make configuration scripts idempotent #2

Fixed bugs:

  • Unspecified dependency versions and upgrade commands may lead to unreproducible builds #9
  • vagrant up does not work for some CentOS VMs or with more than 8 VMs #1
  • logstash24 deployment script: IP address parameter is set to the hostname #59

1.0.0 (2017-12-11)

Implemented enhancements:

  • Prepare 1.0.0 release #47
  • Comment Requirements section contents in PULL_REQUEST_TEMPLATE.md #36
  • Configure Appveyor CI #32
  • Configure Vagrantfile validation during CI builds #31
  • Remove prelude-correlator-oss VM from Vagrantfile #28
  • Rename cnit-correlator to event-correlator and add its description to README #25
  • Configure camera IP and hostname via DHCP #24
  • Set domain in Vagrantfile #23
  • Use parameters in provisioning scripts #21
  • Configure Travis CI to run shellcheck #19
  • Improve network interface selection with sed #18
  • Configure the default route through the gateway #17
  • Configure a gateway VM #15
  • Choose a license for OpenSCISSOR #14
  • Configure a testing framework for the infrastructure #13
  • Configure an "internal only" network interface for each VM #11
  • Configure dnsmasq #10
  • Remove unneeded commands from configuration scripts #5
  • Avoid using SlipStream commands #4
  • Add GitHub templates for contributions, pull requests and issues #30 (ferrarimarco)
  • cnit-correlator VM #20 (agil3b3ast)

Fixed bugs:

  • NoBrokersAvailable in kafka-idmef-converter #53
  • Bad configuration syntax in kafka-idmef-converter #49
  • Missing pyyaml in kafka-idmef-converter #48
  • kafka-idmef-converter "unbound variable" in deployment #45
  • Cannot ping gitlab.scissor-project.com from VM #43
  • prelude-manager should be resilient to reboots #41
  • prelude-manager-oss iptables configuration is not persisted #38
  • Default route configuration does not work in Fedora. The connectivity is broken #35
  • NetworkManager does not run the dispatcher.d scripts for DHCP network interfaces on the first up event #33
  • Gateway networking service fails during "vagrant up" #29
  • kafka VM configuration fails during post-install (404 on kafka URL) #26
  • Kafka VM deployment.sh script uses an hardcoded network interface and IPs #16
  • Prelude Correlator and Prelude Connector cannot connect to the Prelude Manager #6
  • New iptables rules to open 2181 and 9092 in kafka VM #54 (agil3b3ast)
  • Modified configuration syntax in kafka-idmef-converter #51 (agil3b3ast)
  • Add pyyaml dependency in kafka-idmef-converter #50 (agil3b3ast)
  • Dynamically validate deployment script parameters #46 (ferrarimarco)
  • Add a prefix to the locally managed domain #44 (ferrarimarco)
  • Make prelude-manager service resilient to reboots by configuring it as a service #42 (agil3b3ast)
  • Saved prelude-manager-oss iptables rules after reload #40 (agil3b3ast)
  • Disable Vagrant interface default route in fedora #39 (ferrarimarco)
  • Changed prelude-manager-oss provisioning to bento/fedora-26 #37 (agil3b3ast)
  • Restart NetworkManager after dispatcher scripts creation #34 (ferrarimarco)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator