Skip to content

Commit ec54d83

Browse files
authored
chore: release v0.22.3 (#3005)
1 parent e8dac17 commit ec54d83

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.22.3
2+
3+
Bugfixes and new Features
4+
5+
## What's Changed
6+
7+
https://github.com/runatlantis/atlantis/releases/tag/v0.22.3
8+
19
# v0.22.2
210

311
Bugfixes and new Features

kustomize/bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
fsGroup: 1000 # Atlantis group (1000) read/write access to volumes.
2323
containers:
2424
- name: atlantis
25-
image: ghcr.io/runatlantis/atlantis:v0.22.2
25+
image: ghcr.io/runatlantis/atlantis:v0.22.3
2626
env:
2727
- name: ATLANTIS_DATA_DIR
2828
value: /atlantis

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/spf13/viper"
2525
)
2626

27-
const atlantisVersion = "0.22.2"
27+
const atlantisVersion = "0.22.3"
2828

2929
func main() {
3030
v := viper.New()

0 commit comments

Comments
 (0)