Skip to content

Commit

Permalink
Feat.MDD150 - Add MISP Version 2.4.100 (#25)
Browse files Browse the repository at this point in the history
# Changelog for feat.MDD150 - Add MISP Version 2.4.100
## Update Informations 
Features of the release:
- Add MISP-Server Container for MISP release 2.4.100.
  For more information please have a look at the official changelog at https://github.com/MISP/MISP/releases/tag/v2.4.100

## General Changes
Besides the new MISP version, no general changes were made.
## Fixes & Improvements
- Add MISP-Server Container with MISP Version 2.4.100

## Detailed Changes
- Added new MISP Server 2.4.100 on base of 2.4.97.
- Improve echo outputs in entrypoint_apache.sh script for version 2.4.97-2.4.100
  • Loading branch information
8ear committed Jan 8, 2019
1 parent 69acf5e commit e6c59f0
Show file tree
Hide file tree
Showing 35 changed files with 3,221 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Expand Up @@ -51,3 +51,4 @@ include:
- '2.4.97-debian/.gitlab-ci.yml'
- '2.4.98-debian/.gitlab-ci.yml'
- '2.4.99-debian/.gitlab-ci.yml'
- '2.4.100-debian/.gitlab-ci.yml'
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -22,6 +22,7 @@ env:
- VERSION=2.4.97-debian
- VERSION=2.4.98-debian
- VERSION=2.4.99-debian
- VERSION=2.4.100-debian
- VERSION=2.4.nightly-ubuntu

before_install:
Expand Down
14 changes: 14 additions & 0 deletions 2.4.100-debian/.gitlab-ci.yml
@@ -0,0 +1,14 @@
build 2.4.100-debian:
extends: .build
variables:
VERSION: "2.4.100-debian"


test 2.4.100-debian:
extends: .test
variables:
VERSION: "2.4.100-debian"
only:
changes:
- 2.4.100-debian/*

0 comments on commit e6c59f0

Please sign in to comment.