diff --git a/CHANGELOG.md b/CHANGELOG.md index 687d4fe..79e82c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/Dockerfile b/Dockerfile index 6005013..248cc08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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