Skip to content

v0.6.9 refs - #1365

Open
eschultink wants to merge 1 commit into
rc-v0.6.9from
v0.6.9-refs
Open

v0.6.9 refs#1365
eschultink wants to merge 1 commit into
rc-v0.6.9from
v0.6.9-refs

Conversation

@eschultink

Copy link
Copy Markdown
Member

Logistics

  • Updates version references across the repository to v0.6.9 in preparation for the release (e.g. module tags, example pins, and related version strings).

Change implications

  • dependencies added/changed? no
  • something important to note in future release notes?
    • NOTE in CHANGELOG.md anything that will show up in terraform plan/apply that isn't obviously a no-op? No — reference-only bump; no expected Terraform plan/apply diffs beyond version pins.
    • breaking changes? No — version reference update only.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.9 to v0.6.9 in bash tooling and Java proxy constants/tests.
  • Update commented Terraform module ref= examples in AWS/GCP example configurations to v0.6.9.
  • Refresh SBOM JSON metadata/hashes and expand CHANGELOG.md with 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 thread CHANGELOG.md
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants