feat(container): update image ghcr.io/cmer81/open-meteo-mcp ( 1.6.1 ➔ 1.7.0 )#269
Open
renovate[bot] wants to merge 1 commit into
Open
feat(container): update image ghcr.io/cmer81/open-meteo-mcp ( 1.6.1 ➔ 1.7.0 )#269renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
--- HelmRelease: ai/open-meteo-mcp Deployment: ai/open-meteo-mcp
+++ HelmRelease: ai/open-meteo-mcp Deployment: ai/open-meteo-mcp
@@ -42,13 +42,13 @@
containers:
- env:
- name: PORT
value: '3000'
- name: TRANSPORT
value: http
- image: ghcr.io/cmer81/open-meteo-mcp:1.6.1
+ image: ghcr.io/cmer81/open-meteo-mcp:1.7.0
livenessProbe:
failureThreshold: 3
httpGet:
path: /health
port: 3000
initialDelaySeconds: 15 |
--- kubernetes/apps/ai/open-meteo-mcp/app Kustomization: ai/open-meteo-mcp HelmRelease: ai/open-meteo-mcp
+++ kubernetes/apps/ai/open-meteo-mcp/app Kustomization: ai/open-meteo-mcp HelmRelease: ai/open-meteo-mcp
@@ -34,13 +34,13 @@
app:
env:
PORT: '3000'
TRANSPORT: http
image:
repository: ghcr.io/cmer81/open-meteo-mcp
- tag: 1.6.1
+ tag: 1.7.0
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.1→1.7.0Release Notes
cmer81/open-meteo-mcp (ghcr.io/cmer81/open-meteo-mcp)
v1.7.0Compare Source
This release closes out a full audit comparing all 9 upstream Open-Meteo OpenAPI specs against what this MCP server exposes, fixing all 50 findings (5 Critical, 15 High, 21 Medium, 11 Low) across four incremental PRs. Every change was verified against the live Open-Meteo API, not just the spec text, since the two don't always agree — a few spec-documented values were tested and intentionally left out because they return null data live.
Highlights
New parameters exposed
air_quality:currentconditions (AQI, pollens, UV index, …),domains,start_date/end_dateseasonal_forecast:weeklyandmonthlyblocks (previously missing entirely),models,cell_selectionweather_forecast& the 7 model-specific tools:minutely_15,cell_selection,tilt/azimuth,past_hours/forecast_hours, ~140 newly verified hourly variables (full pressure-level grid across 19 standard levels)marine_weather:current,minutely_15,models(wave model selection),length_unit, unit paramsensemble_forecast: multi-model arrays (compare several ensemble systems in one call),elevation,temporal_resolution, date/hour range paramsweather_archive:models(reanalysis dataset selector), ~20 new daily/hourly variablesflood_forecast:models(GloFAS version), previously-hidden schema params (timeformat, date range,cell_selection)elevation: batch lookup via arrays of coordinatesCorrected ranges & requirements
forecast_days/past_daysranges fixed acrossair_quality,marine_weather,ensemble_forecast,flood_forecast,climate_projectionmodels/dailyno longer wrongly marked as required onclimate_projectionandensemble_forecastStricter, more accurate validation
dwd_icon_forecast,gfs_forecast,meteofrance_forecast,jma_forecast,metno_forecast,gem_forecast) now validate against their own provider's models instead of accepting the full cross-provider listweather_archive'ssurface_temperature)See #50, #51, #52, #53 for the full per-tool breakdown and the live-API verification notes behind each change.
Full Changelog: cmer81/open-meteo-mcp@v1.6.1...v1.7.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.