mirror of
https://github.com/openzim/zimit.git
synced 2025-09-27 14:57:22 -04:00
Bump zimit to 2.0.0-dev5 + use warc2zim2 branch + remove zimit2 image workflow
This commit is contained in:
parent
4cf6e01669
commit
9e6c998816
30
.github/workflows/PublishDockerZimit2Image.yaml
vendored
30
.github/workflows/PublishDockerZimit2Image.yaml
vendored
@ -1,30 +0,0 @@
|
|||||||
name: Publish Docker zimit2 image
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- zimit2
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
publish:
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
|
||||||
uses: openzim/docker-publish-action@v10
|
|
||||||
with:
|
|
||||||
image-name: openzim/zimit
|
|
||||||
manual-tag: zimit2
|
|
||||||
latest-on-tag: false
|
|
||||||
restrict-to: openzim/zimit
|
|
||||||
registries: ghcr.io
|
|
||||||
credentials:
|
|
||||||
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
|
|
||||||
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
|
|
||||||
repo_description: auto
|
|
||||||
repo_overview: auto
|
|
||||||
platforms: |
|
|
||||||
linux/amd64
|
|
||||||
linux/arm64
|
|
@ -17,14 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Use `warc2zim` version 2, which works without Service Worker anymore
|
- Use `warc2zim` version 2, which works without Service Worker anymore
|
||||||
- Using `warc2zim2` warc2zim ⚠️ change before releasing!
|
- Using `main` warc2zim ⚠️ change before releasing!
|
||||||
- Build temporary `zimit2` Docker image for testing ⚠️ remove before releasing!
|
|
||||||
- Adopt Python bootstrap conventions
|
- Adopt Python bootstrap conventions
|
||||||
- Removed handling of redirects by zimit, they are handled by browsertrix crawler and detected properly by warc2zim
|
- Removed handling of redirects by zimit, they are handled by browsertrix crawler and detected properly by warc2zim
|
||||||
- Upgrade to Python 3.12 + upgrade dependencies
|
- Upgrade to Python 3.12 + upgrade dependencies
|
||||||
- `--userAgent` CLI argument overrides again the `--userAgentSuffix` and `--adminEmail` values
|
- `--userAgent` CLI argument overrides again the `--userAgentSuffix` and `--adminEmail` values
|
||||||
- `--userAgent` CLI arguement is not mandatory anymore
|
- `--userAgent` CLI arguement is not mandatory anymore
|
||||||
- Upgraded Browsertrix Crawler to 1.0.3
|
- Upgraded Browsertrix Crawler to 1.1.3
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ dependencies = [
|
|||||||
"requests==2.31.0",
|
"requests==2.31.0",
|
||||||
"inotify==0.2.10",
|
"inotify==0.2.10",
|
||||||
"tld==0.13",
|
"tld==0.13",
|
||||||
"warc2zim @ git+https://github.com/openzim/warc2zim@warc2zim2",
|
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
|
||||||
]
|
]
|
||||||
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
|
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "2.0.0-dev4"
|
__version__ = "2.0.0-dev5"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user