Skip to content

docs: update Updatecli jsonschema#2032

Merged
updateclibot[bot] merged 1 commit intomasterfrom
updatecli_master_jsonschema
Jan 17, 2025
Merged

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

Conversation

@updateclibot
Copy link
Contributor

@updateclibot updateclibot bot commented Jan 17, 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 January 17, 2025 13:22
@updateclibot updateclibot bot added this pull request to the merge queue Jan 17, 2025
Merged via the queue into master with commit a3d65e2 Jan 17, 2025
@updateclibot updateclibot bot deleted the updatecli_master_jsonschema branch January 17, 2025 13:26
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