Skip to content

Commit

Permalink
Merge pull request #143 from basecamp/kamal-2.3.0
Browse files Browse the repository at this point in the history
Update docs for Kamal 2.3.0
  • Loading branch information
djmb authored Nov 1, 2024
2 parents 5f8fb52 + 208f9b2 commit f932498
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _data/github.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tag_name: 2.2.2
tag_name: 2.3.0
v1:
tag_name: 1.9.2
2 changes: 1 addition & 1 deletion _data/nav.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- title: "Documentation"
url: /docs/
options:
- title: "Version 2.2.2"
- title: "Version 2.3.0"
url: /docs/
- title: "Version 1.9.2"
url: /v1/docs/
Expand Down
3 changes: 2 additions & 1 deletion docs/commands/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Options:
# Default: 80
[--https-port=N] # HTTPS port to publish on the host
# Default: 443
[--docker-options=option=value option2=value2] # Docker options to pass to the proxy container
[--log-max-size=LOG_MAX_SIZE] # Max size of proxy logs
# Default: 10m
```

When set, the config will be stored on the server the proxy runs on.
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Returns the version of Kamal you have installed.

```bash
$ kamal version
2.2.2
2.3.0
```
10 changes: 10 additions & 0 deletions docs/configuration/accessories.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,13 @@ They are not created or copied before mounting:
volumes:
- /path/to/mysql-logs:/var/log/mysql
```

## [Network](#network)

The network the accessory will be attached to.

Defaults to kamal:

```yaml
network: custom
```
9 changes: 9 additions & 0 deletions docs/configuration/builders.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,12 @@ The build driver to use, defaults to `docker-container`:
```yaml
driver: docker
```

## [Provenance](#provenance)

It is used to configure provenance attestations for the build result.
The value can also be a boolean to enable or disable provenance attestations.

```yaml
provenance: mode=max
```

0 comments on commit f932498

Please sign in to comment.