Skip to content

Commit

Permalink
Upgrade relaycorp/oss-project/github to v2.13.3 (#64)
Browse files Browse the repository at this point in the history
* Upgrade relaycorp/oss-project/github to v2.13.3

* upgrade tf

* trigger ci

* update copyrgght
  • Loading branch information
gnarea authored Feb 23, 2024
1 parent 0cbad55 commit fee611f
Show file tree
Hide file tree
Showing 16 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
ci:
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-ci.yml@main
with:
terraform_version: 1.1.0
terraform_version: 1.5.3
66 changes: 33 additions & 33 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2023 Relaycorp, Inc.
Copyright (c) 2021-2024 Relaycorp, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions awala_android.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {

module "awala_courier_android" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "relaynet-courier-android"
description = "Awala Courier for Android"
Expand All @@ -17,7 +17,7 @@ module "awala_courier_android" {

module "awala_courier_ci" {
source = "relaycorp/oss-project/github//modules/android-app-ci"
version = "2.13.0"
version = "2.13.3"

gcp_project_name = "relaynet-courier"
gh_repo_name = module.awala_courier_android.name
Expand All @@ -27,7 +27,7 @@ module "awala_courier_ci" {

module "awala_lib_endpoint_android" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-endpoint-android"
description = "High-level library for Android apps implementing Awala endpoints"
Expand Down
4 changes: 2 additions & 2 deletions awala_desktop.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "awala_gateway_desktop" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-gateway-desktop"
description = "Awala Gateway for Desktop"
Expand All @@ -15,7 +15,7 @@ module "awala_gateway_desktop" {

module "awala_ping_desktop" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-ping-desktop"
description = "Awala Ping for Desktop"
Expand Down
18 changes: 9 additions & 9 deletions awala_libs_js.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "awala_lib_core_js" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "relaynet-core-js"
description = "JavaScript library for the core of Awala"
Expand All @@ -15,7 +15,7 @@ module "awala_lib_core_js" {

module "awala_lib_testing_js" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "relaynet-testing-js"
description = "Testing utilities for Awala implementations in JavaScript"
Expand All @@ -29,14 +29,14 @@ module "awala_lib_testing_js" {

module "awala_lib_keystore_vault_js" {
source = "relaycorp/oss-project/github//modules/archived"
version = "2.13.0"
version = "2.13.3"

name = "awala-keystore-vault-js"
}

module "awala_lib_keystore_db_js" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "keystore-db-js"
description = "TypeORM-based Private and Public Key Store extension for Awala in JavaScript"
Expand All @@ -48,7 +48,7 @@ module "awala_lib_keystore_db_js" {

module "awala_lib_keystore_mongodb_js" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-keystore-mongodb-js"
description = "MongoDB-based Certificate and Public Key Store for Awala in JavaScript"
Expand All @@ -60,7 +60,7 @@ module "awala_lib_keystore_mongodb_js" {

module "awala_lib_keystore_gcp_secretmanager_js" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-keystore-cloud-js"
description = "Multi-cloud Awala Key Store for server-side Node.js apps"
Expand All @@ -75,7 +75,7 @@ module "awala_lib_keystore_gcp_secretmanager_js" {

module "awala_lib_pohttp_js" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "relaynet-pohttp-js"
description = "JavaScript library implementing the PoHTTP binding"
Expand All @@ -90,7 +90,7 @@ module "awala_lib_pohttp_js" {

module "awala_lib_cogrpc_js" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "relaynet-cogrpc-js"
description = "JavaScript library implementing the CogRPC binding"
Expand All @@ -105,7 +105,7 @@ module "awala_lib_cogrpc_js" {

module "awala_lib_poweb_js" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "relaynet-poweb-js"
description = "JavaScript implementation of the PoWeb binding"
Expand Down
12 changes: 6 additions & 6 deletions awala_libs_jvm.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "awala_lib_core_jvm" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-jvm"
description = "JVM library for the core of Awala"
Expand All @@ -20,7 +20,7 @@ module "awala_lib_core_jvm" {

module "awala_lib_testing_jvm" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-testing-jvm"
description = "Testing utilities for Awala implementations on the JVM"
Expand All @@ -41,7 +41,7 @@ module "awala_lib_testing_jvm" {

module "awala_lib_cogrpc_jvm" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-cogrpc-jvm"
description = "JVM implementation of the Awala CogRPC binding"
Expand All @@ -62,7 +62,7 @@ module "awala_lib_cogrpc_jvm" {

module "awala_lib_cogrpc_okhttp_jvm" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-cogrpc-okhttp-jvm"
description = "gRPC OkHTTP channel provider for Awala's CogRPC JVM implementation"
Expand All @@ -83,7 +83,7 @@ module "awala_lib_cogrpc_okhttp_jvm" {

module "awala_lib_poweb_jvm" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-poweb-jvm"
description = "JVM implementation of the Awala PoWeb binding"
Expand All @@ -104,7 +104,7 @@ module "awala_lib_poweb_jvm" {

module "awala_lib_keystore_jvm" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-keystore-file-jvm"
description = "JVM implementation of file-based Private and Public Key Stores for Awala"
Expand Down
12 changes: 6 additions & 6 deletions awala_servers.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "awala_internet_gateway" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-gateway-internet"
description = "The Awala-Internet Gateway"
Expand All @@ -16,7 +16,7 @@ module "awala_internet_gateway" {

module "awala_gateway_internet_tf_gcp" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "terraform-google-awala-gateway"
description = "Terraform module to manage an instance of the Awala Internet Gateway on GCP."
Expand All @@ -28,7 +28,7 @@ module "awala_gateway_internet_tf_gcp" {

module "awala_pong" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-pong"
description = "Awala Ping Service Application (pong messages only)"
Expand All @@ -40,7 +40,7 @@ module "awala_pong" {

module "awala_endpoint_internet" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-endpoint-internet"
description = "Middleware for server-side apps to communicate over Awala without implementing any of the networking or cryptography from the protocol suite."
Expand All @@ -55,7 +55,7 @@ module "awala_endpoint_internet" {

module "awala_endpoint_internet_js" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "awala-endpoint-internet-js"
description = "High-level JS library to process Awala Internet Endpoint-compatible CloudEvents"
Expand All @@ -70,7 +70,7 @@ module "awala_endpoint_internet_js" {

module "awala_endpoint_internet_tf_gcp" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "terraform-google-awala-endpoint"
description = "Terraform module to manage an instance of the Awala Internet Endpoint on GCP."
Expand Down
2 changes: 1 addition & 1 deletion cloud.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {

module "cloud_gateway" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "cloud-gateway"
description = "Infrastructure as Code and configuration for all Awala-Internet Gateways run by Relaycorp"
Expand Down
2 changes: 1 addition & 1 deletion ddos_report.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "ddos_report" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "ddos-report"
description = "The DDoS Report"
Expand Down
10 changes: 5 additions & 5 deletions letro.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ locals {

module "letro_android" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "letro-android"
description = "Letro for Android"
Expand All @@ -16,7 +16,7 @@ module "letro_android" {

module "letro_android_ci" {
source = "relaycorp/oss-project/github//modules/android-app-ci"
version = "2.13.0"
version = "2.13.3"

gcp_project_name = "letro-android"
gh_repo_name = module.letro_android.name
Expand All @@ -26,7 +26,7 @@ module "letro_android_ci" {

module "letro_cloud" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "letro-cloud"
description = "Infrastructure as Code and configuration for Letro's centralised components"
Expand All @@ -39,7 +39,7 @@ module "letro_cloud" {

module "letro_server" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "letro-server"
description = "Awala endpoint backend backing Letro's centralised service"
Expand All @@ -57,7 +57,7 @@ module "letro_server" {

module "letro_lib_jvm" {
source = "relaycorp/oss-project/github"
version = "2.13.0"
version = "2.13.3"

name = "letro-jvm"
description = "Letro core library for the JVM"
Expand Down
Loading

0 comments on commit fee611f

Please sign in to comment.