Skip to content

Commit

Permalink
Update iiif-processor to v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Aug 28, 2024
1 parent 09c48a4 commit 2f33c09
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-iiif-dependencies",
"version": "5.0.5",
"version": "5.0.6",
"description": "Dependencies for serverless IIIF",
"author": "Michael B. Klein",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudformation/custom_hostname.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif
SemanticVersion: 5.0.5
SemanticVersion: 5.0.6
Parameters:
ForceHost: !Sub '${CacheHostName}.${CacheDomainName}'
SourceBucket: !Ref IiifSourceBucket
Expand Down
2 changes: 1 addition & 1 deletion examples/sam/customization/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif
SemanticVersion: 5.0.5
SemanticVersion: 5.0.6
Parameters:
CorsAllowOrigin: REFLECT_ORIGIN
ForceHost: !Ref CacheDomainName
Expand Down
2 changes: 1 addition & 1 deletion extras/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {

locals {
serverless_iiif_app_id = "arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif"
serverless_iiif_app_version = "5.0.5"
serverless_iiif_app_version = "5.0.6"
}

resource "aws_serverlessapplicationrepository_cloudformation_stack" "serverless_iiif" {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-iiif",
"version": "5.0.5",
"version": "5.0.6",
"description": "Lambda wrapper for iiif-processor",
"author": "Michael B. Klein",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions sam/cloudfront/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Metadata:
ReadmeUrl: ./README.md
Labels: ["iiif", "image-processing"]
HomePageUrl: https://samvera.github.io/serverless-iiif
SemanticVersion: 5.0.5
SemanticVersion: 5.0.6
SourceCodeUrl: https://github.com/samvera/serverless-iiif
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down Expand Up @@ -324,7 +324,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif
SemanticVersion: 5.0.5
SemanticVersion: 5.0.6
Parameters:
CorsAllowCredentials: !Ref CorsAllowCredentials
CorsAllowOrigin: !Ref CorsAllowOrigin
Expand Down
4 changes: 2 additions & 2 deletions sam/standalone/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Metadata:
ReadmeUrl: ./README.md
Labels: ["iiif", "image-processing"]
HomePageUrl: https://samvera.github.io/serverless-iiif
SemanticVersion: 5.0.5
SemanticVersion: 5.0.6
SourceCodeUrl: https://github.com/samvera/serverless-iiif
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down Expand Up @@ -118,7 +118,7 @@ Resources:
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:625046682746:applications/serverless-iiif
SemanticVersion: 5.0.5
SemanticVersion: 5.0.6
Parameters:
CorsAllowCredentials: !Ref CorsAllowCredentials
CorsAllowHeaders: !Ref CorsAllowHeaders
Expand Down
2 changes: 1 addition & 1 deletion sam/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Metadata:
ReadmeUrl: ../README.md
Labels: ["iiif", "image-processing"]
HomePageUrl: https://samvera.github.io/serverless-iiif
SemanticVersion: 5.0.5
SemanticVersion: 5.0.6
SourceCodeUrl: https://github.com/samvera/serverless-iiif
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down
10 changes: 5 additions & 5 deletions src/package-lock.json

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

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-iiif",
"version": "5.0.5",
"version": "5.0.6",
"description": "Lambda wrapper for iiif-processor",
"author": "Michael B. Klein",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2f33c09

Please sign in to comment.