-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Upgrade Uptime Kuma API version #59
base: main
Are you sure you want to change the base?
[FEATURE] Upgrade Uptime Kuma API version #59
Conversation
23addbf
to
9af09ea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update upgraded the Uptime Kuma API version
For those who are waiting for this feature or just want to use a newer Uptime Kuma version, I have pushed the image based on alencarsouza changes here: |
I keep getting this error exec /app/entrypoint.sh: exec format error |
Try this image: 1.2.1-amd |
Thanks for this! |
Overview
This pull request addresses the issue #58 in the Uptime Kuma Web API repository. The issue detailed problems with creating a monitor of type
json-query
, which was not previously supported.Changes Made
The following updates have been made in this pull request:
Added HTTP json-query Fields to Monitor Schema: The json-query type and its relevant fields have been added to the Monitor schema, allowing users to create monitors using this type.
The uptime-kuma-api dependency has been upgraded to 1.2.1.
Updated the Uptime Kuma Docker image version to 1.23.2 in the docker-compose.yml file. This update ensures compatibility with the new json-query monitor type.
Impact
These changes enable users to create and utilize the
json-query
monitor type, enhancing the API's functionality and addressing the user-reported issue. It broadens the monitoring capabilities of Uptime Kuma, making the tool more versatile and user-friendly.