Jake Heath
Jake Heath
I'm having the same issues as above. As a workaround, I went to the last commit that worked and am using that version of release-please like so, which seems to...
Ah I see, I might have missed that part. Essentially when using `GoogleCloudPlatform/release-please-action@v2`, the action wasn't creating a release PR when one didn't exist. For example, I added release-please for...
@vincenthsh is this ready for review?
Sorry I took so long with this PR. I have a few thoughts that might require some refactoring. Let's pull out each of these features into the following PRs, I...
Do you have a particular usecase for running latest?
@dependabot recreate
This looks great, we also have a need to leverage IAM authentication to our RDS postgres. Any updates on the status of this being merged in?
Ah, we are use RDS Aurora as well. This is the line you are referring to? > For Aurora PostgreSQL, you cannot use IAM authentication to establish a replication connection.
Not stale. If the default value is used for txtPrefix, but you explicitly set the txtSuffix, then txtSuffix doesn't render because txtPrefix by default is not an "". Here's some...