diff --git a/vm/chef/cookbooks/cassandra/attributes/default.rb b/vm/chef/cookbooks/cassandra/attributes/default.rb index 73b1f3d5cf..66005d5275 100644 --- a/vm/chef/cookbooks/cassandra/attributes/default.rb +++ b/vm/chef/cookbooks/cassandra/attributes/default.rb @@ -12,10 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['cassandra']['version'] = '4.1.7' +default['cassandra']['version'] = '5.0.2' default['cassandra']['apt_version'] = "#{default['cassandra']['version']}.*" default['cassandra']['repo']['uri'] = 'https://debian.cassandra.apache.org' default['cassandra']['repo']['components'] = ['main'] -default['cassandra']['repo']['distribution'] = '41x' +default['cassandra']['repo']['distribution'] = '50x' default['cassandra']['repo']['keyserver'] = 'https://www.apache.org/dist/cassandra/KEYS' diff --git a/vm/chef/cookbooks/dokuwiki/attributes/default.rb b/vm/chef/cookbooks/dokuwiki/attributes/default.rb index 53e8d361c9..f2b4483de7 100644 --- a/vm/chef/cookbooks/dokuwiki/attributes/default.rb +++ b/vm/chef/cookbooks/dokuwiki/attributes/default.rb @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['dokuwiki']['download_version'] = '2024-02-06' +default['dokuwiki']['download_version'] = '2024-02-06b' default['dokuwiki']['user']['name'] = 'admin' default['dokuwiki']['user']['real_name'] = 'John Doe' default['dokuwiki']['user']['groups'] = 'admin,user' diff --git a/vm/chef/cookbooks/dokuwiki/recipes/default.rb b/vm/chef/cookbooks/dokuwiki/recipes/default.rb index a97d564aee..5e1c4e786b 100644 --- a/vm/chef/cookbooks/dokuwiki/recipes/default.rb +++ b/vm/chef/cookbooks/dokuwiki/recipes/default.rb @@ -47,7 +47,7 @@ # Download, untar and mark as owned by www-data all files of DokuWiki. remote_file '/tmp/dokuwiki.tgz' do - source "https://download.dokuwiki.org/src/dokuwiki/dokuwiki-#{node['dokuwiki']['download_version']}.tgz" + source "https://github.com/dokuwiki/dokuwiki/releases/download/release-#{node['dokuwiki']['download_version']}/dokuwiki-#{node['dokuwiki']['download_version']}.tgz" action :create end diff --git a/vm/chef/cookbooks/dreamfactory/attributes/default.rb b/vm/chef/cookbooks/dreamfactory/attributes/default.rb index 8b73dac7cc..ac0dc1644c 100644 --- a/vm/chef/cookbooks/dreamfactory/attributes/default.rb +++ b/vm/chef/cookbooks/dreamfactory/attributes/default.rb @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['dreamfactory']['version'] = '4.14.1' +default['dreamfactory']['version'] = '6.3.0' default['dreamfactory']['db']['name'] = 'dreamfactory' default['php81']['distribution'] = 'bullseye' diff --git a/vm/chef/cookbooks/ghost/attributes/default.rb b/vm/chef/cookbooks/ghost/attributes/default.rb index 330f9c5704..26ea979d84 100644 --- a/vm/chef/cookbooks/ghost/attributes/default.rb +++ b/vm/chef/cookbooks/ghost/attributes/default.rb @@ -13,7 +13,7 @@ # limitations under the License. default['ghost']['cli']['version'] = '1.26.0' -default['ghost']['app']['version'] = '5.82.1' +default['ghost']['app']['version'] = '5.100.1' default['ghost']['app']['install_dir'] = '/var/www/ghost' default['ghost']['db']['user'] = 'ghost' diff --git a/vm/chef/cookbooks/haproxy/attributes/default.rb b/vm/chef/cookbooks/haproxy/attributes/default.rb index d796c23b09..039d9a82ad 100755 --- a/vm/chef/cookbooks/haproxy/attributes/default.rb +++ b/vm/chef/cookbooks/haproxy/attributes/default.rb @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['haproxy']['version'] = '2.8' +default['haproxy']['version'] = '3.0' default['haproxy']['apt_version'] = "#{default['haproxy']['version']}.\*" default['haproxy']['repo']['uri'] = 'https://haproxy.debian.net' default['haproxy']['repo']['components'] = ['main'] diff --git a/vm/chef/cookbooks/influxdb/attributes/default.rb b/vm/chef/cookbooks/influxdb/attributes/default.rb index 6448a03c0d..7815925327 100644 --- a/vm/chef/cookbooks/influxdb/attributes/default.rb +++ b/vm/chef/cookbooks/influxdb/attributes/default.rb @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['influxdb']['version'] = '2.7.5' +default['influxdb']['version'] = '2.7.10' default['influxdb']['sha256'] = '79f286dfaeedb02b545449674c2621d1c1a0e019cd9ed3ffd0bbdf06b22d42f1' diff --git a/vm/chef/cookbooks/joomla/attributes/default.rb b/vm/chef/cookbooks/joomla/attributes/default.rb index f3684dbe06..5909f63b50 100644 --- a/vm/chef/cookbooks/joomla/attributes/default.rb +++ b/vm/chef/cookbooks/joomla/attributes/default.rb @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['joomla']['version'] = '5.1.0' -default['joomla']['sha256'] = 'dbc4630923f02ed4e90be3c8734947a48285334ac8a416774d4e602d794ed227' +default['joomla']['version'] = '5.2.1' +default['joomla']['sha256'] = '090db690680346076a0b9e5f051076191829f4d6745ccae243856a94024eada3' default['joomla']['user'] = 'www-data' default['joomla']['db']['name'] = 'joomla_db' diff --git a/vm/chef/cookbooks/kafka/attributes/default.rb b/vm/chef/cookbooks/kafka/attributes/default.rb index 68717aea34..add7b82373 100644 --- a/vm/chef/cookbooks/kafka/attributes/default.rb +++ b/vm/chef/cookbooks/kafka/attributes/default.rb @@ -12,6 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['kafka']['version'] = '3.7.0' +default['kafka']['version'] = '3.7.1' default['scala']['version'] = '2.13' default['kafka']['packages'] = ['zookeeperd'] diff --git a/vm/chef/cookbooks/mattermost/attributes/default.rb b/vm/chef/cookbooks/mattermost/attributes/default.rb index 9866d9e41f..58f7995700 100644 --- a/vm/chef/cookbooks/mattermost/attributes/default.rb +++ b/vm/chef/cookbooks/mattermost/attributes/default.rb @@ -13,8 +13,8 @@ # limitations under the License. default['mattermost']['packages'] = ['jq', 'nginx', 'gettext-base'] -default['mattermost']['version'] = '9.5.3' -default['mattermost']['sha256'] = '7f665aa7fd794cecb308ff7b0461a65e29b001ad664cfe36c37ed14e836402c4' +default['mattermost']['version'] = '10.2.0' +default['mattermost']['sha256'] = '06b3576df15422aa6faa4bdbfa3f01c3dbe1bc5363aa2d275c2be4fcd196aa67' # OS Settings default['mattermost']['user'] = 'mattermost' diff --git a/vm/chef/cookbooks/mautic/attributes/default.rb b/vm/chef/cookbooks/mautic/attributes/default.rb index 3ce7d7c2c3..1ff59a1993 100644 --- a/vm/chef/cookbooks/mautic/attributes/default.rb +++ b/vm/chef/cookbooks/mautic/attributes/default.rb @@ -22,7 +22,7 @@ 'php8.1-imap', ] -default['mautic']['version'] = '5.0.4' +default['mautic']['version'] = '5.1.1' default['mautic']['user'] = 'www-data' default['mautic']['db']['name'] = 'mautic' diff --git a/vm/chef/cookbooks/moodle/attributes/default.rb b/vm/chef/cookbooks/moodle/attributes/default.rb index 0955c96b99..26e7240923 100644 --- a/vm/chef/cookbooks/moodle/attributes/default.rb +++ b/vm/chef/cookbooks/moodle/attributes/default.rb @@ -15,7 +15,7 @@ default['moodle']['user'] = 'www-data' default['moodle']['group'] = 'www-data' default['moodle']['db']['name'] = 'moodle' -default['moodle']['track'] = '404' -default['moodle']['version'] = '4.4' +default['moodle']['track'] = '405' +default['moodle']['version'] = '4.5' default['php81']['distribution'] = 'bullseye' diff --git a/vm/chef/cookbooks/nginx/attributes/default.rb b/vm/chef/cookbooks/nginx/attributes/default.rb index 7ec1a3cab1..8b7a32f7f9 100644 --- a/vm/chef/cookbooks/nginx/attributes/default.rb +++ b/vm/chef/cookbooks/nginx/attributes/default.rb @@ -13,7 +13,7 @@ # limitations under the License. default['nginx']['packages'] = ['nginx'] -default['nginx']['version'] = '1.25.4' +default['nginx']['version'] = '1.27.2' default['nginx']['repo']['uri'] = 'https://nginx.org/packages/debian/' default['nginx']['repo']['components'] = ['nginx'] default['nginx']['repo']['distribution'] = 'buster' diff --git a/vm/chef/cookbooks/nodejs/attributes/default.rb b/vm/chef/cookbooks/nodejs/attributes/default.rb index ca24dbfd52..fc73454408 100644 --- a/vm/chef/cookbooks/nodejs/attributes/default.rb +++ b/vm/chef/cookbooks/nodejs/attributes/default.rb @@ -13,4 +13,4 @@ # limitations under the License. default['nodejs']['packages'] = ['nodejs'] -default['nodejs']['version'] = '21' +default['nodejs']['version'] = '23' diff --git a/vm/chef/cookbooks/prestashop/attributes/default.rb b/vm/chef/cookbooks/prestashop/attributes/default.rb index 6c81f49b7e..09be436703 100644 --- a/vm/chef/cookbooks/prestashop/attributes/default.rb +++ b/vm/chef/cookbooks/prestashop/attributes/default.rb @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['prestashop']['version'] = '8.1.7' +default['prestashop']['version'] = '8.0.4' default['prestashop']['db']['name'] = 'prestashop' default['prestashop']['temp_packages'] = ['unzip'] diff --git a/vm/chef/cookbooks/redmine/attributes/default.rb b/vm/chef/cookbooks/redmine/attributes/default.rb index 79cd6f3295..1a3cc2cddf 100644 --- a/vm/chef/cookbooks/redmine/attributes/default.rb +++ b/vm/chef/cookbooks/redmine/attributes/default.rb @@ -26,7 +26,7 @@ 'libgs9-common', 'libjbig2dec0', ] -default['redmine']['version'] = '5.1.2' +default['redmine']['version'] = '5.1.4' default['redmine']['ruby']['version'] = '3.2.3' # OS Settings diff --git a/vm/chef/cookbooks/solr/attributes/default.rb b/vm/chef/cookbooks/solr/attributes/default.rb index da68032de5..b5dd7acbff 100644 --- a/vm/chef/cookbooks/solr/attributes/default.rb +++ b/vm/chef/cookbooks/solr/attributes/default.rb @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -default['solr']['version'] = '9.5.0' +default['solr']['version'] = '9.6.1' default['solr']['packages'] = ['lsof']