We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1a02d commit af38e26Copy full SHA for af38e26
3 files changed
packages/kubernetes-test/CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# Change Log
2
+
3
+All notable changes to this project will be documented in this file.
4
+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+# 0.2.0 (2026-01-06)
7
8
+### Features
9
10
+- add kubernetes-test package with wait-for-pods functionality ([ff84f79](https://github.com/constructive-io/dev-utils/commit/ff84f798cd363bb52b63914055ef6097160fc337))
packages/kubernetes-test/package.json
@@ -1,6 +1,6 @@
{
"name": "kubernetes-test",
- "version": "0.1.0",
+ "version": "0.2.0",
"author": "Constructive <developers@constructive.io>",
"description": "Kubernetes testing utilities with wait-for-pods and other helpers for integration tests",
"main": "index.js",
0 commit comments