Skip to content

Commit

Permalink
🚀 prepare v0.1.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshade authored Sep 12, 2023
1 parent e23b84b commit 12cfd92
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.1] - 2023-09-12

### Added

* :art: some code cleanup by @mshade in https://github.com/mshade/kronic/pull/10
* Update dependency pytest to v7.4.2 by @renovate in https://github.com/mshade/kronic/pull/8
* Update dependency google-auth to v2.23.0 by @renovate in https://github.com/mshade/kronic/pull/11
* Update dependency websocket-client to v1.6.3 by @renovate in https://github.com/mshade/kronic/pull/9
* Update docker/metadata-action action to v5 by @renovate in https://github.com/mshade/kronic/pull/14
* Update docker/login-action action to v3 - autoclosed by @renovate in https://github.com/mshade/kronic/pull/13
* Update docker/build-push-action action to v5 by @renovate in https://github.com/mshade/kronic/pull/12
* Feature: namespace allowlist by @mshade in https://github.com/mshade/kronic/pull/15
* Feature: support namespaced installation by @mshade in https://github.com/mshade/kronic/pull/16


**Full Changelog**: https://github.com/mshade/kronic/compare/kronic-chart-0.1.3...v0.1.1-preview

## [0.1.0] - 2023-09-06

### Added
Expand Down
4 changes: 2 additions & 2 deletions chart/kronic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kronic
description: Kronic - The simple Kubernetes CronJob Admin UI
type: application
version: 0.1.3
appVersion: "v0.1.0"
version: 0.1.4
appVersion: "v0.1.1"
home: https://github.com/mshade/kronic
maintainers:
- name: mshade
Expand Down
5 changes: 3 additions & 2 deletions chart/kronic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Kronic - The simple Kubernetes CronJob Admin UI

**Homepage:** <https://github.com/mshade/kronic>

![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.1](https://img.shields.io/badge/AppVersion-v0.1.1-informational?style=flat-square)

Kronic is in early alpha. It may eat your cronjobs, pods, or even your job.
Avoid exposing Kronic to untrusted parties or networks.
Expand Down Expand Up @@ -45,6 +45,7 @@ kubectl -n kronic port-forward deployment/kronic 8000:8000
|-----|------|---------|-------------|
| affinity | object | `{}` | Provide scheduling affinity selectors |
| env.KRONIC_ALLOW_NAMESPACES | string | `""` | Comma separated list of namespaces to allow access to, eg: "staging,qa,example" |
| env.KRONIC_NAMESPACE_ONLY | string | `""` | Limit Kronic to its own namespace. Set to "true" to enable. |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/mshade/kronic"` | |
| image.tag | string | `""` | |
Expand All @@ -60,7 +61,7 @@ kubectl -n kronic port-forward deployment/kronic 8000:8000
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| rbac.enabled | bool | `true` | Create ClusterRole and ClusterRoleBindings for default cluster-wide cronjob/job/pod permissions |
| rbac.enabled | bool | `true` | Create ClusterRole, ClusterRoleBindings, Role, RoleBindings for cronjob/job/pod permissions. |
| replicaCount | int | `1` | Number of replicas in deployment - min 2 for HA |
| resources.limits.cpu | int | `1` | |
| resources.limits.memory | string | `"1024Mi"` | |
Expand Down

0 comments on commit 12cfd92

Please sign in to comment.