Is anyone experiencing network or database connection problems following the v18.0.0 release? I have a setup in a containerized environment, and I can no longer connect to the database. The setup is the exact same with the exception of the upgrade from the 17.0.1 to 18.0.0 docker images.
Caused by: java.net.UnknownHostException: staging-cluster.xxx.com:5432
at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:229)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.base/java.net.Socket.connect(Socket.java:609)
at org.postgresql.core.PGStream.createSocket(PGStream.java:241)
at org.postgresql.core.PGStream.<init>(PGStream.java:98)
at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:109)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:235)
... 17 more