Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## Unreleased

- chore: upgrade sumologic provider to 2.18 [#42]
- chore: upgrade terraform to 1.2.7 [#42]

[#42]: https://github.com/SumoLogic/sumologic-kubernetes-setup/pull/42

## [v3.3.0] - 2022-05-11

- add k8s monitors to the setup docker [#32] [#33]
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.16.2

ENV TERRAFORM_VERSION=1.1.4
ENV COLLECTION_VERSION=v2.4.1
ENV TERRAFORM_VERSION=1.2.7
ENV COLLECTION_VERSION=c251098963278e02c012cf8471d0b7a162efcb74
ENV MONITORS_VERSION=v1.0.7
ARG TARGETPLATFORM

Expand Down