Skip to content

Commit

Permalink
⬆️ (dependencies): Update dependency TwiN/gatus to v5.11.0 (#133)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change | OpenSSF |
|---|---|---|---|
| [TwiN/gatus](https://togithub.com/TwiN/gatus) | minor | `v5.10.0` ->
`v5.11.0` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/TwiN/gatus/badge)](https://securityscorecards.dev/viewer/?uri=github.com/TwiN/gatus)
|

---

### Release Notes

<details>
<summary>TwiN/gatus (TwiN/gatus)</summary>

### [`v5.11.0`](https://togithub.com/TwiN/gatus/releases/tag/v5.11.0)

[Compare
Source](https://togithub.com/TwiN/gatus/compare/v5.10.0...v5.11.0)

##### What's Changed

- feat(alerting): Persist triggered alerts across application restart by
[@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/764](https://togithub.com/TwiN/gatus/pull/764)
- fix(alerting): Make Microsoft Teams title customizable by
[@&#8203;rahulchordiya](https://togithub.com/rahulchordiya) in
[https://github.com/TwiN/gatus/pull/731](https://togithub.com/TwiN/gatus/pull/731)
- refactor: Break core package into multiple packages under
config/endpoint by [@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/759](https://togithub.com/TwiN/gatus/pull/759)
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TwiN/gatus/pull/739](https://togithub.com/TwiN/gatus/pull/739)
- chore(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TwiN/gatus/pull/765](https://togithub.com/TwiN/gatus/pull/765)

##### New Contributors

- [@&#8203;rahulchordiya](https://togithub.com/rahulchordiya) made their
first contribution in
[https://github.com/TwiN/gatus/pull/731](https://togithub.com/TwiN/gatus/pull/731)

**Full Changelog**:
TwiN/gatus@v5.10.0...v5.11.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/chezmoi-sh/atlas).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored May 29, 2024
2 parents 5789b8b + 1cf80a0 commit 6c0f794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/nex.rpi/images/alpine/gatus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG BUILD_TYPE "live"
FROM docker.io/library/golang:1.22.3-alpine3.19@sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618 as builder

# renovate: datasource=github-tags depName=TwiN/gatus versioning=semver
ARG GATUS_VERSION="v5.10.0"
ARG GATUS_VERSION="v5.11.0"

# trunk-ignore(hadolint/DL3018): don't care to pin dependencies on build
RUN set -eux; \
Expand All @@ -49,7 +49,7 @@ RUN set -eux; \
FROM --platform=arm64 localhost/nex.rpi/alpine:${BUILD_TYPE} as runtime

# renovate: datasource=github-tags depName=TwiN/gatus versioning=semver
ARG GATUS_VERSION="v5.10.0"
ARG GATUS_VERSION="v5.11.0"

RUN set -eux; \
addgroup --system --gid 64114 gatus; \
Expand Down

0 comments on commit 6c0f794

Please sign in to comment.