From 10b6dc9962a0a426a629c6f4b72f09a57ae466e5 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 28 Mar 2021 11:11:31 +0200 Subject: [PATCH] Bump version for 1.0.0 --- CHANGELOG | 4 ++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- Dockerfile | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6fe49e9..aea147c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -38,3 +38,7 @@ [1.5.0] * Update base image to v3 +[1.6.0] +* Update Searx to 1.0.0 +* The searx maintainer team, would like to say a huge thank you for everybody who had been involved in the development of searx or supported us in the past 7 years - making our first stable release available. Special thanks to NLNet for sponsoring multiple features of this release. +* [Full changelog](https://github.com/searx/searx/releases/tag/1.0.0) diff --git a/CloudronManifest.json b/CloudronManifest.json index f0a3612..ef64c81 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Privacy-respecting metasearch engine", - "version": "1.5.0", + "version": "1.6.0", "healthCheckPath": "/", "httpPort": 8888, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 5acd3e8..47f3322 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages searx version 0.18.0. +This app packages searx version 1.0.0. ### About diff --git a/Dockerfile b/Dockerfile index 88092f1..330bf09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92 -ARG VERSION=0.18.0 +ARG VERSION=1.0.0 RUN mkdir -p /app/code /app/pkg WORKDIR /app/code