Skip to content

Commit

Permalink
Merge branch 'master' into vm-updates-odoo-2024-11-08-094028
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianManiek authored Nov 13, 2024
2 parents 91fbcaa + 5845c22 commit 8fc1454
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 21 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/dokuwiki/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['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'
Expand Down
2 changes: 1 addition & 1 deletion vm/chef/cookbooks/dokuwiki/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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'
4 changes: 2 additions & 2 deletions vm/chef/cookbooks/joomla/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'

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']
4 changes: 2 additions & 2 deletions vm/chef/cookbooks/mattermost/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
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
4 changes: 2 additions & 2 deletions vm/chef/cookbooks/moodle/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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 8fc1454

Please sign in to comment.