updatecli / website

Updatecli website
https://www.updatecli.io/
MIT License
5 stars 22 forks source link

docs: update Updatecli jsonschema #1551

Closed updateclibot[bot] closed 2 months ago

updateclibot[bot] commented 2 months ago

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!