Skip to content

Commit f510042

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--cloud-sql-postgresql
2 parents b25b642 + 182e3bf commit f510042

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body:
3838
- label: "I've updated to the latest versions"
3939

4040
- type: input
41-
id: version
41+
id: ex_version
4242
attributes:
4343
label: Extension Version
4444
description: |

.github/workflows/header-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: 'Checkout Repository'
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828

2929
- name: Check License Header
3030
uses: apache/skywalking-eyes/header@main

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This configuration is not required if utilizing the [Admin toolset](#supported-t
4545
* `CLOUD_SQL_POSTGRES_DATABASE`: The name of the database to connect to.
4646
* `CLOUD_SQL_POSTGRES_USER`: (Optional) The database username.
4747
* `CLOUD_SQL_POSTGRES_PASSWORD`: (Optional) The password for the database user.
48-
* `CLOUD_SQL_POSTGRES_IP_TYPE`: (Optional) The IP Type.
48+
* `CLOUD_SQL_POSTGRES_IP_TYPE`: (Optional) The IP Type i.e. "PUBLIC", "PRIVATE", or "PSC" (Default: "PUBLIC")
4949

5050
Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
5151

0 commit comments

Comments
 (0)