Commit Graph

1656 Commits

Author SHA1 Message Date
Marc Wrobel
5cbffda1da [gke] Refactor script (#228)
Make the script more readable, mostly by:

- using the Product classes,
- removing the use of functions when unnecessary,
- a little bit of renaming and documentation.
2023-12-10 22:07:51 +01:00
Marc Wrobel
dfb113d589 [git] Refactor script (#227)
Make the script more readable, mostly by:

- using the Product and AutoConfig classes,
- removing the use of functions when unnecessary,
- a little bit of renaming and documentation.

Note that this also changed the module used for regexes in endoflife.py. The regex module is now used because the Python re module does not support identically named groups (as used in the mariadb product). The regex module being backwards-compatible with the standard re module, this should not be an issue.
2023-12-10 22:07:35 +01:00
Marc Wrobel
9e0f4a437a [github_releases] Refactor script (#226)
Make the script more readable, mostly by:

- using the Product and AutoConfig classes,
- removing the use of functions when unnecessary,
- a little bit of renaming and documentation.
2023-12-10 21:47:49 +01:00
Marc Wrobel
fe45ca7ece [firefox] Refactor script (#225)
Make the script more readable, mostly by:

- using the Product class,
- a little bit of renaming and documentation.
2023-12-10 20:11:11 +01:00
Marc Wrobel
c27c64a754 [eks] Refactor script (#224)
Make the script more readable, mostly by:

- changing slightly the logic,
- using the Product and AutoConfig classes,
- removing the use of functions when unnecessary,
- a little bit of renaming and documentation.

Disabled web.archive.org has also been re-enabled because HTTP retry mechanism has been improved and should handle timeouts a lot better.
2023-12-10 19:26:10 +01:00
Marc Wrobel
d36e4b9c46 [docker_hub] Refactor script (#223)
Make the script more readable, mostly by:

- using the Product and AutoConfig classes,
- a little bit of renaming and documentation.
2023-12-10 19:09:34 +01:00
Marc Wrobel
724dfc4808 [distrowatch] Refactor script (#222)
Make the script more readable, mostly by:

- using the Product and AutoConfig classes,
- removing the use of functions when unnecessary,
- a little bit of renaming and documentation.
2023-12-10 18:39:35 +01:00
Marc Wrobel
cb4d988c45 [debian] Refactor script (#221)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- a little bit of renaming and documentation.
2023-12-10 18:06:26 +01:00
Marc Wrobel
6cac26c41f [couchbase-server] Refactor script (#220)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- a little bit of renaming and documentation.
2023-12-10 17:06:28 +01:00
Marc Wrobel
c20b65124d [cos] Refactor script (#219)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- removing the use of functions when unnecessary,
- a little bit of renaming and documentation.
2023-12-10 16:54:44 +01:00
Marc Wrobel
2c076ff5f1 [confluence] Refactor script (#218)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- a little bit of renaming and documentation.
2023-12-10 16:45:41 +01:00
Marc Wrobel
328ddc3823 [coldfusion] Refactor script (#217)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- removing some unnecessary use of functions,
- a little bit of renaming and documentation.
2023-12-10 16:45:14 +01:00
Marc Wrobel
0836c270ea [cgit] Refactor script (#216)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- introducing the endoflife.AutoConfig class to make it easier to manage such configuration,
- removing the unnecessary use of functions,
- a little bit of renaming.
2023-12-10 16:26:47 +01:00
Marc Wrobel
aa7975d7f1 [aws-lambda] Refactor script (#215)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- removing the unnecessary use of functions,
- a little bit of renaming.
2023-12-10 16:09:15 +01:00
Marc Wrobel
758b204ada [artifactory] Refactor script (#214)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- removing the unnecessary use of functions,
- a little bit of renaming.
2023-12-10 14:14:03 +01:00
Marc Wrobel
b122ed40fe [apple] Refactor script (#213)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- removing the unnecessary use of functions,
- a little bit of renaming.
2023-12-10 13:44:59 +01:00
github-actions[bot]
54191857d9 🤖: artifactory, roundcube
artifactory: 7.71.8
roundcube: 1.4.16
2023-12-10 12:28:25 +00:00
Marc Wrobel
7d462ffe90 [apache-http-server] Refactor script (#212)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- removing the unnecessary use of functions,
- renaming a few variables,
- declaring a constant for regexes.
2023-12-10 13:19:17 +01:00
Marc Wrobel
06c462c3cc [amazon-neptune] Refactor script (#211)
Make the script more readable, partly by making use of the new endoflife.Product class.
2023-12-10 09:42:19 +01:00
github-actions[bot]
6e32738794 🤖: red-hat-openshift
red-hat-openshift: 4.13.25, 4.12.45, 4.14.5
2023-12-10 01:50:19 +00:00
Marc Wrobel
6bdb657417 Add endoflife.Product class (#210)
This will be used in future PR to simplify existing script and lay fundation for tracking more than versions.
2023-12-09 23:30:33 +01:00
Marc Wrobel
d1191aefb4 Improve date support (#208)
This will be useful in future PRs:

- add a few more supported formats,
- cleanup string so that we don't have to deal with some special characters in formats.
2023-12-09 23:28:24 +01:00
Marc Wrobel
d80504aea8 Add some basic logging (#209)
Add some basic logging when using common.git or common.http.
2023-12-09 23:19:18 +01:00
github-actions[bot]
192ceb2da3 🤖: unrealircd
unrealircd: 6.1.3, 2.1.2
2023-12-09 12:58:24 +00:00
github-actions[bot]
21a2a58158 🤖: nomad, prometheus
nomad: 1.7.1
prometheus: 2.48.1
2023-12-09 01:37:53 +00:00
github-actions[bot]
aebb9636d6 🤖: composer, dependencytrack
composer: 2.6.6
dependencytrack: 4.10.0
2023-12-08 18:37:04 +00:00
github-actions[bot]
f7910927f0 🤖: apache-kafka, linuxkernel
apache-kafka: 3.5.2
linuxkernel: 6.6.5, 6.1.66, 5.4.263, 5.15.142, 5.10.203, 4.19.301, 4.14.332
2023-12-08 12:51:35 +00:00
github-actions[bot]
c4b2aed3c9 🤖: moodle, vue
moodle: 4.3.1, 4.2.4, 4.1.7, 4.0.12, 3.9.25, 3.11.18
vue: 3.3.11
2023-12-08 06:38:59 +00:00
github-actions[bot]
4a8f0fbefb 🤖: nextjs, python, yocto
nextjs: 14.0.4
python: 3.12.1
yocto: 4.3.1, 4.2.4
2023-12-08 01:41:50 +00:00
github-actions[bot]
8267c6b545 🤖: beats, elasticsearch, haproxy, jira, kibana, logstash, rust, tarantool
beats: 8.11.2
elasticsearch: 8.11.2
haproxy: 2.8.5, 2.7.11
jira: 8.20.29
kibana: 8.11.2
logstash: 8.11.2
rust: 1.74.1
tarantool: 2.11.2
2023-12-07 18:38:16 +00:00
github-actions[bot]
795e8992ed 🤖: etcd, nomad
etcd: 3.5.11
nomad: 1.7.0, 1.6.4, 1.5.11
2023-12-07 12:51:05 +00:00
github-actions[bot]
df4a86aada 🤖: Automatic Update 2023-12-07 10:14:25 +00:00
github-actions[bot]
d1e449ae1b 🤖: drupal, graylog, plesk, quarkus
drupal: 10.1.7
graylog: 5.2.2, 5.1.9
plesk: 18.0.57.3
quarkus: 3.6.1
2023-12-06 12:51:58 +00:00
github-actions[bot]
35d03e0b8b 🤖: amazon-cdk, ansible, argocd, confluence, electron, hashicorp-vault, jira, kdeplasma, silverstripe, visualstudio
amazon-cdk: 2.114.0
ansible: 9.1.0
argocd:
confluence: 8.7.1, 8.6.2, 8.5.4, 8.4.5, 7.19.17
electron: 25.9.8
hashicorp-vault: 1.15.4, 1.14.8, 1.13.12
jira: 9.4.14
kdeplasma: 5.27.10
silverstripe: 5.1.3
visualstudio: 17.8.3
2023-12-06 06:38:19 +00:00
github-actions[bot]
b434227bf5 🤖: apache-kafka, blender, cfengine, go, grails, haproxy, jenkins, jira, laravel, mastodon, mattermost, nexus, vuetify
apache-kafka: 3.6.1
blender: 4.0.2
cfengine: 3.23.0
go: 1.21.5, 1.20.12
grails: 4.1.3
haproxy: 2.9.0
jenkins: 2.435
jira:
laravel: 10.35.0
mastodon: 4.2.3
mattermost: 9.3.0
nexus: 3.63.0-01
vuetify: 3.4.5
2023-12-05 18:35:53 +00:00
github-actions[bot]
1dda4afea0 🤖: jira, nodejs
jira: 9.4.13
nodejs: 21.4.0
2023-12-05 12:52:36 +00:00
github-actions[bot]
8a19b64ba4 🤖: ansible-core, artifactory, electron, gke-rapid, gke-regular, gke-stable, gke, mongodb, python
ansible-core: 2.16.1, 2.15.7, 2.14.12
artifactory: 7.71.5, 7.71.4, 7.68.17, 7.71.3, 7.71.2, 7.68.14, 7.68.13, 7.68.11, 7.68.7, 7.63.11, 7.59.16, 7.63.10, 7.63.8, 7.63.7, 7.63.5, 7.59.11, 7.59.9, 7.55.14, 7.55.13, 7.55.10, 7.55.9, 7.55.8, 7.55.7, 7.55.6, 7.49.10, 7.55.3, 7.55.2, 7.49.8, 7.46.23, 7.49.6, 7.47.16, 7.46.22, 7.49.5, 7.47.15, 7.49.3, 7.47.14, 7.46.20, 7.47.12, 7.47.11, 7.46.21, 7.47.10, 7.46.17, 7.46.11, 7.46.10, 7.46.9, 7.46.8, 7.46.6, 7.46.3, 7.41.14, 7.41.13, 7.41.12, 7.38.17, 7.37.17, 7.39.10, 7.41.7, 7.38.16, 7.41.6, 7.41.4, 7.39.4, 7.38.10, 7.38.8, 7.38.7, 7.37.16, 7.37.15, 7.37.14, 7.37.13, 6.23.42, 7.35.2, 7.35.1, 7.17.14, 7.33.9, 7.33.8, 6.23.38, 7.31.12, 7.31.11, 6.23.37, 7.31.10, 7.24.7, 7.21.20, 7.12.10, 7.11.8, 7.29.8, 7.23.8, 7.19.12, 7.18.11, 6.23.36, 7.29.7, 7.27.10, 7.27.9, 6.23.33, 7.27.6, 7.27.3, 6.23.31, 7.25.7, 7.25.6, 7.24.6, 7.25.5, 7.21.13, 7.24.4, 7.23.4, 7.24.3, 7.23.3, 7.21.12, 6.23.25, 7.21.7, 7.21.8, 7.21.5, 7.21.3, 7.19.10, 6.23.23, 7.19.9, 7.19.8, 6.23.21, 7.18.9, 7.19.6, 7.19.4, 7.15.5, 7.12.9, 7.11.7, 7.17.13, 6.22.1, 6.21.1, 6.20.4, 6.19.3, 6.18.5, 6.17.4, 7.18.7, 6.23.19, 6.23.18, 7.18.6, 6.23.16, 7.18.5, 7.17.12, 7.18.3, 7.17.11, 7.17.9, 7.17.5, 6.23.15, 7.17.4, 7.16.6, 7.16.3, 7.15.4, 6.23.13, 7.15.3, 7.12.8, 7.12.6, 6.23.7, 7.12.5, 7.12.3, 7.11.5, 7.11.2, 6.23.3, 7.11.1, 7.10.6, 7.10.5, 6.23.1, 7.9.2, 6.23, 7.10.2, 7.10.1, 7.9.1, 7.9, 6.22, 7.8.1, 7.7.3, 6.21, 7.7, 7.6.3, 7.6.2, 6.20.1, 7.6.1, 7.5.7, 7.5.5, 6.20, 7.5, 7.4.3, 6.19.1, 7.4.1, 6.19, 7.4, 7.3.2, 7.3.1, 7.3, 6.18.1, 6.17.1, 6.16.2, 6.15.2, 6.14.4, 6.13.3, 6.18, 7.2.1, 7.2, 7.1, 7.0.3, 7.0.2, 7.0.1, 7.0, 6.17, 6.9.6, 6.15.1, 6.14.2, 6.12.3, 6.16, 6.15, 6.14.1, 6.14, 6.13.1, 6.13, 6.12.2, 6.12.1, 6.12, 6.11.6, 6.9.5, 6.8.16, 6.7.7, 6.6.10, 6.5.18, 6.11.3, 6.10.7, 6.9.4, 6.8.15, 6.5.17, 6.10.6, 6.11.1, 6.11, 6.9.3, 6.8.14, 6.10.4, 6.10.3, 6.10.2, 6.9.2, 6.8.12, 6.10.1, 6.10, 6.3.8, 6.8.9, 6.3.7, 6.9.1, 6.9, 6.8.7, 6.8.6, 6.7.5, 6.6.8, 6.5.15, 6.4.3, 6.3.6, 6.2.2, 6.1.5, 6.0.5, 6.8.4, 6.8.3, 6.8.2, 6.8.1, 6.8, 6.7.3, 6.7.2, 6.7.1, 6.7, 6.6.5, 6.6.3, 6.6.1, 6.6, 6.5.13, 6.5.9, 6.4.2, 6.3.4, 6.2.1, 6.1.4, 6.0.4, 6.5.8, 6.5.6, 6.5.3, 6.5.2, 6.5.1, 6.5, 6.4.1, 6.4, 6.3.3, 6.3.2, 6.3, 6.2, 6.1, 6.0.3, 5.11.2, 6.0.2, 6.0.1, 5.11.1, 6.0, 5.11, 5.10.4, 5.10.3, 5.10.2, 5.10.1, 5.10, 5.9.3, 5.9.1, 5.9, 5.8.4, 5.8.3, 5.8.2, 5.8.1, 5.8, 5.7.2, 5.7.1, 5.7, 5.6.3, 5.6.2, 5.6.1, 5.6, 5.5.2, 5.5.1, 5.5, 5.4.6, 5.4.5, 5.4.4, 5.4.3, 5.4.2, 5.4.1, 5.4, 5.3.1, 5.3, 5.2.1, 5.2, 5.1.4, 5.1.3, 5.1, 5.0.1, 5.0, 4.16, 4.15, 4.14.3, 4.14.2, 4.14.1, 4.14, 4.13.1, 4.13, 4.12.2, 4.12.1, 4.12, 4.11.2, 4.11.1, 4.11, 4.10, 4.9.1, 4.9, 4.8.2, 4.8.1, 4.8, 4.7.7, 4.7.6, 4.7.5, 4.7.4, 4.7.3, 4.7.2, 4.7.1, 4.7, 4.6.1, 4.6, 4.5.2, 4.5.1, 4.5, 4.4.3, 4.4.2, 4.4.1, 4.4, 4.3.3, 4.3.2, 4.3.1, 4.3, 4.2.2, 4.2.1, 3.9.5, 4.2, 4.1.3, 4.1.2, 4.1, 3.9.4, 4.0.2, 4.0.1, 3.9.3, 4.0, 3.9.2, 3.9.1, 3.9, 3.8, 3.7, 3.6, 3.5.3, 3.5.2.1, 3.5.2, 3.5.1, 3.4.2, 3.4.1, 3.4.0.1, 3.4, 3.3.1, 3.3.0.1, 3.3, 3.2.2, 3.2.1, 3.2, 3.2.1.1, 3.1.1.1, 3.1.1, 3.5, 3.1, 3.0.4, 3.0.3, 3.0.2, 2.6.7, 3.0.1, 3.0, 2.6.6, 2.6.5, 2.6.4, 2.6.3, 2.6.2, 2.6.1, 2.6, 2.5.2, 2.5.1.1, 2.5.1, 2.5, 2.3.2, 2.4.2, 2.4.1, 2.4, 2.3.1, 2.3, 2.2.3, 2.2.2, 2.2.1, 2.2, 2.1.3, 2.1.2, 2.1.1, 2.1, 2.0.8, 2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0.3, 2.0.2, 2.0.1, 2.0
electron: 28.0.0
gke-rapid: 1.28.3-gke.1286000, 1.28.3-gke.1203001, 1.27.7-gke.1293000, 1.26.10-gke.1235000, 1.25.16-gke.1020000, 1.24.17-gke.2347000
gke-regular: 1.28.3-gke.1203001, 1.27.7-gke.1121000, 1.26.10-gke.1101000, 1.25.15-gke.1115000, 1.24.17-gke.2266000
gke-stable: 1.27.5-gke.200, 1.26.8-gke.200, 1.25.13-gke.200, 1.24.17-gke.200
gke: 1.28.3-gke.1286000, 1.28.3-gke.1203001, 1.27.7-gke.1293000, 1.26.10-gke.1235000, 1.25.16-gke.1020000, 1.24.17-gke.2347000
mongodb: 4.2.25
python: 3.11.7
2023-12-05 01:43:25 +00:00
github-actions[bot]
1592aabcbd 🤖: artifactory, django, mastodon, vue
artifactory:
django: 5.0
mastodon: 4.2.2, 4.1.11, 3.5.16
vue: 3.3.10
2023-12-04 18:37:04 +00:00
github-actions[bot]
ea4f0d56a9 🤖: django, grails, keycloak
django: 4.2.8
grails:
keycloak: 22.0.6
2023-12-04 12:51:28 +00:00
github-actions[bot]
9ede8559e0 🤖: openwrt
openwrt: 22.03.6
2023-12-04 01:41:35 +00:00
github-actions[bot]
6c0a2f57a1 🤖: weechat
weechat: 4.1.2, 4.0.7
2023-12-03 18:34:51 +00:00
github-actions[bot]
f41ac93e62 🤖: linuxkernel
linuxkernel: 6.6.4, 6.1.65, 5.15.141
2023-12-03 12:48:45 +00:00
github-actions[bot]
e52b670f84 🤖: red-hat-openshift
red-hat-openshift: 4.14.4, 4.13.24, 4.11.54
2023-12-03 01:47:02 +00:00
Marc Wrobel
7cf62c2355 Refactor HTTP common code (#207)
- move to common/http.py,
- make fetch_url return a Response.
2023-12-02 22:52:12 +01:00
Marc Wrobel
aa3d15a3b5 Add link in README's product list 2023-12-02 12:58:20 +01:00
Marc Wrobel
5be8249251 Update product list in README.md 2023-12-02 12:52:45 +01:00
github-actions[bot]
733c774e34 🤖: Automatic Update 2023-12-02 09:36:16 +01:00
Marc Wrobel
a0c35e4b5d [visualstudio] Add automation (#199)
Automation is only for the latest 3 majors version (2022, 2019 and 2017) as there is no release history published for 2015 and below.
This is not a big deal because there was no version for those release in a very long time.
2023-12-02 09:36:16 +01:00
github-actions[bot]
f411f3292a 🤖: amazon-cdk, argocd, eks
amazon-cdk: 2.113.0
argocd: 2.9.3
eks: 1.28-eks-4, 1.27-eks-8, 1.26-eks-9, 1.25-eks-10, 1.24-eks-13, 1.23-eks-15
2023-12-02 01:35:59 +00:00
github-actions[bot]
144533cf66 🤖: angularjs, electron, gerrit, jhipster, jreleaser, kotlin, nextjs, nuxt, protractor, quasar, react, vue, vuetify, wagtail, yarn
angularjs:
electron:
gerrit: 3.9.1
jhipster:
jreleaser:
kotlin:
nextjs:
nuxt:
protractor:
quasar:
react:
vue:
vuetify:
wagtail:
yarn:
2023-12-01 21:36:44 +01:00