Skip to content

Commit

Permalink
Merge pull request #142 from tommy351/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tommy351 authored May 29, 2024
2 parents 3485f8a + 1140005 commit 34fbaa7
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 17 deletions.
11 changes: 0 additions & 11 deletions .changeset/witty-cherries-visit.md

This file was deleted.

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

## 4.1.3

### Patch Changes

- Updated dependencies []:
- @kosko/migrate@6.0.0

## 4.1.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": "@kosko/cli",
"version": "4.1.2",
"version": "4.1.3",
"description": "Organize Kubernetes manifests in TypeScript.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/helm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @kosko/helm

## 5.0.0

### Major Changes

- [#141](https://github.com/tommy351/kosko/pull/141) [`3485f8a`](https://github.com/tommy351/kosko/commit/3485f8a92129a3b300fae026ea41a9701e523c5f) Thanks [@tommy351](https://github.com/tommy351)! - Support the following YAML 1.1 features to match the behavior of [sigs.k8s.io/yaml](https://pkg.go.dev/sigs.k8s.io/yaml).

- Numbers starting with `0` (e.g. `0777`) are interpreted as octal numbers, instead of decimal numbers.
- YAML 1.2 octal number `0o` prefix is still supported.
- YAML 1.1 booleans (`yes`, `no`, `on`, `off`, `y`, `n`) are interpreted as booleans, instead of strings.

### Patch Changes

- Updated dependencies [[`3485f8a`](https://github.com/tommy351/kosko/commit/3485f8a92129a3b300fae026ea41a9701e523c5f)]:
- @kosko/yaml@5.0.0

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/helm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/helm",
"version": "4.0.2",
"version": "5.0.0",
"description": "Load Helm charts in kosko.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/kosko/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# kosko

## 4.1.3

### Patch Changes

- Updated dependencies []:
- @kosko/cli@4.1.3

## 4.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kosko/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kosko",
"version": "4.1.2",
"version": "4.1.3",
"description": "Organize Kubernetes manifests in TypeScript.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/kustomize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @kosko/kustomize

## 3.0.0

### Major Changes

- [#141](https://github.com/tommy351/kosko/pull/141) [`3485f8a`](https://github.com/tommy351/kosko/commit/3485f8a92129a3b300fae026ea41a9701e523c5f) Thanks [@tommy351](https://github.com/tommy351)! - Support the following YAML 1.1 features to match the behavior of [sigs.k8s.io/yaml](https://pkg.go.dev/sigs.k8s.io/yaml).

- Numbers starting with `0` (e.g. `0777`) are interpreted as octal numbers, instead of decimal numbers.
- YAML 1.2 octal number `0o` prefix is still supported.
- YAML 1.1 booleans (`yes`, `no`, `on`, `off`, `y`, `n`) are interpreted as booleans, instead of strings.

### Patch Changes

- Updated dependencies [[`3485f8a`](https://github.com/tommy351/kosko/commit/3485f8a92129a3b300fae026ea41a9701e523c5f)]:
- @kosko/yaml@5.0.0

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kustomize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/kustomize",
"version": "2.0.2",
"version": "3.0.0",
"description": "Load Kustomize in kosko.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @kosko/migrate

## 6.0.0

### Patch Changes

- Updated dependencies [[`3485f8a`](https://github.com/tommy351/kosko/commit/3485f8a92129a3b300fae026ea41a9701e523c5f)]:
- @kosko/yaml@5.0.0

## 5.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/migrate",
"version": "5.0.2",
"version": "6.0.0",
"description": "Migrate Kubernetes YAML into kosko components.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kosko/yaml

## 5.0.0

### Major Changes

- [#141](https://github.com/tommy351/kosko/pull/141) [`3485f8a`](https://github.com/tommy351/kosko/commit/3485f8a92129a3b300fae026ea41a9701e523c5f) Thanks [@tommy351](https://github.com/tommy351)! - Support the following YAML 1.1 features to match the behavior of [sigs.k8s.io/yaml](https://pkg.go.dev/sigs.k8s.io/yaml).

- Numbers starting with `0` (e.g. `0777`) are interpreted as octal numbers, instead of decimal numbers.
- YAML 1.2 octal number `0o` prefix is still supported.
- YAML 1.1 booleans (`yes`, `no`, `on`, `off`, `y`, `n`) are interpreted as booleans, instead of strings.

## 4.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/yaml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/yaml",
"version": "4.0.2",
"version": "5.0.0",
"description": "Load Kubernetes YAML files in kosko.",
"homepage": "https://kosko.dev",
"repository": {
Expand Down

0 comments on commit 34fbaa7

Please sign in to comment.