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

postgres164 #13530

Merged
merged 27 commits into from
Aug 22, 2024
Merged

postgres164 #13530

merged 27 commits into from
Aug 22, 2024

Conversation

deandreJones
Copy link
Contributor

@deandreJones deandreJones commented Aug 21, 2024

B-20640
upgrade local Postgres version to 16.4

instructions for testing

  1. validate current running version by running select version(); in pqsl or in Postgres ui client
  2. run make db_dev_destroy to remove current db instance
  3. run make db_dev_fresh to rebuild using new version
  4. validate current running version by running select version(); in pqsl or in Postgres ui client
  5. Remove from homebrew by running brew remove --force postgresql@14
  6. install 16 with brew install postgresql@16 FYI- this takes a while
  7. validate by running psql-dev

DO NOT UPDATE homebrew postgressql version.. see below
Homebrew/homebrew-core#167594

Also- have to keep using circleCis Postgres image 12.11(since that works) upgrading past 14.8 breaks the test_db as pg_cron is auto started and keeps a session open
CircleCI-Public/cimg-postgres#116

taeJungCaci and others added 14 commits August 14, 2024 15:06
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.58.2 to 1.59.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.58.2...service/s3/v1.59.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…com/aws/aws-sdk-go-v2/service/s3-1.59.0

Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.58.2 to 1.59.0
…ipment-card

MAIN B-20450 boat customer shipment card
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.13 to 5.1.0.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.0.13...v5.1.0)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/jessevdk/go-flags/releases)
- [Commits](jessevdk/go-flags@v1.5.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/jessevdk/go-flags
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [go.opentelemetry.io/contrib/instrumentation/runtime](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.43.0 to 0.53.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.43.0...zpages/v0.53.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…telemetry.io/contrib/instrumentation/runtime-0.53.0
…com/jessevdk/go-flags-1.6.1

Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1
@deandreJones deandreJones reopened this Aug 21, 2024
@danieljordan-caci
Copy link
Contributor

You have more tests failing than the number of times I failed my parents bro

@deandreJones
Copy link
Contributor Author

ok- this is ready now

Copy link
Contributor

@traskowskycaci traskowskycaci left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Then

image

Looks lovely!

@deandreJones deandreJones merged commit f56a028 into integrationTesting Aug 22, 2024
32 checks passed
@deandreJones deandreJones deleted the B-20640-int branch August 22, 2024 21:05
@deandreJones deandreJones mentioned this pull request Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants