⬆️ Update prom/alertmanager Docker tag to v0.28.0 #669

Merged
mafyuh merged 1 commit from renovate/prom-alertmanager-0.x into main 2025-01-15 20:36:53 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
prom/alertmanager minor v0.27.0 -> v0.28.0

Release Notes

prometheus/alertmanager (prom/alertmanager)

v0.28.0: 0.28.0 / 2025-01-15

Compare Source

  • [CHANGE] Templating errors in the SNS integration now return an error. #​3531 #​3879
  • [CHANGE] Adopt log/slog, drop go-kit/log #​4089
  • [FEATURE] Add a new Microsoft Teams integration based on Flows #​4024
  • [FEATURE] Add a new Rocket.Chat integration #​3600
  • [FEATURE] Add a new Jira integration #​3590 #​3931
  • [FEATURE] Add support for GOMEMLIMIT, enable it via the feature flag --enable-feature=auto-gomemlimit. #​3895
  • [FEATURE] Add support for GOMAXPROCS, enable it via the feature flag --enable-feature=auto-gomaxprocs. #​3837
  • [FEATURE] Add support for limits of silences including the maximum number of active and pending silences, and the maximum size per silence (in bytes). You can use the flags --silences.max-silences and --silences.max-silence-size-bytes to set them accordingly #​3852 #​3862 #​3866 #​3885 #​3886 #​3877
  • [FEATURE] Muted alerts now show whether they are suppressed or not in both the /api/v2/alerts endpoint and the Alertmanager UI. #​3793 #​3797 #​3792
  • [ENHANCEMENT] Add support for content, username and avatar_url in the Discord integration. content and username also support templating. #​4007
  • [ENHANCEMENT] Only invalidate the silences cache if a new silence is created or an existing silence replaced - should improve latency on both GET api/v2/alerts and POST api/v2/alerts API endpoint. #​3961
  • [ENHANCEMENT] Add image source label to Dockerfile. To get changelogs shown when using Renovate #​4062
  • [ENHANCEMENT] Build using go 1.23 #​4071
  • [ENHANCEMENT] Support setting a global SMTP TLS configuration. #​3732
  • [ENHANCEMENT] The setting room_id in the WebEx integration can now be templated to allow for dynamic room IDs. #​3801
  • [ENHANCEMENT] Enable setting message_thread_id for the Telegram integration. #​3638
  • [ENHANCEMENT] Support the since and humanizeDuration functions to templates. This means users can now format time to more human-readable text. #​3863
  • [ENHANCEMENT] Support the date and tz functions to templates. This means users can now format time in a specified format and also change the timezone to their specific locale. #​3812
  • [ENHANCEMENT] Latency metrics now support native histograms. #​3737
  • [ENHANCEMENT] Add full width to adaptive card for msteamsv2 #​4135
  • [ENHANCEMENT] Add timeout option for webhook notifier. #​4137
  • [ENHANCEMENT] Update config to allow showing secret values when marshaled #​4158
  • [ENHANCEMENT] Enable templating for Jira project and issue_type #​4159
  • [BUGFIX] Fix the SMTP integration not correctly closing an SMTP submission, which may lead to unsuccessful dispatches being marked as successful. #​4006
  • [BUGFIX] The ParseMode option is now set explicitly in the Telegram integration. If we don't HTML tags had not been parsed by default. #​4027
  • [BUGFIX] Fix a memory leak that was caused by updates silences continuously. #​3930
  • [BUGFIX] Fix hiding secret URLs when the URL is incorrect. #​3887
  • [BUGFIX] Fix a race condition in the alerts - it was more of a hypothetical race condition that could have occurred in the alert reception pipeline. #​3648
  • [BUGFIX] Fix a race condition in the alert delivery pipeline that would cause a firing alert that was delivered earlier to be deleted from the aggregation group when instead it should have been delivered again. #​3826
  • [BUGFIX] Fix version in APIv1 deprecation notice. #​3815
  • [BUGFIX] Fix crash errors when using url_file in the Webhook integration. #​3800
  • [BUGFIX] fix Route.ID() returns conflicting IDs. #​3803
  • [BUGFIX] Fix deadlock on the alerts memory store. #​3715
  • [BUGFIX] Fix amtool template render when using the default values. #​3725
  • [BUGFIX] Fix webhook_url_file for both the Discord and Microsoft Teams integrations. #​3728 #​3745
  • [BUGFIX] Fix wechat api link #​4084
  • [BUGFIX] Fix build info metric #​4166
  • [BUGFIX] Fix UTF-8 not allowed in Equal field for inhibition rules #​4177

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prom/alertmanager](https://github.com/prometheus/alertmanager) | minor | `v0.27.0` -> `v0.28.0` | --- ### Release Notes <details> <summary>prometheus/alertmanager (prom/alertmanager)</summary> ### [`v0.28.0`](https://github.com/prometheus/alertmanager/releases/tag/v0.28.0): 0.28.0 / 2025-01-15 [Compare Source](https://github.com/prometheus/alertmanager/compare/v0.27.0...v0.28.0) - \[CHANGE] Templating errors in the SNS integration now return an error. [#&#8203;3531](https://github.com/prometheus/alertmanager/issues/3531) [#&#8203;3879](https://github.com/prometheus/alertmanager/issues/3879) - \[CHANGE] Adopt log/slog, drop go-kit/log [#&#8203;4089](https://github.com/prometheus/alertmanager/issues/4089) - \[FEATURE] Add a new Microsoft Teams integration based on Flows [#&#8203;4024](https://github.com/prometheus/alertmanager/issues/4024) - \[FEATURE] Add a new Rocket.Chat integration [#&#8203;3600](https://github.com/prometheus/alertmanager/issues/3600) - \[FEATURE] Add a new Jira integration [#&#8203;3590](https://github.com/prometheus/alertmanager/issues/3590) [#&#8203;3931](https://github.com/prometheus/alertmanager/issues/3931) - \[FEATURE] Add support for `GOMEMLIMIT`, enable it via the feature flag `--enable-feature=auto-gomemlimit`. [#&#8203;3895](https://github.com/prometheus/alertmanager/issues/3895) - \[FEATURE] Add support for `GOMAXPROCS`, enable it via the feature flag `--enable-feature=auto-gomaxprocs`. [#&#8203;3837](https://github.com/prometheus/alertmanager/issues/3837) - \[FEATURE] Add support for limits of silences including the maximum number of active and pending silences, and the maximum size per silence (in bytes). You can use the flags `--silences.max-silences` and `--silences.max-silence-size-bytes` to set them accordingly [#&#8203;3852](https://github.com/prometheus/alertmanager/issues/3852) [#&#8203;3862](https://github.com/prometheus/alertmanager/issues/3862) [#&#8203;3866](https://github.com/prometheus/alertmanager/issues/3866) [#&#8203;3885](https://github.com/prometheus/alertmanager/issues/3885) [#&#8203;3886](https://github.com/prometheus/alertmanager/issues/3886) [#&#8203;3877](https://github.com/prometheus/alertmanager/issues/3877) - \[FEATURE] Muted alerts now show whether they are suppressed or not in both the `/api/v2/alerts` endpoint and the Alertmanager UI. [#&#8203;3793](https://github.com/prometheus/alertmanager/issues/3793) [#&#8203;3797](https://github.com/prometheus/alertmanager/issues/3797) [#&#8203;3792](https://github.com/prometheus/alertmanager/issues/3792) - \[ENHANCEMENT] Add support for `content`, `username` and `avatar_url` in the Discord integration. `content` and `username` also support templating. [#&#8203;4007](https://github.com/prometheus/alertmanager/issues/4007) - \[ENHANCEMENT] Only invalidate the silences cache if a new silence is created or an existing silence replaced - should improve latency on both `GET api/v2/alerts` and `POST api/v2/alerts` API endpoint. [#&#8203;3961](https://github.com/prometheus/alertmanager/issues/3961) - \[ENHANCEMENT] Add image source label to Dockerfile. To get changelogs shown when using Renovate [#&#8203;4062](https://github.com/prometheus/alertmanager/issues/4062) - \[ENHANCEMENT] Build using go 1.23 [#&#8203;4071](https://github.com/prometheus/alertmanager/issues/4071) - \[ENHANCEMENT] Support setting a global SMTP TLS configuration. [#&#8203;3732](https://github.com/prometheus/alertmanager/issues/3732) - \[ENHANCEMENT] The setting `room_id` in the WebEx integration can now be templated to allow for dynamic room IDs. [#&#8203;3801](https://github.com/prometheus/alertmanager/issues/3801) - \[ENHANCEMENT] Enable setting `message_thread_id` for the Telegram integration. [#&#8203;3638](https://github.com/prometheus/alertmanager/issues/3638) - \[ENHANCEMENT] Support the `since` and `humanizeDuration` functions to templates. This means users can now format time to more human-readable text. [#&#8203;3863](https://github.com/prometheus/alertmanager/issues/3863) - \[ENHANCEMENT] Support the `date` and `tz` functions to templates. This means users can now format time in a specified format and also change the timezone to their specific locale. [#&#8203;3812](https://github.com/prometheus/alertmanager/issues/3812) - \[ENHANCEMENT] Latency metrics now support native histograms. [#&#8203;3737](https://github.com/prometheus/alertmanager/issues/3737) - \[ENHANCEMENT] Add full width to adaptive card for msteamsv2 [#&#8203;4135](https://github.com/prometheus/alertmanager/issues/4135) - \[ENHANCEMENT] Add timeout option for webhook notifier. [#&#8203;4137](https://github.com/prometheus/alertmanager/issues/4137) - \[ENHANCEMENT] Update config to allow showing secret values when marshaled [#&#8203;4158](https://github.com/prometheus/alertmanager/issues/4158) - \[ENHANCEMENT] Enable templating for Jira project and issue_type [#&#8203;4159](https://github.com/prometheus/alertmanager/issues/4159) - \[BUGFIX] Fix the SMTP integration not correctly closing an SMTP submission, which may lead to unsuccessful dispatches being marked as successful. [#&#8203;4006](https://github.com/prometheus/alertmanager/issues/4006) - \[BUGFIX] The `ParseMode` option is now set explicitly in the Telegram integration. If we don't HTML tags had not been parsed by default. [#&#8203;4027](https://github.com/prometheus/alertmanager/issues/4027) - \[BUGFIX] Fix a memory leak that was caused by updates silences continuously. [#&#8203;3930](https://github.com/prometheus/alertmanager/issues/3930) - \[BUGFIX] Fix hiding secret URLs when the URL is incorrect. [#&#8203;3887](https://github.com/prometheus/alertmanager/issues/3887) - \[BUGFIX] Fix a race condition in the alerts - it was more of a hypothetical race condition that could have occurred in the alert reception pipeline. [#&#8203;3648](https://github.com/prometheus/alertmanager/issues/3648) - \[BUGFIX] Fix a race condition in the alert delivery pipeline that would cause a firing alert that was delivered earlier to be deleted from the aggregation group when instead it should have been delivered again. [#&#8203;3826](https://github.com/prometheus/alertmanager/issues/3826) - \[BUGFIX] Fix version in APIv1 deprecation notice. [#&#8203;3815](https://github.com/prometheus/alertmanager/issues/3815) - \[BUGFIX] Fix crash errors when using `url_file` in the Webhook integration. [#&#8203;3800](https://github.com/prometheus/alertmanager/issues/3800) - \[BUGFIX] fix `Route.ID()` returns conflicting IDs. [#&#8203;3803](https://github.com/prometheus/alertmanager/issues/3803) - \[BUGFIX] Fix deadlock on the alerts memory store. [#&#8203;3715](https://github.com/prometheus/alertmanager/issues/3715) - \[BUGFIX] Fix `amtool template render` when using the default values. [#&#8203;3725](https://github.com/prometheus/alertmanager/issues/3725) - \[BUGFIX] Fix `webhook_url_file` for both the Discord and Microsoft Teams integrations. [#&#8203;3728](https://github.com/prometheus/alertmanager/issues/3728) [#&#8203;3745](https://github.com/prometheus/alertmanager/issues/3745) - \[BUGFIX] Fix wechat api link [#&#8203;4084](https://github.com/prometheus/alertmanager/issues/4084) - \[BUGFIX] Fix build info metric [#&#8203;4166](https://github.com/prometheus/alertmanager/issues/4166) - \[BUGFIX] Fix UTF-8 not allowed in Equal field for inhibition rules [#&#8203;4177](https://github.com/prometheus/alertmanager/issues/4177) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4zIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-01-15 10:02:14 -05:00
⬆️ Update prom/alertmanager Docker tag to v0.28.0
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 5s
Ansible Deploy to Hosts / deploy (pull_request) Successful in 20s
4db11bbc07
mafyuh merged commit 2f5ad3329a into main 2025-01-15 20:36:53 -05:00
mafyuh deleted branch renovate/prom-alertmanager-0.x 2025-01-15 20:36:53 -05:00
First-time contributor

Ansible Deployment Output


PLAY [Deploy application] ******************************************************

TASK [Gathering Facts] *********************************************************
ok: [ubu.lan]

TASK [Ensure the repository is up-to-date] *************************************
changed: [ubu.lan]

TASK [Display git pull output] *************************************************
ok: [ubu.lan] => {
    "git_pull_output.stdout_lines": [
        "Updating 1736724..882d487",
        "Fast-forward",
        " .forgejo/workflows/ansible-playbooks.yml | 3 +--",
        " docker/AI/docker-compose.yml             | 4 ++--",
        " docker/arm/docker-compose.yml            | 2 +-",
        " docker/arrs/docker-compose.yml           | 6 +++---",
        " docker/grafana/docker-compose.yml        | 2 +-",
        " docker/kasm/docker-compose.yml           | 2 +-",
        " 6 files changed, 9 insertions(+), 10 deletions(-)"
    ]
}

TASK [Read secret mapping] *****************************************************
ok: [ubu.lan]

TASK [Parse secret mapping] ****************************************************
ok: [ubu.lan]

TASK [Set env_variables] *******************************************************
ok: [ubu.lan]

TASK [Write .env file to target host] ******************************************
ok: [ubu.lan]

TASK [Restart services using Docker Compose] ***********************************
changed: [ubu.lan]

TASK [Run Docker Command] ******************************************************
changed: [ubu.lan]

TASK [Display Docker Output] ***************************************************
ok: [ubu.lan] => {
    "docker_output.stdout_lines": [
        "NAME                     IMAGE                                                 COMMAND                  SERVICE              CREATED        STATUS                                  PORTS",
        "bazarr-exporter          ghcr.io/onedr0p/exportarr:v2.0                        \"/tini -- /exportarr…\"   bazarr-exporter      11 days ago    Up 7 days                               0.0.0.0:9712->9712/tcp, :::9712->9712/tcp",
        "blackbox-exporter        quay.io/prometheus/blackbox-exporter:v0.25.0          \"/bin/blackbox_expor…\"   blackbox-exporter    8 weeks ago    Up Less than a second                   0.0.0.0:9115->9115/tcp, :::9115->9115/tcp",
        "cadvisor                 gcr.io/cadvisor/cadvisor:v0.51.0                      \"/usr/bin/cadvisor -…\"   cadvisor             8 weeks ago    Up 7 days (healthy)                     8080/tcp",
        "grafana                  grafana/grafana:11.4.0                                \"/run.sh\"                grafana              11 days ago    Up 7 days                               0.0.0.0:3000->3000/tcp, :::3000->3000/tcp",
        "grafana-alertmanager-1   prom/alertmanager:v0.28.0                             \"/bin/alertmanager -…\"   alertmanager         1 second ago   Restarting (1) Less than a second ago   ",
        "graphite-exporter        prom/graphite-exporter                                \"/bin/graphite_expor…\"   graphite-exporter    8 weeks ago    Up Less than a second                   0.0.0.0:9108-9109->9108-9109/tcp, :::9108-9109->9108-9109/tcp, 0.0.0.0:9109->9109/udp, :::9109->9109/udp",
        "loki                     grafana/loki:3.3.2                                    \"/usr/bin/loki -conf…\"   loki                 3 weeks ago    Up 7 days                               0.0.0.0:3100->3100/tcp, :::3100->3100/tcp",
        "node_exporter            quay.io/prometheus/node-exporter:v1.8.2               \"/bin/node_exporter …\"   node_exporter        8 weeks ago    Up 7 days                               9100/tcp",
        "prometheus               prom/prometheus:v3.1.0                                \"/bin/prometheus --c…\"   prometheus           11 days ago    Up 7 days                               0.0.0.0:9090->9090/tcp, :::9090->9090/tcp",
        "promtail                 grafana/promtail:3.3.2                                \"/usr/bin/promtail -…\"   promtail             3 weeks ago    Up 7 days                               ",
        "prowlarr-exporter        ghcr.io/onedr0p/exportarr:v2.0                        \"/tini -- /exportarr…\"   prowlarr-exporter    11 days ago    Up 7 days                               0.0.0.0:9710->9710/tcp, :::9710->9710/tcp",
        "radarr-exporter          ghcr.io/onedr0p/exportarr:v2.0                        \"/tini -- /exportarr…\"   radarr-exporter      11 days ago    Up 7 days                               0.0.0.0:9708->9708/tcp, :::9708->9708/tcp",
        "sabnzbd-exporter         ghcr.io/onedr0p/exportarr:v2.0                        \"/tini -- /exportarr…\"   sabnzbd-exporter     11 days ago    Up 7 days                               0.0.0.0:9711->9711/tcp, :::9711->9711/tcp",
        "snmp-exporter            prom/snmp-exporter:v0.27.0                            \"/bin/snmp_exporter …\"   snmp-exporter        11 days ago    Up Less than a second                   9116/tcp",
        "sonarr-exporter          ghcr.io/onedr0p/exportarr:v2.0                        \"/tini -- /exportarr…\"   sonarr-exporter      11 days ago    Up 7 days                               0.0.0.0:9707->9707/tcp, :::9707->9707/tcp",
        "speedtest-exporter       ghcr.io/miguelndecarvalho/speedtest-exporter:v3.5.4   \"python -u exporter.…\"   speedtest-exporter   8 weeks ago    Up 7 days (unhealthy)                   0.0.0.0:9798->9798/tcp, :::9798->9798/tcp"
    ]
}

PLAY RECAP *********************************************************************
ubu.lan                    : ok=10   changed=3    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   


### Ansible Deployment Output ``` PLAY [Deploy application] ****************************************************** TASK [Gathering Facts] ********************************************************* ok: [ubu.lan] TASK [Ensure the repository is up-to-date] ************************************* changed: [ubu.lan] TASK [Display git pull output] ************************************************* ok: [ubu.lan] => { "git_pull_output.stdout_lines": [ "Updating 1736724..882d487", "Fast-forward", " .forgejo/workflows/ansible-playbooks.yml | 3 +--", " docker/AI/docker-compose.yml | 4 ++--", " docker/arm/docker-compose.yml | 2 +-", " docker/arrs/docker-compose.yml | 6 +++---", " docker/grafana/docker-compose.yml | 2 +-", " docker/kasm/docker-compose.yml | 2 +-", " 6 files changed, 9 insertions(+), 10 deletions(-)" ] } TASK [Read secret mapping] ***************************************************** ok: [ubu.lan] TASK [Parse secret mapping] **************************************************** ok: [ubu.lan] TASK [Set env_variables] ******************************************************* ok: [ubu.lan] TASK [Write .env file to target host] ****************************************** ok: [ubu.lan] TASK [Restart services using Docker Compose] *********************************** changed: [ubu.lan] TASK [Run Docker Command] ****************************************************** changed: [ubu.lan] TASK [Display Docker Output] *************************************************** ok: [ubu.lan] => { "docker_output.stdout_lines": [ "NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS", "bazarr-exporter ghcr.io/onedr0p/exportarr:v2.0 \"/tini -- /exportarr…\" bazarr-exporter 11 days ago Up 7 days 0.0.0.0:9712->9712/tcp, :::9712->9712/tcp", "blackbox-exporter quay.io/prometheus/blackbox-exporter:v0.25.0 \"/bin/blackbox_expor…\" blackbox-exporter 8 weeks ago Up Less than a second 0.0.0.0:9115->9115/tcp, :::9115->9115/tcp", "cadvisor gcr.io/cadvisor/cadvisor:v0.51.0 \"/usr/bin/cadvisor -…\" cadvisor 8 weeks ago Up 7 days (healthy) 8080/tcp", "grafana grafana/grafana:11.4.0 \"/run.sh\" grafana 11 days ago Up 7 days 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp", "grafana-alertmanager-1 prom/alertmanager:v0.28.0 \"/bin/alertmanager -…\" alertmanager 1 second ago Restarting (1) Less than a second ago ", "graphite-exporter prom/graphite-exporter \"/bin/graphite_expor…\" graphite-exporter 8 weeks ago Up Less than a second 0.0.0.0:9108-9109->9108-9109/tcp, :::9108-9109->9108-9109/tcp, 0.0.0.0:9109->9109/udp, :::9109->9109/udp", "loki grafana/loki:3.3.2 \"/usr/bin/loki -conf…\" loki 3 weeks ago Up 7 days 0.0.0.0:3100->3100/tcp, :::3100->3100/tcp", "node_exporter quay.io/prometheus/node-exporter:v1.8.2 \"/bin/node_exporter …\" node_exporter 8 weeks ago Up 7 days 9100/tcp", "prometheus prom/prometheus:v3.1.0 \"/bin/prometheus --c…\" prometheus 11 days ago Up 7 days 0.0.0.0:9090->9090/tcp, :::9090->9090/tcp", "promtail grafana/promtail:3.3.2 \"/usr/bin/promtail -…\" promtail 3 weeks ago Up 7 days ", "prowlarr-exporter ghcr.io/onedr0p/exportarr:v2.0 \"/tini -- /exportarr…\" prowlarr-exporter 11 days ago Up 7 days 0.0.0.0:9710->9710/tcp, :::9710->9710/tcp", "radarr-exporter ghcr.io/onedr0p/exportarr:v2.0 \"/tini -- /exportarr…\" radarr-exporter 11 days ago Up 7 days 0.0.0.0:9708->9708/tcp, :::9708->9708/tcp", "sabnzbd-exporter ghcr.io/onedr0p/exportarr:v2.0 \"/tini -- /exportarr…\" sabnzbd-exporter 11 days ago Up 7 days 0.0.0.0:9711->9711/tcp, :::9711->9711/tcp", "snmp-exporter prom/snmp-exporter:v0.27.0 \"/bin/snmp_exporter …\" snmp-exporter 11 days ago Up Less than a second 9116/tcp", "sonarr-exporter ghcr.io/onedr0p/exportarr:v2.0 \"/tini -- /exportarr…\" sonarr-exporter 11 days ago Up 7 days 0.0.0.0:9707->9707/tcp, :::9707->9707/tcp", "speedtest-exporter ghcr.io/miguelndecarvalho/speedtest-exporter:v3.5.4 \"python -u exporter.…\" speedtest-exporter 8 weeks ago Up 7 days (unhealthy) 0.0.0.0:9798->9798/tcp, :::9798->9798/tcp" ] } PLAY RECAP ********************************************************************* ubu.lan : ok=10 changed=3 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 ```
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mafyuh/iac#669
No description provided.