From 0f400e6702f61393454672207ec477bc65ee6ba9 Mon Sep 17 00:00:00 2001 From: damien clochard Date: Mon, 19 Dec 2022 12:13:19 +0100 Subject: [PATCH] Relase 22.12 --- CHANGELOG.md | 4 ++- NEWS.md | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++ RELEASING.md | 2 +- 3 files changed, 79 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a991b..2077c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog =============================================================================== -22.19 - Work in Progress +22.12 - ------------------------------------------------------------------------------- __Stack__ @@ -23,6 +23,8 @@ __Changes__ * [templates] letter template is now deprecated * [tags] alpine tag is now deprecated * [tags] bullseye tag is now deprecated +* [templates] Add easy-pandoc-templates +* [filters] Add pandoc-run-postgres 22.03 diff --git a/NEWS.md b/NEWS.md index 611b7c4..a6ab4da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,79 @@ +Pandocker 22.12: Major upgrade +================================================================================ + +Paris, Decembrer 19, 2022 + + +What is this ? +-------------------------------------------------------------------------------- + +Pandocker is a docker image containing a complete document production toolchain +based on `pandoc` with filters, templates, fonts, and the latex bazaar + +It allows you to generate slides and documents without installing the required +depencies on your machine. It is also very usefull to integrate pandoc into +a CI workflow such as Github Actions, Gitlab Pipelines, etc. + +For instance to generate an EPUB file from a markdown source, you can simply +type: + +``` +docker run --rm -v `pwd`:/pandoc dalibo/pandocker test.md -o test.epub +``` + +This image is available under BSD Licence and it has 4 main tags: + +* `stable` should be used in production +* `stable-full` for non-european languages +* `latest` and `latest-full` are the development versions + +You can also retrieve older versions by their version number: +`dalibo/pandocker:19.11`, `dalibo/pandocker:21.02-full`, etc. + +For more details : + +* Github : +* Docker Hub : + + +Major version upgrades +-------------------------------------------------------------------------------- + +This new version brings major updates for all its basic components: + +* Switch from Debian 10 buster to Ubuntu 22.04 Jammy +* Upgrade to pandoc 2.19 +* Upgrade from TexLive 2016 to TexLive 2022 +* Upgrade for many python filters + +The `alpine`, `buster` and `bullseye` tags are now obsolete. + +With so many new versions on each key part of the image, this new release +may introduce regressions on your own document toolchain, please be careful +when upgrading and open an issue to let us know if you encouter any problem. + + + +How to upgrade +-------------------------------------------------------------------------------- + +```console +docker pull dalibo/pandocker:stable +``` + + +How to contribute +-------------------------------------------------------------------------------- + +Pandocker is an open project, contributions are welcome. + +If you want to help, you can find a list of "Junior Jobs" here: + + + + + Pandocker 22.03: awesomebox + fontawesome ================================================================================ diff --git a/RELEASING.md b/RELEASING.md index 6179616..b60c70e 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -7,7 +7,7 @@ * [ ] Merge the `release` branch into `latest` * [ ] Add a tag to `latest` * [ ] Create a new [release] -* [ ] Rebase the `stable` and `weasy` branches from `latest` +* [ ] Rebase the `stable` branche from `latest` * [ ] Wait for docker hub to rebuild the images * [ ] Create the next milestone * [ ] Bump the new version on `latest`