From eebf26f7cbd7797c87eed1698fb12d5d161e00a1 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 18 Jan 2024 09:00:23 +0100 Subject: [PATCH 1/3] Upgrade to browsertrix crawler 0.12.4 and warc2zim 1.5.5 --- CHANGELOG.md | 3 ++- Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9c7a1..83e5f6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Adapt to new `warc2zim` code structure -- Using `main` warc2zim ⚠️ change before releasing! +- Using browsertrix-crawler 0.12.4 +- Using warc2zim 1.5.5 ### Added diff --git a/Dockerfile b/Dockerfile index 298f7ec..0857d13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM webrecorder/browsertrix-crawler:0.12.3 +FROM webrecorder/browsertrix-crawler:0.12.4 LABEL org.opencontainers.image.source https://github.com/openzim/zimit RUN apt-get update \ @@ -9,7 +9,7 @@ RUN apt-get update \ # python setup (in venv not to conflict with browsertrix) && python3 -m venv /app/zimit \ && /app/zimit/bin/python -m pip install --no-cache-dir 'requests==2.31.0' 'inotify==0.2.10' 'tld==0.13' \ - 'git+https://github.com/openzim/warc2zim@main#egg_name=warc2zim' \ + 'warc2zim==1.5.5' \ # placeholder (default output location) && mkdir -p /output \ # disable chrome upgrade From 19b48983268ffb3988936a499f0e79c0aac2eaaf Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 18 Jan 2024 09:12:36 +0100 Subject: [PATCH 2/3] Release 1.6.3 --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e5f6f..d33624d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,7 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0). -## [Unreleased] - +## [1.6.3] - 2024-01-18 ### Changed From f46f2568ff96774d66d345bd9b99e74ce02e53d3 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 18 Jan 2024 09:16:18 +0100 Subject: [PATCH 3/3] Prepare for next release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d33624d..bb72140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0). +## [Unreleased] + + ## [1.6.3] - 2024-01-18 ### Changed