Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
release 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Menezes committed Oct 20, 2015
1 parent 03b721c commit b00d045
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _site/dist/kopf.js
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ kopf.controller('GlobalController', ['$scope', '$location', '$sce', '$window',
function($scope, $location, $sce, $window, AlertService, ElasticService,
ExternalSettingsService, PageService) {

$scope.version = '1.5.7';
$scope.version = '1.5.8';

$scope.modal = new ModalControls();

Expand Down
2 changes: 1 addition & 1 deletion _site/es-plugin.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
description=kopf - simple web administration tool for ElasticSearch
version=1.5.7-SNAPSHOT
version=1.5.8
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip install envtpl
ADD nginx.conf.tpl /etc/nginx/nginx.conf.tpl

# kopf
ENV KOPF_VERSION 1.5.7
ENV KOPF_VERSION 1.5.8
RUN curl -s -L "https://github.com/lmenezes/elasticsearch-kopf/archive/v${KOPF_VERSION}.tar.gz" | \
tar xz -C /tmp && mv "/tmp/elasticsearch-kopf-${KOPF_VERSION}" /kopf

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elasticsearch-kopf",
"version": "1.5.7",
"version": "1.5.8",
"description": "kopf - simple web administration tool for ElasticSearch",
"main": "index.html",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugin-descriptor.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
description=kopf - simple web administration tool for Elasticsearch
version=1.5.7
version=1.5.8
site=true
2 changes: 1 addition & 1 deletion src/kopf/controllers/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kopf.controller('GlobalController', ['$scope', '$location', '$sce', '$window',
function($scope, $location, $sce, $window, AlertService, ElasticService,
ExternalSettingsService, PageService) {

$scope.version = '1.5.7';
$scope.version = '1.5.8';

$scope.modal = new ModalControls();

Expand Down

0 comments on commit b00d045

Please sign in to comment.