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

chore(ci): deployment config deprecation #281

Closed
wants to merge 9 commits into from

Conversation

DerekRoberts
Copy link
Member

@DerekRoberts DerekRoberts commented Sep 24, 2024

Replace deprecated Deployment Configs with Deployments. Closes #277

Unfortunately there will be some downtime when this deploys.

Steps:

  • Delete DeploymentConfigs for TEST database and backend
  • Delete DeploymentConfigs for PROD database and backend
  • Merge this PR
  • Let deployments to TEST and PROD complete
  • Delete previous DeploymentConfigs

Note: Scaling deployment configs should have worked, but they sometimes scaled back up regardless. Deleting them is safer, especially for the database!

@DerekRoberts DerekRoberts self-assigned this Sep 24, 2024
@DerekRoberts DerekRoberts marked this pull request as draft September 24, 2024 01:32
Copy link

Current changelog

Bug Fixes

  • adding baseline on migrate (f1db5f1)
  • backend/package.json & backend/package-lock.json to reduce vulnerabilities (#213) (37c4663)
  • be: (#160) (bffe0bb)
  • be: Fixed security issue related to an uncontrolled resource consumption in braces (#266) (4d8dcd6)
  • changing to flyway and fixing script (436d14f)
  • deps: update dependency @nestjs/schedule to v4 (#204) (c7229e8)
  • deps: update dependency axios to v1.6.0 [security] (#182) (3a09d9c)
  • deps: update dependency axios to v1.7.4 [security] (#270) (334df42)
  • deps: update dependency axios-oauth-client to v2 (#151) (ee677a4)
  • deps: update dependency reflect-metadata to ^0.2.0 (#233) (b2951f7)
  • deps: update dependency rimraf to v5 (#152) (86910b5)
  • deps: update dependency rimraf to v6 (#273) (961cd7a)
  • deps: update dependency swagger-ui-express to v5 (#164) (24158c5)
  • deps: update nest monorepo to v10 (#176) (a863123)
  • deps: update nest monorepo to v10 (major) (#153) (1295623)
  • deps: update nestjs (#154) (3c64a3a)
  • fixing database deploy (942d331)
  • fixing deployment init (ce00b42)
  • fixing health path (71a133f)
  • fixing param name (c564ec8)
  • fixing pr close (6aa607a)
  • fixing pr workflow (2cf5b9e)
  • fixing prod deployment environment (df3554d)
  • fixing test workflow dir (9f8638b)
  • FSADT1-1341: updated district DOS email (#252) (73bc113)
  • sec: fixing trivy related issues (1bed6ac)
  • Snyk: Upgrade @typescript-eslint/eslint-plugin from 7.9.0 to 7.10.0 (#261) (80d3103)
  • Snyk: Upgrade axios from 1.6.8 to 1.7.2 (#262) (45943dd)
  • Snyk: Upgrade rimraf from 5.0.6 to 5.0.7 (#264) (6b071d7)
  • updating api check workflow (#186) (26f3de4)
  • updating cove coverage report (#197) (9b7009a)
  • upgrade @nestjs/testing from 10.3.7 to 10.3.8 (#246) (2fca147)
  • upgrade @types/node from 20.12.11 to 20.12.12 (#259) (f5f88e4)
  • upgrade @types/node from 20.12.7 to 20.12.8 (#253) (8cd500e)
  • upgrade @types/node from 20.12.8 to 20.12.11 (#255) (407af8f)
  • upgrade @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 (#247) (9e7ba29)
  • upgrade @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 (#250) (eb01c71)
  • upgrade @typescript-eslint/eslint-plugin from 7.8.0 to 7.9.0 (#258) (c18dd44)
  • upgrade @typescript-eslint/parser from 7.7.0 to 7.7.1 (#248) (3516a4d)
  • upgrade @typescript-eslint/parser from 7.7.1 to 7.8.0 (#251) (5551bda)
  • upgrade @typescript-eslint/parser from 7.8.0 to 7.9.0 (#257) (c6fa31b)
  • upgrade @typescript-eslint/parser from 7.9.0 to 7.10.0 (#260) (8194282)
  • upgrade eslint from 8.56.0 to 8.57.0 (#242) (329109b)
  • upgrade multiple dependencies with Snyk (#245) (3391dc6)
  • upgrade reflect-metadata from 0.2.1 to 0.2.2 (#243) (30ca554)
  • upgrade rimraf from 5.0.5 to 5.0.6 (#256) (9263060)
  • upgrade ts-jest from 29.1.2 to 29.1.3 (#263) (d22d21c)

Features

@DerekRoberts DerekRoberts force-pushed the chore/ci/deploymentConfigDeprecation branch from 684e37b to 9b36510 Compare September 24, 2024 02:44
@DerekRoberts DerekRoberts force-pushed the chore/ci/deploymentConfigDeprecation branch from 36150bc to 9b36510 Compare September 24, 2024 02:51
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

chore(ci): deprecate deployment configs
1 participant