Skip to content

Commit

Permalink
Merge branch 'publish-1706205819521'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 25, 2024
2 parents 7464d16 + da08ab1 commit e05e99e
Show file tree
Hide file tree
Showing 18 changed files with 101 additions and 76 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@
"definitionName": "lockStepVersion",
"policyName": "booster",
"mainProject": "@boostercloud/framework-core",
"version": "2.2.0"
"version": "2.3.0"
}
]
6 changes: 3 additions & 3 deletions packages/application-tester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/application-tester",
"version": "2.2.0",
"version": "2.3.0",
"description": "Contains Booster types related to the information extracted from the user project",
"keywords": [
"application-tester"
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@apollo/client": "3.7.13",
"@boostercloud/framework-types": "workspace:^2.2.0",
"@boostercloud/framework-types": "workspace:^2.3.0",
"cross-fetch": "3.1.5",
"graphql": "^16.6.0",
"jsonwebtoken": "9.0.1",
Expand All @@ -48,7 +48,7 @@
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^2.2.0",
"@boostercloud/eslint-config": "workspace:^2.3.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.23.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boostercloud/cli",
"description": "CLI of the Booster Framework, the next level of abstraction for cloud-native applications",
"version": "2.2.0",
"version": "2.3.0",
"author": "Boosterin Labs SLU",
"homepage": "https://boosterframework.com",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
},
"bugs": "https://github.com/boostercloud/booster/issues",
"dependencies": {
"@boostercloud/framework-core": "workspace:^2.2.0",
"@boostercloud/framework-types": "workspace:^2.2.0",
"@boostercloud/framework-core": "workspace:^2.3.0",
"@boostercloud/framework-types": "workspace:^2.3.0",
"@oclif/core" : "^3.9.0",
"@oclif/plugin-help": "^5",
"chalk": "^2.4.2",
Expand All @@ -30,8 +30,8 @@
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^2.2.0",
"@boostercloud/application-tester": "workspace:^2.2.0",
"@boostercloud/eslint-config": "workspace:^2.3.0",
"@boostercloud/application-tester": "workspace:^2.3.0",
"@oclif/test": "^3.0.3",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/framework-common-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-common-helpers",
"version": "2.2.0",
"version": "2.3.0",
"description": "Contains Booster common helpers used by the core and provider packages",
"keywords": [
"framework-common-helpers"
Expand Down Expand Up @@ -36,13 +36,13 @@
"node": ">=18.0.0 <19.0.0"
},
"dependencies": {
"@boostercloud/framework-types": "workspace:^2.2.0",
"@boostercloud/framework-types": "workspace:^2.3.0",
"child-process-promise": "^2.2.1",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^2.2.0",
"@boostercloud/eslint-config": "workspace:^2.3.0",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/child-process-promise": "^2.2.1",
Expand Down
28 changes: 28 additions & 0 deletions packages/framework-core/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
{
"name": "@boostercloud/framework-core",
"entries": [
{
"version": "2.3.0",
"tag": "@boostercloud/framework-core_v2.3.0",
"date": "Thu, 25 Jan 2024 18:03:39 GMT",
"comments": {
"minor": [
{
"comment": "Update Azure infrastructure to use Azure Gateway. Rockets now support multiple functions with specific host.json files",
"author": "gonzalojaubert <111118818+gonzalojaubert@users.noreply.github.com>",
"commit": "6f315815a197c7e66e03ba61b125c3b85b5a3b96"
}
],
"dependency": [
{
"comment": "Updating dependency \"@boostercloud/framework-common-helpers\" from `^2.2.0` to `^2.3.0`"
},
{
"comment": "Updating dependency \"@boostercloud/framework-types\" from `^2.2.0` to `^2.3.0`"
},
{
"comment": "Updating dependency \"@boostercloud/metadata-booster\" from `^2.2.0` to `^2.3.0`"
},
{
"comment": "Updating dependency \"@boostercloud/eslint-config\" from `^2.2.0` to `^2.3.0`"
}
]
}
},
{
"version": "2.2.0",
"tag": "@boostercloud/framework-core_v2.2.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/framework-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @boostercloud/framework-core

This log was last generated on Fri, 17 Nov 2023 14:25:53 GMT and should not be manually modified.
This log was last generated on Thu, 25 Jan 2024 18:03:39 GMT and should not be manually modified.

## 2.3.0
Thu, 25 Jan 2024 18:03:39 GMT

### Minor changes

- Update Azure infrastructure to use Azure Gateway. Rockets now support multiple functions with specific host.json files

## 2.2.0
Fri, 17 Nov 2023 14:25:53 GMT
Expand Down
10 changes: 5 additions & 5 deletions packages/framework-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-core",
"version": "2.2.0",
"version": "2.3.0",
"description": "Library for your Booster apps",
"author": "Boosterin Labs SLU",
"homepage": "https://boosterframework.com",
Expand Down Expand Up @@ -36,8 +36,8 @@
"graphql": "^16.6.0"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^2.2.0",
"@boostercloud/framework-types": "workspace:^2.2.0",
"@boostercloud/framework-common-helpers": "workspace:^2.3.0",
"@boostercloud/framework-types": "workspace:^2.3.0",
"fp-ts": "^2.11.0",
"graphql-scalars": "^1.17.0",
"graphql-subscriptions": "2.0.0",
Expand All @@ -51,8 +51,8 @@
"@effect-ts/core": "^0.60.4"
},
"devDependencies": {
"@boostercloud/metadata-booster": "workspace:^2.2.0",
"@boostercloud/eslint-config": "workspace:^2.2.0",
"@boostercloud/metadata-booster": "workspace:^2.3.0",
"@boostercloud/eslint-config": "workspace:^2.3.0",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/faker": "5.1.5",
Expand Down
28 changes: 14 additions & 14 deletions packages/framework-integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "@boostercloud/framework-integration-tests",
"description": "Example project for Booster",
"version": "2.2.0",
"version": "2.3.0",
"author": "Boosterin Labs SLU",
"homepage": "https://boosterframework.com",
"publishConfig": {
"access": "restricted"
},
"bugs": "https://github.com/boostercloud/booster/issues",
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^2.2.0",
"@boostercloud/framework-core": "workspace:^2.2.0",
"@boostercloud/framework-provider-aws": "workspace:^2.2.0",
"@boostercloud/framework-provider-azure": "workspace:^2.2.0",
"@boostercloud/framework-provider-local": "workspace:^2.2.0",
"@boostercloud/framework-types": "workspace:^2.2.0",
"@boostercloud/framework-common-helpers": "workspace:^2.3.0",
"@boostercloud/framework-core": "workspace:^2.3.0",
"@boostercloud/framework-provider-aws": "workspace:^2.3.0",
"@boostercloud/framework-provider-azure": "workspace:^2.3.0",
"@boostercloud/framework-provider-local": "workspace:^2.3.0",
"@boostercloud/framework-types": "workspace:^2.3.0",
"aws-sdk": "2.853.0",
"graphql": "^16.6.0",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4",
"express-unless": "2.1.3"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^2.2.0",
"@boostercloud/application-tester": "workspace:^2.2.0",
"@boostercloud/cli": "workspace:^2.2.0",
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^2.2.0",
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^2.2.0",
"@boostercloud/framework-provider-local-infrastructure": "workspace:^2.2.0",
"@boostercloud/metadata-booster": "workspace:^2.2.0",
"@boostercloud/eslint-config": "workspace:^2.3.0",
"@boostercloud/application-tester": "workspace:^2.3.0",
"@boostercloud/cli": "workspace:^2.3.0",
"@boostercloud/framework-provider-aws-infrastructure": "workspace:^2.3.0",
"@boostercloud/framework-provider-azure-infrastructure": "workspace:^2.3.0",
"@boostercloud/framework-provider-local-infrastructure": "workspace:^2.3.0",
"@boostercloud/metadata-booster": "workspace:^2.3.0",
"@types/aws-lambda": "8.10.48",
"@types/chai": "4.2.18",
"@types/chai-arrays": "2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/framework-provider-aws-infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boostercloud/framework-provider-aws-infrastructure",
"deprecated": "Due to significant changes in recent versions of the AWS CDK, specifically the transition from CDKToolkit to a cli tool as noted [here](https://github.com/aws/aws-cdk-rfcs/issues/300), upgrading our current implementation would require a substantial rewrite. Given the open-source nature of our project without direct revenue streams, the ensuing maintenance costs are unfeasible. However, we are open to upgrading the AWS provider or creating an alternative implementation using other technologies like Terraform's CDKTF, with community contributions or sponsorships. If you're interested in supporting us, we welcome you to reach out via the official channels listed on the [Booster's website](https://boosterframework.com).",
"version": "2.2.0",
"version": "2.3.0",
"description": "Handle the Booster deployment process to AWS",
"keywords": [
"framework-provider-aws-infrastructure"
Expand Down Expand Up @@ -41,9 +41,9 @@
"@aws-cdk/aws-s3-deployment": "^1.170.0",
"@aws-cdk/core": "^1.170.0",
"@aws-cdk/cx-api": "^1.170.0",
"@boostercloud/framework-common-helpers": "workspace:^2.2.0",
"@boostercloud/framework-provider-aws": "workspace:^2.2.0",
"@boostercloud/framework-types": "workspace:^2.2.0",
"@boostercloud/framework-common-helpers": "workspace:^2.3.0",
"@boostercloud/framework-provider-aws": "workspace:^2.3.0",
"@boostercloud/framework-types": "workspace:^2.3.0",
"constructs": "^3.3.69",
"aws-cdk": "^1.170.0",
"aws-sdk": "2.853.0",
Expand All @@ -69,7 +69,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^2.2.0",
"@boostercloud/eslint-config": "workspace:^2.3.0",
"@types/aws-lambda": "8.10.48",
"@types/aws-sdk": "2.7.0",
"@types/chai": "4.2.18",
Expand Down
8 changes: 4 additions & 4 deletions packages/framework-provider-aws/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@boostercloud/framework-provider-aws",
"deprecated": "Due to significant changes in recent versions of the AWS CDK, specifically the transition from CDKToolkit to a cli tool as noted [here](https://github.com/aws/aws-cdk-rfcs/issues/300), upgrading our current implementation would require a substantial rewrite. Given the open-source nature of our project without direct revenue streams, the ensuing maintenance costs are unfeasible. However, we are open to upgrading the AWS provider or creating an alternative implementation using other technologies like Terraform's CDKTF, with community contributions or sponsorships. If you're interested in supporting us, we welcome you to reach out via the official channels listed on the [Booster's website](https://boosterframework.com).",
"version": "2.2.0",
"version": "2.3.0",
"description": "Handle Booster's integration with AWS",
"keywords": [
"framework-provider-aws"
Expand All @@ -24,8 +24,8 @@
"node": ">=18.0.0 <19.0.0"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^2.2.0",
"@boostercloud/framework-types": "workspace:^2.2.0",
"@boostercloud/framework-common-helpers": "workspace:^2.3.0",
"@boostercloud/framework-types": "workspace:^2.3.0",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4"
},
Expand All @@ -43,7 +43,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^2.2.0",
"@boostercloud/eslint-config": "workspace:^2.3.0",
"@types/aws-lambda": "8.10.48",
"@types/chai": "4.2.18",
"@types/chai-arrays": "2.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/framework-provider-azure-infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-azure-infrastructure",
"version": "2.2.0",
"version": "2.3.0",
"description": "Handle the Booster deployment process to Azure",
"keywords": [
"framework-provider-azure-infrastructure"
Expand All @@ -25,10 +25,10 @@
"dependencies": {
"@azure/arm-appservice": "^13.0.0",
"@azure/cosmos": "^4.0.0",
"@boostercloud/framework-common-helpers": "workspace:^2.2.0",
"@boostercloud/framework-core": "workspace:^2.2.0",
"@boostercloud/framework-provider-azure": "workspace:^2.2.0",
"@boostercloud/framework-types": "workspace:^2.2.0",
"@boostercloud/framework-common-helpers": "workspace:^2.3.0",
"@boostercloud/framework-core": "workspace:^2.3.0",
"@boostercloud/framework-provider-azure": "workspace:^2.3.0",
"@boostercloud/framework-types": "workspace:^2.3.0",
"@cdktf/provider-azurerm": "11.2.0",
"@cdktf/provider-time": "9.0.2",
"@types/archiver": "5.1.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^2.2.0",
"@boostercloud/eslint-config": "workspace:^2.3.0",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/faker": "5.1.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/framework-provider-azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-azure",
"version": "2.2.0",
"version": "2.3.0",
"description": "Handle Booster's integration with Azure",
"keywords": [
"framework-provider-azure"
Expand All @@ -27,14 +27,14 @@
"@azure/functions": "^1.2.2",
"@azure/identity": "~2.1.0",
"@azure/event-hubs": "5.11.1",
"@boostercloud/framework-common-helpers": "workspace:^2.2.0",
"@boostercloud/framework-types": "workspace:^2.2.0",
"@boostercloud/framework-common-helpers": "workspace:^2.3.0",
"@boostercloud/framework-types": "workspace:^2.3.0",
"tslib": "^2.4.0",
"@effect-ts/core": "^0.60.4",
"@azure/web-pubsub": "~1.1.0"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^2.2.0",
"@boostercloud/eslint-config": "workspace:^2.3.0",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/faker": "5.1.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/framework-provider-local-infrastructure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boostercloud/framework-provider-local-infrastructure",
"version": "2.2.0",
"version": "2.3.0",
"description": "Handle the Booster running process of the local runtime",
"keywords": [
"framework-provider-local-infrastructure"
Expand All @@ -23,9 +23,9 @@
"node": ">=18.0.0 <19.0.0"
},
"dependencies": {
"@boostercloud/framework-common-helpers": "workspace:^2.2.0",
"@boostercloud/framework-provider-local": "workspace:^2.2.0",
"@boostercloud/framework-types": "workspace:^2.2.0",
"@boostercloud/framework-common-helpers": "workspace:^2.3.0",
"@boostercloud/framework-provider-local": "workspace:^2.3.0",
"@boostercloud/framework-types": "workspace:^2.3.0",
"cors": "2.8.5",
"express": "^4.17.1",
"node-schedule": "^2.1.0",
Expand All @@ -46,7 +46,7 @@
"url": "https://github.com/boostercloud/booster/issues"
},
"devDependencies": {
"@boostercloud/eslint-config": "workspace:^2.2.0",
"@boostercloud/eslint-config": "workspace:^2.3.0",
"@types/chai": "4.2.18",
"@types/chai-as-promised": "7.1.4",
"@types/cors": "^2.8.12",
Expand Down
Loading

0 comments on commit e05e99e

Please sign in to comment.