Commit Graph

18 Commits

Author SHA1 Message Date
github-actions[bot]
0dff36d769 🤖: ansible, go, jenkins, jira, laravel, openssl, ruby-on-rails, shopware
ansible:
- Item root['versions']['10.0.0'] ({'name': '10.0.0', 'date': '2024-06-04'}) added to dictionary.

go:
- Item root['versions']['1.22.4'] ({'name': '1.22.4', 'date': '2024-06-04'}) added to dictionary.
- Item root['versions']['1.21.11'] ({'name': '1.21.11', 'date': '2024-06-04'}) added to dictionary.

jenkins:
- Item root['versions']['2.461'] ({'name': '2.461', 'date': '2024-06-04'}) added to dictionary.

jira:
- Item root['versions']['9.4.22'] ({'name': '9.4.22', 'date': '2024-06-04'}) added to dictionary.

laravel:
- Item root['versions']['11.10.0'] ({'name': '11.10.0', 'date': '2024-06-04'}) added to dictionary.

openssl:
- Item root['versions']['3.3.1'] ({'name': '3.3.1', 'date': '2024-06-04'}) added to dictionary.
- Item root['versions']['3.2.2'] ({'name': '3.2.2', 'date': '2024-06-04'}) added to dictionary.
- Item root['versions']['3.1.6'] ({'name': '3.1.6', 'date': '2024-06-04'}) added to dictionary.
- Item root['versions']['3.0.14'] ({'name': '3.0.14', 'date': '2024-06-04'}) added to dictionary.

ruby-on-rails:
- Item root['versions']['7.1.3.4'] ({'name': '7.1.3.4', 'date': '2024-06-04'}) added to dictionary.
- Item root['versions']['7.0.8.4'] ({'name': '7.0.8.4', 'date': '2024-06-04'}) added to dictionary.
- Item root['versions']['6.1.7.8'] ({'name': '6.1.7.8', 'date': '2024-06-04'}) added to dictionary.

shopware:
- Item root['versions']['6.6.3.0'] ({'name': '6.6.3.0', 'date': '2024-06-04'}) added to dictionary.
2024-06-04 18:55:30 +00:00
github-actions[bot]
ac08ad10fc 🤖: centreon, mattermost, openssl
centreon:
- Item root['versions']['24.04.0'] ({'name': '24.04.0', 'date': '2024-04-09'}) added to dictionary.
- Item root['versions']['23.10.11'] ({'name': '23.10.11', 'date': '2024-04-09'}) added to dictionary.

mattermost:
- Item root['versions']['9.7.1'] ({'name': '9.7.1', 'date': '2024-04-08'}) added to dictionary.

