Skip to content

Commit 8f58480

Browse files
authored
chore(main): release 2.0.0 (#2603)
🤖 I have created a release *beep* *boop* --- ## [2.0.0](1.4.3...2.0.0) (2025-01-02) ### ⚠ BREAKING CHANGES * impl dependency list flag ([#2543](#2543)) ### Features * impl dependency list flag ([#2543](#2543)) ([a6c1113](a6c1113)) ### Bug Fixes * use ISO 8601 year number ([#2621](#2621)) ([97324e8](97324e8)) --- 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 97324e8 commit 8f58480

File tree

10 files changed

+26
-10
lines changed

10 files changed

+26
-10
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.3"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/kurtosis-tech/kurtosis/compare/1.4.3...2.0.0) (2025-01-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* impl dependency list flag ([#2543](https://github.com/kurtosis-tech/kurtosis/issues/2543))
9+
10+
### Features
11+
12+
* impl dependency list flag ([#2543](https://github.com/kurtosis-tech/kurtosis/issues/2543)) ([a6c1113](https://github.com/kurtosis-tech/kurtosis/commit/a6c1113ec43c052f06c5512f6bc1c9d006c2c16e))
13+
14+
15+
### Bug Fixes
16+
17+
* use ISO 8601 year number ([#2621](https://github.com/kurtosis-tech/kurtosis/issues/2621)) ([97324e8](https://github.com/kurtosis-tech/kurtosis/commit/97324e819141e147f2f8bf79b023e827cbafeae6))
18+
319
## [1.4.3](https://github.com/kurtosis-tech/kurtosis/compare/1.4.2...1.4.3) (2024-12-04)
420

521

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 = "1.4.3"
12+
KurtosisVersion = "2.0.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 = "1.4.3"
3+
version = "2.0.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": "1.4.3",
4+
"version": "2.0.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 = "1.4.3"
4+
export const KURTOSIS_VERSION: string = "2.0.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": "1.4.3",
3+
"version": "2.0.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": "1.4.3",
3+
"version": "2.0.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": "1.4.3",
13+
"kurtosis-ui-components": "2.0.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": "1.4.3",
3+
"version": "2.0.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-
1.4.3
1+
2.0.0

0 commit comments

Comments
 (0)