Skip to content

Commit 7ecb79f

Browse files
authored
chore(main): release 1.2.0 (#2539)
🤖 I have created a release *beep* *boop* --- ## [1.2.0](1.1.0...1.2.0) (2024-08-29) ### Features * [log retention improvements pt. 2] add flag for configuring log retention period ([#2536](#2536)) ([185dc6f](185dc6f)) --- 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 185dc6f commit 7ecb79f

File tree

9 files changed

+16
-9
lines changed

9 files changed

+16
-9
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/kurtosis-tech/kurtosis/compare/1.1.0...1.2.0) (2024-08-29)
4+
5+
6+
### Features
7+
8+
* [log retention improvements pt. 2] add flag for configuring log retention period ([#2536](https://github.com/kurtosis-tech/kurtosis/issues/2536)) ([185dc6f](https://github.com/kurtosis-tech/kurtosis/commit/185dc6fe60f47495f4e314a012e2d87d8e28f979))
9+
310
## [1.1.0](https://github.com/kurtosis-tech/kurtosis/compare/1.0.0...1.1.0) (2024-08-16)
411

512

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

0 commit comments

Comments
 (0)