openssl:
- Item root['versions']['3.3.0'] ({'name': '3.3.0', 'date': '2024-04-09'}) added to dictionary.
2024-04-09 12:49:06 +00:00
Marc Wrobel
b6f14c8d61 Support release-level data (#297)
Support retrieving and updating generic release-level data, such as support and eol dates. The JSON format has been changed accordingly to add a new top-level `releases` key.

The `aws-lambda.py` script has been updated to make use of this new feature.
2024-02-11 16:57:59 +01:00
github-actions[bot]
d26354d1d2 🤖: ansible, apache-camel, grails, hashicorp-vault, jenkins, kirby, laravel, mattermost, micronaut, nix, nuxt, openssl, silverstripe, sqlite, yarn
ansible:
- Item root['versions']['9.2.0'] ({'name': '9.2.0', 'date': '2024-01-30'}) added to dictionary.

apache-camel:
- Item root['versions']['3.22.1'] ({'name': '3.22.1', 'date': '2024-01-25'}) added to dictionary.

grails:
- Item root['versions']['6.1.2'] ({'name': '6.1.2', 'date': '2024-01-30'}) added to dictionary.

hashicorp-vault:
- Item root['versions']['1.14.9'] ({'name': '1.14.9', 'date': '2024-01-29'}) added to dictionary.
- Item root['versions']['1.13.13'] ({'name': '1.13.13', 'date': '2024-01-29'}) added to dictionary.

jenkins:
- Item root['versions']['2.443'] ({'name': '2.443', 'date': '2024-01-30'}) added to dictionary.

kirby:
- Item root['versions']['4.1.0'] ({'name': '4.1.0', 'date': '2024-01-30'}) added to dictionary.

laravel:
- Item root['versions']['10.43.0'] ({'name': '10.43.0', 'date': '2024-01-30'}) added to dictionary.

mattermost:
- Item root['versions']['9.3.1'] ({'name': '9.3.1', 'date': '2024-01-26'}) added to dictionary.
- Item root['versions']['9.2.5'] ({'name': '9.2.5', 'date': '2024-01-26'}) added to dictionary.
- Item root['versions']['8.1.9'] ({'name': '8.1.9', 'date': '2024-01-26'}) added to dictionary.

micronaut:
- Item root['versions']['4.3.2'] ({'name': '4.3.2', 'date': '2024-01-30'}) added to dictionary.

nix:
- Item root['versions']['2.20.1'] ({'name': '2.20.1', 'date': '2024-01-30'}) added to dictionary.

nuxt:
- Item root['versions']['3.10.0'] ({'name': '3.10.0', 'date': '2024-01-30'}) added to dictionary.

openssl:
- Item root['versions']['3.2.1'] ({'name': '3.2.1', 'date': '2024-01-30'}) added to dictionary.
- Item root['versions']['3.1.5'] ({'name': '3.1.5', 'date': '2024-01-30'}) added to dictionary.
- Item root['versions']['3.0.13'] ({'name': '3.0.13', 'date': '2024-01-30'}) added to dictionary.

silverstripe:
- Item root['versions']['4.13.11'] ({'name': '4.13.11', 'date': '2024-01-25'}) added to dictionary.

sqlite:
- Item root['versions']['3.45.1'] ({'name': '3.45.1', 'date': '2024-01-30'}) added to dictionary.

yarn:
- Item root['versions']['4.1.0'] ({'name': '4.1.0', 'date': '2024-01-30'}) added to dictionary.
2024-01-30 18:40:21 +00:00
Marc Wrobel
74678a75c3 Update release-data JSON file format (#274)
This makes the format open for extension, such as adding release cycle level data (such as EOL dates).

Version data is still accessible by the version's name. While this repeats the version name, it's also much more convenient for users of those data.

A few other things have also been updated in the process:

- verbosity of the diff has been increased in update.py to make workflow summaries more readable,
- dates without timezone are now set to UTC by default (this was already supposed, so no impact expected here).
2024-01-02 11:42:10 +01:00
github-actions[bot]
c555f7ad05 🤖: etcd, keycloak, nextcloud, openssl, php, proxmox-ve, spring-boot
etcd: 3.4.28
keycloak: 23.0.0
nextcloud: 27.1.4, 26.0.9
openssl: 3.2.0
php: 8.3.0
proxmox-ve: 8.1
spring-boot: 3.2.0
2023-11-23 18:40:02 +00:00
github-actions[bot]
193282c48b 🤖: akeneo-pim, alibaba-dragonwell, alpinelinux, amazon-cdk, amazon-corretto, amazon-linux, angular, angularjs, ansible-core, ansible, apache-activemq, apache-airflow, apache-cassandra, apache-hadoop, apache-hop, apache-kafka, apache-spark, api-platform, argocd, beats, bellsoft-liberica, blender, bootstrap, cakephp, cfengine, clamav, composer, confluence, consul, contao, cos, craft-cms, dbt-core, dependencytrack, django, docker-engine, dotnet, drupal, drush, eclipse-temurin, eks, elasticsearch, electron, elixir, emberjs, envoy, erlang, etcd, exim, ffmpeg, flux, gerrit, gitlab, gke-rapid, gke-regular, gke-stable, gke, go, godot, graalvm, gradle, grafana, grails, graylog, gstreamer, hashicorp-vault, hbase, ibm-semeru, ionic, ios, ipados, istio, jekyll, jenkins, jhipster, jira, joomla, jquery, kdeplasma, keda, keycloak, kibana, kirby, kong-gateway, kotlin, kubernetes, laravel, linuxkernel, logstash, macos, magento, mariadb, mastodon, mattermost, mediawiki, micronaut, microsoft-build-of-openjdk, mongodb, moodle, mysql, neo4j, nextcloud, nextjs, nexus, nginx, nix, nodejs, nomad, numpy, nuxt, opensearch, openssl, openwrt, openzfs, pan-cortex-xdr, perl, php, phpbb, phpmyadmin, postfix, postgresql, powershell, prometheus, protractor, puppet, python, qt, quarkus, quasar, rabbitmq, react, redhat, redis, redmine, rocket-chat, rockylinux, roundcube, ruby-on-rails, ruby, salt, sapmachine, scala, silverstripe, sles, solr, sonarqube, splunk, spring-boot, spring-framework, sqlite, squid, symfony, tarantool, telegraf, terraform, twig, typo3, ubuntu, umbraco, unity, unrealircd, varnish, vue, vuetify, wagtail, watchos, weechat, wordpress, xcp-ng, yarn, yocto, zabbix
akeneo-pim:
alibaba-dragonwell:
alpinelinux:
amazon-cdk:
amazon-corretto:
amazon-linux:
angular:
angularjs:
ansible-core:
ansible:
apache-activemq:
apache-airflow:
apache-cassandra:
apache-hadoop:
apache-hop:
apache-kafka:
apache-spark:
api-platform:
argocd:
beats:
bellsoft-liberica:
blender:
bootstrap:
cakephp:
cfengine:
clamav:
composer:
confluence:
consul:
contao:
cos:
craft-cms:
dbt-core:
dependencytrack:
django:
docker-engine:
dotnet:
drupal:
drush:
eclipse-temurin:
eks:
elasticsearch:
electron:
elixir:
emberjs:
envoy:
erlang:
etcd:
exim:
ffmpeg:
flux:
gerrit:
gitlab:
gke-rapid:
gke-regular:
gke-stable:
gke:
go:
godot:
graalvm:
gradle:
grafana:
grails:
graylog:
gstreamer:
hashicorp-vault:
hbase:
ibm-semeru:
ionic:
ios:
ipados:
istio:
jekyll:
jenkins:
jhipster:
jira:
joomla:
jquery:
kdeplasma:
keda:
keycloak:
kibana:
kirby:
kong-gateway:
kotlin:
kubernetes:
laravel:
linuxkernel:
logstash:
macos:
magento:
mariadb:
mastodon:
mattermost:
mediawiki:
micronaut:
microsoft-build-of-openjdk:
mongodb:
moodle:
mysql:
neo4j:
nextcloud:
nextjs:
nexus:
nginx:
nix:
nodejs:
nomad:
numpy:
nuxt:
opensearch:
openssl:
openwrt:
openzfs:
pan-cortex-xdr:
perl:
php:
phpbb:
phpmyadmin:
postfix:
postgresql:
powershell:
prometheus:
protractor:
puppet:
python:
qt:
quarkus:
quasar:
rabbitmq:
react:
redhat:
redis:
redmine:
rocket-chat:
rockylinux:
roundcube:
ruby-on-rails:
ruby:
salt:
sapmachine:
scala:
silverstripe:
sles:
solr:
sonarqube:
splunk:
spring-boot:
spring-framework:
sqlite:
squid:
symfony:
tarantool:
telegraf:
terraform:
twig:
typo3:
ubuntu:
umbraco:
unity:
unrealircd:
varnish:
vue:
vuetify:
wagtail:
watchos:
weechat:
wordpress:
xcp-ng:
yarn:
yocto:
zabbix:
2023-11-15 22:30:31 +01:00
github-actions[bot]
53a3f61f6f 🤖: artifactory, dotnet, firefox, grafana, hashicorp-vault, jenkins, kdeplasma, laravel, nginx, nodejs, openssl
artifactory: 7.71.2
dotnet: 6.0.24, 7.0.13
firefox: 119.0, 115.4.0
grafana: 10.2.0
hashicorp-vault: 1.13.9
jenkins: 2.429
kdeplasma: 5.27.9
laravel: 10.29.0
nginx: 1.25.3
nodejs: 20.9.0, 21.1.0
openssl: 3.0.12, 3.1.4
2023-10-24 18:41:38 +00:00
github-actions[bot]
dbb96c45bd 🤖: akeneo-pim, graalvm, istio, java, laravel, mastodon, nextjs, openssl, vuetify
akeneo-pim: 7.0.28
graalvm: jdk-21
istio: 1.17.6
java: 21
laravel: 10.24.0
mastodon: 3.5.14, 4.0.10, 4.1.8
nextjs: 13.5.0, 13.5.1
openssl: 3.0.11, 3.1.3
vuetify: 3.3.17
2023-09-19 18:37:03 +00:00
github-actions[bot]
bbeeed603d 🤖: numpy, openssl, red-hat-openshift
numpy: 1.26.0
openssl:
red-hat-openshift: 4.11.49, 4.13.12, 4.12.33
2023-09-17 01:41:41 +00:00
github-actions[bot]
a8ee584c8e 🤖: akeneo-pim, angular, apache-airflow, api-platform, argocd, beats, cakephp, cos, drupal, drush, elasticsearch, electron, go, graylog, haproxy, ionic, ios, ipados, istio, keycloak, kibana, linuxkernel, logstash, macos, mattermost, mongodb, nexus, nodejs, openssl, plesk, prometheus, quarkus, rabbitmq, red-hat-openshift, redis, ruby-on-rails, salt, sapmachine, scala, silverstripe, sqlite, telegraf, terraform, watchos
akeneo-pim: 6.0.100
angular: 16.2.4
apache-airflow: 2.7.1
api-platform: 3.1.17
argocd: 2.6.15, 2.7.14, 2.8.3
beats: 7.17.13, 8.9.2
cakephp: 5.0.0
cos: cos-105-17412-156-34, cos-101-17162-279-34, cos-97-16919-353-31, cos-93-16623-461-21
drupal: 10.1.3
drush: 12.2.0
elasticsearch: 7.17.13, 8.9.2
electron: 26.2.0
go: 1.19.13, 1.20.8, 1.21.1
graylog: 5.0.11, 5.1.5
haproxy: 2.8.3
ionic: 7.3.3
ios: 16.6.1, 15.7.9
ipados: 16.6.1, 15.7.9
istio: 1.18.3
keycloak: 22.0.2
kibana: 7.17.13, 8.9.2
linuxkernel: 5.15.131, 6.1.52, 6.4.15, 6.5.2
logstash: 7.17.13, 8.9.2
macos: 13.5.2, 11.7.10, 12.6.9
mattermost: 7.8.11, 8.0.3, 8.1.2
mongodb: 5.0.21
nexus: 3.60.0
nodejs: 20.6.1
openssl: 1.1.1w
plesk: 18.0.55.1
prometheus: 2.47.0
quarkus: 3.3.2
rabbitmq: 3.11.23
red-hat-openshift: 4.12.32, 4.10.67, 4.13.11
redis: 7.0.13, 7.2.1
ruby-on-rails: 7.0.8
salt: 3006.3
sapmachine: 11.0.20.1, 17.0.8.1
scala: 2.13.12
silverstripe: 4.13.7
sqlite: 3.43.1
telegraf: 1.28.0
terraform: 1.5.7
watchos: 9.6.2
2023-09-11 23:00:51 +02:00
github-actions[bot]
cf149c22b8 🤖: Automatic Update 2023-08-01 22:46:56 +02:00
github-actions[bot]
94a3daadcf 🤖: bootstrap, jenkins, joomla, laravel, linuxkernel, openssl, watchos
bootstrap: 5.3.0
jenkins: 2.407
joomla: 4.3.2
laravel: 10.13.0, 9.52.8
linuxkernel: 5.15.114, 6.1.31, 6.3.5
openssl: 1.1.1u, 3.0.9, 3.1.1
watchos: 9.5.1
2023-05-30 18:34:35 +00:00
github-actions[bot]
9e5fb1b326 🤖: apache-airflow, apache-maven, cos, dotnet, firefox, joomla, kdeplasma, nodejs, openssl, php
apache-airflow: 2.5.2
apache-maven: 3.8.8
cos: cos-97-16919-235-31, cos-101-17162-127-33
dotnet: 6.0.15, 7.0.4
firefox: 111.0, 102.9.0
joomla: 4.2.9
kdeplasma: 5.27.3
nodejs: 19.8.0
openssl: 3.1.0
php: 8.1.17, 8.2.4
2023-03-15 01:55:56 +00:00
github-actions[bot]
04e67d9c6c 🤖: apache-camel, jenkins, laravel, micronaut, openssl
apache-camel: 3.20.2
jenkins: 2.390
laravel: 9.51.0
micronaut: 3.8.4
openssl: 1.1.1t, 3.0.8
2023-02-07 18:37:43 +00:00
github-actions[bot]
87131da831 🤖: elasticsearch, filebeat, go, hashicorp-vault, laravel, linuxkernel, openssl
elasticsearch: 8.5.0
filebeat: 8.5.0
go: 1.18.8, 1.19.3
hashicorp-vault: 1.10.8, 1.11.5
laravel: 8.83.26, 9.38.0
linuxkernel: 4.14.297, 4.19.263, 5.4.222
openssl: 1.1.1s, 3.0.7
2022-11-01 20:02:59 +00:00
github-actions[bot]
0e469d286d 🤖: dotnet, ffmpeg, laravel, openssl, python, tomcat
dotnet: 3.1.30, 6.0.10
ffmpeg: 4.2.8
laravel: 9.35.0, 9.35.1
openssl: 1.1.1r, 3.0.6
python: 3.10.8, 3.8.15, 3.9.15
tomcat: 8.5.83
2022-10-11 18:54:11 +00:00
github-actions[bot]
6c581ce1f4 🤖: Automatic Update 2022-10-10 12:27:32 +05:30