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

release v0.84.0 #1356

Merged
merged 16 commits into from
Apr 30, 2024
Merged

release v0.84.0 #1356

merged 16 commits into from
Apr 30, 2024

Conversation

kishore03109
Copy link
Contributor

New

  • fix(sitelaunch): do not throw for no dig results #1355
  • fix: upgrade axios from 1.6.7 to 1.6.8 #1354
  • fix: upgrade @aws-sdk/client-dynamodb from 3.540.0 to 3.549.0 #1352
  • fix: upgrade simple-git from 3.22.0 to 3.24.0 #1349
  • fix: upgrade yaml from 2.3.4 to 2.4.1 #1346
  • fix: upgrade pg from 8.11.3 to 8.11.5 #1348
  • fix: upgrade glob from 10.3.10 to 10.3.12 #1345
  • fix: upgrade @aws-sdk/client-secrets-manager from 3.540.0 to 3.549.0 #1344
  • fix: upgrade joi from 17.12.0 to 17.12.3 #1342
  • fix: upgrade winston from 3.11.0 to 3.13.0 #1343
  • fix: upgrade umzug from 3.5.1 to 3.8.0 #1340
  • fix: upgrade reflect-metadata from 0.1.14 to 0.2.2 #1339
  • fix: upgrade @aws-sdk/lib-dynamodb from 3.535.0 to 3.549.0 #1341
  • fix: upgrade aws-sdk from 2.1586.0 to 2.1594.0 #1338
  • backport v0.83.0 #1336

Tests

fix(sitelaunch): do not throw for no dig results #1355

Locally enter these values into support/routes/v2/formsg/index.ts

formsgSiteLaunchRouter
  .digAAAADomainRecords({
    primaryDomainSource: "singaopreoae.sg",
  } as SiteLaunchResult)
  .then(console.log)
  .catch(console.error)

formsgSiteLaunchRouter
  .digCAADomainRecords({
    primaryDomainSource: "singaopreoae.sg",
  } as SiteLaunchResult)
  .then(console.log)
  .catch(console.error)

assert that the console log outputs

Screenshot 2024-04-30 at 9.24.39 AM.png

Deploy Notes

fix(sitelaunch): do not throw for no dig results #1355

This fix is meant to go into prod line asap

Full Changelog: https://github.com/isomerpages/isomercms-backend/compare/v0.83.0..v0.84.0

alexanderleegs and others added 16 commits April 26, 2024 09:41
@kishore03109 kishore03109 requested a review from a team April 30, 2024 01:50
@kishore03109 kishore03109 mentioned this pull request Apr 30, 2024
@kishore03109 kishore03109 merged commit 167c68d into master Apr 30, 2024
44 checks passed
@mergify mergify bot deleted the release_v0.84.0 branch April 30, 2024 07:55
This was referenced Jun 27, 2024
@dcshzj dcshzj mentioned this pull request Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants