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/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/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/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/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/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/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']