v0.6.9 refs - #1365
Open
eschultink wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates repository references for the v0.6.9 release, including version strings used by tooling/tests, example Terraform module source pins, and generated SBOM artifacts.
Changes:
- Bump hardcoded version identifiers from
rc-v0.6.9tov0.6.9in bash tooling and Java proxy constants/tests. - Update commented Terraform module
ref=examples in AWS/GCP example configurations tov0.6.9. - Refresh SBOM JSON metadata/hashes and expand
CHANGELOG.mdwith release sections through 0.6.9.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tools/init-tfvars.sh | Updates script version string to v0.6.9. |
| java/core/src/test/java/co/worklytics/psoxy/gateway/impl/ApiDataRequestHandlerTest.java | Updates expected proxy version metadata to v0.6.9. |
| java/core/src/main/java/co/worklytics/psoxy/gateway/ProxyConstants.java | Updates JAVA_SOURCE_CODE_VERSION to v0.6.9. |
| infra/examples-dev/gcp/msft-365.tf | Updates commented module git ref pins to v0.6.9. |
| infra/examples-dev/gcp/main.tf | Updates commented module git ref pins to v0.6.9. |
| infra/examples-dev/gcp/google-workspace.tf | Updates commented module git ref pins to v0.6.9. |
| infra/examples-dev/aws/msft-365.tf | Updates commented module git ref pins to v0.6.9. |
| infra/examples-dev/aws/main.tf | Updates commented module git ref pins to v0.6.9. |
| infra/examples-dev/aws/google-workspace.tf | Updates commented module git ref pins to v0.6.9. |
| docs/gcp/sbom.json | Regenerated SBOM metadata/timestamp and hashes. |
| docs/aws/sbom.json | Regenerated SBOM metadata/timestamp and hashes. |
| CHANGELOG.md | Adds/organizes release sections including a new 0.6.9 section and prior versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+10
to
+12
| ## [0.6.9](https://github.com/Worklytics/psoxy/releases/tag/v0.6.9) | ||
| - `gcp`: **beta** first-class optional external Application Load Balancer (ALB) via `external_api_alb` on `gcp-host` (replaces the prior root `external-api-alb.tf` composition). Cloud Armor IP rules apply only when `allowed_data_access_ip_blocks` is non-null. BYO ALB remains available via `api_connector_external_lb_host`. If you applied the old root composition, destroy those root ALB resources (or `terraform state mv` into the new module addresses) before upgrading. Enabling the ALB may add `hashicorp/tls` to your root provider lockfile (self-signed PoC path). | ||
| - `msft-onedrive`: adding support for a new **beta** connector for fetching Microsoft OneDrive data from users and groups via Microsoft Graph API. See [docs/sources/microsoft-365/msft-onedrive/README.md](docs/sources/microsoft-365/msft-onedrive/README.md) for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Logistics
Change implications
CHANGELOG.mdanything that will show up interraform plan/applythat isn't obviously a no-op? No — reference-only bump; no expected Terraform plan/apply diffs beyond version pins.