Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.12.0 #92

Merged
merged 17 commits into from
Mar 9, 2024
23 changes: 12 additions & 11 deletions .github/workflows/cargo-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@ name: "Cargo Check"

on:
workflow_dispatch:
push:
paths-ignore:
- '.github/**'
- 'examples/**'
- 'docker/**'
- 'test/**'
- '*.md'
- '.*'
- '*.lock'
- '.LICENSE'
branches: [main, develop]
# push:
# paths-ignore:
# - '.github/**'
# - 'examples/**'
# - 'docker/**'
# - 'test/**'
# - '*.md'
# - '.*'
# - '*.lock'
# - '.LICENSE'
# branches: [main, develop]
pull_request:
types: [opened, reopened]
branches: [main, develop]

env:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## 0.12.0

### Added

- External persistent logging: Capture Date, container name, container id, last health message and last action to /opt/docker-autoheal/log.json
- Requires the path to exist and that it is writable by the docker-autoheal user
- Controlled via (default: disabled):
- Binary option: -H, --history (switch)
- Environment variable: AUTOHEAL_HISTORY (TRUE/FALSE)

## 0.11.2

### Security
Expand Down
Loading