Skip to content

Commit

Permalink
chore: prepare 0.16.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Nov 18, 2024
1 parent 1b943e5 commit 95bd86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/references/nanocl/objects/secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Secret of `Kind` `Env` are environement variable that you can bind to your `Carg
You can create then using the following `Statefile`:

```yaml
ApiVersion: v0.13
ApiVersion: v0.16

Secrets:
- Name: env.super-secret
Expand All @@ -78,7 +78,7 @@ Secret of `Kind` `Tls` are certificat that you can bind to your `ProxyRules`.<br
You can create then using the following `Statefile`:

```yaml
ApiVersion: v0.13
ApiVersion: v0.16
Secrets:
- Name: cert.my-certificate
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs-next-hat-com",
"version": "0.16.0",
"version": "0.16.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 95bd86e

Please sign in to comment.