Skip to content

Releases: Islandora-Devops/isle-buildkit

3.4.5: Update actions/upload-artifact (#356)

11 Dec 19:12
5540745
Compare
Choose a tag to compare
Versions earlier than 4 are to be deprecated
in Jan, 2025.

3.4.4

15 Nov 16:38
017bcf1
Compare
Choose a tag to compare
Add dependencies to allow FITS to analyze JP2's (#353)

3.4.3: Fix drush wrapper (#355)

14 Nov 10:39
c749d09
Compare
Choose a tag to compare
* Fix drush wrapper

* bump drupal core+drush test versions

* Fix test

* Close #342

* Do not break folks who haven't upgrade drush yet

* Update drush

* update composer

3.4.2: Update starter site & matomo extra tools & fix permission Bugs (#350)

12 Sep 22:04
24f0418
Compare
Choose a tag to compare
* Update Matomo Extra Tools from 5.0.1 -> 5.0.4

Required to fix build issue, that was being
covered up by a previously successful cache.

* Fix for potential permission issues.

A number of permission issues have gone unnoticed,
I became aware of them when I did a fresh build
without cache on a newly installed computer.

When building Docker images, Docker copies
files/folders with the same permissions as they
have on the host machine. Git does not track the
permissions of files except for the executable bit
on files. So depending on who builds the images
files/folders can get different permissions.

This changes it such that the Makefile will ensure
the appropriate permissions are set when building.

This is required as we run services as different
users other than root in the container. Those
users must be able to access and execute certain
files.

* Update to latest starter site, and hard-code paths to support it.

3.4.1

09 Sep 22:14
04be359
Compare
Choose a tag to compare
hard code site root (#349)

3.4.0: [minor] Upgrade alpine to 3.20.2 (#348)

13 Aug 19:58
297e2fc
Compare
Choose a tag to compare
Upgrade S6 to 3.2.0.0
Upgrade code-server to 4.91.1
Removed deprecated versions properties from docker compose files

3.3.0

02 Aug 21:21
9a2b78c
Compare
Choose a tag to compare

What's Changed

July 2024 update by @g7morris in #346

activemq

diff --git a/activemq/Dockerfile b/activemq/Dockerfile
-ARG ACTIVEMQ_VERSION="5.18.3"
+ARG ACTIVEMQ_VERSION="5.18.5"

fits

diff --git a/fits/Dockerfile b/fits/Dockerfile
-ARG LOG4J_VERSION="2.22.0"
+ARG LOG4J_VERSION="2.23.1"

handle

diff --git a/handle/Dockerfile b/handle/Dockerfile
-ARG HANDLE_VERSION="9.3.0"
+ARG HANDLE_VERSION="9.3.1"

tomcat

diff --git a/tomcat/Dockerfile b/tomcat/Dockerfile
-ARG TOMCAT_VERSION="9.0.87"
+ARG TOMCAT_VERSION="9.0.91"

Full Changelog: 3.2.12...3.3.0

3.2.12

30 Jul 17:19
adcbc1d
Compare
Choose a tag to compare
Update solr-ocrhighlighting and make SOLR_HOCR_PLUGIN_PATH available …

3.2.11

24 Jul 19:55
afaf688
Compare
Choose a tag to compare
Update traefik in docker-compose.yml (#344)

3.2.10

15 Jul 11:21
e8ea204
Compare
Choose a tag to compare
Fix for failing tests (#343)