Skip to content

Commit

Permalink
Prepare v0.1.4 (#72)
Browse files Browse the repository at this point in the history
* Begin preparing v0.1.4

* update changelog

* update changelog after merge
  • Loading branch information
mshade authored Mar 4, 2024
1 parent 889b0eb commit bf4b361
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.4] - 2024-03-04

## Added

* Contain logs in display by @mshade in https://github.com/mshade/kronic/pull/64
* include schedule in main display, show most recent jobs/pods first by @mshade in https://github.com/mshade/kronic/pull/63
* Handle wrapping lines without breaks by @mshade in https://github.com/mshade/kronic/pull/65
* :rocket: refactor pod filtering by job/cronjob to reduce number of ap… by @mshade in https://github.com/mshade/kronic/pull/67


## Updated

* update base image packages by @mshade in https://github.com/mshade/kronic/pull/61
* Update dependency pytest to v8.0.1 by @renovate in https://github.com/mshade/kronic/pull/59
* Update dependency google-auth to v2.28.1 by @renovate in https://github.com/mshade/kronic/pull/58
* Update helm/kind-action action to v1.9.0 by @renovate in https://github.com/mshade/kronic/pull/55
* Update dependency black to v24.2.0 by @renovate in https://github.com/mshade/kronic/pull/56
* Update dependency pytest to v8.0.2 by @renovate in https://github.com/mshade/kronic/pull/62
* Update dependency cachetools to v5.3.3 by @renovate in in https://github.com/mshade/kronic/pull/68
* Update azure/setup-helm action to v4 by @renovate in in https://github.com/mshade/kronic/pull/69
* Update dependency python-dateutil to v2.9.0.post0 by @renovate in https://github.com/mshade/kronic/pull/70

**Full Changelog**: https://github.com/mshade/kronic/compare/v0.1.3...v0.1.4


## [0.1.3] - 2024-02-07

### Added
Expand Down
2 changes: 1 addition & 1 deletion chart/kronic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kronic
description: Kronic - The simple Kubernetes CronJob Admin UI
type: application
version: 0.1.6
appVersion: "v0.1.3"
appVersion: "v0.1.4"
home: https://github.com/mshade/kronic
maintainers:
- name: mshade
Expand Down

0 comments on commit bf4b361

Please sign in to comment.