Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/breezy-runtime-drops.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# tsops

## 2.0.3

### Patch Changes

- [#58](https://github.com/Pom4H/tsops/pull/58) [`db07cb8`](https://github.com/Pom4H/tsops/commit/db07cb8351220afe6c6e12ae17d6e4548ed1a089) Thanks [@arhebs](https://github.com/arhebs)! - Do not require generated runtime database Secrets for built-in drop-schema jobs;
the drop SQL only needs lifecycle credentials and resolved metadata.
- Updated dependencies [[`db07cb8`](https://github.com/Pom4H/tsops/commit/db07cb8351220afe6c6e12ae17d6e4548ed1a089)]:
- @tsops/core@2.0.3
- @tsops/node@2.0.3

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsops",
"version": "2.0.2",
"version": "2.0.3",
"description": "TypeScript-first toolkit for planning, building, and deploying to Kubernetes",
"type": "module",
"bin": {
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tsops/core

## 2.0.3

### Patch Changes

- [#58](https://github.com/Pom4H/tsops/pull/58) [`db07cb8`](https://github.com/Pom4H/tsops/commit/db07cb8351220afe6c6e12ae17d6e4548ed1a089) Thanks [@arhebs](https://github.com/arhebs)! - Do not require generated runtime database Secrets for built-in drop-schema jobs;
the drop SQL only needs lifecycle credentials and resolved metadata.
- Updated dependencies []:
- @tsops/k8@2.0.3

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsops/core",
"version": "2.0.2",
"version": "2.0.3",
"description": "Core library for tsops - TypeScript toolkit for Kubernetes",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 2 additions & 0 deletions packages/k8/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @tsops/k8

## 2.0.3

## 2.0.2

## 2.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/k8/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsops/k8",
"version": "2.0.2",
"version": "2.0.3",
"description": "Kubernetes manifest builders for tsops",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tsops/node

## 2.0.3

### Patch Changes

- Updated dependencies [[`db07cb8`](https://github.com/Pom4H/tsops/commit/db07cb8351220afe6c6e12ae17d6e4548ed1a089)]:
- @tsops/core@2.0.3

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsops/node",
"version": "2.0.2",
"version": "2.0.3",
"description": "Node-specific adapters and helpers for tsops",
"type": "module",
"main": "./dist/index.js",
Expand Down