github-actions[bot]
5fbdb3b746
🤖 : linuxkernel
...
linuxkernel:
- Item root['6.1.70'] added to dictionary.
2024-01-01 12:50:52 +00:00
github-actions[bot]
700a643bf9
🤖 : jreleaser
...
jreleaser:
- Item root['1.10.0'] added to dictionary.
2024-01-01 01:52:04 +00:00
Marc Wrobel
727c1c7367
Do not checkout the website repository twice in update.yml ( #271 )
...
This is good because checking out a non-existing branch:
- takes nearly 30s, and most PR does not have a branch with the same name declared in both release-data and endoflife.date repository,
- pollute workflow summary with cryptic error messages.
So overall this save a lot of time and is cleaner.
2023-12-31 17:11:45 +01:00
Marc Wrobel
f6a8349c46
Centralize GitHub Workflow groups declaration ( #272 )
...
It may not be the best place for that (gha.py would have been better), but it's the shorter / faster way to do it for now.
Moreover it now uses logging for writing the group. The logger format has been updated for this to work. This was done to fix issues on GitHub Action logs, where groups were declared after the logs.
2023-12-31 17:00:11 +01:00
github-actions[bot]
5ccab8f814
🤖 : ffmpeg
...
ffmpeg:
- Item root['6.1.1'] added to dictionary.
2023-12-31 01:47:22 +00:00
Marc Wrobel
7a97c87b3b
Refactor latest.py and update.py ( #270 )
...
- create new gha.py module,
- improve GitHub workflow commands (GITHUB_OUTPUT, GITHUB_STEP_SUMMARY) interactions,
- improve logging,
- split update.py into smaller functions.
2023-12-31 00:45:30 +01:00
github-actions[bot]
23883d98e3
🤖 : symfony
...
symfony:
- Item root['7.0.2'] added to dictionary.
- Item root['6.4.2'] added to dictionary.
2023-12-30 15:53:13 +00:00
Marc Wrobel
dcea5df950
Avoid the use of aliases when dumping product files in latest.py ( #269 )
...
ruamel is using aliases when the same instance of a date is used at multiple places (such as in endoflife-date/endoflife.date#4368 ). This overcome this issue by cloning the date object before updating releases.
See also https://stackoverflow.com/a/64717341/374236 .
2023-12-30 16:45:05 +01:00
Marc Wrobel
9a05d871d8
Revert "Bump pre-commit from 3.5.0 to 3.6.0 ( #265 )" ( #268 )
...
This reverts commit 2c79dd3735 .
2023-12-30 15:49:15 +01:00
github-actions[bot]
3fa0fab453
🤖 : vue
...
vue:
- Item root['3.4.3'] added to dictionary.
2023-12-30 13:37:36 +00:00
github-actions[bot]
c63f7f9143
🤖 : symfony
...
symfony:
- Item root['6.3.11'] added to dictionary.
- Item root['5.4.34'] added to dictionary.
2023-12-30 14:29:24 +01:00
Marc Wrobel
47e29992ae
Enable flake8-use-pathlib linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-use-pathlib-pth .
2023-12-30 14:29:24 +01:00
Marc Wrobel
5fa597afc0
Enable flake8-unused-arguments linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-unused-arguments-arg .
2023-12-30 14:29:24 +01:00
Marc Wrobel
7458563fec
Enable flake8-simplify linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-simplify-sim .
2023-12-30 14:29:24 +01:00
Marc Wrobel
4ce23c9953
Enable flake8-self linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-self-slf .
2023-12-30 14:29:24 +01:00
Marc Wrobel
801859d78a
Enable flake8-return linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-raise-rse .
2023-12-30 14:29:24 +01:00
Marc Wrobel
c985bf4d5e
Enable flake8-pie linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-pie-pie .
2023-12-30 14:29:24 +01:00
Marc Wrobel
4548a5ab6a
Enable flake8-executable linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-executable-exe .
2023-12-30 14:29:24 +01:00
Marc Wrobel
298ad1a754
Enable flake8-errmsg linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-errmsg-em .
2023-12-30 14:29:24 +01:00
Marc Wrobel
fb7c4f6bcc
Enable flake8-debugger linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-debugger-t10 .
2023-12-30 14:29:24 +01:00
Marc Wrobel
798c298c59
Enable flake8-datetimez linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-datetimez-dtz .
2023-12-30 14:29:24 +01:00
Marc Wrobel
54e7091fd2
Enable flake8-comprehensions linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4 .
2023-12-30 14:29:24 +01:00
Marc Wrobel
1bb97fe2b4
Enable flake8-commas linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-commas-com .
2023-12-30 14:29:24 +01:00
Marc Wrobel
6e49297e18
Enable flake8-builtins linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-builtins-a .
2023-12-30 14:29:24 +01:00
Marc Wrobel
e95c82aab9
Enable flake8-blind-except linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-blind-except-ble .
2023-12-30 14:29:24 +01:00
Marc Wrobel
0e7003e251
Enable flake8-async linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-async-async .
2023-12-30 14:29:24 +01:00
Marc Wrobel
b32cb09494
Fix a few Intellij IDEA warnings
2023-12-30 14:29:24 +01:00
Marc Wrobel
f49e3dff15
Enable flake8-annotations linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-annotations-ann .
2023-12-30 14:29:24 +01:00
Marc Wrobel
0e8fe135e4
Enable flake8-bugbear linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#flake8-bugbear-b .
2023-12-30 14:29:24 +01:00
Marc Wrobel
26f8db809c
Enable mccabe linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#mccabe-c90 .
2023-12-30 14:29:24 +01:00
Marc Wrobel
e1e358c50c
Enable pep8-naming linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#pep8-naming-n .
2023-12-30 14:29:24 +01:00
Marc Wrobel
6002cbdb26
Enable isort linting rules ( #267 )
...
See https://docs.astral.sh/ruff/rules/#isort-i .
2023-12-30 14:29:24 +01:00
github-actions[bot]
e6c901f64f
🤖 : vue
...
vue:
- Item root['3.4.2'] added to dictionary.
2023-12-30 12:48:27 +00:00
github-actions[bot]
d970afac13
🤖 : vue
...
vue:
- Item root['3.4.1'] added to dictionary.
2023-12-30 01:38:15 +00:00
dependabot[bot]
5dd1872edc
Bump actions/setup-python from 4 to 5 ( #264 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-30 00:18:49 +01:00
dependabot[bot]
8bbe06f517
Bump python-liquid from 1.10.0 to 1.10.2 ( #266 )
...
Bumps [python-liquid](https://github.com/jg-rp/liquid ) from 1.10.0 to 1.10.2.
- [Release notes](https://github.com/jg-rp/liquid/releases )
- [Changelog](https://github.com/jg-rp/liquid/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/jg-rp/liquid/compare/v1.10.0...v1.10.2 )
---
updated-dependencies:
- dependency-name: python-liquid
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-30 00:12:56 +01:00
dependabot[bot]
2c79dd3735
Bump pre-commit from 3.5.0 to 3.6.0 ( #265 )
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.5.0...v3.6.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-30 00:12:48 +01:00
Marc Wrobel
86860715ab
Rewrite update.py to Python ( #263 )
...
Reasons were:
- one language make it easier for maintenance,
- workflow simplification,
- not stopping when a script fails anymore (it's better to have a partial update than nothing),
- use `GITHUB_OUTPUT` instead of the deprecated `set-output` command,
- display a workflow summary with statistics about scripts and information about updated products.
The commit message is not as good as it used to be, but it makes the diff process agnostic from the file format (will be needed soon when it will change), and it handles versions updates / removal, which was not supported by the previous script.
2023-12-30 00:07:22 +01:00
github-actions[bot]
df62ad0326
🤖 : vue
...
vue: 3.4.0
2023-12-29 06:38:16 +00:00
github-actions[bot]
c4b45cff7b
🤖 : exim, jekyll, mongodb
...
exim: 4.97.1
jekyll: 3.9.4
mongodb: 7.0.5
2023-12-29 01:24:54 +00:00
github-actions[bot]
64578f3f3b
🤖 : akeneo-pim, rust
...
akeneo-pim: 7.0.45
rust: 1.75.0
2023-12-28 18:37:40 +00:00
github-actions[bot]
8d15ff539c
🤖 : vuetify
...
vuetify: 3.4.9
2023-12-28 05:48:10 +00:00
Marc Wrobel
b4ea90b148
Update product list in README.md
2023-12-28 06:37:15 +01:00
github-actions[bot]
a46a2301b4
🤖 : amazon-cdk, cakephp
...
amazon-cdk: 2.117.0
cakephp: 5.0.4
2023-12-28 01:38:49 +00:00
github-actions[bot]
0fa2a40e7a
🤖 : jekyll, laravel, log4j
...
jekyll: 4.3.3
laravel: 10.39.0
log4j: 2.22.1
2023-12-27 18:37:14 +00:00
github-actions[bot]
2188f12100
🤖 : alibaba-dragonwell, nutanix-prism
...
alibaba-dragonwell: 11.0.21.17
nutanix-prism: pc.2023.4
2023-12-27 12:49:55 +00:00
github-actions[bot]
a95c4cf9b5
🤖 : alibaba-dragonwell
...
alibaba-dragonwell: 8.17.18
2023-12-27 06:40:20 +00:00
github-actions[bot]
4cea8c2c90
🤖 : rocket-chat
...
rocket-chat: 6.5.1
2023-12-26 18:38:10 +00:00
Marc Wrobel
1add3a71d1
Minor refactoring ( #262 )
...
- Move frontmatter-related operation from Product to ProductFrontmatter. This makes more senses, as we are manipulating different files / kind of data.
- Use Product directly to load old versions.
2023-12-26 17:33:45 +01:00
github-actions[bot]
b666bd7075
🤖 : akeneo-pim, apache-camel
...
akeneo-pim: 7.0.44
apache-camel: 3.22.0
2023-12-26 17:33:05 +01:00