Skip to content

Conversation

@updateclibot
Copy link
Contributor

@updateclibot updateclibot bot commented Nov 25, 2024

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 November 25, 2024 11:49
@updateclibot updateclibot bot added this pull request to the merge queue Nov 25, 2024
Merged via the queue into master with commit 628b41e Nov 25, 2024
8 checks passed
@updateclibot updateclibot bot deleted the updatecli_master_jsonschema branch November 25, 2024 11:52
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.

1 participant