Skip to content

Commit

Permalink
v2022.09.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Sep 12, 2022
1 parent 11b44f3 commit 2607cef
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:21.10
FROM ubuntu:22.04

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
1 change: 1 addition & 0 deletions manual/migration/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Updating Pontoon
:caption: Contents:

./migration.rst
./pontoon-v2022.09.12.rst
./pontoon-v2022.06.27.rst
./pontoon-v2022.04.26.rst
./pontoon-v2022.02.09.rst
Expand Down
21 changes: 21 additions & 0 deletions manual/migration/pontoon-v2022.09.12.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pontoon Debian v2022.09.12
==========================

Release Details
---------------

* Migration from: :doc:`./pontoon-v2022.06.27`
* Built from commit: `f1a69e8b2df2d93c128bb9084fca45a760136511 <https://github.com/mozilla/pontoon/commit/f1a69e8b2df2d93c128bb9084fca45a760136511>`_
* Tarball URL: https://github.com/wanadev/pontoon-debian/releases/download/v2022.09.12.0/pontoon_2022.09.12.0.tar.gz


Migration Instructions
----------------------

There is no specific migration instruction, just follow the :doc:`./migration`.


Changelog
---------

https://github.com/mozilla/pontoon/compare/2377d7602b7de1e86757d9d0b67cbef638608878...f1a69e8b2df2d93c128bb9084fca45a760136511
38 changes: 19 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
alabaster==0.7.12
Babel==2.9.1
certifi==2020.12.5
chardet==4.0.0
docutils==0.16
idna==2.10
imagesize==1.2.0
Jinja2==2.11.3
MarkupSafe==1.1.1
packaging==20.9
Pygments==2.8.1
pyparsing==2.4.7
pytz==2021.1
requests==2.25.1
snowballstemmer==2.1.0
Sphinx==3.5.3
sphinx-rtd-theme==0.5.1
Babel==2.10.3
certifi==2022.6.15.1
charset-normalizer==2.1.1
docutils==0.17.1
idna==3.3
imagesize==1.4.1
Jinja2==3.1.2
MarkupSafe==2.1.1
packaging==21.3
Pygments==2.13.0
pyparsing==3.0.9
pytz==2022.2.1
requests==2.28.1
snowballstemmer==2.2.0
Sphinx==5.1.1
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
urllib3==1.26.5
sphinxcontrib-serializinghtml==1.1.5
urllib3==1.26.12

0 comments on commit 2607cef

Please sign in to comment.