From db3cf32976f32d8e9fe1a4d08d7e133f071bbcf3 Mon Sep 17 00:00:00 2001 From: Efe Hakan Gencoglu Date: Fri, 10 May 2024 15:01:43 +0300 Subject: [PATCH 01/62] chore: use sequential calls for avoiding github rate limit --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index 382ab0b..665dd30 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -561,5 +561,6 @@ }, "separate-pull-requests": true, "pull-request-title-pattern": "chore${scope}: release${component} ${version}", + "sequential-calls": true, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" } From 879bef3ba0872a06755b7d4ade074c53f0fe61c1 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:08:33 +0300 Subject: [PATCH 02/62] chore(main): release aws-security-group 0.1.0 (#214) * chore(main): release aws-security-group 0.1.0 * chore(main): release aws-security-group 0.1.0 --------- Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> --- .release-please-manifest.json | 3 ++- modules/aws-security-group/CHANGELOG.md | 8 ++++++++ modules/aws-security-group/modules/activemq/README.md | 2 +- modules/aws-security-group/modules/alertmanager/README.md | 2 +- .../aws-security-group/modules/carbon-relay-ng/README.md | 2 +- modules/aws-security-group/modules/cassandra/README.md | 2 +- modules/aws-security-group/modules/consul/README.md | 2 +- modules/aws-security-group/modules/docker-swarm/README.md | 2 +- .../aws-security-group/modules/elasticsearch/README.md | 2 +- modules/aws-security-group/modules/etcd/README.md | 2 +- modules/aws-security-group/modules/grafana/README.md | 2 +- .../aws-security-group/modules/graphite-statsd/README.md | 2 +- modules/aws-security-group/modules/http-80/README.md | 2 +- modules/aws-security-group/modules/http-8080/README.md | 2 +- modules/aws-security-group/modules/https-443/README.md | 2 +- modules/aws-security-group/modules/https-8443/README.md | 2 +- modules/aws-security-group/modules/ipsec-4500/README.md | 2 +- modules/aws-security-group/modules/ipsec-500/README.md | 2 +- modules/aws-security-group/modules/kafka/README.md | 2 +- modules/aws-security-group/modules/kibana/README.md | 2 +- .../aws-security-group/modules/kubernetes-api/README.md | 2 +- modules/aws-security-group/modules/ldap/README.md | 2 +- modules/aws-security-group/modules/ldaps/README.md | 2 +- modules/aws-security-group/modules/logstash/README.md | 2 +- modules/aws-security-group/modules/memcached/README.md | 2 +- modules/aws-security-group/modules/minio/README.md | 2 +- modules/aws-security-group/modules/mongodb/README.md | 2 +- modules/aws-security-group/modules/mssql/README.md | 2 +- modules/aws-security-group/modules/mysql/README.md | 2 +- modules/aws-security-group/modules/nfs/README.md | 2 +- modules/aws-security-group/modules/nomad/README.md | 2 +- modules/aws-security-group/modules/ntp/README.md | 2 +- modules/aws-security-group/modules/openvpn/README.md | 2 +- modules/aws-security-group/modules/oracle-db/README.md | 2 +- modules/aws-security-group/modules/postgresql/README.md | 2 +- modules/aws-security-group/modules/prometheus/README.md | 2 +- modules/aws-security-group/modules/puppet/README.md | 2 +- modules/aws-security-group/modules/rabbitmq/README.md | 2 +- modules/aws-security-group/modules/rdp/README.md | 2 +- modules/aws-security-group/modules/redis/README.md | 2 +- modules/aws-security-group/modules/redshift/README.md | 2 +- .../aws-security-group/modules/smtp-submission/README.md | 2 +- modules/aws-security-group/modules/smtp/README.md | 2 +- modules/aws-security-group/modules/smtps/README.md | 2 +- modules/aws-security-group/modules/solr/README.md | 2 +- modules/aws-security-group/modules/splunk/README.md | 2 +- modules/aws-security-group/modules/squid/README.md | 2 +- modules/aws-security-group/modules/ssh/README.md | 2 +- modules/aws-security-group/modules/storm/README.md | 2 +- modules/aws-security-group/modules/wazuh/README.md | 2 +- modules/aws-security-group/modules/web/README.md | 2 +- modules/aws-security-group/modules/winrm/README.md | 2 +- modules/aws-security-group/modules/zabbix/README.md | 2 +- modules/aws-security-group/modules/zipkin/README.md | 2 +- modules/aws-security-group/modules/zookeeper/README.md | 2 +- 55 files changed, 63 insertions(+), 54 deletions(-) create mode 100644 modules/aws-security-group/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4e3ddc5..d15e83b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,5 @@ { "metadata": "0.0.0", - "modules/metadata": "0.1.0" + "modules/metadata": "0.1.0", + "modules/aws-security-group": "0.1.0" } diff --git a/modules/aws-security-group/CHANGELOG.md b/modules/aws-security-group/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-security-group/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) diff --git a/modules/aws-security-group/modules/activemq/README.md b/modules/aws-security-group/modules/activemq/README.md index e98f4e7..e2710e7 100644 --- a/modules/aws-security-group/modules/activemq/README.md +++ b/modules/aws-security-group/modules/activemq/README.md @@ -5,7 +5,7 @@ ```hcl module "activemq_security_group" { source = "terraform-modules/security-group/aws//modules/activemq" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/alertmanager/README.md b/modules/aws-security-group/modules/alertmanager/README.md index 94554d0..4149c6e 100644 --- a/modules/aws-security-group/modules/alertmanager/README.md +++ b/modules/aws-security-group/modules/alertmanager/README.md @@ -5,7 +5,7 @@ ```hcl module "alertmanager_security_group" { source = "terraform-modules/security-group/aws//modules/alertmanager" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/carbon-relay-ng/README.md b/modules/aws-security-group/modules/carbon-relay-ng/README.md index 80a5a85..ae6b457 100644 --- a/modules/aws-security-group/modules/carbon-relay-ng/README.md +++ b/modules/aws-security-group/modules/carbon-relay-ng/README.md @@ -5,7 +5,7 @@ ```hcl module "carbon_relay-ng_security_group" { source = "terraform-modules/security-group/aws//modules/carbon-relay-ng" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/cassandra/README.md b/modules/aws-security-group/modules/cassandra/README.md index d6d6aee..60e79c9 100644 --- a/modules/aws-security-group/modules/cassandra/README.md +++ b/modules/aws-security-group/modules/cassandra/README.md @@ -5,7 +5,7 @@ ```hcl module "cassandra_security_group" { source = "terraform-modules/security-group/aws//modules/cassandra" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/consul/README.md b/modules/aws-security-group/modules/consul/README.md index 868f554..6729e0a 100644 --- a/modules/aws-security-group/modules/consul/README.md +++ b/modules/aws-security-group/modules/consul/README.md @@ -5,7 +5,7 @@ ```hcl module "consul_security_group" { source = "terraform-modules/security-group/aws//modules/consul" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/docker-swarm/README.md b/modules/aws-security-group/modules/docker-swarm/README.md index 3ba25e6..3908db3 100644 --- a/modules/aws-security-group/modules/docker-swarm/README.md +++ b/modules/aws-security-group/modules/docker-swarm/README.md @@ -5,7 +5,7 @@ ```hcl module "docker_swarm_security_group" { source = "terraform-modules/security-group/aws//modules/docker-swarm" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/elasticsearch/README.md b/modules/aws-security-group/modules/elasticsearch/README.md index 59dcc5e..55b79ee 100644 --- a/modules/aws-security-group/modules/elasticsearch/README.md +++ b/modules/aws-security-group/modules/elasticsearch/README.md @@ -5,7 +5,7 @@ ```hcl module "elasticsearch_security_group" { source = "terraform-modules/security-group/aws//modules/elasticsearch" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/etcd/README.md b/modules/aws-security-group/modules/etcd/README.md index ae45681..837d71a 100644 --- a/modules/aws-security-group/modules/etcd/README.md +++ b/modules/aws-security-group/modules/etcd/README.md @@ -5,7 +5,7 @@ ```hcl module "etcd_security_group" { source = "terraform-modules/security-group/aws//modules/etcd" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/grafana/README.md b/modules/aws-security-group/modules/grafana/README.md index 1ea3d9e..3eca390 100644 --- a/modules/aws-security-group/modules/grafana/README.md +++ b/modules/aws-security-group/modules/grafana/README.md @@ -5,7 +5,7 @@ ```hcl module "grafana_security_group" { source = "terraform-modules/security-group/aws//modules/grafana" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/graphite-statsd/README.md b/modules/aws-security-group/modules/graphite-statsd/README.md index 6a951f0..02c96a1 100644 --- a/modules/aws-security-group/modules/graphite-statsd/README.md +++ b/modules/aws-security-group/modules/graphite-statsd/README.md @@ -5,7 +5,7 @@ ```hcl module "graphite_statsd_security_group" { source = "terraform-modules/security-group/aws//modules/graphite-statsd" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/http-80/README.md b/modules/aws-security-group/modules/http-80/README.md index d45e5b4..dac5ce3 100644 --- a/modules/aws-security-group/modules/http-80/README.md +++ b/modules/aws-security-group/modules/http-80/README.md @@ -5,7 +5,7 @@ ```hcl module "http_80_security_group" { source = "terraform-modules/security-group/aws//modules/http-80" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/http-8080/README.md b/modules/aws-security-group/modules/http-8080/README.md index 5215df0..e8ab668 100644 --- a/modules/aws-security-group/modules/http-8080/README.md +++ b/modules/aws-security-group/modules/http-8080/README.md @@ -5,7 +5,7 @@ ```hcl module "http_8080_security_group" { source = "terraform-modules/security-group/aws//modules/http-8080" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/https-443/README.md b/modules/aws-security-group/modules/https-443/README.md index f10c04e..bc2b97b 100644 --- a/modules/aws-security-group/modules/https-443/README.md +++ b/modules/aws-security-group/modules/https-443/README.md @@ -5,7 +5,7 @@ ```hcl module "https_443_security_group" { source = "terraform-modules/security-group/aws//modules/https-443" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/https-8443/README.md b/modules/aws-security-group/modules/https-8443/README.md index 274b7b8..6586dc9 100644 --- a/modules/aws-security-group/modules/https-8443/README.md +++ b/modules/aws-security-group/modules/https-8443/README.md @@ -5,7 +5,7 @@ ```hcl module "https_8443_security_group" { source = "terraform-modules/security-group/aws//modules/https-8443" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/ipsec-4500/README.md b/modules/aws-security-group/modules/ipsec-4500/README.md index df517bd..df177d7 100644 --- a/modules/aws-security-group/modules/ipsec-4500/README.md +++ b/modules/aws-security-group/modules/ipsec-4500/README.md @@ -5,7 +5,7 @@ ```hcl module "ipsec_4500_security_group" { source = "terraform-modules/security-group/aws//modules/ipsec-4500" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/ipsec-500/README.md b/modules/aws-security-group/modules/ipsec-500/README.md index 980f43d..c1958c5 100644 --- a/modules/aws-security-group/modules/ipsec-500/README.md +++ b/modules/aws-security-group/modules/ipsec-500/README.md @@ -5,7 +5,7 @@ ```hcl module "ipsec_500_security_group" { source = "terraform-modules/security-group/aws//modules/ipsec-500" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/kafka/README.md b/modules/aws-security-group/modules/kafka/README.md index a21e962..ad529c1 100644 --- a/modules/aws-security-group/modules/kafka/README.md +++ b/modules/aws-security-group/modules/kafka/README.md @@ -5,7 +5,7 @@ ```hcl module "kafka_security_group" { source = "terraform-modules/security-group/aws//modules/kafka" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/kibana/README.md b/modules/aws-security-group/modules/kibana/README.md index 7db6774..f64cddb 100644 --- a/modules/aws-security-group/modules/kibana/README.md +++ b/modules/aws-security-group/modules/kibana/README.md @@ -5,7 +5,7 @@ ```hcl module "kibana_security_group" { source = "terraform-modules/security-group/aws//modules/kibana" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/kubernetes-api/README.md b/modules/aws-security-group/modules/kubernetes-api/README.md index 20419b8..a5b6dc7 100644 --- a/modules/aws-security-group/modules/kubernetes-api/README.md +++ b/modules/aws-security-group/modules/kubernetes-api/README.md @@ -5,7 +5,7 @@ ```hcl module "kubernetes_api_security_group" { source = "terraform-modules/security-group/aws//modules/kubernetes-api" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/ldap/README.md b/modules/aws-security-group/modules/ldap/README.md index 483bab2..b3a25bf 100644 --- a/modules/aws-security-group/modules/ldap/README.md +++ b/modules/aws-security-group/modules/ldap/README.md @@ -5,7 +5,7 @@ ```hcl module "ldap_security_group" { source = "terraform-modules/security-group/aws//modules/ldap" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/ldaps/README.md b/modules/aws-security-group/modules/ldaps/README.md index d1317eb..058c061 100644 --- a/modules/aws-security-group/modules/ldaps/README.md +++ b/modules/aws-security-group/modules/ldaps/README.md @@ -5,7 +5,7 @@ ```hcl module "ldaps_security_group" { source = "terraform-modules/security-group/aws//modules/ldaps" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/logstash/README.md b/modules/aws-security-group/modules/logstash/README.md index ac69998..08e8309 100644 --- a/modules/aws-security-group/modules/logstash/README.md +++ b/modules/aws-security-group/modules/logstash/README.md @@ -5,7 +5,7 @@ ```hcl module "logstash_security_group" { source = "terraform-modules/security-group/aws//modules/logstash" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/memcached/README.md b/modules/aws-security-group/modules/memcached/README.md index 443e6ac..6e7d858 100644 --- a/modules/aws-security-group/modules/memcached/README.md +++ b/modules/aws-security-group/modules/memcached/README.md @@ -5,7 +5,7 @@ ```hcl module "memcached_security_group" { source = "terraform-modules/security-group/aws//modules/memcached" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/minio/README.md b/modules/aws-security-group/modules/minio/README.md index 8f530cb..b20f6f9 100644 --- a/modules/aws-security-group/modules/minio/README.md +++ b/modules/aws-security-group/modules/minio/README.md @@ -5,7 +5,7 @@ ```hcl module "minio_security_group" { source = "terraform-modules/security-group/aws//modules/minio" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/mongodb/README.md b/modules/aws-security-group/modules/mongodb/README.md index 8f252e8..7ecf61d 100644 --- a/modules/aws-security-group/modules/mongodb/README.md +++ b/modules/aws-security-group/modules/mongodb/README.md @@ -5,7 +5,7 @@ ```hcl module "mongodb_security_group" { source = "terraform-modules/security-group/aws//modules/mongodb" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/mssql/README.md b/modules/aws-security-group/modules/mssql/README.md index fb47633..d988f4b 100644 --- a/modules/aws-security-group/modules/mssql/README.md +++ b/modules/aws-security-group/modules/mssql/README.md @@ -5,7 +5,7 @@ ```hcl module "mssql_security_group" { source = "terraform-modules/security-group/aws//modules/mssql" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/mysql/README.md b/modules/aws-security-group/modules/mysql/README.md index cba81eb..30c0ec0 100644 --- a/modules/aws-security-group/modules/mysql/README.md +++ b/modules/aws-security-group/modules/mysql/README.md @@ -5,7 +5,7 @@ ```hcl module "mysql_security_group" { source = "terraform-modules/security-group/aws//modules/mysql" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/nfs/README.md b/modules/aws-security-group/modules/nfs/README.md index 1df5b24..da519dd 100644 --- a/modules/aws-security-group/modules/nfs/README.md +++ b/modules/aws-security-group/modules/nfs/README.md @@ -5,7 +5,7 @@ ```hcl module "nfs_security_group" { source = "terraform-modules/security-group/aws//modules/nfs" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/nomad/README.md b/modules/aws-security-group/modules/nomad/README.md index fef0fa2..8a394a2 100644 --- a/modules/aws-security-group/modules/nomad/README.md +++ b/modules/aws-security-group/modules/nomad/README.md @@ -5,7 +5,7 @@ ```hcl module "nomad_security_group" { source = "terraform-modules/security-group/aws//modules/nomad" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/ntp/README.md b/modules/aws-security-group/modules/ntp/README.md index 2769103..f894fe1 100644 --- a/modules/aws-security-group/modules/ntp/README.md +++ b/modules/aws-security-group/modules/ntp/README.md @@ -5,7 +5,7 @@ ```hcl module "ntp_security_group" { source = "terraform-modules/security-group/aws//modules/ntp" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/openvpn/README.md b/modules/aws-security-group/modules/openvpn/README.md index 3c217aa..3bc2157 100644 --- a/modules/aws-security-group/modules/openvpn/README.md +++ b/modules/aws-security-group/modules/openvpn/README.md @@ -5,7 +5,7 @@ ```hcl module "openvpn_security_group" { source = "terraform-modules/security-group/aws//modules/openvpn" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/oracle-db/README.md b/modules/aws-security-group/modules/oracle-db/README.md index 4dbde5f..bf4e520 100644 --- a/modules/aws-security-group/modules/oracle-db/README.md +++ b/modules/aws-security-group/modules/oracle-db/README.md @@ -5,7 +5,7 @@ ```hcl module "oracle_db_security_group" { source = "terraform-modules/security-group/aws//modules/oracle-db" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/postgresql/README.md b/modules/aws-security-group/modules/postgresql/README.md index 43fef67..02ce3eb 100644 --- a/modules/aws-security-group/modules/postgresql/README.md +++ b/modules/aws-security-group/modules/postgresql/README.md @@ -5,7 +5,7 @@ ```hcl module "postgresql_security_group" { source = "terraform-modules/security-group/aws//modules/postgresql" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/prometheus/README.md b/modules/aws-security-group/modules/prometheus/README.md index 2f529c3..562195d 100644 --- a/modules/aws-security-group/modules/prometheus/README.md +++ b/modules/aws-security-group/modules/prometheus/README.md @@ -5,7 +5,7 @@ ```hcl module "prometheus_security_group" { source = "terraform-modules/security-group/aws//modules/prometheus" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/puppet/README.md b/modules/aws-security-group/modules/puppet/README.md index 0c11d40..996f1e1 100644 --- a/modules/aws-security-group/modules/puppet/README.md +++ b/modules/aws-security-group/modules/puppet/README.md @@ -5,7 +5,7 @@ ```hcl module "puppet_security_group" { source = "terraform-modules/security-group/aws//modules/puppet" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/rabbitmq/README.md b/modules/aws-security-group/modules/rabbitmq/README.md index 6bcd846..3d9269b 100644 --- a/modules/aws-security-group/modules/rabbitmq/README.md +++ b/modules/aws-security-group/modules/rabbitmq/README.md @@ -5,7 +5,7 @@ ```hcl module "rabbitmq_security_group" { source = "terraform-modules/security-group/aws//modules/rabbitmq" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/rdp/README.md b/modules/aws-security-group/modules/rdp/README.md index e2dee66..cbef69b 100644 --- a/modules/aws-security-group/modules/rdp/README.md +++ b/modules/aws-security-group/modules/rdp/README.md @@ -5,7 +5,7 @@ ```hcl module "rdp_security_group" { source = "terraform-modules/security-group/aws//modules/rdp" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/redis/README.md b/modules/aws-security-group/modules/redis/README.md index 56486c5..f03c8dd 100644 --- a/modules/aws-security-group/modules/redis/README.md +++ b/modules/aws-security-group/modules/redis/README.md @@ -5,7 +5,7 @@ ```hcl module "redis_security_group" { source = "terraform-modules/security-group/aws//modules/redis" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/redshift/README.md b/modules/aws-security-group/modules/redshift/README.md index e25a86c..d1a6916 100644 --- a/modules/aws-security-group/modules/redshift/README.md +++ b/modules/aws-security-group/modules/redshift/README.md @@ -5,7 +5,7 @@ ```hcl module "redshift_security_group" { source = "terraform-modules/security-group/aws//modules/redshift" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/smtp-submission/README.md b/modules/aws-security-group/modules/smtp-submission/README.md index d8cd856..a42de14 100644 --- a/modules/aws-security-group/modules/smtp-submission/README.md +++ b/modules/aws-security-group/modules/smtp-submission/README.md @@ -5,7 +5,7 @@ ```hcl module "smtp_submission_security_group" { source = "terraform-modules/security-group/aws//modules/smtp-submission" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/smtp/README.md b/modules/aws-security-group/modules/smtp/README.md index c25fbc1..53fe313 100644 --- a/modules/aws-security-group/modules/smtp/README.md +++ b/modules/aws-security-group/modules/smtp/README.md @@ -5,7 +5,7 @@ ```hcl module "smtp_security_group" { source = "terraform-modules/security-group/aws//modules/smtp" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/smtps/README.md b/modules/aws-security-group/modules/smtps/README.md index 04e544c..799131b 100644 --- a/modules/aws-security-group/modules/smtps/README.md +++ b/modules/aws-security-group/modules/smtps/README.md @@ -5,7 +5,7 @@ ```hcl module "smtps_security_group" { source = "terraform-modules/security-group/aws//modules/smtps" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/solr/README.md b/modules/aws-security-group/modules/solr/README.md index 9221b7d..dfeaecf 100644 --- a/modules/aws-security-group/modules/solr/README.md +++ b/modules/aws-security-group/modules/solr/README.md @@ -5,7 +5,7 @@ ```hcl module "solr_security_group" { source = "terraform-modules/security-group/aws//modules/solr" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/splunk/README.md b/modules/aws-security-group/modules/splunk/README.md index 2993c01..791adc4 100644 --- a/modules/aws-security-group/modules/splunk/README.md +++ b/modules/aws-security-group/modules/splunk/README.md @@ -5,7 +5,7 @@ ```hcl module "splunk_security_group" { source = "terraform-modules/security-group/aws//modules/splunk" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/squid/README.md b/modules/aws-security-group/modules/squid/README.md index e740eaf..252df52 100644 --- a/modules/aws-security-group/modules/squid/README.md +++ b/modules/aws-security-group/modules/squid/README.md @@ -5,7 +5,7 @@ ```hcl module "squid_security_group" { source = "terraform-modules/security-group/aws//modules/squid" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/ssh/README.md b/modules/aws-security-group/modules/ssh/README.md index b2fbfb5..e109941 100644 --- a/modules/aws-security-group/modules/ssh/README.md +++ b/modules/aws-security-group/modules/ssh/README.md @@ -5,7 +5,7 @@ ```hcl module "ssh_security_group" { source = "terraform-modules/security-group/aws//modules/ssh" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/storm/README.md b/modules/aws-security-group/modules/storm/README.md index 0155a5c..77b5aa6 100644 --- a/modules/aws-security-group/modules/storm/README.md +++ b/modules/aws-security-group/modules/storm/README.md @@ -5,7 +5,7 @@ ```hcl module "storm_security_group" { source = "terraform-modules/security-group/aws//modules/storm" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/wazuh/README.md b/modules/aws-security-group/modules/wazuh/README.md index 8a8f75e..92aa6fa 100644 --- a/modules/aws-security-group/modules/wazuh/README.md +++ b/modules/aws-security-group/modules/wazuh/README.md @@ -5,7 +5,7 @@ ```hcl module "wazuh_security_group" { source = "terraform-modules/security-group/aws//modules/wazuh" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/web/README.md b/modules/aws-security-group/modules/web/README.md index 738e9b9..9db72da 100644 --- a/modules/aws-security-group/modules/web/README.md +++ b/modules/aws-security-group/modules/web/README.md @@ -5,7 +5,7 @@ ```hcl module "web_security_group" { source = "terraform-modules/security-group/aws//modules/web" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/winrm/README.md b/modules/aws-security-group/modules/winrm/README.md index d17d90a..5bb4548 100644 --- a/modules/aws-security-group/modules/winrm/README.md +++ b/modules/aws-security-group/modules/winrm/README.md @@ -5,7 +5,7 @@ ```hcl module "winrm_security_group" { source = "terraform-modules/security-group/aws//modules/winrm" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/zabbix/README.md b/modules/aws-security-group/modules/zabbix/README.md index ef17da5..89af003 100644 --- a/modules/aws-security-group/modules/zabbix/README.md +++ b/modules/aws-security-group/modules/zabbix/README.md @@ -5,7 +5,7 @@ ```hcl module "zabbix_security_group" { source = "terraform-modules/security-group/aws//modules/zabbix" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/zipkin/README.md b/modules/aws-security-group/modules/zipkin/README.md index 188deaf..77fe51e 100644 --- a/modules/aws-security-group/modules/zipkin/README.md +++ b/modules/aws-security-group/modules/zipkin/README.md @@ -5,7 +5,7 @@ ```hcl module "zipkin_security_group" { source = "terraform-modules/security-group/aws//modules/zipkin" - version = "~> 4.0" + version = "~> 0.1" # omitted... } diff --git a/modules/aws-security-group/modules/zookeeper/README.md b/modules/aws-security-group/modules/zookeeper/README.md index fdd12cc..0845172 100644 --- a/modules/aws-security-group/modules/zookeeper/README.md +++ b/modules/aws-security-group/modules/zookeeper/README.md @@ -5,7 +5,7 @@ ```hcl module "zookeeper_security_group" { source = "terraform-modules/security-group/aws//modules/zookeeper" - version = "~> 4.0" + version = "~> 0.1" # omitted... } From f9c59259c07fe38869ce8708e9d38cb56b32b702 Mon Sep 17 00:00:00 2001 From: Efe Hakan Gencoglu Date: Fri, 10 May 2024 15:11:42 +0300 Subject: [PATCH 03/62] chore: set commit sha to search back to --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index 665dd30..d89fa59 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -562,5 +562,6 @@ "separate-pull-requests": true, "pull-request-title-pattern": "chore${scope}: release${component} ${version}", "sequential-calls": true, + "last-release-sha": "5f0fe938996e11835e8a236d69c19bac2c3411a7", "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" } From 0df23669352a3180076bf05fa1e461a7cc27493a Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:14:16 +0300 Subject: [PATCH 04/62] chore(main): release aws-rds 0.1.0 (#213) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-rds/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-rds/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d15e83b..091cfc5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,6 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-rds": "0.1.0", "modules/aws-security-group": "0.1.0" } diff --git a/modules/aws-rds/CHANGELOG.md b/modules/aws-rds/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-rds/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From a7fdb55ed197199d7c5acf5d59c03a668ea6e181 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:15:58 +0300 Subject: [PATCH 05/62] chore(main): release aws-iam 0.1.0 (#212) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-iam/CHANGELOG.md | 8 ++++++++ .../modules/iam-role-for-service-accounts-eks/README.md | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 modules/aws-iam/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 091cfc5..70386bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-iam": "0.1.0", "modules/aws-rds": "0.1.0", "modules/aws-security-group": "0.1.0" } diff --git a/modules/aws-iam/CHANGELOG.md b/modules/aws-iam/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-iam/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) diff --git a/modules/aws-iam/modules/iam-role-for-service-accounts-eks/README.md b/modules/aws-iam/modules/iam-role-for-service-accounts-eks/README.md index 6e9d502..ccf5628 100644 --- a/modules/aws-iam/modules/iam-role-for-service-accounts-eks/README.md +++ b/modules/aws-iam/modules/iam-role-for-service-accounts-eks/README.md @@ -81,7 +81,7 @@ module "karpenter_irsa_role" { module "eks" { source = "terraform-modules/eks/aws" - version = "~> 18.6" + version = "~> 0.1" cluster_name = "my-cluster" cluster_version = "1.21" From 6ea4af76d95730bacaf8829c2eb4d352131721c1 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:17:15 +0300 Subject: [PATCH 06/62] chore(main): release aws-eks 0.1.0 (#211) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-eks/CHANGELOG.md | 8 ++++++++ modules/aws-eks/README.md | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 modules/aws-eks/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 70386bc..d01525d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-eks": "0.1.0", "modules/aws-iam": "0.1.0", "modules/aws-rds": "0.1.0", "modules/aws-security-group": "0.1.0" diff --git a/modules/aws-eks/CHANGELOG.md b/modules/aws-eks/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-eks/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) diff --git a/modules/aws-eks/README.md b/modules/aws-eks/README.md index 79f3b72..56f0af5 100644 --- a/modules/aws-eks/README.md +++ b/modules/aws-eks/README.md @@ -47,7 +47,7 @@ Some of the addon/controller policies that are currently supported include: ```hcl module "eks" { source = "terraform-modules/eks/aws" - version = "~> 18.0" + version = "~> 0.1" cluster_name = "my-cluster" cluster_version = "1.22" From fe94c0bbd72e763c1ab4e74e568559a232ff0296 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:21:57 +0300 Subject: [PATCH 07/62] chore(main): release aws-cloudwatch 0.1.0 (#210) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-cloudwatch/CHANGELOG.md | 8 ++++++++ modules/aws-cloudwatch/README.md | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 modules/aws-cloudwatch/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d01525d..b3e2aea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-cloudwatch": "0.1.0", "modules/aws-eks": "0.1.0", "modules/aws-iam": "0.1.0", "modules/aws-rds": "0.1.0", diff --git a/modules/aws-cloudwatch/CHANGELOG.md b/modules/aws-cloudwatch/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-cloudwatch/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) diff --git a/modules/aws-cloudwatch/README.md b/modules/aws-cloudwatch/README.md index 9499e20..3d6f2bc 100644 --- a/modules/aws-cloudwatch/README.md +++ b/modules/aws-cloudwatch/README.md @@ -9,7 +9,7 @@ Terraform module which creates Cloudwatch resources on AWS. ```hcl module "log_metric_filter" { source = "terraform-aws-modules/cloudwatch/aws//modules/log-metric-filter" - version = "~> 3.0" + version = "~> 0.1" log_group_name = "my-application-logs" From 301cbfc47189f74dd5513641ddde5da424ef2ef5 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:22:44 +0300 Subject: [PATCH 08/62] chore(main): release aws-acm 0.1.0 (#209) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-acm/CHANGELOG.md | 8 ++++++++ modules/aws-acm/README.md | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 modules/aws-acm/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b3e2aea..bbd5f67 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-acm": "0.1.0", "modules/aws-cloudwatch": "0.1.0", "modules/aws-eks": "0.1.0", "modules/aws-iam": "0.1.0", diff --git a/modules/aws-acm/CHANGELOG.md b/modules/aws-acm/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-acm/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) diff --git a/modules/aws-acm/README.md b/modules/aws-acm/README.md index 7fcc41d..d10ef2e 100644 --- a/modules/aws-acm/README.md +++ b/modules/aws-acm/README.md @@ -7,7 +7,7 @@ Terraform module which creates ACM certificates and validates them using Route53 ```hcl module "acm" { source = "terraform-modules/acm/aws" - version = "~> 4.0" + version = "~> 0.1" domain_name = "my-domain.com" zone_id = "Z2ES7B9AZ6SHAE" From 05e930054dcfc4df33cfdfc85e017cf4f20f7c20 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:23:31 +0300 Subject: [PATCH 09/62] chore(main): release aws-dynamodb-table 0.1.0 (#208) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-dynamodb-table/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-dynamodb-table/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bbd5f67..39aba54 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-dynamodb-table": "0.1.0", "modules/aws-acm": "0.1.0", "modules/aws-cloudwatch": "0.1.0", "modules/aws-eks": "0.1.0", diff --git a/modules/aws-dynamodb-table/CHANGELOG.md b/modules/aws-dynamodb-table/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-dynamodb-table/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From bcce7313e1bf857e58f8c5abc0700fb486ef07e1 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:24:18 +0300 Subject: [PATCH 10/62] chore(main): release aws-ecs 0.1.0 (#207) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-ecs/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-ecs/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 39aba54..c8ba542 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-ecs": "0.1.0", "modules/aws-dynamodb-table": "0.1.0", "modules/aws-acm": "0.1.0", "modules/aws-cloudwatch": "0.1.0", diff --git a/modules/aws-ecs/CHANGELOG.md b/modules/aws-ecs/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-ecs/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 52e1098a5b1d025f2a48e8ac2d6941739b1517ef Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:24:49 +0300 Subject: [PATCH 11/62] chore(main): release aws-ec2-instance 0.1.0 (#206) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-ec2-instance/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-ec2-instance/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c8ba542..a7267f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-ec2-instance": "0.1.0", "modules/aws-ecs": "0.1.0", "modules/aws-dynamodb-table": "0.1.0", "modules/aws-acm": "0.1.0", diff --git a/modules/aws-ec2-instance/CHANGELOG.md b/modules/aws-ec2-instance/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-ec2-instance/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 5b48b77349412a84db1218267f77d440d27428b6 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:25:42 +0300 Subject: [PATCH 12/62] chore(main): release aws-lambda 0.1.0 (#205) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-lambda/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-lambda/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a7267f6..7ed70d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-lambda": "0.1.0", "modules/aws-ec2-instance": "0.1.0", "modules/aws-ecs": "0.1.0", "modules/aws-dynamodb-table": "0.1.0", diff --git a/modules/aws-lambda/CHANGELOG.md b/modules/aws-lambda/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-lambda/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 9c947cc0880b8684d5b9e93d85378e06151768a8 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:26:38 +0300 Subject: [PATCH 13/62] chore(main): release aws-s3 0.1.0 (#204) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-s3/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-s3/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ed70d5..6e46e32 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-s3": "0.1.0", "modules/aws-lambda": "0.1.0", "modules/aws-ec2-instance": "0.1.0", "modules/aws-ecs": "0.1.0", diff --git a/modules/aws-s3/CHANGELOG.md b/modules/aws-s3/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-s3/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 99ee0e311ec1b5e48707f0084c915877784dee8b Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:27:27 +0300 Subject: [PATCH 14/62] chore(main): release terraform-aws-sqs 0.1.0 (#203) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/terraform-aws-sqs/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/terraform-aws-sqs/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6e46e32..00da01f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/terraform-aws-sqs": "0.1.0", "modules/aws-s3": "0.1.0", "modules/aws-lambda": "0.1.0", "modules/aws-ec2-instance": "0.1.0", diff --git a/modules/terraform-aws-sqs/CHANGELOG.md b/modules/terraform-aws-sqs/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/terraform-aws-sqs/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 275f39cf61b21a0e4ba85c4de98ee435466834b7 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:28:09 +0300 Subject: [PATCH 15/62] chore(main): release aws-sns 0.1.0 (#202) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-sns/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-sns/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 00da01f..2d68a50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-sns": "0.1.0", "modules/terraform-aws-sqs": "0.1.0", "modules/aws-s3": "0.1.0", "modules/aws-lambda": "0.1.0", diff --git a/modules/aws-sns/CHANGELOG.md b/modules/aws-sns/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-sns/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From ea773e38bb3f8261b7af2d761bb58fd676109055 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:28:51 +0300 Subject: [PATCH 16/62] chore(main): release aws-cognito-user-pool 0.1.0 (#201) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-cognito-user-pool/CHANGELOG.md | 7 +++++++ modules/aws-cognito-user-pool/versions.tf | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2d68a50..788ab36 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-cognito-user-pool": "0.1.0", "modules/aws-sns": "0.1.0", "modules/terraform-aws-sqs": "0.1.0", "modules/aws-s3": "0.1.0", diff --git a/modules/aws-cognito-user-pool/CHANGELOG.md b/modules/aws-cognito-user-pool/CHANGELOG.md index a7be72d..580b03e 100644 --- a/modules/aws-cognito-user-pool/CHANGELOG.md +++ b/modules/aws-cognito-user-pool/CHANGELOG.md @@ -4,6 +4,13 @@ FIXES: * Make sure `attribute_constraints` are created for string and number schemas (thanks @@mhorbul) +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) + ## 0.23.0 (July 19, 2023) ENHANCEMENTS: diff --git a/modules/aws-cognito-user-pool/versions.tf b/modules/aws-cognito-user-pool/versions.tf index f16bdd9..857a072 100644 --- a/modules/aws-cognito-user-pool/versions.tf +++ b/modules/aws-cognito-user-pool/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= v0.13.7" + required_version = ">= v0.1.0" required_providers { aws = { From f1909eedc6100c7adb8d12d2404c96fa531eada9 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:29:27 +0300 Subject: [PATCH 17/62] chore(main): release aws-sns-master 0.1.0 (#200) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-sns-master/CHANGELOG.md | 8 ++++++++ modules/aws-sns-master/README.md | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 modules/aws-sns-master/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 788ab36..f761045 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-sns-master": "0.1.0", "modules/aws-cognito-user-pool": "0.1.0", "modules/aws-sns": "0.1.0", "modules/terraform-aws-sqs": "0.1.0", diff --git a/modules/aws-sns-master/CHANGELOG.md b/modules/aws-sns-master/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-sns-master/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) diff --git a/modules/aws-sns-master/README.md b/modules/aws-sns-master/README.md index d216e3d..ed1144b 100644 --- a/modules/aws-sns-master/README.md +++ b/modules/aws-sns-master/README.md @@ -7,7 +7,7 @@ Terraform module which creates SNS resources on AWS ```hcl module "sns_topic" { source = "terraform-aws-modules/sns/aws" - version = "~> 3.0" + version = "~> 0.1" name = "my-topic" } From 76ec282f29269e4e5ed8ee9b63a9f8bd94f1d772 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:30:20 +0300 Subject: [PATCH 18/62] chore(main): release aws-key-pair 0.1.0 (#199) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-key-pair/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-key-pair/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f761045..2d83e78 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-key-pair": "0.1.0", "modules/aws-sns-master": "0.1.0", "modules/aws-cognito-user-pool": "0.1.0", "modules/aws-sns": "0.1.0", diff --git a/modules/aws-key-pair/CHANGELOG.md b/modules/aws-key-pair/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-key-pair/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From dc9c842439d328ed204644dbe8a6cfa6c5c8d622 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:31:58 +0300 Subject: [PATCH 19/62] chore(main): release aws-shield 0.1.0 (#198) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-shield/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-shield/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2d83e78..bfa1bf1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-shield": "0.1.0", "modules/aws-key-pair": "0.1.0", "modules/aws-sns-master": "0.1.0", "modules/aws-cognito-user-pool": "0.1.0", diff --git a/modules/aws-shield/CHANGELOG.md b/modules/aws-shield/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-shield/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From f53c55e4af8b106969e03196881c38caed4c3bef Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:34:02 +0300 Subject: [PATCH 20/62] chore(main): release aws-apigateway-v2-master 0.1.0 (#197) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-apigateway-v2-master/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-apigateway-v2-master/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bfa1bf1..5d704ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-apigateway-v2-master": "0.1.0", "modules/aws-shield": "0.1.0", "modules/aws-key-pair": "0.1.0", "modules/aws-sns-master": "0.1.0", diff --git a/modules/aws-apigateway-v2-master/CHANGELOG.md b/modules/aws-apigateway-v2-master/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-apigateway-v2-master/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 3e42f311b76ee25980a0f2d31d3c1f9d01d7bcf7 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:34:46 +0300 Subject: [PATCH 21/62] chore(main): release aws-cloudfront 0.1.0 (#196) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-cloudfront/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-cloudfront/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d704ef..6795d06 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-cloudfront": "0.1.0", "modules/aws-apigateway-v2-master": "0.1.0", "modules/aws-shield": "0.1.0", "modules/aws-key-pair": "0.1.0", diff --git a/modules/aws-cloudfront/CHANGELOG.md b/modules/aws-cloudfront/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-cloudfront/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 30db62411883c1c481027b50a0f1cc8969d7e8e5 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:35:31 +0300 Subject: [PATCH 22/62] chore(main): release aws-transit-gateway 0.1.0 (#195) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-transit-gateway/CHANGELOG.md | 7 +++++++ modules/aws-transit-gateway/README.md | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6795d06..a180d06 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-transit-gateway": "0.1.0", "modules/aws-cloudfront": "0.1.0", "modules/aws-apigateway-v2-master": "0.1.0", "modules/aws-shield": "0.1.0", diff --git a/modules/aws-transit-gateway/CHANGELOG.md b/modules/aws-transit-gateway/CHANGELOG.md index 9e835f8..c2b6b3c 100644 --- a/modules/aws-transit-gateway/CHANGELOG.md +++ b/modules/aws-transit-gateway/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) + ## [2.10.0](https://github.com/terraform-aws-modules/terraform-aws-transit-gateway/compare/v2.9.0...v2.10.0) (2023-04-26) diff --git a/modules/aws-transit-gateway/README.md b/modules/aws-transit-gateway/README.md index 9ddff42..24d20c4 100644 --- a/modules/aws-transit-gateway/README.md +++ b/modules/aws-transit-gateway/README.md @@ -7,7 +7,7 @@ Terraform module which creates Transit Gateway resources on AWS. ```hcl module "tgw" { source = "terraform-aws-modules/transit-gateway/aws" - version = "~> 2.0" + version = "~> 0.1" name = "my-tgw" description = "My TGW shared with several other AWS accounts" From 14c113607a89add0c077162b3474e34d743ee6ba Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:36:17 +0300 Subject: [PATCH 23/62] chore(main): release aws-efs 0.1.0 (#194) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-efs/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-efs/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a180d06..21767a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-efs": "0.1.0", "modules/aws-transit-gateway": "0.1.0", "modules/aws-cloudfront": "0.1.0", "modules/aws-apigateway-v2-master": "0.1.0", diff --git a/modules/aws-efs/CHANGELOG.md b/modules/aws-efs/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-efs/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 62d72f94fee7ba031447c2f4623e02776a1577ec Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:37:26 +0300 Subject: [PATCH 24/62] chore(main): release aws-vpc 0.1.0 (#193) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-vpc/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-vpc/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21767a6..42ab289 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-vpc": "0.1.0", "modules/aws-efs": "0.1.0", "modules/aws-transit-gateway": "0.1.0", "modules/aws-cloudfront": "0.1.0", diff --git a/modules/aws-vpc/CHANGELOG.md b/modules/aws-vpc/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-vpc/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From e6f036c0b0bc68fc1cbfed4c790ba1b2038a7163 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:40:32 +0300 Subject: [PATCH 25/62] chore(main): release aws-cloudtrail 0.1.0 (#192) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-cloudtrail/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-cloudtrail/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 42ab289..df9312e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-cloudtrail": "0.1.0", "modules/aws-vpc": "0.1.0", "modules/aws-efs": "0.1.0", "modules/aws-transit-gateway": "0.1.0", diff --git a/modules/aws-cloudtrail/CHANGELOG.md b/modules/aws-cloudtrail/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-cloudtrail/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 884b563341de5d24b4067681f8252a18af365e5c Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:41:51 +0300 Subject: [PATCH 26/62] chore(main): release aws-cloudtrail-s3-bucket 0.1.0 (#191) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-cloudtrail-s3-bucket/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-cloudtrail-s3-bucket/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index df9312e..2bb05ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-cloudtrail-s3-bucket": "0.1.0", "modules/aws-cloudtrail": "0.1.0", "modules/aws-vpc": "0.1.0", "modules/aws-efs": "0.1.0", diff --git a/modules/aws-cloudtrail-s3-bucket/CHANGELOG.md b/modules/aws-cloudtrail-s3-bucket/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-cloudtrail-s3-bucket/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From b25c6b27769db2ae67a39fe8dc0ee3b076f6cb67 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:42:47 +0300 Subject: [PATCH 27/62] chore(main): release aws-secrets-manager 0.1.0 (#190) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-secrets-manager/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-secrets-manager/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2bb05ff..237022e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-secrets-manager": "0.1.0", "modules/aws-cloudtrail-s3-bucket": "0.1.0", "modules/aws-cloudtrail": "0.1.0", "modules/aws-vpc": "0.1.0", diff --git a/modules/aws-secrets-manager/CHANGELOG.md b/modules/aws-secrets-manager/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-secrets-manager/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From e82139036cd6e886aee6f90b76e0facba23f3048 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:43:33 +0300 Subject: [PATCH 28/62] chore(main): release aws-api-gateway 0.1.0 (#189) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-api-gateway/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-api-gateway/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 237022e..040b95e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-api-gateway": "0.1.0", "modules/aws-secrets-manager": "0.1.0", "modules/aws-cloudtrail-s3-bucket": "0.1.0", "modules/aws-cloudtrail": "0.1.0", diff --git a/modules/aws-api-gateway/CHANGELOG.md b/modules/aws-api-gateway/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-api-gateway/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 95d55ed6542e9c484a047849653622580fd862ca Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:44:08 +0300 Subject: [PATCH 29/62] chore(main): release aws-ssm-parameter-store 0.1.0 (#188) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-ssm-parameter-store/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-ssm-parameter-store/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 040b95e..6a68d66 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-ssm-parameter-store": "0.1.0", "modules/aws-api-gateway": "0.1.0", "modules/aws-secrets-manager": "0.1.0", "modules/aws-cloudtrail-s3-bucket": "0.1.0", diff --git a/modules/aws-ssm-parameter-store/CHANGELOG.md b/modules/aws-ssm-parameter-store/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-ssm-parameter-store/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 643fccf2622b9e054da1d26cec3874dfde0e17b8 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:44:48 +0300 Subject: [PATCH 30/62] chore(main): release aws-mq 0.1.0 (#187) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-mq/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-mq/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a68d66..3cd8144 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-mq": "0.1.0", "modules/aws-ssm-parameter-store": "0.1.0", "modules/aws-api-gateway": "0.1.0", "modules/aws-secrets-manager": "0.1.0", diff --git a/modules/aws-mq/CHANGELOG.md b/modules/aws-mq/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-mq/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 1e2abd5fcec99a75253e74a089319736ceed71ee Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:45:36 +0300 Subject: [PATCH 31/62] chore(main): release aws-rds-aurora 0.1.0 (#186) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 3 ++- modules/aws-rds-aurora/CHANGELOG.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 modules/aws-rds-aurora/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cd8144..09443c7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-rds-aurora": "0.1.0", "modules/aws-mq": "0.1.0", "modules/aws-ssm-parameter-store": "0.1.0", "modules/aws-api-gateway": "0.1.0", @@ -28,5 +29,5 @@ "modules/aws-eks": "0.1.0", "modules/aws-iam": "0.1.0", "modules/aws-rds": "0.1.0", - "modules/aws-security-group": "0.1.0" + "modules/aws-security-group": "0.1.0", } diff --git a/modules/aws-rds-aurora/CHANGELOG.md b/modules/aws-rds-aurora/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-rds-aurora/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 1e1225a1cb9a5cacc9e16b317a9f2274eef29c96 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:47:12 +0300 Subject: [PATCH 32/62] chore(main): release aws-elasticache-redis 0.1.0 (#185) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 3 ++- modules/aws-elasticache-redis/CHANGELOG.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 modules/aws-elasticache-redis/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09443c7..3379600 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-elasticache-redis": "0.1.0", "modules/aws-rds-aurora": "0.1.0", "modules/aws-mq": "0.1.0", "modules/aws-ssm-parameter-store": "0.1.0", @@ -29,5 +30,5 @@ "modules/aws-eks": "0.1.0", "modules/aws-iam": "0.1.0", "modules/aws-rds": "0.1.0", - "modules/aws-security-group": "0.1.0", + "modules/aws-security-group": "0.1.0" } diff --git a/modules/aws-elasticache-redis/CHANGELOG.md b/modules/aws-elasticache-redis/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-elasticache-redis/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 2eb88063cf006cbe7afcd7aec01fef26dc0f2d59 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:47:58 +0300 Subject: [PATCH 33/62] chore(main): release aws-eks-rancher-joiner 0.1.0 (#184) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-eks-rancher-joiner/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-eks-rancher-joiner/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3379600..608e5ba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-eks-rancher-joiner": "0.1.0", "modules/aws-elasticache-redis": "0.1.0", "modules/aws-rds-aurora": "0.1.0", "modules/aws-mq": "0.1.0", diff --git a/modules/aws-eks-rancher-joiner/CHANGELOG.md b/modules/aws-eks-rancher-joiner/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-eks-rancher-joiner/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From b78d79a326d2ed52ed2fa934d40fe0c4a6664c02 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:48:48 +0300 Subject: [PATCH 34/62] chore(main): release aws-guardduty-master 0.1.0 (#183) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-guardduty-master/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-guardduty-master/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 608e5ba..384d5fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-guardduty-master": "0.1.0", "modules/aws-eks-rancher-joiner": "0.1.0", "modules/aws-elasticache-redis": "0.1.0", "modules/aws-rds-aurora": "0.1.0", diff --git a/modules/aws-guardduty-master/CHANGELOG.md b/modules/aws-guardduty-master/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-guardduty-master/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 4852bf6190c69e6e8f946869c6680548adbf5f99 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:49:35 +0300 Subject: [PATCH 35/62] chore(main): release aws-msk-apache-kafka-cluster-master 0.1.0 (#182) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-msk-apache-kafka-cluster-master/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-msk-apache-kafka-cluster-master/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 384d5fd..eadcd1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-msk-apache-kafka-cluster-master": "0.1.0", "modules/aws-guardduty-master": "0.1.0", "modules/aws-eks-rancher-joiner": "0.1.0", "modules/aws-elasticache-redis": "0.1.0", diff --git a/modules/aws-msk-apache-kafka-cluster-master/CHANGELOG.md b/modules/aws-msk-apache-kafka-cluster-master/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-msk-apache-kafka-cluster-master/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From d8e17cd86cfe1af72adce4c44c4bc980489951b1 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 15:58:38 +0300 Subject: [PATCH 36/62] chore(main): release aws-elasticsearch 0.1.0 (#181) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-elasticsearch/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-elasticsearch/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eadcd1f..65d5f1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-elasticsearch": "0.1.0", "modules/aws-msk-apache-kafka-cluster-master": "0.1.0", "modules/aws-guardduty-master": "0.1.0", "modules/aws-eks-rancher-joiner": "0.1.0", diff --git a/modules/aws-elasticsearch/CHANGELOG.md b/modules/aws-elasticsearch/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-elasticsearch/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 9858666584eb0daa232abcd950e81d1ea4638501 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:02:54 +0300 Subject: [PATCH 37/62] chore(main): release aws-waf 0.1.0 (#180) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-waf/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-waf/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 65d5f1c..84354d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-waf": "0.1.0", "modules/aws-elasticsearch": "0.1.0", "modules/aws-msk-apache-kafka-cluster-master": "0.1.0", "modules/aws-guardduty-master": "0.1.0", diff --git a/modules/aws-waf/CHANGELOG.md b/modules/aws-waf/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-waf/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From f0c08e01a0574933b72ebc8709617ec5bc9e9a28 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:06:51 +0300 Subject: [PATCH 38/62] chore(main): release aws-centralized-logging 0.1.0 (#179) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-centralized-logging/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-centralized-logging/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84354d5..7eaa2bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-centralized-logging": "0.1.0", "modules/aws-waf": "0.1.0", "modules/aws-elasticsearch": "0.1.0", "modules/aws-msk-apache-kafka-cluster-master": "0.1.0", diff --git a/modules/aws-centralized-logging/CHANGELOG.md b/modules/aws-centralized-logging/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-centralized-logging/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From a51d7c5d7d9dfb269742571edfa7c84f6916ecc4 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:08:07 +0300 Subject: [PATCH 39/62] chore(main): release aws-mongodbatlas-access 0.1.0 (#178) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-mongodbatlas-access/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-mongodbatlas-access/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7eaa2bf..54cbf11 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-mongodbatlas-access": "0.1.0", "modules/aws-centralized-logging": "0.1.0", "modules/aws-waf": "0.1.0", "modules/aws-elasticsearch": "0.1.0", diff --git a/modules/aws-mongodbatlas-access/CHANGELOG.md b/modules/aws-mongodbatlas-access/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-mongodbatlas-access/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From be6ea566e08c4a4e42c286ab648afb6cca8ae574 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:09:01 +0300 Subject: [PATCH 40/62] chore(main): release aws-route53-zones 0.1.0 (#177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-route53-zones/CHANGELOG.md | 8 ++++++++ modules/aws-route53-zones/README.md | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 modules/aws-route53-zones/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 54cbf11..8eb0d6c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-route53-zones": "0.1.0", "modules/aws-mongodbatlas-access": "0.1.0", "modules/aws-centralized-logging": "0.1.0", "modules/aws-waf": "0.1.0", diff --git a/modules/aws-route53-zones/CHANGELOG.md b/modules/aws-route53-zones/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-route53-zones/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) diff --git a/modules/aws-route53-zones/README.md b/modules/aws-route53-zones/README.md index 68ce25c..ede42ef 100644 --- a/modules/aws-route53-zones/README.md +++ b/modules/aws-route53-zones/README.md @@ -7,7 +7,7 @@ This module creates Route53 zones. ```hcl module "zones" { source = "../terraform-aws-route53-zones" - version = "~> 2.0" + version = "~> 0.1" zones = { "public.route53-zone.com" = { From 1c153d4297a5f35d814cd26e23b2457233c6e1ca Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:10:55 +0300 Subject: [PATCH 41/62] chore(main): release aws-security-hub 0.1.0 (#176) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-security-hub/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-security-hub/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8eb0d6c..4d270e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-security-hub": "0.1.0", "modules/aws-route53-zones": "0.1.0", "modules/aws-mongodbatlas-access": "0.1.0", "modules/aws-centralized-logging": "0.1.0", diff --git a/modules/aws-security-hub/CHANGELOG.md b/modules/aws-security-hub/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-security-hub/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From eca28127397d608b04d79bf382ada062301b15ef Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:13:33 +0300 Subject: [PATCH 42/62] chore(main): release aws-vpc-peering-accepter 0.1.0 (#175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-vpc-peering-accepter/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-vpc-peering-accepter/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d270e6..e9ea743 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-vpc-peering-accepter": "0.1.0", "modules/aws-security-hub": "0.1.0", "modules/aws-route53-zones": "0.1.0", "modules/aws-mongodbatlas-access": "0.1.0", diff --git a/modules/aws-vpc-peering-accepter/CHANGELOG.md b/modules/aws-vpc-peering-accepter/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-vpc-peering-accepter/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 88fcc893e1618dcad95a9d94f863dab64d431e09 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:19:47 +0300 Subject: [PATCH 43/62] chore(main): release aws-route53-records 0.1.0 (#174) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-route53-records/CHANGELOG.md | 8 ++++++++ modules/aws-route53-records/README.md | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 modules/aws-route53-records/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9ea743..58e44d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-route53-records": "0.1.0", "modules/aws-vpc-peering-accepter": "0.1.0", "modules/aws-security-hub": "0.1.0", "modules/aws-route53-zones": "0.1.0", diff --git a/modules/aws-route53-records/CHANGELOG.md b/modules/aws-route53-records/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-route53-records/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) diff --git a/modules/aws-route53-records/README.md b/modules/aws-route53-records/README.md index d76a21e..61f7b9d 100644 --- a/modules/aws-route53-records/README.md +++ b/modules/aws-route53-records/README.md @@ -7,7 +7,7 @@ This module creates DNS records in Route53 zone. ```hcl module "records" { source = "../terraform-aws-route53-records" - version = "~> 2.0" + version = "~> 0.1" zone_name = "" private_zone = #Set true if zone is private From f83fd93b614d70688c23ec2bb86d7ffc71586954 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:23:17 +0300 Subject: [PATCH 44/62] chore(main): release aws-mongodbatlas-cluster 0.1.0 (#173) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-mongodbatlas-cluster/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-mongodbatlas-cluster/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 58e44d3..35a46f1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-mongodbatlas-cluster": "0.1.0", "modules/aws-route53-records": "0.1.0", "modules/aws-vpc-peering-accepter": "0.1.0", "modules/aws-security-hub": "0.1.0", diff --git a/modules/aws-mongodbatlas-cluster/CHANGELOG.md b/modules/aws-mongodbatlas-cluster/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-mongodbatlas-cluster/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From f452fce8be08a4574c0e6ae50a6c10adac4691c7 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:30:09 +0300 Subject: [PATCH 45/62] chore(main): release aws-route53-health-check-main 0.1.0 (#171) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-route53-health-check-main/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-route53-health-check-main/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 35a46f1..4de82ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-route53-health-check-main": "0.1.0", "modules/aws-mongodbatlas-cluster": "0.1.0", "modules/aws-route53-records": "0.1.0", "modules/aws-vpc-peering-accepter": "0.1.0", diff --git a/modules/aws-route53-health-check-main/CHANGELOG.md b/modules/aws-route53-health-check-main/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-route53-health-check-main/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 2f350bb67a52cbff626b20b26e47758bfb494084 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:31:05 +0300 Subject: [PATCH 46/62] chore(main): release aws-self-signed-cert 0.1.0 (#172) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-self-signed-cert/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-self-signed-cert/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4de82ea..db25a4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-self-signed-cert": "0.1.0", "modules/aws-route53-health-check-main": "0.1.0", "modules/aws-mongodbatlas-cluster": "0.1.0", "modules/aws-route53-records": "0.1.0", diff --git a/modules/aws-self-signed-cert/CHANGELOG.md b/modules/aws-self-signed-cert/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-self-signed-cert/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 38766f2a9641b734f0bf55ccda30ac2fb6b80884 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:32:12 +0300 Subject: [PATCH 47/62] chore(main): release aws-eks-rancher-importer 0.1.0 (#170) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-eks-rancher-importer/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-eks-rancher-importer/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index db25a4e..c52eaee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-eks-rancher-importer": "0.1.0", "modules/aws-self-signed-cert": "0.1.0", "modules/aws-route53-health-check-main": "0.1.0", "modules/aws-mongodbatlas-cluster": "0.1.0", diff --git a/modules/aws-eks-rancher-importer/CHANGELOG.md b/modules/aws-eks-rancher-importer/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-eks-rancher-importer/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 5de4932d44a7dde5344e389415f6a355855aa7b7 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:32:43 +0300 Subject: [PATCH 48/62] chore(main): release aws-cloudwatch-event-rule-master 0.1.0 (#169) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-cloudwatch-event-rule-master/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-cloudwatch-event-rule-master/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c52eaee..34227d6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-cloudwatch-event-rule-master": "0.1.0", "modules/aws-eks-rancher-importer": "0.1.0", "modules/aws-self-signed-cert": "0.1.0", "modules/aws-route53-health-check-main": "0.1.0", diff --git a/modules/aws-cloudwatch-event-rule-master/CHANGELOG.md b/modules/aws-cloudwatch-event-rule-master/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-cloudwatch-event-rule-master/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From ac2e4bc6e4134fc54a43a65bf4cf4ba6c441bbe3 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:33:14 +0300 Subject: [PATCH 49/62] chore(main): release aws-mongodbatlas-auth 0.1.0 (#167) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-mongodbatlas-auth/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-mongodbatlas-auth/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 34227d6..eb64cc8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-mongodbatlas-auth": "0.1.0", "modules/aws-cloudwatch-event-rule-master": "0.1.0", "modules/aws-eks-rancher-importer": "0.1.0", "modules/aws-self-signed-cert": "0.1.0", diff --git a/modules/aws-mongodbatlas-auth/CHANGELOG.md b/modules/aws-mongodbatlas-auth/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-mongodbatlas-auth/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 493707a53cc2e82a507848c1f87bf72737a36fcf Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:34:11 +0300 Subject: [PATCH 50/62] chore(main): release aws-mongodbatlas-auth 0.1.0 (#215) Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb64cc8..75597a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,6 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", - "modules/aws-mongodbatlas-auth": "0.1.0", "modules/aws-cloudwatch-event-rule-master": "0.1.0", "modules/aws-eks-rancher-importer": "0.1.0", "modules/aws-self-signed-cert": "0.1.0", @@ -47,5 +46,6 @@ "modules/aws-eks": "0.1.0", "modules/aws-iam": "0.1.0", "modules/aws-rds": "0.1.0", - "modules/aws-security-group": "0.1.0" + "modules/aws-security-group": "0.1.0", + "modules/aws-mongodbatlas-auth": "0.1.0" } From 0171c6851235d22dfd0dde954decb839711578c6 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:35:02 +0300 Subject: [PATCH 51/62] chore(main): release aws-alb-master 0.1.0 (#168) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-alb-master/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-alb-master/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 75597a6..e060106 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-alb-master": "0.1.0", "modules/aws-cloudwatch-event-rule-master": "0.1.0", "modules/aws-eks-rancher-importer": "0.1.0", "modules/aws-self-signed-cert": "0.1.0", diff --git a/modules/aws-alb-master/CHANGELOG.md b/modules/aws-alb-master/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-alb-master/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 146ff3e8da6ef67ffaf14a43e7a996bad6c0b96b Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:35:41 +0300 Subject: [PATCH 52/62] chore(main): release aws-kms 0.1.0 (#166) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-kms/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-kms/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e060106..a77ca65 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-kms": "0.1.0", "modules/aws-alb-master": "0.1.0", "modules/aws-cloudwatch-event-rule-master": "0.1.0", "modules/aws-eks-rancher-importer": "0.1.0", diff --git a/modules/aws-kms/CHANGELOG.md b/modules/aws-kms/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-kms/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 54b921e026d1493c072f783878ad8286dd0c0ab3 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:38:27 +0300 Subject: [PATCH 53/62] chore(main): release aws-ecs-task-definition 0.1.0 (#165) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-ecs-task-definition/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-ecs-task-definition/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a77ca65..67aaa36 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-ecs-task-definition": "0.1.0", "modules/aws-kms": "0.1.0", "modules/aws-alb-master": "0.1.0", "modules/aws-cloudwatch-event-rule-master": "0.1.0", diff --git a/modules/aws-ecs-task-definition/CHANGELOG.md b/modules/aws-ecs-task-definition/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-ecs-task-definition/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 503ad2836b68eea12b54406c62d1989af351578a Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:39:15 +0300 Subject: [PATCH 54/62] chore(main): release aws-waf-ip-set 0.1.0 (#164) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-waf-ip-set/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-waf-ip-set/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 67aaa36..a3b1018 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-waf-ip-set": "0.1.0", "modules/aws-ecs-task-definition": "0.1.0", "modules/aws-kms": "0.1.0", "modules/aws-alb-master": "0.1.0", diff --git a/modules/aws-waf-ip-set/CHANGELOG.md b/modules/aws-waf-ip-set/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-waf-ip-set/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 2db3705831cd14e8e3b6d9363601bc647ccf7d66 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:39:57 +0300 Subject: [PATCH 55/62] chore(main): release aws-mongodbatlas-database-user 0.1.0 (#162) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-mongodbatlas-database-user/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-mongodbatlas-database-user/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3b1018..d2ea7f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-mongodbatlas-database-user": "0.1.0", "modules/aws-waf-ip-set": "0.1.0", "modules/aws-ecs-task-definition": "0.1.0", "modules/aws-kms": "0.1.0", diff --git a/modules/aws-mongodbatlas-database-user/CHANGELOG.md b/modules/aws-mongodbatlas-database-user/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-mongodbatlas-database-user/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From b2a95a880ad9d63ca674c210499ef64b7e502192 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:41:44 +0300 Subject: [PATCH 56/62] chore(main): release aws-dax 0.1.0 (#163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-dax/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-dax/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d2ea7f9..b457d0a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-dax": "0.1.0", "modules/aws-mongodbatlas-database-user": "0.1.0", "modules/aws-waf-ip-set": "0.1.0", "modules/aws-ecs-task-definition": "0.1.0", diff --git a/modules/aws-dax/CHANGELOG.md b/modules/aws-dax/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-dax/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 6ad95c8682c185613ff8abd76348afc87c2469f4 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:43:08 +0300 Subject: [PATCH 57/62] chore(main): release aws-rds-global-cluster 0.1.0 (#161) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-rds-global-cluster/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-rds-global-cluster/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b457d0a..ad78ea6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-rds-global-cluster": "0.1.0", "modules/aws-dax": "0.1.0", "modules/aws-mongodbatlas-database-user": "0.1.0", "modules/aws-waf-ip-set": "0.1.0", diff --git a/modules/aws-rds-global-cluster/CHANGELOG.md b/modules/aws-rds-global-cluster/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-rds-global-cluster/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 613f255e0b5d95d84c759eb806a8b81e302fc9de Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:43:51 +0300 Subject: [PATCH 58/62] chore(main): release aws-ecs-load-balancer 0.1.0 (#160) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-ecs-load-balancer/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-ecs-load-balancer/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ad78ea6..51f4179 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-ecs-load-balancer": "0.1.0", "modules/aws-rds-global-cluster": "0.1.0", "modules/aws-dax": "0.1.0", "modules/aws-mongodbatlas-database-user": "0.1.0", diff --git a/modules/aws-ecs-load-balancer/CHANGELOG.md b/modules/aws-ecs-load-balancer/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-ecs-load-balancer/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From 2b0a7b9c1e3df7336c2af21ee6c1aa038a952946 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:44:40 +0300 Subject: [PATCH 59/62] chore(main): release aws-vpc-peering-requester 0.1.0 (#159) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-vpc-peering-requester/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-vpc-peering-requester/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51f4179..60eccd4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-vpc-peering-requester": "0.1.0", "modules/aws-ecs-load-balancer": "0.1.0", "modules/aws-rds-global-cluster": "0.1.0", "modules/aws-dax": "0.1.0", diff --git a/modules/aws-vpc-peering-requester/CHANGELOG.md b/modules/aws-vpc-peering-requester/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-vpc-peering-requester/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From b86dd7d4eb4dbd498f22d6aa25e59e1a307b2d57 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:45:31 +0300 Subject: [PATCH 60/62] chore(main): release aws-amplify 0.1.0 (#158) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-amplify/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-amplify/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 60eccd4..cb2270a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-amplify": "0.1.0", "modules/aws-vpc-peering-requester": "0.1.0", "modules/aws-ecs-load-balancer": "0.1.0", "modules/aws-rds-global-cluster": "0.1.0", diff --git a/modules/aws-amplify/CHANGELOG.md b/modules/aws-amplify/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-amplify/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From fbaa7ce1bcba9082eddeee71ddae8fe9685cd582 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:46:08 +0300 Subject: [PATCH 61/62] chore(main): release aws-ecs-service 0.1.0 (#157) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-ecs-service/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-ecs-service/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cb2270a..5c3d021 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-ecs-service": "0.1.0", "modules/aws-amplify": "0.1.0", "modules/aws-vpc-peering-requester": "0.1.0", "modules/aws-ecs-load-balancer": "0.1.0", diff --git a/modules/aws-ecs-service/CHANGELOG.md b/modules/aws-ecs-service/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-ecs-service/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55)) From d91a7f87363003479db00e557dceb4ed827f6fe1 Mon Sep 17 00:00:00 2001 From: "kloia-tfmodules-releaser[bot]" <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 16:46:50 +0300 Subject: [PATCH 62/62] chore(main): release aws-eks-addons 0.1.0 (#156) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: kloia-tfmodules-releaser[bot] <169448830+kloia-tfmodules-releaser[bot]@users.noreply.github.com> Co-authored-by: Efe Hakan Gençoğlu --- .release-please-manifest.json | 1 + modules/aws-eks-addons/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 modules/aws-eks-addons/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5c3d021..7d8b05f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,7 @@ { "metadata": "0.0.0", "modules/metadata": "0.1.0", + "modules/aws-eks-addons": "0.1.0", "modules/aws-ecs-service": "0.1.0", "modules/aws-amplify": "0.1.0", "modules/aws-vpc-peering-requester": "0.1.0", diff --git a/modules/aws-eks-addons/CHANGELOG.md b/modules/aws-eks-addons/CHANGELOG.md new file mode 100644 index 0000000..d5c924c --- /dev/null +++ b/modules/aws-eks-addons/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2024-05-10) + + +### Features + +* import previous modules ([#153](https://github.com/kloia/platform-modules/issues/153)) ([126a74f](https://github.com/kloia/platform-modules/commit/126a74f8430ca971e61740f72de776dee210bb55))