Skip to content

Commit

Permalink
updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszSki committed Nov 22, 2024
1 parent 80fc03c commit 7ad7b43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.1.2] - 2024-11-22

- Added per pod injection to webhook

```shell
objectSelector:
matchLabels:
openziti/ziti-tunnel: pod
```

## [0.1.1] - 2024-09-27

- Updated the security context of the sidecar container
Expand Down
2 changes: 1 addition & 1 deletion ziti-agent/cmd/common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var Version = "0.1.1"
var Version = "0.1.2"

func NewVersionCmd() *cobra.Command {
return &cobra.Command{
Expand Down

0 comments on commit 7ad7b43

Please sign in to comment.