Skip to content

Commit

Permalink
Release logzio-k8s-events chart v0.0.8 (#564)
Browse files Browse the repository at this point in the history
- **0.0.8**:
   - Upgrade `logzio-k8s-events` to v`0.0.4`
      - Upgrade GoLang version to `v1.23.0`
      - Upgrade `github.com/logzio/logzio-go` to `v1.0.9`
      - Upgrade GoLang docker image to `golang:1.23.0-alpine3.20`
  • Loading branch information
ralongit authored Dec 23, 2024
1 parent 933ee7e commit c1e9017
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/logzio-k8s-events/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ keywords:
- logging
- k8s
- kubernetes
version: 0.0.7
appVersion: 0.0.3
version: 0.0.8
appVersion: 0.0.4
maintainers:
- name: Raul Gurshumov
email: raul.gurshumo@logz.io
5 changes: 5 additions & 0 deletions charts/logzio-k8s-events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ kubectl get nodes -o json | jq ".items[]|{name:.metadata.name, taints:.spec.tain


## Change log
- **0.0.8**:
- Upgrade `logzio-k8s-events` to v`0.0.4`
- Upgrade GoLang version to `v1.23.0`
- Upgrade `github.com/logzio/logzio-go` to `v1.0.9`
- Upgrade GoLang docker image to `golang:1.23.0-alpine3.20`
- **0.0.7**:
- Remove default resources `limits`
- **0.0.6**:
Expand Down
2 changes: 1 addition & 1 deletion charts/logzio-k8s-events/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
image:
repository: logzio/logzio-k8s-events
# Overrides the image tag whose default is the chart appVersion.
tag: "0.0.3"
tag: "0.0.4"

k8sApp: logzio-k8s-events

Expand Down

0 comments on commit c1e9017

Please sign in to comment.