Skip to content

Commit

Permalink
Merge pull request #139 from tommy351/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
tommy351 committed May 19, 2024
2 parents 452da58 + e6178ea commit 39be384
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-turtles-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-rats-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-turkeys-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-wasps-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-llamas-melt.md

This file was deleted.

14 changes: 14 additions & 0 deletions plugins/lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @kosko/plugin-lint

## 0.4.0

### Minor Changes

- [`b5760c5`](https://github.com/tommy351/kosko/commit/b5760c56ae18039ae52d55fd01306f50ff36ef0b) Thanks [@tommy351](https://github.com/tommy351)! - Support `VerticalPodAutoscaler` (VPA), `MultidimPodAutoscaler` (MPA), and [KEDA](https://keda.sh/) in `no-missing-scale-target` rule.

- [`40b7ab7`](https://github.com/tommy351/kosko/commit/40b7ab7691e2e1995f4d2d58fafea31044c9b894) Thanks [@tommy351](https://github.com/tommy351)! - Support disabling lint rules on a specific manifest.

- [`6996f81`](https://github.com/tommy351/kosko/commit/6996f8190ff47e633b5fecb41c00f39bad6aaf66) Thanks [@tommy351](https://github.com/tommy351)! - Add `ban-namespace` rule.

- [`7be3794`](https://github.com/tommy351/kosko/commit/7be3794ccc67ebc54a1f87568fe5cd083f716eeb) Thanks [@tommy351](https://github.com/tommy351)! - Support more secret types in `no-missing-secret` rule.

- [`3f38921`](https://github.com/tommy351/kosko/commit/3f38921fee4a0c5d4baddfdcb61afb5bd746ded3) Thanks [@tommy351](https://github.com/tommy351)! - Allow users to specify keys of `requests` and `limits` that must be defined in container resources in `require-container-resources` rule.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kosko/plugin-lint",
"version": "0.3.0",
"version": "0.4.0",
"description": "A Kosko plugin which lints Kubernetes manifests.",
"homepage": "https://kosko.dev/docs/plugins/lint",
"repository": {
Expand Down

0 comments on commit 39be384

Please sign in to comment.