Skip to content

Commit

Permalink
chore: bump discovery service to v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
utkuozdemir committed Nov 28, 2024
1 parent 5a26d4c commit d879c6e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/slack-notify.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-11-25T13:10:36Z by kres b9ed228.
# Generated on 2024-11-28T14:39:19Z by kres 232fe63.

name: slack-notify
"on":
Expand Down Expand Up @@ -34,9 +34,10 @@ jobs:
- name: Slack Notify
uses: slackapi/slack-github-action@v2
with:
channel-id: proj-talos-maintainers
method: chat.postMessage
payload: |
{
"channel": "proj-talos-maintainers",
"attachments": [
{
"color": "${{ github.event.workflow_run.conclusion == 'success' && '#2EB886' || github.event.workflow_run.conclusion == 'failure' && '#A30002' || '#FFCC00' }}",
Expand Down Expand Up @@ -96,5 +97,4 @@ jobs:
}
]
}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
token: ${{ secrets.SLACK_BOT_TOKEN }}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ require (
github.com/siderolabs/crypto v0.5.0
github.com/siderolabs/discovery-api v0.1.5
github.com/siderolabs/discovery-client v0.1.10
github.com/siderolabs/discovery-service v1.0.7
github.com/siderolabs/discovery-service v1.0.8
github.com/siderolabs/gen v0.7.0
github.com/siderolabs/go-api-signature v0.3.6
github.com/siderolabs/go-circular v0.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ github.com/siderolabs/discovery-api v0.1.5 h1:fcHVkLkWla7C5+9IeOGEUQ4N8Yp9R7a/kc
github.com/siderolabs/discovery-api v0.1.5/go.mod h1:b9jOm9T2puYVcRqCAjWxPcHz2qBqDX8I0OZDOyOFHXg=
github.com/siderolabs/discovery-client v0.1.10 h1:bTAvFLiISSzVXyYL1cIgAz8cPYd9ZfvhxwdebgtxARA=
github.com/siderolabs/discovery-client v0.1.10/go.mod h1:Ew1z07eyJwqNwum84IKYH4S649KEKK5WUmRW49HlXS8=
github.com/siderolabs/discovery-service v1.0.7 h1:ydmFV/6TkLzdUVHvXPZLOmI6WzQ6BZoAUIQUn+lqM+0=
github.com/siderolabs/discovery-service v1.0.7/go.mod h1:Tp6oSTXRlAZJR6vgMOAdvkEr6z5Y3LM/F8m3nwvhyEo=
github.com/siderolabs/discovery-service v1.0.8 h1:UzWSe73+KAE5ENB+o7k7YWE2mozR2qMXzTp/k02BYYc=
github.com/siderolabs/discovery-service v1.0.8/go.mod h1:Tp6oSTXRlAZJR6vgMOAdvkEr6z5Y3LM/F8m3nwvhyEo=
github.com/siderolabs/gen v0.7.0 h1:uHAt3WD0dof28NHFuguWBbDokaXQraR/HyVxCLw2QCU=
github.com/siderolabs/gen v0.7.0/go.mod h1:an3a2Y53O7kUjnnK8Bfu3gewtvnIOu5RTU6HalFtXQQ=
github.com/siderolabs/go-api-signature v0.3.6 h1:wDIsXbpl7Oa/FXvxB6uz4VL9INA9fmr3EbmjEZYFJrU=
Expand Down

0 comments on commit d879c6e

Please sign in to comment.