Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ Save the alternate distribution URL in `~/.stack/config.yml`:
```bash
stack config set distribution-url https://github.com/example-org/my-stack-fork/releases/latest/download/stack
```

## Learn More
- [Stack commands](./docs/cli.md)
- [Recent New Features](./docs/recent-features.md)
## Contributing

See the [CONTRIBUTING.md](/docs/CONTRIBUTING.md) for developer mode install.
Expand Down
10 changes: 10 additions & 0 deletions docs/recent-features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Recent New Features

- [#88](https://github.com/bozemanpass/stack/pull/88) Automatic https/tls certificate provisioning with Docker (for small demo/production deployments without the need to host on k8s)
- [#87](https://github.com/bozemanpass/stack/pull/87) Shell command line completion
- [#86](https://github.com/bozemanpass/stack/pull/86) Output [Mermaid](https://www.mermaidchart.com/) charts for a stack
- [#76](https://github.com/bozemanpass/stack/pull/76) Stack checklist pre-flight command (confirms stack components are available to deploy)
- [#48](https://github.com/bozemanpass/stack/pull/48) Simplified configuration via config file
- [#23](https://github.com/bozemanpass/stack/pull/23) Stack composition (a stack can contain other stacks)
- [#11](https://github.com/bozemanpass/stack/pull/11) Container images defined by git repositories (GitRev)