Skip to content

Commit

Permalink
cradle upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lumber1000 committed Sep 30, 2024
1 parent c69fb6f commit db23b06
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# th2-cradle-admin 1.11.0
# th2-cradle-admin 1.11.1

The th2-cradle-admin is a set of projects for managing books and pages in th2 storage.

Expand All @@ -15,7 +15,7 @@ metadata:
name: cradle-admin
spec:
imageName: ghcr.io/th2-net/th2-cradle-admin-tool
imageVersion: 1.9.0-dev
imageVersion: 1.11.1-dev
type: th2-conn
customConfig:
ip: 0.0.0.0
Expand Down Expand Up @@ -65,6 +65,12 @@ spec:

## Release notes:

### 1.11.1
+ Updated:
+ Cradle API to `5.4.3-dev` (executes insert and update operations on pages atomically)
+ th2-gradle-plugin: `0.1.3` (bom: `4.8.0`)
+ common to `5.14.0-dev`

### 1.11.0-dev
* Migrated to th2 gradle plugin `0.0.8`
* Updated common: `5.12.0-dev`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

ext {
commonVersion = '5.14.0-dev'
cradleVersion = '5.4.3-TH2-5241-11072494924-a794500-SNAPSHOT'
cradleVersion = '5.4.3-TH2-5241-11102256548-fab3f51-SNAPSHOT'
}

dependencyCheck {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,8 @@ public void addExistedPageTest(@Th2AppFactory CommonFactory appFactory,
cradleStorage.refreshBook(bookName);
assertEquals(1, bookInfo.getPages().size());
checkOutput(false, String.format(
"Query to insert page '%s' book '%s' was not applied. Probably, page already exists",
"Query to insert page '%s' to book '%s' failed. Page already exists",
pageName,
bookName.toLowerCase()));
}

}
}

0 comments on commit db23b06

Please sign in to comment.