Skip to content

Commit

Permalink
release: 0.18.5 (runatlantis#2107)
Browse files Browse the repository at this point in the history
* release: 0.18.5

* update changelog

Signed-off-by: Rui Chen <[email protected]>

* add issue ref for docker hub deprecation

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored and krrrr38 committed Dec 16, 2022
1 parent f4c5724 commit 06c1283
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.18.5

Maintenance release:
- Drop Dockerhub support (#2103)
- fixing the most recent multiplatform image build issue. (#2104)

## What's Changed

* ci: drop circleci docker hub update by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2102
* fix(docker): fix docker runtime issue by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2106
* deps: tf 1.1.7 by @chenrui333 in https://github.com/runatlantis/atlantis/pull/2108

# v0.18.4

Maintenance release for security patches with atlantis-base image
Expand Down
2 changes: 1 addition & 1 deletion kustomize/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
fsGroup: 1000 # Atlantis group (1000) read/write access to volumes.
containers:
- name: atlantis
image: ghcr.io/runatlantis/atlantis:v0.18.4
image: ghcr.io/runatlantis/atlantis:v0.18.5
env:
- name: ATLANTIS_DATA_DIR
value: /atlantis
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/spf13/viper"
)

const atlantisVersion = "0.18.4"
const atlantisVersion = "0.18.5"

func main() {
v := viper.New()
Expand Down

0 comments on commit 06c1283

Please sign in to comment.