Releases: umputun/cronn
Releases · umputun/cronn
Release list
v1.14.0
v1.13.1
Fixed
- update dependencies, clearing two security advisories: go-jose/go-jose/v3 (GHSA-78h2-9frx-2jm8, high) and slack-go/slack (GHSA-gxhx-2686-5h9g, moderate)
- fix CI failures from golangci-lint v2.12.2
Improved
- stabilize the e2e test suite
v1.13.0
v1.12.4
Bug Fixes
- fix auth cookie SameSite from Strict to Lax for session persistence over HTTP 80c5bf8
Improvements
- upgrade to Go 1.26 and update all dependencies 80c5bf8
- harden workflows, upgrade actions, fix caching #63 @paskal
- harden docker workflow against CI injection attacks #62 @paskal
- remove obsolete site Docker build workflow #64 @umputun
- exclude new gosec taint analysis rules in golangci config 046921c
New Features
v1.12.3
v1.12.2
v1.12.1
v1.12.0
v1.11.0
v1.10.0
New Features & Improvements
Bug Fixes
- 3e6ccc7 fix: use flexbox for footer cross-browser vertical centering
- #57 fix: add blank lines before lists in docs for proper mkdocs rendering
CI/Infrastructure
- 9e977e2 ci: update GitHub Actions to latest versions
- ecab017 ci: add digest verification before manifest creation
- 219d3d3 ci: migrate docker builds to native GitHub ARM64 runners
Documentation
- 7a7378b docs: add "why cronn?" section and update docker references
Maintenance
- 2417528 chore: update dependencies