-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update development version to 5.2.15 and modify docker configuration
Bumped up the development version to 5.2.15 across build.json, api_version_dev.txt, and deployConfig.json. The docker-compose.yml file has also been modified to use the development configuration, moving away from the canary configuration.
- Loading branch information
1 parent
8eb09d9
commit b0460af
Showing
4 changed files
with
6 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"IS_PROD": false, | ||
"IS_CANARY": false, | ||
"BUILD_VERSION": "5.2.14", | ||
"BUILD_VERSION": "5.2.15", | ||
"BUILD_VERSION_NOTES": "Jan 31, 2024: Campaigns initial prod deployment\n" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
5.2.14 | ||
5.2.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"dev": "5.2.14", | ||
"dev": "5.2.15", | ||
"prod": "5.1.10", | ||
"canary": "5.2.13" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters