Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

build(deps): bump relaycorp/oss-project/github from 2.13.8 to 2.13.10 #96

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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

module "awala_lib_keystore_db_js" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

name = "ddos-report"
description = "The DDoS Report"
Expand Down
2 changes: 1 addition & 1 deletion despacito.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "despacito_website" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "despacito-website"
description = "Website for Despacito, a DDoS protection protocol"
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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

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.8"
version = "2.13.10"

name = "letro-jvm"
description = "Letro core library for the JVM"
Expand Down
18 changes: 9 additions & 9 deletions libs_js.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "shared_config_js" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "shared-config"
description = "Shared development and CI configuration across projects"
Expand All @@ -13,7 +13,7 @@ module "shared_config_js" {

module "eslint_config_js" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "eslint-config"
description = "ESLint configuration for all Relaycorp JS projects"
Expand All @@ -24,7 +24,7 @@ module "eslint_config_js" {

module "websocket_mock_js" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "ws-mock-js"
description = "Mock client and server to unit test the NPM package 'ws'"
Expand All @@ -38,7 +38,7 @@ module "websocket_mock_js" {

module "object_storage_js" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "object-storage-js"
description = "Node.js client for object stores like AWS S3, GCP GCS or Minio"
Expand All @@ -52,7 +52,7 @@ module "object_storage_js" {

module "kms_js" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "webcrypto-kms-js"
description = "WebCrypto-compatible client for Key Management Services like GCP KMS"
Expand All @@ -65,7 +65,7 @@ module "kms_js" {

module "pino_cloud_js" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "pino-cloud-js"
description = "Pino integration for cloud logging services like Google Stackdriver"
Expand All @@ -81,7 +81,7 @@ module "pino_cloud_js" {

module "it_duplex_ack_js" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "it-duplex-ack-js"
description = "Create source/sink iterables for a duplex stream where each message should be acknowledged"
Expand All @@ -93,7 +93,7 @@ module "it_duplex_ack_js" {

module "dnssec_js" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "dnssec-js"
description = "Resolver-agnostic DNSSEC library for Node.js"
Expand All @@ -109,7 +109,7 @@ module "dnssec_js" {

module "cloudevents_transport_js" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "cloudevents-transport-js"
description = "Node.js library to send/receive CloudEvents over HTTP binary or any cloud-specific service like GCP PubSub"
Expand Down
2 changes: 1 addition & 1 deletion libs_jvm.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "doh_jvm" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "doh-jvm"
description = "Basic DNS-over-HTTPS library for the JVM"
Expand Down
2 changes: 1 addition & 1 deletion terraform_modules.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "tfmod_oss_project" {
source = "relaycorp/oss-project/github"
version = "2.13.8"
version = "2.13.10"

name = "terraform-github-oss-project"
description = "Terraform module for open source projects by Relaycorp"
Expand Down
Loading
Loading