Skip to content

Commit

Permalink
Merge branch 'master' into vm-updates-influxdb-2024-11-08-093909
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianManiek authored Nov 12, 2024
2 parents d903e0e + 42333c5 commit 609a417
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions vm/chef/cookbooks/cassandra/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion vm/chef/cookbooks/dreamfactory/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion vm/chef/cookbooks/haproxy/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
2 changes: 1 addition & 1 deletion vm/chef/cookbooks/kafka/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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']
2 changes: 1 addition & 1 deletion vm/chef/cookbooks/mautic/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion vm/chef/cookbooks/nginx/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion vm/chef/cookbooks/nodejs/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

default['nodejs']['packages'] = ['nodejs']
default['nodejs']['version'] = '21'
default['nodejs']['version'] = '23'
2 changes: 1 addition & 1 deletion vm/chef/cookbooks/prestashop/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down
2 changes: 1 addition & 1 deletion vm/chef/cookbooks/solr/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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']

0 comments on commit 609a417

Please sign in to comment.