From abdb60e19e0ca815cf975f0693c6d14812734104 Mon Sep 17 00:00:00 2001 From: Igor Leao Date: Wed, 25 Aug 2021 16:41:16 -0300 Subject: [PATCH] chore(deploy): kubernetes-production cluster --- .gitignore | 1 + CHANGELOG.md | 4 ++++ Makefile | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f12f389..210ec8e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /dist .env .idea/ +.DS_Store diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ea786..6849234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.3.5] - 2021-08-25 +### Fixed +- Kubernetes production cluster + ## [0.3.4] - 2020-08-13 ### Added - NewRelic monitoring diff --git a/Makefile b/Makefile index f832eb6..75b8d26 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ use-staging: use-production: @echo "## Using production ##" - @aws eks update-kubeconfig --name kubernetes-production-1-15 --region us-east-1 + @aws eks update-kubeconfig --name production-1-21-2 --region us-east-1 deploy-staging: build push use-staging deploy-current-cluster-context @echo "## Deployed to staging ##"