Bump version for 1.0.0

This commit is contained in:
Johannes Zellner 2021-03-28 11:11:31 +02:00
parent 4c80338eba
commit 10b6dc9962
4 changed files with 7 additions and 3 deletions

View file

@ -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)

View file

@ -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": {

View file

@ -1,4 +1,4 @@
This app packages searx version <upstream>0.18.0</upstream>.
This app packages searx version <upstream>1.0.0</upstream>.
### About

View file

@ -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