Skip to content

Complete domain migration to platform.glueops.dev in docs and examples#4

Merged
allanice001 merged 5 commits intomainfrom
copilot/update-readme-examples-tests
Feb 23, 2026
Merged

Complete domain migration to platform.glueops.dev in docs and examples#4
allanice001 merged 5 commits intomainfrom
copilot/update-readme-examples-tests

Conversation

Copy link
Contributor

Copilot AI commented Feb 20, 2026

Completes the domain migration from platform.onglueopshosted.com to platform.glueops.dev initiated in c6aba59. While that commit updated core code files (main.go, crd.yaml, rbac.yaml), documentation and examples still referenced the old domain.

Changes

Documentation

  • README.md: Updated GATEKEEPER_GATE_GROUP default value, namespace mode label examples, and Gate CRD apiVersion
  • AGENTS.md: Updated policy mode labels, CRD group/version references, and namespace label syntax
  • examples/README.md: Updated setup instructions and inline YAML examples

Example Resources

  • Gate CRDs: Updated apiVersion in examples/gates/{passing,failing}-gate.yaml and test-gate.yaml
  • Test scripts: Updated embedded Gate YAML in examples/{customer,platform}-mode/test-cross-namespace.sh
-apiVersion: platform.onglueopshosted.com/v1alpha1
+apiVersion: platform.glueops.dev/v1alpha1
 kind: Gate
-gatekeeper.platform.onglueopshosted.com/mode: customer|platform
+gatekeeper.platform.glueops.dev/mode: customer|platform

All references to the old domain have been removed from documentation, examples, and test fixtures.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 4 commits February 20, 2026 20:47
…m.glueops.dev

Co-authored-by: allanice001 <700853+allanice001@users.noreply.github.com>
Co-authored-by: allanice001 <700853+allanice001@users.noreply.github.com>
Co-authored-by: allanice001 <700853+allanice001@users.noreply.github.com>
Co-authored-by: allanice001 <700853+allanice001@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README, examples, and tests for new platform name Complete domain migration to platform.glueops.dev in docs and examples Feb 20, 2026
Copilot AI requested a review from allanice001 February 20, 2026 20:52
@allanice001 allanice001 marked this pull request as ready for review February 23, 2026 23:20
Copilot AI review requested due to automatic review settings February 23, 2026 23:20
@allanice001 allanice001 merged commit 85de4c7 into main Feb 23, 2026
1 of 2 checks passed
@allanice001 allanice001 deleted the copilot/update-readme-examples-tests branch February 23, 2026 23:20
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR completes the migration of the Gate CRD API group and namespace label domain from platform.onglueopshosted.com to platform.glueops.dev across documentation and example/test fixtures, aligning non-code references with the already-updated core manifests and Go defaults.

Changes:

  • Updated docs to reference the new Gate CRD group/version and namespace label key domain.
  • Updated example Gate YAMLs and embedded Gate definitions in test scripts to use platform.glueops.dev/v1alpha1.
  • Added gatekeeper to .gitignore (presumably to ignore the built binary).

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
README.md Updates env var default (GATEKEEPER_GATE_GROUP), label key example, and Gate YAML example to the new domain.
AGENTS.md Updates policy label and Gate CRD group/version references to the new domain.
examples/README.md Updates setup instructions and inline YAML snippets to the new domain.
examples/platform-mode/test-cross-namespace.sh Updates embedded Gate YAML apiVersion to the new domain.
examples/customer-mode/test-cross-namespace.sh Updates embedded Gate YAML apiVersion to the new domain.
examples/gates/passing-gate.yaml Updates Gate apiVersion to the new domain.
examples/gates/failing-gate.yaml Updates Gate apiVersion to the new domain.
test-gate.yaml Updates Gate apiVersion to the new domain.
.gitignore Adds an ignore entry for gatekeeper (built artifact).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants