Skip to content

Commit

Permalink
Merge pull request #257 from kcl-lang/cert-manager-0.3.0
Browse files Browse the repository at this point in the history
chore: bump cert-manager to 0.3.0
  • Loading branch information
Peefy authored Nov 4, 2024
2 parents 3c4f495 + 40e3cc6 commit 7faad2b
Show file tree
Hide file tree
Showing 10 changed files with 4,015 additions and 484 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-kcl-checksums.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Check KCL Modules Checksum

on:
push:
branches:
- main
pull_request:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test Generate Metadata

on:
push:
branches:
- main
pull_request:

jobs:
Expand Down
3,784 changes: 3,653 additions & 131 deletions cert-manager/docs/cert-manager.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cert-manager/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cert-manager"
description = "`cert-manager` module contains definitions for cert-manager"
edition = "0.10.0"
version = "0.2.1"
version = "0.3.0"

[dependencies]
k8s = "1.31.2"
Loading

0 comments on commit 7faad2b

Please sign in to comment.