Skip to content

Releases: ontariosystems/isclib

v2.2.14

28 May 20:47
v2.2.14
2456827
Compare
Choose a tag to compare

Fixed

  • ignore missing parameters.isc when updating an instance. #18

v2.2.13

10 Apr 21:00
v2.2.13
c005b5e
Compare
Choose a tag to compare

Fixed

  • panic when trying to set temp file permissions for running a routine
  • update go modules

v2.2.12

03 Apr 23:50
v2.2.12
a36b941
Compare
Choose a tag to compare

Fixed

  • The user switching added in v2.2.11 failed for containers where we're
    already running as the isc manager user (such as irisowner)

v2.2.11

23 Feb 15:56
v2.2.11
643e92e
Compare
Choose a tag to compare

Fixes

  • when using a non-root install of IRIS (such as in InterSystems docker
    images), if the process using iscenv is root, the commands to manage
    the instance (start, stop, list, and so on) won't work without
    switching to the manager user (such as irisowner)

v2.2.10

22 Feb 20:25
v2.2.10
cb5e3ce
Compare
Choose a tag to compare

Fixes

  • The determination of the iris owner based on parameters.isc was not
    working because it only had keys for Cache/Ensemble values.

v2.2.9

26 Jan 14:57
v2.2.9
efcd179
Compare
Choose a tag to compare

What's Changed

  • Avoid unnecessary user switching by @b-dean in #15

Full Changelog: v2.2.8...v2.2.9

v2.2.8

25 Jan 17:02
v2.2.8
061bbdf
Compare
Choose a tag to compare

What's Changed

update go to 1.20, update a bunch of dependencies

Full Changelog: v2.2.7...v2.2.8

v2.2.7

12 Oct 15:06
v2.2.7
a42c942
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.6...v2.2.7

v2.2.6

23 Feb 18:54
v2.2.6
bcb6134
Compare
Choose a tag to compare

Fixes

  • updating go modules
  • update golang.org/x/text and golang.org/x/net to fix security
    vulnerabilities #13