Skip to content

chore(deps): update all-dependencies (v1.18)#43839

Merged
aanm merged 2 commits intov1.18from
renovate/v1.18-all-dependencies
Jan 19, 2026
Merged

chore(deps): update all-dependencies (v1.18)#43839
aanm merged 2 commits intov1.18from
renovate/v1.18-all-dependencies

Conversation

@cilium-renovate
Copy link
Copy Markdown
Contributor

@cilium-renovate cilium-renovate bot commented Jan 18, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
docker.io/library/ubuntu stage digest c35e29c7a39814
gcr.io/distroless/static stage digest 2b7c93fcba10d7
gcr.io/distroless/static final digest 2b7c93fcba10d7
rstcheck (changelog) patch ==6.2.0==6.2.5 age confidence
semver (changelog) patch ==3.0.1==3.0.4 age confidence
sphinx-tabs patch ==3.4.1==3.4.7 age confidence
sphinxcontrib-googleanalytics minor ==0.4==0.5 age confidence
sphinxcontrib-openapi patch ==0.8.1==0.8.4 age confidence
sphinxcontrib-spelling patch ==8.0.0==8.0.2 age confidence
sphinxext-rediraffe minor ==0.2.7==0.3.0 age confidence
yamllint minor ==1.32.0==1.38.0 age confidence

Release Notes

rstcheck/rstcheck (rstcheck)

v6.2.5

Compare Source

diff v6.2.4...v6.2.5

Documentation
  • Fix readthedocs config by adding missing build.os value.
