Skip to content

Commit 2c1d091

Browse files
authored
chore(main): release 0.89.0 (#2410)
🤖 I have created a release *beep* *boop* --- ## [0.89.0](0.88.19...0.89.0) (2024-04-29) ### ⚠ BREAKING CHANGES * copy contents of directory instead of the directory if store is used for directories ([#2326](#2326)) ### Bug Fixes * copy contents of directory instead of the directory if store is used for directories ([#2326](#2326)) ([4c776be](4c776be)), closes [#2227](#2227) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
1 parent 4c776be commit 2c1d091

File tree

10 files changed

+22
-11
lines changed

10 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.89.0](https://github.com/kurtosis-tech/kurtosis/compare/0.88.19...0.89.0) (2024-04-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* copy contents of directory instead of the directory if store is used for directories ([#2326](https://github.com/kurtosis-tech/kurtosis/issues/2326))
9+
10+
### Bug Fixes
11+
12+
* copy contents of directory instead of the directory if store is used for directories ([#2326](https://github.com/kurtosis-tech/kurtosis/issues/2326)) ([4c776be](https://github.com/kurtosis-tech/kurtosis/commit/4c776be01c169af8cf11623f5c441fbad3a021e9)), closes [#2227](https://github.com/kurtosis-tech/kurtosis/issues/2227)
13+
314
## [0.88.19](https://github.com/kurtosis-tech/kurtosis/compare/0.88.18...0.88.19) (2024-04-25)
415

516

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Business Source License 1.1
33
Parameters
44

55
Licensor: Kurtosis Technologies, Inc.
6-
Licensed Work: Kurtosis 0.88.19
6+
Licensed Work: Kurtosis 0.89.0
77
The Licensed Work is (c) 2024 Kurtosis Technologies, Inc.
88
Additional Use Grant: You may make use of the Licensed Work, provided that
99
you may not use the Licensed Work for an Environment Orchestration Service.
@@ -12,7 +12,7 @@ you may not use the Licensed Work for an Environment Orchestration Service.
1212
allows third parties (other than your employees and
1313
contractors) to create distributed system environments.
1414

15-
Change Date: 2028-04-25
15+
Change Date: 2028-04-29
1616

1717
Change License: Apache 2.0 (Apache License, Version 2.0)
1818

api/golang/kurtosis_version/kurtosis_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ const (
99
// !!!!!!!!!!! DO NOT UPDATE! WILL BE MANUALLY UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!!
1010
// This is necessary so that Kurt Core consumers will know if they're compatible with the currently-running
1111
// API container
12-
KurtosisVersion = "0.88.19"
12+
KurtosisVersion = "0.89.0"
1313
// !!!!!!!!!!! DO NOT UPDATE! WILL BE MANUALLY UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!!
1414
)

api/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kurtosis-sdk"
3-
version = "0.88.19"
3+
version = "0.89.0"
44
license = "BUSL-1.1"
55
description = "Rust SDK for Kurtosis"
66
edition = "2021"

api/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "kurtosis-sdk",
33
"//": "NOTE: DO NOT UPDATE THIS VERSION MANUALLY - IT WILL BE UPDATED DURING THE RELEASE PROCESS!",
4-
"version": "0.88.19",
4+
"version": "0.89.0",
55
"main": "./build/index",
66
"description": "This repo contains a Typescript client for communicating with the Kurtosis Engine server, which is responsible for creating, managing and destroying Kurtosis Enclaves.",
77
"types": "./build/index",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// !!!!!!!!!!! DO NOT UPDATE! WILL BE MANUALLY UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!!
22
// This is necessary so that Kurt Core consumers (e.g. modules) will know if they're compatible with the currently-running
33
// API container
4-
export const KURTOSIS_VERSION: string = "0.88.19"
4+
export const KURTOSIS_VERSION: string = "0.89.0"
55
// !!!!!!!!!!! DO NOT UPDATE! WILL BE MANUALLY UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!!

enclave-manager/web/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "0.88.19",
3+
"version": "0.89.0",
44
"npmClient": "yarn",
55
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
66
"useNx": false,

enclave-manager/web/packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurtosis/emui-app",
3-
"version": "0.88.19",
3+
"version": "0.89.0",
44
"private": true,
55
"homepage": ".",
66
"dependencies": {
@@ -10,7 +10,7 @@
1010
"html-react-parser": "^4.2.2",
1111
"js-cookie": "^3.0.5",
1212
"kurtosis-cloud-indexer-sdk": "^0.0.31",
13-
"kurtosis-ui-components": "0.88.19",
13+
"kurtosis-ui-components": "0.89.0",
1414
"react-error-boundary": "^4.0.11",
1515
"react-hook-form": "^7.47.0",
1616
"react-mentions": "^4.4.10",

enclave-manager/web/packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kurtosis-ui-components",
3-
"version": "0.88.19",
3+
"version": "0.89.0",
44
"private": false,
55
"main": "build/index",
66
"description": "This repo contains components used by Kurtosis UI applications.",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.88.19
1+
0.89.0

0 commit comments

Comments
 (0)