Releases: greenbone/greenbone-feed-sync
Releases · greenbone/greenbone-feed-sync
greenbone-feed-sync 25.3.0
25.3.0 - 2026-06-17
✨ Added
- Add optional
--no-permission-changeCLI argument to skip rsync permission preservation by mde-gb in #355
🐛 Bug Fixes
- Fix Add or Update detect-hidden-unicode.yml by @greenbonebot in #331
🔧 Miscellaneous
- Replace black with ruff format by @bjoernricks in 261bb34
- Use PEP 621 syntax for project specification in pyproject.toml by @bjoernricks in acd54e4
- Enable additional linting rules by @bjoernricks in 05f8f88
- Update codebase to modern Python (e.g. PEP 585 and 604) by @bjoernricks in 7c5d420
- Introduce Makefile as a task runner tool by @bjoernricks in #328
- Replace poetry with uv by @bjoernricks in #345
- Use hatchling as build backend by @bjoernricks in #346
- Fix dependabot updates for using uv by @bjoernricks in #348
🚢 Dependencies
- Bump the python-packages group with 2 updates by @dependabot[bot] in #330
- Bump the python-packages group with 3 updates by @dependabot[bot] in #332
- Bump the python-packages group with 5 updates by @dependabot[bot] in #333
- Bump the python-packages group with 2 updates by @dependabot[bot] in #334
- Bump the python-packages group across 1 directory with 7 updates by @dependabot[bot] in a4a8ef7
- Bump ruff from 0.15.4 to 0.15.5 in the python-packages group by @dependabot[bot] in #339
- Bump the python-packages group across 1 directory with 3 updates by @dependabot[bot] in #341
- Bump the python-packages group with 4 updates by @dependabot[bot] in #342
- Bump the python-packages group with 2 updates by @dependabot[bot] in #343
- Bump pontos from 26.3.1 to 26.4.1 by @dependabot[bot] in #350
- Bump rich from 14.3.3 to 15.0.0 by @dependabot[bot] in #349
- Bump pontos from 26.4.1 to 26.4.3 by @dependabot[bot] in #352
- Bump git-cliff from 2.12.0 to 2.13.1 by @dependabot[bot] in #351
- Bump idna from 3.11 to 3.15 by @dependabot[bot] in #353
- Bump pontos from 26.4.3 to 26.5.0 by @dependabot[bot] in #354
greenbone-feed-sync 25.2.0
25.2.0 - 2026-01-09
👷 Changed
- Automatix service name by @pascalholthaus in #315
- Update entrypoint script to ensure directory permissions for gvm user by @ahmedtouahria in #324
- Require Python >= 3.10 and support Python 3.13 and 3.14 by @bjoernricks in 0a43491
✅ Testing
- Fix argument parser tests on Python 3.14 by @bjoernricks in #326
🚢 Dependencies
- Bump actions/checkout from 5 to 6 in the github-actions group by @dependabot[bot] in #316
- Bump the python-packages group with 5 updates by @dependabot[bot] in #314
- Bump the python-packages group with 3 updates by @dependabot[bot] in #317
- Bump the python-packages group with 2 updates by @dependabot[bot] in #318
- Bump the python-packages group with 2 updates by @dependabot[bot] in #319
- Bump the python-packages group with 3 updates by @dependabot[bot] in #320
- Bump librt from 0.7.4 to 0.7.5 in the python-packages group by @dependabot[bot] in #321
- Bump the python-packages group with 2 updates by @dependabot[bot] in #323
greenbone-feed-sync 25.1.7
25.1.7 - 2025-11-19
🐛 Bug Fixes
- Fix Add or Update detect-hidden-unicode.yml by @greenbonebot in #310
- Fix Add or Update detect-hidden-unicode.yml by @greenbonebot in #312
🚢 Dependencies
- Bump the python-packages group with 2 updates by @dependabot[bot] in #311
- Bump the python-packages group with 3 updates by @dependabot[bot] in #313
v25.1.6: Deps: Bump ruff from 0.14.1 to 0.14.2 in the python-packages group
Bumps the python-packages group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.14.1...0.14.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
greenbone-feed-sync 25.1.5
25.1.5 - 2025-10-14
🚢 Dependencies
- Bump github/codeql-action from 3 to 4 in the github-actions group by @dependabot[bot] in #306
- Bump the python-packages group with 4 updates by @dependabot[bot] in #305
greenbone-feed-sync 25.1.4
25.1.4 - 2025-10-08
✨ Added
- Use UV-based pypi-upload action for testing by @easamoah7 in fc5bbca
🐛 Bug Fixes
- Complete pyproject.toml metadata for UV/PyPI compatibility by @easamoah7 in d35977f
- Use setuptools backend for PEP 621 metadata compatibility by @easamoah7 in dc3800a
- Revert code block to original by @easamoah7 in e5afbeb
- Reverted back to version 3 by @easamoah7 in d5c21f5
- Poetry license field format by @easamoah7 in f4ec6f8
- Remove duplicated version by @easamoah7 in 9e797e5
- Revert to Poetry build system by @easamoah7 in 8f18785
- Remove duplicate project metadata by @easamoah7 in #302
🚢 Dependencies
- Bump the python-packages group with 2 updates by @dependabot[bot] in #304
greenbone-feed-sync 25.1.3
greenbone-feed-sync 25.1.2
25.1.2 - 2025-10-01
🚢 Dependencies
- Bump the python-packages group with 2 updates by @dependabot[bot] in #299
greenbone-feed-sync 25.1.1
25.1.1 - 2025-09-22
🔧 Miscellaneous
- Use git-cliff for release changelog generation by @bjoernricks in 4d04299
- Add a new CI workflow for showing the changes since late release by @bjoernricks in #273
🚢 Dependencies
- Bump the python-packages group with 3 updates by @dependabot[bot] in #260
- Bump ruff from 0.9.6 to 0.9.7 in the python-packages group by @dependabot[bot] in #261
- Bump ruff from 0.9.7 to 0.9.9 in the python-packages group by @dependabot[bot] in #262
- Bump the python-packages group with 2 updates by @dependabot[bot] in #264
- Bump the python-packages group with 4 updates by @dependabot[bot] in #265
- Bump the python-packages group with 4 updates by @dependabot[bot] in #266
- Bump the python-packages group with 3 updates by @dependabot[bot] in #267
- Bump the python-packages group with 3 updates by @dependabot[bot] in #268
- Bump the python-packages group with 4 updates by @dependabot[bot] in #269
- Bump the python-packages group with 2 updates by @dependabot[bot] in #270
- Update dependencies to their latest releases by @bjoernricks in #272
- Bump the python-packages group with 2 updates by @dependabot[bot] in #274
- Bump the python-packages group with 2 updates by @dependabot[bot] in #275
- Bump the python-packages group with 3 updates by @dependabot[bot] in #277
- Bump ruff from 0.11.9 to 0.11.10 in the python-packages group by @dependabot[bot] in #278
- Bump the python-packages group with 2 updates by @dependabot[bot] in #280
- Bump the python-packages group with 2 updates by @dependabot[bot] in #281
- Bump the python-packages group with 3 updates by @dependabot[bot] in #282
- Bump the python-packages group with 3 updates by @dependabot[bot] in #283
- Bump the python-packages group with 3 updates by @dependabot[bot] in #284
- Bump the python-packages group with 3 updates by @dependabot[bot] in #285
- Bump the python-packages group with 4 updates by @dependabot[bot] in #286
- Bump the python-packages group with 2 updates by @dependabot[bot] in #287
- Bump the python-packages group with 2 updates by @dependabot[bot] in #288
- Bump the python-packages group with 4 updates by @dependabot[bot] in #289
- Bump the python-packages group with 5 updates by @dependabot[bot] in #290
- Bump the python-packages group with 3 updates by @dependabot[bot] in #291
- Bump the python-packages group with 3 updates by @dependabot[bot] in #292
- Bump actions/checkout from 4 to 5 in the github-actions group by @dependabot[bot] in #293
- Bump the python-packages group with 5 updates by @dependabot[bot] in #294
- Bump the python-packages group with 4 updates by @dependabot[bot] in #295
- Bump ruff from 0.12.11 to 0.12.12 in the python-packages group by @dependabot[bot] in #296
- Bump the python-packages group with 2 updates by @dependabot[bot] in #297
- Bump the python-packages group with 6 updates by @dependabot[bot] in #298
greenbone-feed-sync 25.1.0
25.1.0 - 2025-02-11
Replaces feed version with feed release
The feed version introduced in greenbone-feed-sync 25.0.0 has already a different meaning in the context of the feed data. The feed version contains the timestamp of each feed type. It is also displayed at GSA when viewing the feed status. Therefore the feed version got renamed to feed release.
The feed release can be set via CLI --feed-release, config variable feed-release or environment variable GREENBONE_FEED_SYNC_FEED_RELEASE.
Added
- Add test for providing an invalid feed release 9496a78
Changed
- Allow --feed-version CLI argument for backwards compatibility b705733
- Replace feed version with feed release 19de792
Dependencies
- Bump the python-packages group with 5 updates 3575406