Skip to content

Commit

Permalink
Release logzio-k8s-events-v0.0.4
Browse files Browse the repository at this point in the history
 - **0.0.4**:
   - Upgrade `github.com/logzio/logzio-go` to `v1.0.9`
  • Loading branch information
ralongit committed Dec 23, 2024
1 parent 373347e commit 816d07b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ The [tests.yml](https://github.com/logzio/logzio-k8s-events/blob/master/.github/
![Architecture](./architecture.svg)

## Change log
- **0.0.4**:
- Upgrade `github.com/logzio/logzio-go` to `v1.0.9`
- **0.0.3**:
- Upgrade GoLang version to `v1.22.3`
- Upgrade docker image to `alpine:3.20`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module main.go
go 1.22.3

require (
github.com/logzio/logzio-go v1.0.7
github.com/logzio/logzio-go v1.0.9
k8s.io/api v0.30.3
k8s.io/apimachinery v0.30.3
k8s.io/client-go v0.30.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/logzio/logzio-go v1.0.7 h1:/cgUSwRkjpKYsB8qKdnNmOk9GRW3wX7o9e7yHWuKLBs=
github.com/logzio/logzio-go v1.0.7/go.mod h1:j7HsB56omyQR05Gm/mr8jxaO8MIaOL1Lb/uRTqfe9nc=
github.com/logzio/logzio-go v1.0.9 h1:Daov7+agLXtWYYxgPGQZCweC+mx+bwdu3At+3H+fEZs=
github.com/logzio/logzio-go v1.0.9/go.mod h1:IAAAeBWFozFBsSpYC0PPmP5FikpAVc2yLg5D9fb8+YA=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
Expand Down

0 comments on commit 816d07b

Please sign in to comment.