Skip to content

Commit a8c9b37

Browse files
authored
chore(main): release 1.7.2 (#2729)
🤖 I have created a release *beep* *boop* --- ## [1.7.2](1.7.1...1.7.2) (2025-04-22) ### Bug Fixes * retry using docker-credential helpers with trailing slash on the registry URL ([#2728](#2728)) ([d7bcf22](d7bcf22)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent d7bcf22 commit a8c9b37

File tree

10 files changed

+17
-10
lines changed

10 files changed

+17
-10
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.1"
2+
".": "1.7.2"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.7.2](https://github.com/kurtosis-tech/kurtosis/compare/1.7.1...1.7.2) (2025-04-22)
4+
5+
6+
### Bug Fixes
7+
8+
* retry using docker-credential helpers with trailing slash on the registry URL ([#2728](https://github.com/kurtosis-tech/kurtosis/issues/2728)) ([d7bcf22](https://github.com/kurtosis-tech/kurtosis/commit/d7bcf22d90b44d5f5060e749c8f6d7fcab3a2b76))
9+
310
## [1.7.1](https://github.com/kurtosis-tech/kurtosis/compare/1.7.0...1.7.1) (2025-04-18)
411

512

api/golang/kurtosis_version/kurtosis_version.go

+1-1
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.7.1"
12+
KurtosisVersion = "1.7.2"
1313
// !!!!!!!!!!! DO NOT UPDATE! WILL BE MANUALLY UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!!
1414
)

api/rust/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kurtosis-sdk"
3-
version = "1.7.1"
3+
version = "1.7.2"
44
license = "BUSL-1.1"
55
description = "Rust SDK for Kurtosis"
66
edition = "2021"

api/typescript/package.json

+1-1
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.7.1",
4+
"version": "1.7.2",
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",
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.7.1"
4+
export const KURTOSIS_VERSION: string = "1.7.2"
55
// !!!!!!!!!!! DO NOT UPDATE! WILL BE MANUALLY UPDATED DURING THE RELEASE PROCESS !!!!!!!!!!!!!!!!!!!!!!

enclave-manager/web/lerna.json

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kurtosis/emui-app",
3-
"version": "1.7.1",
3+
"version": "1.7.2",
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.7.1",
13+
"kurtosis-ui-components": "1.7.2",
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

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

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.1
1+
1.7.2

0 commit comments

Comments
 (0)