From b8081b73f1fd4668d83414e94c180b9810ae67f0 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 2 Dec 2019 20:26:27 +0800 Subject: [PATCH 1/4] open next dev version --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 3696b32..1485691 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # Changelog +## [0.1.3-dev][Unreleased] - Unreleased + ## [0.1.2] - 2019-12-02 * Update to v1.0.5 of the packages-cci Docker image (includes public keys for 19.07) From 96490b47c6a2b67f70e991cd1d38024b864d19b2 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Wed, 11 May 2022 15:45:11 +0800 Subject: [PATCH 2/4] update base image to v1.0.6 --- Changelog.md | 2 ++ builder/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1485691..a70e84e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ # Changelog ## [0.1.3-dev][Unreleased] - Unreleased +* Update to v1.0.6 of the packages-cci Docker image (includes public + keys for 21.02) ## [0.1.2] - 2019-12-02 * Update to v1.0.5 of the packages-cci Docker image (includes public diff --git a/builder/Dockerfile b/builder/Dockerfile index f56a5a5..54f6b37 100644 --- a/builder/Dockerfile +++ b/builder/Dockerfile @@ -18,7 +18,7 @@ # along with Vivarium. If not, see . # -FROM docker.io/openwrtorg/packages-cci:v1.0.5 +FROM docker.io/openwrtorg/packages-cci:v1.0.6 ARG SDK_HOST ARG SDK_PATH From 4ee07d6ac396908ad6bcca203a7dc279062f45b8 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Wed, 11 May 2022 15:52:30 +0800 Subject: [PATCH 3/4] download latest release instead of master/main --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 21ca9bc..eff9ca1 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ Testing with other platforms is welcome. ## Getting started -1. Download the source code ([zip][Vivarium zip] or - [tar.gz][Vivarium tar.gz]) and extract, e.g.: +1. Download the [latest release][Vivarium latest release] and extract, + e.g.: - $ unzip openwrt-vivarium-master.zip + $ unzip openwrt-vivarium-0.1.3.zip If you will be using Git to manage your package source code, then you will want to download Vivarium without Git to avoid nesting Git @@ -55,7 +55,7 @@ Testing with other platforms is welcome. source code for packages, e.g. by checking out the OpenWrt packages feed: - $ cd openwrt-vivarium-master + $ cd openwrt-vivarium-0.1.3 $ git clone https://github.com/openwrt/packages.git 3. If you are using Linux and your user ID is not 1000, you will need @@ -100,8 +100,7 @@ During each builder run, these SDK commands: will be run before the command specified on the `docker-compose run` command line. -[Vivarium zip]: https://github.com/jefferyto/openwrt-vivarium/archive/master.zip -[Vivarium tar.gz]: https://github.com/jefferyto/openwrt-vivarium/archive/master.tar.gz +[Vivarium latest release]: https://github.com/jefferyto/openwrt-vivarium/releases/latest ## Directory structure From 452bf610e7e1674d677ea23f823e9787cf55a7f8 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Wed, 11 May 2022 15:55:39 +0800 Subject: [PATCH 4/4] 0.1.3 --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index a70e84e..2c1d7ae 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## [0.1.3-dev][Unreleased] - Unreleased +## [0.1.3] - 2022-05-11 * Update to v1.0.6 of the packages-cci Docker image (includes public keys for 21.02) @@ -15,6 +15,6 @@ * Initial release -[Unreleased]: https://github.com/jefferyto/openwrt-vivarium/compare/0.1.2...develop +[0.1.3]: https://github.com/jefferyto/openwrt-vivarium/compare/0.1.2...0.1.3 [0.1.2]: https://github.com/jefferyto/openwrt-vivarium/compare/0.1.1...0.1.2 [0.1.1]: https://github.com/jefferyto/openwrt-vivarium/compare/0.1.0...0.1.1