Skip to content

docs: update Updatecli jsonschema#2101

Merged
updateclibot[bot] merged 1 commit intomasterfrom
updatecli_master_jsonschema
Mar 18, 2025
Merged

docs: update Updatecli jsonschema#2101
updateclibot[bot] merged 1 commit intomasterfrom
updatecli_master_jsonschema

Conversation

@updateclibot
Copy link
Copy Markdown
Contributor

@updateclibot updateclibot bot commented Mar 18, 2025

docs: update Updatecli jsonschema

chore: update Updatecli jsonschema

ran shell command "set -eux\nWORKDIR=\".\"\n\nOLD_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/config.json)\nOLD_COMPOSE_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/compose/config.json)\nOLD_POLICY_MANIFEST_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/policy/manifest/config.json)\nOLD_POLICY_METADATA_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/policy/metadata/config.json)\n\nupdatecli jsonschema --baseid https://www.updatecli.io/latest/schema --directory $WORKDIR/content/en/schema/latest\n\nCHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/config.json)\nCOMPOSE_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/compose/config.json)\nPOLICY_MANIFEST_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/policy/manifest/config.json)\nPOLICY_METADATA_CHECKSUM=$(wc -c < $WORKDIR/content/en/schema/latest/policy/metadata/config.json)\n\nif [ \"$OLD_CHECKSUM\" != \"$CHECKSUM\" ]; then\n echo \"Default jsonschema change detected\"\nfi\n\nif [ \"$OLD_COMPOSE_CHECKSUM\" != \"$COMPOSE_CHECKSUM\" ]; then\n echo \"Compose jsonschema change detected\"\nfi\n\nif [ \"$OLD_POLICY_MANIFEST_CHECKSUM\" != \"$POLICY_MANIFEST_CHECKSUM\" ]; then\n echo \"Policy manifest jsonschema change detected\"\nfi\n\nif [ \"$OLD_POLICY_METADATA_CHECKSUM\" != \"$POLICY_METADATA_CHECKSUM\" ]; then\n echo \"Policy metadata jsonschema change detected\"\nfi\n\nexit 0\n"

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

Made with ❤️️ by updatecli
@updateclibot updateclibot bot enabled auto-merge March 18, 2025 08:34
@updateclibot updateclibot bot added this pull request to the merge queue Mar 18, 2025
Merged via the queue into master with commit 379f10c Mar 18, 2025
9 checks passed
@updateclibot updateclibot bot deleted the updatecli_master_jsonschema branch March 18, 2025 08:39
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.

0 participants