Skip to content

Commit

Permalink
Bump version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jul 12, 2022
1 parent 62c20a5 commit 6f4cae3
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
files = Cargo.toml README.md openwrt/aliyundrive-webdav/Makefile openwrt/luci-app-aliyundrive-webdav/Makefile merlin/config.json.js snap/snapcraft.yaml
commit = False
tag = False
current_version = 1.7.2
current_version = 1.7.3
18 changes: 18 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
with:
files: |
target/release/aliyundrive-webdav*.tar.gz
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true

windows:
runs-on: windows-latest
Expand Down Expand Up @@ -146,6 +148,8 @@ jobs:
with:
files: |
target/${{ matrix.platform.target }}/release/*.zip
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true

linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -260,18 +264,24 @@ jobs:
with:
files: |
target/${{ matrix.platform.target }}/release/aliyundrive-webdav*.tar.gz*
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true
- name: Upload deb to GitHub Release
uses: softprops/action-gh-release@v1
if: "startsWith(github.ref, 'refs/tags/') && matrix.platform.deb"
with:
files: |
target/${{ matrix.platform.target }}/debian/aliyundrive-webdav_*.deb
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true
- name: Upload RPM to GitHub Release
uses: softprops/action-gh-release@v1
if: "startsWith(github.ref, 'refs/tags/') && matrix.platform.deb"
with:
files: |
target/${{ matrix.platform.target }}/generate-rpm/aliyundrive-webdav*.rpm
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true
- name: Remove cached deb and RPM packages
if: matrix.platform.deb
run: |
Expand Down Expand Up @@ -333,6 +343,8 @@ jobs:
with:
files: |
target/${{ matrix.platform.target }}/release/aliyundrive-webdav*.tar.gz*
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true

openwrt:
name: OpenWrt Package - ${{ matrix.target.arch }}
Expand Down Expand Up @@ -415,12 +427,16 @@ jobs:
with:
files: |
openwrt-sdk/bin/packages/*/aliyundrive/aliyundrive-webdav*.ipk
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true
- name: Upload luci packages to GitHub Release
uses: softprops/action-gh-release@v1
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.target.arch == 'aarch64_generic' }}
with:
files: |
openwrt-sdk/bin/packages/*/aliyundrive/luci-*.ipk
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true

merlin:
name: Merlin Package
Expand Down Expand Up @@ -469,6 +485,8 @@ jobs:
with:
files: |
merlin/aliyundrivewebdav-merlin-${{ matrix.platform.name }}.tar.gz
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
generate_release_notes: true

docker:
name: Build Docker Image
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## 1.7.3

* 调用云盘接口增加自动重试机制

## 1.7.2

* 增加 socks5 代理支持
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aliyundrive-webdav"
version = "1.7.2"
version = "1.7.3"
edition = "2021"
description = "WebDAV server for AliyunDrive"
license = "MIT"
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ sudo snap install aliyundrive-webdav
aarch64/arm/mipsel/x86_64/i686 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:

```bash
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.2/aliyundrive-webdav_1.7.2-1_aarch64_generic.ipk
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.2/luci-app-aliyundrive-webdav_1.7.2_all.ipk
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.2/luci-i18n-aliyundrive-webdav-zh-cn_1.7.2-1_all.ipk
opkg install aliyundrive-webdav_1.7.2-1_aarch64_generic.ipk
opkg install luci-app-aliyundrive-webdav_1.7.2_all.ipk
opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.7.2-1_all.ipk
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.3/aliyundrive-webdav_1.7.3-1_aarch64_generic.ipk
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.3/luci-app-aliyundrive-webdav_1.7.3_all.ipk
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.3/luci-i18n-aliyundrive-webdav-zh-cn_1.7.3-1_all.ipk
opkg install aliyundrive-webdav_1.7.3-1_aarch64_generic.ipk
opkg install luci-app-aliyundrive-webdav_1.7.3_all.ipk
opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.7.3-1_all.ipk
```

其它 CPU 架构的路由器可在 [GitHub Releases](https://github.com/messense/aliyundrive-webdav/releases) 页面中查找对应的架构的主程序 ipk 文件下载安装, 常见
Expand Down Expand Up @@ -126,7 +126,7 @@ services:

```bash
$ aliyundrive-webdav --help
aliyundrive-webdav 1.7.2
aliyundrive-webdav 1.7.3
WebDAV server for AliyunDrive
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion merlin/config.json.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"md5": "c0bac93db83f87293a1e4efb7aa5a97c",
"module": "aliyundrivewebdav",
"title": "阿里云盘 WebDAV",
"version": "1.7.2"
"version": "1.7.3"
}
2 changes: 1 addition & 1 deletion openwrt/aliyundrive-webdav/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=aliyundrive-webdav
PKG_VERSION:=1.7.2
PKG_VERSION:=1.7.3
PKG_RELEASE:=$(AUTORELEASE)

PKG_LICENSE:=MIT
Expand Down
2 changes: 1 addition & 1 deletion openwrt/luci-app-aliyundrive-webdav/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-aliyundrive-webdav
PKG_VERSION:=1.7.2
PKG_VERSION:=1.7.3
PKG_RELEASE:=1
PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aliyundrive-webdav
version: '1.7.2'
version: '1.7.3'
summary: 阿里云盘 WebDAV
description: |
阿里云盘 WebDAV 服务
Expand Down

0 comments on commit 6f4cae3

Please sign in to comment.