Skip to content

Commit

Permalink
Merge pull request #74 from helmwave/0.33.x
Browse files Browse the repository at this point in the history
Generate docs for 0.33.x version
  • Loading branch information
r3nic1e authored Dec 4, 2023
2 parents dd3d939 + d574f1e commit 52e7430
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
on:
push:

permissions:
contents: read

name: linter
jobs:
linkinator:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/publish-b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ on:
type: boolean
default: true

permissions:
contents: write

jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: helmwave/[email protected]
with:
version: '0.32.1'
version: '0.33.0'

- run: helmwave schema > schema.json

- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down
3 changes: 2 additions & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ A plan includes:
{% include "./flags/tags.md" %}
{% include "./flags/match-all-tags.md" %}
{% include "./flags/skip-unchanged.md" %}
{% include "./flags/charts-cache-dir.md" %}
{% include "./flags/graph-width.md" %}
{% include "./flags/remote-source.md" %}
---
{% include "./flags/diff-mode.md" %}
{% include "./flags/wide.md" %}
Expand Down Expand Up @@ -362,6 +362,7 @@ Global flags available in any command.

> Helmwave uses [:simple-github: sirupsen/logrus](https://github.com/sirupsen/logrus) as internal logger.
{% include "./flags/cache-dir.md" %}
{% include "./flags/log-format.md" %}
{% include "./flags/log-level.md" %}
{% include "./flags/log-color.md" %}
Expand Down
2 changes: 0 additions & 2 deletions docs/examples/private-env/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ export HELMWAVE_DIFF_MODE=none

**build a plan**

you can also use `--charts-cache-dir`.

```shell
helmwave build
```
Expand Down
6 changes: 6 additions & 0 deletions docs/flags/cache-dir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### `--cache-dir`

> Introduced in [:material-tag: v0.33.0](https://github.com/helmwave/helmwave/releases/tag/v0.33.0)

The directory to use for storing remote sources.
6 changes: 0 additions & 6 deletions docs/flags/charts-cache-dir.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/flags/remote-source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### `--remote-source`

> Introduced in [:material-tag: v0.33.0](https://github.com/helmwave/helmwave/releases/tag/v0.33.0)

Remote source to use for building plan. [go-getter URL format](https://github.com/hashicorp/go-getter#url-format) is used.
The downloaded remote source is cached and the cache is reused.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ theme:
- search.highlight

extra:
ver: 0.32.1
ver: 0.33.0
version:
provider: mike
default: latest
Expand Down

0 comments on commit 52e7430

Please sign in to comment.