diff options
-rw-r--r-- | .github/workflows/update-translations.yml | 5 | ||||
m--------- | docs/_include/vyos-1x | 0 | ||||
-rw-r--r-- | docs/changelog/1.4.rst | 25 | ||||
-rw-r--r-- | docs/changelog/1.5.rst | 18 | ||||
-rw-r--r-- | requirements.txt | 2 |
5 files changed, 49 insertions, 1 deletions
diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index dfb5dde4..3d70a6de 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -17,6 +17,11 @@ jobs: with: python-version: 3.x + - name: install lxml dependencies + run: | + sudo apt update + sudo apt install -y libxml2-dev libxslt-dev python3-lxml + - name: Install Dev Dependencies run: | python -m pip install --upgrade pip diff --git a/docs/_include/vyos-1x b/docs/_include/vyos-1x -Subproject 4766fc5aae39ccc9c7619c89f0fc974bb9309d8 +Subproject fd9e2c24e739fd327f860c45fa00241fd1acca7 diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst index 9bfe9f2a..86b201df 100644 --- a/docs/changelog/1.4.rst +++ b/docs/changelog/1.4.rst @@ -8,6 +8,31 @@ _ext/releasenotes.py +2023-11-05 +========== + +* :vytask:`T4020` ``(feature): Add ability to control FRR daemons options`` + + +2023-11-03 +========== + +* :vytask:`T5700` ``(bug): Monitoring telegraf deprecated plugins inputs outputs`` +* :vytask:`T5018` ``(bug): Redirect to IFB removed after change in qos policy`` + + +2023-11-02 +========== + +* :vytask:`T5701` ``(feature): Update telegraf package`` + + +2023-11-01 +========== + +* :vytask:`T5690` ``(bug): Change to definition of environment variable 'vyos_rootfs_dir' is incorrect`` + + 2023-10-31 ========== diff --git a/docs/changelog/1.5.rst b/docs/changelog/1.5.rst index e70aa9df..3cb54a85 100644 --- a/docs/changelog/1.5.rst +++ b/docs/changelog/1.5.rst @@ -8,6 +8,24 @@ _ext/releasenotes.py +2023-11-03 +========== + +* :vytask:`T5700` ``(bug): Monitoring telegraf deprecated plugins inputs outputs`` + + +2023-11-02 +========== + +* :vytask:`T5701` ``(feature): Update telegraf package`` + + +2023-11-01 +========== + +* :vytask:`T5690` ``(bug): Change to definition of environment variable 'vyos_rootfs_dir' is incorrect`` + + 2023-10-31 ========== diff --git a/requirements.txt b/requirements.txt index 9ca1cac2..a433b957 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ Sphinx==4.5.0 sphinx-rtd-theme==1.0.0 sphinx-autobuild==2021.3.14 sphinx-notfound-page==0.8 -lxml==4.9.1 +lxml==4.8.0 myst-parser==0.17.1 sphinx-panels==0.6.0 |