Skip to content

Commit

Permalink
Merge branch 'master' into vm-updates-dokuwiki-2024-11-08-093834
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianManiek authored Nov 13, 2024
2 parents ed2f982 + 8d07bfa commit 3b6dede
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 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/ghost/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
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/influxdb/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['influxdb']['version'] = '2.7.5'
default['influxdb']['version'] = '2.7.10'
default['influxdb']['sha256'] = '79f286dfaeedb02b545449674c2621d1c1a0e019cd9ed3ffd0bbdf06b22d42f1'
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/redmine/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 3b6dede

Please sign in to comment.