Skip to content

Commit 0ca9a77

Browse files
committed
chore: bump to 1.1.29, changelog for 409 fix
Made-with: Cursor
1 parent 2878aff commit 0ca9a77

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.1.28] - Current
5+
## [1.1.29] - Current
6+
7+
### Fixed
8+
9+
- **Handle 409 race in `createNamespaceIfNotExists`**: When parallel Playwright workers both create the same namespace, the second gets a 409 AlreadyExists. Now treated as success instead of throwing.
10+
11+
## [1.1.28]
612

713
- **APIHelper.createGitHubRepoWithFile**: Ensure file creation happens after repository creation.
814

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/e2e-test-utils",
3-
"version": "1.1.28",
3+
"version": "1.1.29",
44
"description": "Test utilities for RHDH E2E tests",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)