Miscellaneous
  • Dropped support for python 3.8
  • Added python 3.13 to tox config as preparation for adding the version to the test pool. (#​247)
  • Dropped support for sphinx 5 (#​248)
  • Added python 3.13 to CI test pool (#​248)
  • Add sphinx 8 to test pool for python version > 3.9 (#​249)

v6.2.4

Compare Source

diff v6.2.4...v6.2.5

Documentation
  • Fix readthedocs config by adding missing build.os value.
Miscellaneous
  • Dropped support for python 3.8
  • Added python 3.13 to tox config as preparation for adding the version to the test pool. (#​247)
  • Dropped support for sphinx 5 (#​248)
  • Added python 3.13 to CI test pool (#​248)
  • Add sphinx 8 to test pool for python version > 3.9 (#​249)

v6.2.3

Compare Source

diff v6.2.3...v6.2.4

Documentation
  • Add note on how to disable pretty exception output (#​228)
  • Added an installation instruction for pre-commit hook with extras
Miscellaneous
  • Add help text to --version flag (#​228)

v6.2.2

Compare Source

diff v6.2.2...v6.2.3

Bugfixes
  • Fix typer dependency by removing the [standard] extra which is only used on typer-slim.
    Typer by default has the extras included.

v6.2.1

Compare Source

diff v6.2.1...v6.2.2

Miscellaneous
  • Bump min. version of typer and fix dependency group name (#​223)
  • Update configs for dev tooling (#​225)
  • Bump default python version to 3.12 (#​225)
python-semver/python-semver (semver)

v3.0.4

Compare Source

=============

:Released: 2025-01-24
:Maintainer: Tom Schraitle

Bug Fixes

  • :gh:459: Fix 3.0.3:

    • :pr:457: Re-enable Trove license identifier
    • :pr:456: Fix source dist file

v3.0.3

Compare Source

=============

:Released: 2025-01-18
:Maintainer: Tom Schraitle

Bug Fixes

  • :pr:453: The check in _comparator does not match the check in :meth:Version.compare.
    This breaks comparision with subclasses.

Improved Documentation

  • :pr:435: Several small improvements for documentation:

    • Add meta description to improve SEO
    • Use canonicals on ReadTheDocs (commit 87f639f)
    • Pin versions for reproducable doc builds (commit 03fb990)
    • Add missing :file:.readthedocs.yaml file (commit ec9348a)
    • Correct some smaller issues when building (commit f65feab)
  • :pr:436: Move search box more at the top. This makes it easier for
    users as if the TOC is long, the search box isn't visible
    anymore.

Features

  • :pr:439: Improve type hints to fix TODOs

Internal Changes

  • :pr:440: Update workflow file

  • :pr:446: Add Python 3.13 to GitHub Actions

  • :pr:447: Modernize project configs with :file:pyproject.toml and
    use Astral's uv command.

    • In :file:pyproject.toml:

      • Move all project related data from :file:setup.cfg to :file:pyproject.toml
      • Use new dependency group from :pep:735
      • Consolidate flake8, isort, pycodestyle with ruff
      • Split towncrier config type "trivial" into "trivial" and "internal"
    • Create config file for ruff (:file:.ruff.toml)

    • Create config file for pytest (:file:.pytest.ini)

    • Simplify :file:tox.ini and remove old stuff

    • Document installation with new :command:uv command

    • Simplify Sphinx config with :func:find_version()

    • Update the authors

    • Use :command:uv in GitHub Action :file:python-testing.yml workflow

  • Update :file:release-procedure.md.

  • :pr:451: Turn our Markdown issue templates into YAML

Trivial Changes

  • :pr:438: Replace organization placeholder in license

  • :pr:445: Improve private :func:_nat_cmp method:

    • Remove obsolete else.
    • Find a better way to identify digits without the :mod:re module.
    • Fix docstring in :meth:Version.compare

v3.0.2

Compare Source

=============

:Released: 2023-10-09
:Maintainer: Tom Schraitle

Bug Fixes

  • :pr:418: Replace :class:~collection.OrderedDict with :class:dict.

    The dict datatype is ordered since Python 3.7. As we do not support
    Python 3.6 anymore, it can be considered safe to avoid :class:~collection.OrderedDict.
    Related to :gh:419.

  • :pr:426: Fix :meth:~semver.version.Version.replace method to use the derived class
    of an instance instead of :class:~semver.version.Version class.

Improved Documentation

  • :pr:431: Clarify version policy for the different semver versions (v2, v3, >v3)
    and the supported Python versions.

  • :gh:432: Improve external doc links to Python and Pydantic.

Features

  • :pr:417: Amend GitHub Actions to check against MacOS.

Trivial/Internal Changes

  • :pr:420: Introduce :py:class:~typing.ClassVar for some :class:~semver.version.Version
    class variables, mainly :data:~semver.version.Version.NAMES and some private.

  • :pr:421: Insert mypy configuration into :file:pyproject.toml and remove
    config options from :file:tox.ini.


executablebooks/sphinx-tabs (sphinx-tabs)

v3.4.7: Version 3.4.7

Compare Source

As previous release, but with working deployment to PyPI

v3.4.5

Compare Source

Removed
  • docutils version pin

v3.4.4: Version 3.4.4

Compare Source

Last two releases had no package version bump, so didn't release on PyPI

sphinx-contrib/googleanalytics (sphinxcontrib-googleanalytics)

v0.5

Compare Source

sphinx-contrib/openapi (sphinxcontrib-openapi)

v0.8.4

Compare Source

==================

  • Address issue with path excludes.
  • Fix namespace sphinxcontrib to be usable with zc.buildout.

v0.8.3

Compare Source

==================

  • Address issue with remote spec references.

v0.8.2

Compare Source

==================

  • Address issues with nullable types in OpenAPI 3.1.
sphinx-contrib/spelling (sphinxcontrib-spelling)

v8.0.2

Compare Source

What's Changed

Full Changelog: sphinx-contrib/spelling@8.0.1...8.0.2

v8.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: sphinx-contrib/spelling@8.0.0...8.0.1

sphinx-doc/sphinxext-rediraffe (sphinxext-rediraffe)

v0.3.0: sphinxext-rediraffe 0.3.0

Compare Source

adrienverge/yamllint (yamllint)

v1.38.0

Compare Source

  • Add support for Python 3.14, drop support for Python 3.9
  • Require pathspec ≥ 1.0.0
  • Config: Follow gitignore implementation in yaml-files and ignore
  • Config: Use "mapping" instead of "dict" for user-facing errors
  • Rule indentation: Fix error message for check-multi-line-strings
  • Rule quoted-strings: Add quote-type: consistent
  • Docs: Update the name of BSD ports
  • Docs: Enhance wording of recursive directory lint in README
  • Docs: Add Alpine Linux installation instructions in README

v1.37.1

Compare Source

  • Rule comments: tell how many spaces are expected
  • Rule quoted-strings: Fix only-when-needed on multiline with backslash
  • Config: Report if rules is not a dict
  • Fix test_codec_built_in_equivalent() test when run with pytest
  • CI: Fix TestPyPI "dev0" versions for master commits on tags
  • Docs: Add links to GitHub repository and releases
  • Docs: Fix GitLab integration example
  • Docs: Fix GitLab integration link
  • Fix the tests badge link on the README

v1.37.0

Compare Source

  • Automatically detect Unicode character encoding of files
  • Publish pushes to master branch to TestPyPI

v1.36.2

Compare Source

  • Build: Restore missing documentation and tests in sdist

v1.36.1

Compare Source

  • Publish PyPI releases using GitHub Actions workflows

v1.36.0

Compare Source

  • Add support for Python 3.13, drop support for Python 3.8
  • Rule key-ordering: add ignored-keys option
  • Rule quoted-strings: fix only-when-needed and escaped special chars
  • Fix TTY-related tests on Python 3.14
  • Docs: fix import of yamllint.config rather than yamllint

v1.35.1

Compare Source

  • Restore ignoration of files passed as command-line arguments
  • Revert API change from version 1.35.0

v1.35.0

Compare Source

  • Fix failure on broken symlinks that should be ignored
  • API change: linter.run(stream, config) doesn't filter files anymore
  • Docs: Restore official Read the Docs theme

v1.34.0

Compare Source

  • Config: validate ignore-from-file inside rules
  • Rule quoted-strings: fix only-when-needed in flow maps and sequences
  • Rule key-duplicates: add forbid-duplicated-merge-keys option
  • Rule quoted-strings: add check-keys option
  • Docs: add GitLab CI example
  • Rule truthy: adapt forbidden values based on YAML version

v1.33.0

Compare Source

  • Add support for Python 3.12, drop support for Python 3.7
  • Rule document-end: fix spurious "missing document end"
  • Rule empty-values: add forbid-in-block-sequences option

Configuration

📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cilium-renovate cilium-renovate bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels Jan 18, 2026
@cilium-renovate cilium-renovate bot requested a review from a team as a code owner January 18, 2026 01:13
@cilium-renovate cilium-renovate bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels Jan 18, 2026
@cilium-renovate cilium-renovate bot requested a review from ciliumbot January 18, 2026 01:13
@maintainer-s-little-helper maintainer-s-little-helper bot added backport/1.18 This PR represents a backport for Cilium 1.18.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. labels Jan 18, 2026
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Jan 18, 2026
@ciliumbot ciliumbot requested review from a team and removed request for nbusseneau January 18, 2026 01:34
@ciliumbot ciliumbot removed the request for review from a team January 18, 2026 01:34
@ciliumbot ciliumbot requested a review from nebril January 18, 2026 01:34
@auto-committer auto-committer bot temporarily deployed to release-base-images-renovate January 18, 2026 01:34 Inactive
@ciliumbot ciliumbot requested review from a team and aanm and removed request for a team January 18, 2026 01:34
@auto-committer auto-committer bot temporarily deployed to Trigger CI from renovate PRs January 18, 2026 02:00 Inactive
@cilium-ci-trigger
Copy link
Copy Markdown

/test

Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@cilium-renovate cilium-renovate bot force-pushed the renovate/v1.18-all-dependencies branch from 2056ae6 to c63c290 Compare January 18, 2026 12:33
@cilium-renovate cilium-renovate bot had a problem deploying to release-base-images-renovate January 18, 2026 12:33 Error
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
@auto-committer auto-committer bot temporarily deployed to release-base-images-renovate January 18, 2026 12:52 Inactive
@auto-committer auto-committer bot temporarily deployed to Trigger CI from renovate PRs January 18, 2026 13:10 Inactive
@cilium-ci-trigger
Copy link
Copy Markdown

/test

@aanm aanm added this pull request to the merge queue Jan 19, 2026
Merged via the queue into v1.18 with commit 568d8b3 Jan 19, 2026
354 of 356 checks passed
@aanm aanm deleted the renovate/v1.18-all-dependencies branch January 19, 2026 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/1.18 This PR represents a backport for Cilium 1.18.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. kind/community-contribution This was a contribution made by a community member. kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants