Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream changes into fork #17

Open
wants to merge 96 commits into
base: master
Choose a base branch
from

Conversation

WestonReed
Copy link

Merge upstream changes into fork

samsullivan and others added 30 commits May 14, 2020 21:24
* No number_cache_clusters if cluster_mode_enabled

See #64

* No explicit AZs in cluster mode

* Updated README.md

Co-authored-by: actions-bot <[email protected]>
* Fix typo on example for 'automatic_failover'

* Updated README.md

Co-authored-by: actions-bot <[email protected]>
## What

1. Update Version Pinning for Terraform to support 0.13

## Why

1. This is a relatively minor update that the CloudPosse module already likely supports.
1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
* add_kms_key_id: Allow user to supply their own kms_key_id

Change-Id: I23d1288851301328afaa61686b42d8376d303415

* Updated README.md

Co-authored-by: Andy Hibbert <[email protected]>
Co-authored-by: actions-bot <[email protected]>
* added eggress

* updated example

* Updated README.md

Co-authored-by: actions-bot <[email protected]>
… to v0.10.0 (#101)

* chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.10.0

* Auto Format

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
* Add snapshot name argument

* Update variables.tf

Co-authored-by: Vladimir <[email protected]>
* add ability to restore cluster from snapshots

* Auto Format

* Update variables.tf

Co-authored-by: Vladimir <[email protected]>

* update readme

* Auto Format

Co-authored-by: Sung Kang <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: Vladimir <[email protected]>
… to v0.10.1 (#105)

* chore(deps): update terraform cloudposse/route53-cluster-hostname/aws to v0.10.1

* Auto Format

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: actions-bot <[email protected]>
* allow empty list of availability_zones

availability_zones parameter shouldn't be required

* enable more nodes to be created than AZs

* Updated README.md

Co-authored-by: actions-bot <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* Default var.transit_encryption_enabled to false

* trans enc to true if token unless explicitly set

* Update variables.tf

* Auto Format

* Trigger validate-codeowners

Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: PePe Amengual <[email protected]>
* Default transit_encryption_enabled to true due to bridgecrew

* Update README.yaml

* Auto Format

* Trigger validate-codeowners

Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: PePe Amengual <[email protected]>
* fix: make the security group description configurable

* Add null value in the variable description

* Auto Format

Co-authored-by: nitro <[email protected]>
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: Joe Niland <[email protected]>
Co-authored-by: actions-bot <[email protected]>
* Add TF attribute member-clusters to available outputs

* make init && make github/init

* README

* README updates
* feat: allow final snapshot creation

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
cloudpossebot and others added 30 commits March 9, 2024 04:17
* feat: Allow configuring auth_token_update_strategy

* break: Upgrade AWS provider to at least 5.27.0

---------

Co-authored-by: Igor Rodionov <[email protected]>
* feat: add support for redis serverless

* update docs

* fix outputs

* update docs

* improve checks

* update docs

* make dns and outputs work with serverless

* make address work

* fix description and empty cache_usage_limits entries

* prevent empty cache_usage_limits block

* rework serverless_cache_usage_limits

* update docs

* Update main.tf

Co-authored-by: Benjamin Smith <[email protected]>

* Update main.tf

Co-authored-by: Benjamin Smith <[email protected]>

---------

Co-authored-by: Benjamin Smith <[email protected]>
* feat: Allow configuring transit_encryption_mode

* fix(tests): bump redis to 7.x

* fix(tests): set redis to 7.2

* fix(tests): set family to redis7

* fix(tests): set engine version to 7

* Update examples/complete/fixtures.us-east-2.tfvars

* chore: Update README.md

---------

Co-authored-by: Veronika Gnilitska <[email protected]>
Co-authored-by: nitrocode <[email protected]>
…n_enabled is false (#238)

* fix: Default transit_encryption_mode to null if var.transit_encryption_enabled is false

* refactor: Change transit_encryption_mode default to null

* chore: Remove not needed conditional
Bumps the go_modules group with 1 update in the /test/src directory: [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter).


Updates `github.com/hashicorp/go-getter` from 1.7.4 to 1.7.5
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.7.4...v1.7.5)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Required when running in cluster mode as there is no reader endpoint

Co-authored-by: Kevin <[email protected]>
This change allows setting the `engine` variable, to allow using Valkey
as the cache engine.

No breaking changes are expected, as the default value for the `engine`
variable is set to `redis`. Also, the minimum AWS provider version is
not changed as using Redis does not require using a newer provider.
#221)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.