Skip to content

Commit

Permalink
#393 Updated docker cookbook dependency version to '~> 11.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
pbobov committed Aug 5, 2024
1 parent d22fd14 commit 6f48c1d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions cookbooks/arcgis-notebooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This file is used to list changes made in each version of the arcgis-notebooks cookbook.

# 4.2.1

- Updated docker cookbook dependency version to '~> 11.3'.

# 4.2.0

- Added support for ArcGIS Notebook Server 11.2.
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/arcgis-notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: default
title: "arcgis-notebooks cookbook"
category: cookbooks
item: arcgis-notebooks
version: 4.2.0
version: 4.2.1
latest: true
---

Expand Down
4 changes: 2 additions & 2 deletions cookbooks/arcgis-notebooks/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
license 'Apache-2.0'
description 'Installs/Configures ArcGIS Notebook Server'
long_description 'Installs/Configures ArcGIS Notebook Server'
version '4.2.0'
version '4.2.1'
chef_version '>= 14.0' if defined? chef_version

depends 'arcgis-enterprise', '~> 4.2'
depends 'arcgis-repository', '~> 4.2'
depends 'docker', '~> 4.9'
depends 'docker', '~> 11.3'
depends 'iptables', '~> 7.1'

supports 'ubuntu'
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/arcgis/Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ group :release do
cookbook 'esri-tomcat', path: '../esri-tomcat'
# Lock versions of the dependent cookbooks
cookbook 'apt', '~> 7.4'
cookbook 'docker', '~> 4.12'
cookbook 'docker', '~> 11.3'
cookbook 'homebrew', '5.3.6'
cookbook 'hostsfile', '~> 3.0'
cookbook 'iptables', '~> 7.1'
Expand Down

0 comments on commit 6f48c1d

Please # to comment.