Skip to content

Commit

Permalink
README.md fix (cradle-admin-tool-http)
Browse files Browse the repository at this point in the history
  • Loading branch information
lumber1000 committed Sep 30, 2024
1 parent fd999c8 commit 6604c1f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cradle-admin-tool-http/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cradle-admin-tool-http (1.11.1)
# cradle-admin-tool-http (1.11.1-dev)
Service which allows user to manage books/pages via RestAPI requests.
- The first page in a book can be created only if start time is more than current time.
- After the first page all new pages must have start time more than current time + `bookRefreshIntervalMillis` * 2
Expand Down Expand Up @@ -27,7 +27,7 @@ metadata:
name: cradle-admin
spec:
image-name: your.image.repo:42/cradle-admin-tool-http
image-version: 1.11.1
image-version: 1.11.1-dev
type: th2-box
custom-config:
ip: 198.168.0.2
Expand All @@ -48,12 +48,13 @@ spec:
## Release notes
### 1.11.1
### 1.11.1-dev
+ 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`
+ jetty: `9.4.56.v20240826`

### 1.8.0

Expand Down

0 comments on commit 6604c1f

Please sign in to comment.