Skip to content

Releases: intersystems/ipm

v0.10.7-beta.2

09 Mar 15:41
589ce2b

Choose a tag to compare

v0.10.7-beta.2 Pre-release
Pre-release
Delay CPF merge activation until all config changes have been made du…

v0.10.7-beta.1

05 Mar 20:48
cc3d6f6

Choose a tag to compare

v0.10.7-beta.1 Pre-release
Pre-release
Re-update module version to 0.10.7-SNAPSHOT (#1091)

v0.10.6

05 Mar 18:09
cc2cf55

Choose a tag to compare

##Added
#1024 : Added flag -export-python-deps to publish command

##Fixed
#996 : Ensure COS commands execute in exec under a dedicated, isolated context
#1002 : When listing configured repositories, only show the TokenAuthMethod when a token is defined.
#1024 : Modules with PythonWheels have wheels packaged correctly under -export-python-deps
#1061 : Fix issue when installing from OCI/ORAS registries
#1065 : Fixed regression introduced in IPM 0.10.3 which removed support for resources with directories as names (e.g. /inc)
#1072 : Fixed regression where scoped dependencies weren't being loaded in the test or verify phase.

Full Changelog: v0.10.5...v0.10.6

v0.10.6-beta.8

18 Feb 17:16
8e6a576

Choose a tag to compare

v0.10.6-beta.8 Pre-release
Pre-release
Fix regression for scoped dependencies not being loaded (#1074)

* Add example of failing module

* Scope now working for test phase

* Scope works for verify too

* Add tests and refactor

* Address review comments

* Address more comments

v0.10.6-beta.7

09 Feb 15:01
d74c12e

Choose a tag to compare

v0.10.6-beta.7 Pre-release
Pre-release
(doc) update CONTRIBUTING.md to clarify roles/expectations (#1037)

* Update CONTRIBUTING.md

* Add style guide

* Add section on testing and restructure content

* Fix small issue with developing in local instance section

* Address review comments

---------

Co-authored-by: isc-dchui <dchui@intersystems.com>

v0.10.6-beta.6

09 Feb 14:35
0776e18

Choose a tag to compare

v0.10.6-beta.6 Pre-release
Pre-release
Fix ResourceProcessor regression from 0.10.3 to handle Document resou…

v0.10.6-beta.5

04 Feb 22:22
9e87388

Choose a tag to compare

v0.10.6-beta.5 Pre-release
Pre-release
Fix issue with installing from ORAS registry (#1063)

v0.10.6-beta.4

04 Feb 21:20
961d582

Choose a tag to compare

v0.10.6-beta.4 Pre-release
Pre-release
Checks for package name instead of full file name in python dependenc…

v0.10.6-beta.3

26 Jan 20:20
64df42c

Choose a tag to compare

v0.10.6-beta.3 Pre-release
Pre-release
Fix display bug with repo -list TokenAuthMethod (#1049)

v0.10.6-beta.2

16 Jan 17:27
c606f50

Choose a tag to compare

v0.10.6-beta.2 Pre-release
Pre-release
fix(shell): isolate execution context for exec/cos commands (#996)

* fix(shell): isolate execution context for exec/cos commands

* docs: add details to changelog

* fix: updated the ExecuteCOS method

---------

Co-authored-by: isc-dchui <dchui@intersystems.com>