From 60b45f8618bceac9861a000d4b4e4965a5b5adfe Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Sun, 11 Dec 2022 08:09:58 -0600 Subject: [PATCH] documentation --- CHANGELOG.md | 7 +++++++ README.rst | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4db576..0684e2fa 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](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.0.5] (2022-12-11) +- bump to K8s 1.24 +- version bumps to all Terraform AWS modules https://registry.terraform.io/namespaces/terraform-aws-modules +- version bumps to all Open edX Github Actions https://github.com/openedx-actions +- refactor cert-manager for v1.9 + + ## [1.0.4] (2022-09-02) - bump to nutmeg.2 diff --git a/README.rst b/README.rst index 598586b4..0ac4c3ab 100644 --- a/README.rst +++ b/README.rst @@ -70,7 +70,7 @@ This configuration scales automatically, reliably supporting anywhere from a few **NEW IN VERSION 1.03: an optional fully-configured remote MongoDB server running on an EC2 instance. Set cookiecutter.stack_add_remote_mongodb=Y to choose this option.** -**NEW IN VERSION 1.04: Kubernetes upgrade to 1.24, plus a new adminstrative server with all of the preinstalled software that you'll need to administer your Open edX platform. Set cookiecutter.stack_add_bastion=Y to choose this option.** +**NEW IN VERSION 1.05: Kubernetes upgrade to 1.24, plus a new adminstrative server with all of the preinstalled software that you'll need to administer your Open edX platform. Set cookiecutter.stack_add_bastion=Y to choose this option.** Github Workflows for Build and Deploy -------------------------------------