From ef8657cf280305dc637c6a250ede19c269fb4668 Mon Sep 17 00:00:00 2001 From: Luciano Mammino Date: Tue, 9 Apr 2024 15:47:07 +0100 Subject: [PATCH] chore: version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- docs/deploy.md | 4 ++-- examples/cdk-from-sar/cloudformation.yaml | 2 +- examples/cdk-from-sar/lib/cdk-stack.ts | 2 +- examples/sam-from-sar/template.yml | 2 +- template.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8a7d7c..f1c04e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1423,7 +1423,7 @@ dependencies = [ [[package]] name = "oidc-authorizer" -version = "0.0.8" +version = "0.0.9" dependencies = [ "chrono", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 51156b2..051c2c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oidc-authorizer" -version = "0.0.8" +version = "0.0.9" edition = "2021" license = "MIT" diff --git a/docs/deploy.md b/docs/deploy.md index b435017..9b5fedc 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -26,7 +26,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:eu-west-1:795006566846:applications/oidc-authorizer - SemanticVersion: 0.0.8 # ⬅️ CHANGE: SPECIFY THE EXACT VERSION + SemanticVersion: 0.0.9 # ⬅️ CHANGE: SPECIFY THE EXACT VERSION Parameters: # 👀 CHANGE THE FOLLOWING PARAMETERS AcceptedAlgorithms: "" @@ -66,7 +66,7 @@ The following snippet shows how to use the SAR application with CDK (using Types const authorizerApp = new cdk.aws_sam.CfnApplication(this, 'AuthorizerApp', { location: { applicationId: 'arn:aws:serverlessrepo:eu-west-1:795006566846:applications/oidc-authorizer', - semanticVersion: '0.0.8' // 👀 CHANGE ME + semanticVersion: '0.0.9' // 👀 CHANGE ME }, parameters: { // 👀 CHANGE THE FOLLOWING PARAMETERS diff --git a/examples/cdk-from-sar/cloudformation.yaml b/examples/cdk-from-sar/cloudformation.yaml index b91ffb1..7062a79 100644 --- a/examples/cdk-from-sar/cloudformation.yaml +++ b/examples/cdk-from-sar/cloudformation.yaml @@ -5,7 +5,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:eu-west-1:795006566846:applications/oidc-authorizer - SemanticVersion: 0.0.8 + SemanticVersion: 0.0.9 Parameters: AcceptedAlgorithms: "" AcceptedAudiences: "" diff --git a/examples/cdk-from-sar/lib/cdk-stack.ts b/examples/cdk-from-sar/lib/cdk-stack.ts index ba10dd6..9d872b8 100644 --- a/examples/cdk-from-sar/lib/cdk-stack.ts +++ b/examples/cdk-from-sar/lib/cdk-stack.ts @@ -11,7 +11,7 @@ export class CdkStack extends cdk.Stack { const authorizerApp = new cdk.aws_sam.CfnApplication(this, 'AuthorizerApp', { location: { applicationId: 'arn:aws:serverlessrepo:eu-west-1:795006566846:applications/oidc-authorizer', - semanticVersion: '0.0.8' // 👀 CHANGE ME + semanticVersion: '0.0.9' // 👀 CHANGE ME }, parameters: { // 👀 CHANGE THE FOLLOWING PARAMETERS diff --git a/examples/sam-from-sar/template.yml b/examples/sam-from-sar/template.yml index 04e5bd3..c440cbe 100644 --- a/examples/sam-from-sar/template.yml +++ b/examples/sam-from-sar/template.yml @@ -24,7 +24,7 @@ Resources: Properties: Location: ApplicationId: arn:aws:serverlessrepo:eu-west-1:795006566846:applications/oidc-authorizer - SemanticVersion: 0.0.8 # 👀 CHANGE ME + SemanticVersion: 0.0.9 # 👀 CHANGE ME Parameters: # 👀 CHANGE THE FOLLOWING PARAMETERS AcceptedAlgorithms: "" diff --git a/template.yml b/template.yml index f86b07c..82ff5ee 100644 --- a/template.yml +++ b/template.yml @@ -11,7 +11,7 @@ Metadata: ReadmeUrl: README.md Labels: ["apigateway", "authorizer", "lambda", "oidc"] HomePageUrl: https://github.com/lmammino/oidc-authorizer - SemanticVersion: 0.0.8 + SemanticVersion: 0.0.9 SourceCodeUrl: https://github.com/lmammino/oidc-authorizer Parameters: