From 238e0580d5e8936ca5f7cb27dffd45c00f8067b8 Mon Sep 17 00:00:00 2001 From: Zach Hoffman Date: Fri, 27 Sep 2024 01:11:55 -0600 Subject: [PATCH] Update Postgres version to 13.16 --- .env | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index cbd6788d3e..2fd755e41b 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ ATS_VERSION=9.2.4 GO_VERSION=1.23.1 -POSTGRES_VERSION=13.2 +POSTGRES_VERSION=13.16 TOMCAT_VERSION=9.0.91 diff --git a/CHANGELOG.md b/CHANGELOG.md index 777a42c36c..abdf411652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). - [#7846](https://github.com/apache/trafficcontrol/pull/7846) *Traffic Portal* Increase State character limit - [#8010](https://github.com/apache/trafficcontrol/pull/8010) *Traffic Stats* Omit NPM dev dependencies from Traffic Stats RPM - [#8071](https://github.com/apache/trafficcontrol/pull/8071) *Traffic Ops* Improve validation for the `id` field of the `PUT /deliveryservice_request_comments` endpoint. +- [#8078](https://github.com/apache/trafficcontrol/pull/8078) *Traffic Ops DB* Update Postgres version to 13.16. ### Removed - [#7832](https://github.com/apache/trafficcontrol/pull/7832) *t3c* Removed Perl dependency