Skip to content

Commit a72460e

Browse files
authored
Merge pull request #803 from intersystems/fix-778
Fix: make CI pass on 2025.2
2 parents 613a55e + 7a6a453 commit a72460e

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/images.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
3434
then
3535
continue
3636
fi
37-
# Skip latest-preview due to #778
38-
if [ "$tag" = "latest-preview" ];
39-
then
40-
continue
41-
fi
4237
images+='"'${n}:${tag}'",';
4338
done
4439
done;

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.2] - Unreleased
9+
10+
### Fixed
11+
- #778 CI - avoid deadlock on 2025.2 preview due to cached query regeneration bug
12+
813
## [0.10.1] - 2024-04-24
914

1015
### Fixed

iris.script

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
do $System.OBJ.Load("/home/irisowner/zpm/preload/cls/IPM/Installer.cls","ck")
33
do ##class(IPM.Installer).setup("/home/irisowner/zpm/",3)
44
zpm "repo -r -name registry -url https://pm.community.intersystems.com/"
5+
do $System.SQL.PurgeAllNamespaces()
56
halt
67

78
// Currently broken for %IPM due to differing default behavior for packages starting with % - vscode-per-namespace-settings passes through as-is, IPM expects to strip %.

module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Export generator="Cache" version="25">
33
<Document name="ZPM.ZPM"><Module>
44
<Name>ZPM</Name>
5-
<Version>0.10.1-SNAPSHOT</Version>
5+
<Version>0.10.2-SNAPSHOT</Version>
66
<ExternalName>IPM</ExternalName>
77
<Description>InterSystems Package Manager (IPM) provides development tools and infrastructure for defining, building, distributing, and installing modules and applications.</Description>
88
<Keywords>Package Manager</Keywords>

0 commit comments

Comments
 (0)