Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
manuasir committed Jun 4, 2019
1 parent e6da760 commit 4a01fcc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

## Wazuh Docker v3.9.1_7.1.0

### Added

- Support for Elastic v7.1.0
- New environment variables for Kibana ([@manuasir](https://github.com/manuasir)) [#22ad43](https://github.com/wazuh/wazuh-docker/commit/22ad4360f548e54bb0c5e929f8c84a186ad2ab88)

## Wazuh Docker v3.9.1_6.8.0

### Added
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
WAZUH-DOCKER_VERSION="3.9.1_6.8.0"
REVISION="3901"
WAZUH-DOCKER_VERSION="3.9.1_7.1.0"
REVISION="3911"
2 changes: 1 addition & 1 deletion kibana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM docker.elastic.co/kibana/kibana:7.1.0
ARG WAZUH_APP_VERSION=3.9.1_7.1.0
USER root

ADD https://packages.wazuh.com/wazuhapp/wazuhapp-3.9.1_7.1.0.zip /tmp
ADD https://packages.wazuh.com/wazuhapp/wazuhapp-${WAZUH_APP_VERSION}.zip /tmp

RUN /usr/share/kibana/bin/kibana-plugin install file:///tmp/wazuhapp-${WAZUH_APP_VERSION}.zip
RUN rm -rf /tmp/wazuhapp-${WAZUH_APP_VERSION}.zip
Expand Down
4 changes: 2 additions & 2 deletions wazuh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG WAZUH_VERSION=3.9.1-1
ENV API_USER="foo" \
API_PASS="bar"

ENV TEMPLATE_VERSION="elastic-7-2"
ENV TEMPLATE_VERSION="v3.9.1"

# Set repositories.
RUN set -x && echo "deb https://packages.wazuh.com/3.x/apt/ stable main" | tee /etc/apt/sources.list.d/wazuh.list && \
Expand Down Expand Up @@ -69,7 +69,7 @@ RUN chmod +x /etc/service/wazuh-api/run && \
chmod +x /etc/service/filebeat/run


ADD https://raw.githubusercontent.com/wazuh/wazuh/v3.9.1/extensions/elasticsearch/7.x/wazuh-template.json /etc/filebeat
ADD https://raw.githubusercontent.com/wazuh/wazuh/$TEMPLATE_VERSION/extensions/elasticsearch/7.x/wazuh-template.json /etc/filebeat
RUN chmod go-w /etc/filebeat/wazuh-template.json

# Run all services
Expand Down

0 comments on commit 4a01fcc

Please sign in to comment.