Bump version to 0.92
This commit is contained in:
parent
cbe83e2053
commit
fd8860a389
|
@ -2,7 +2,7 @@ FROM easypi/alpine-arm:latest
|
||||||
LABEL maintainer="Erik Rogers <erik.rogers@live.com>"
|
LABEL maintainer="Erik Rogers <erik.rogers@live.com>"
|
||||||
|
|
||||||
# AdGuard version
|
# AdGuard version
|
||||||
ARG ADGUARD_VERSION="0.91"
|
ARG ADGUARD_VERSION="0.92"
|
||||||
ENV ADGUARD_VERSION $ADGUARD_VERSION
|
ENV ADGUARD_VERSION $ADGUARD_VERSION
|
||||||
|
|
||||||
# AdGuard architecture and package info
|
# AdGuard architecture and package info
|
||||||
|
|
|
@ -2,7 +2,7 @@ FROM alpine:latest
|
||||||
LABEL maintainer="Erik Rogers <erik.rogers@live.com>"
|
LABEL maintainer="Erik Rogers <erik.rogers@live.com>"
|
||||||
|
|
||||||
# AdGuard version
|
# AdGuard version
|
||||||
ARG ADGUARD_VERSION="0.91"
|
ARG ADGUARD_VERSION="0.92"
|
||||||
ENV ADGUARD_VERSION $ADGUARD_VERSION
|
ENV ADGUARD_VERSION $ADGUARD_VERSION
|
||||||
|
|
||||||
# AdGuard architecture and package info
|
# AdGuard architecture and package info
|
||||||
|
|
|
@ -2,7 +2,7 @@ FROM alpine:latest
|
||||||
LABEL maintainer="Erik Rogers <erik.rogers@live.com>"
|
LABEL maintainer="Erik Rogers <erik.rogers@live.com>"
|
||||||
|
|
||||||
# AdGuard version
|
# AdGuard version
|
||||||
ARG ADGUARD_VERSION="0.91"
|
ARG ADGUARD_VERSION="0.92"
|
||||||
ENV ADGUARD_VERSION $ADGUARD_VERSION
|
ENV ADGUARD_VERSION $ADGUARD_VERSION
|
||||||
|
|
||||||
# AdGuard architecture and package info
|
# AdGuard architecture and package info
|
||||||
|
|
12
README.md
12
README.md
|
@ -51,19 +51,23 @@ In the future, AdGuard Home is supposed to become more than just a DNS server.
|
||||||
|
|
||||||
### Mac
|
### Mac
|
||||||
|
|
||||||
Download this file: [AdGuardHome_v0.91_MacOS.zip](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.91/AdGuardHome_v0.91_MacOS.zip), then unpack it and follow ["How to run"](#how-to-run) instructions below.
|
Download this file: [AdGuardHome_v0.92_MacOS.zip](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_MacOS.zip), then unpack it and follow ["How to run"](#how-to-run) instructions below.
|
||||||
|
|
||||||
|
### Windows 64-bit
|
||||||
|
|
||||||
|
Download this file: [AdGuardHome_v0.92_Windows.zip](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_Windows.zip), then unpack it and follow ["How to run"](#how-to-run) instructions below.
|
||||||
|
|
||||||
### Linux 64-bit Intel
|
### Linux 64-bit Intel
|
||||||
|
|
||||||
Download this file: [AdGuardHome_v0.91_linux_amd64.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.91/AdGuardHome_v0.91_linux_amd64.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below.
|
Download this file: [AdGuardHome_v0.92_linux_amd64.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_amd64.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below.
|
||||||
|
|
||||||
### Linux 32-bit Intel
|
### Linux 32-bit Intel
|
||||||
|
|
||||||
Download this file: [AdGuardHome_v0.91_linux_386.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.91/AdGuardHome_v0.91_linux_386.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below.
|
Download this file: [AdGuardHome_v0.92_linux_386.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_386.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below.
|
||||||
|
|
||||||
### Raspberry Pi (32-bit ARM)
|
### Raspberry Pi (32-bit ARM)
|
||||||
|
|
||||||
Download this file: [AdGuardHome_v0.91_linux_arm.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.91/AdGuardHome_v0.91_linux_arm.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below.
|
Download this file: [AdGuardHome_v0.92_linux_arm.tar.gz](https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_arm.tar.gz), then unpack it and follow ["How to run"](#how-to-run) instructions below.
|
||||||
|
|
||||||
## How to update
|
## How to update
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ swagger: '2.0'
|
||||||
info:
|
info:
|
||||||
title: 'AdGuard Home'
|
title: 'AdGuard Home'
|
||||||
description: 'AdGuard Home REST API. Admin web interface is built on top of this REST API.'
|
description: 'AdGuard Home REST API. Admin web interface is built on top of this REST API.'
|
||||||
version: 0.91.0
|
version: 0.92.0
|
||||||
schemes:
|
schemes:
|
||||||
- http
|
- http
|
||||||
basePath: /control
|
basePath: /control
|
||||||
|
|
15
version.json
15
version.json
|
@ -1,10 +1,11 @@
|
||||||
{
|
{
|
||||||
"version": "v0.91",
|
"version": "v0.92",
|
||||||
"announcement": "AdGuard Home v0.91 is now available!",
|
"announcement": "AdGuard Home v0.92 is now available!",
|
||||||
"announcement_url": "https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.91",
|
"announcement_url": "https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.92",
|
||||||
"download_darwin_amd64": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.91/AdGuardHome_v0.91_MacOS.zip",
|
"download_windows_amd64": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_Windows.zip",
|
||||||
"download_linux_amd64": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.91/AdGuardHome_v0.91_linux_amd64.tar.gz",
|
"download_darwin_amd64": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_MacOS.zip",
|
||||||
"download_linux_386": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.91/AdGuardHome_v0.91_linux_386.tar.gz",
|
"download_linux_amd64": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_amd64.tar.gz",
|
||||||
"download_linux_arm": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.91/AdGuardHome_v0.91_linux_arm.tar.gz",
|
"download_linux_386": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_386.tar.gz",
|
||||||
|
"download_linux_arm": "https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_arm.tar.gz",
|
||||||
"selfupdate_min_version": "v0.0"
|
"selfupdate_min_version": "v0.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue