Skip to content

Commit 25205ba

Browse files
authored
Merge pull request #3546 from openziti/update-1.5-deps
Update 1.5 dependencies and changelog
2 parents 9dd1f61 + be25814 commit 25205ba

File tree

8 files changed

+119
-117
lines changed

8 files changed

+119
-117
lines changed

.github/workflows/mattermost-channel-posts.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: mattermost-ziti-webhook
1+
name: mattermost-ziti-py-webhook
22
on:
33
issues:
44
issue_comment:
@@ -20,30 +20,27 @@ on:
2020
jobs:
2121
send-notifications:
2222
runs-on: ubuntu-24.04
23-
name: POST Webhook
23+
name: POST Webhook with Python
2424
if: github.actor != 'dependabot[bot]'
2525
steps:
26-
- uses: openziti/ziti-mattermost-action-py@debug-py-action
26+
- uses: openziti/ziti-mattermost-action-py@v1
2727
if: |
2828
github.repository_owner == 'openziti'
2929
&& ((github.event_name != 'pull_request_review')
3030
|| (github.event_name == 'pull_request_review' && github.event.review.state == 'approved'))
3131
with:
3232
zitiId: ${{ secrets.ZITI_MATTERMOST_IDENTITY }}
33-
webhookUrl: ${{ secrets.ZHOOK_URL }}
33+
webhookUrl: ${{ secrets.ZHOOK_URL_DEV_NOTIFICATIONS }}
3434
eventJson: ${{ toJson(github.event) }}
3535
senderUsername: "GitHubZ"
36-
destChannel: "dev-notifications"
3736

38-
- uses: openziti/ziti-mattermost-action-py@main
37+
- uses: openziti/ziti-mattermost-action-py@v1
3938
if: |
4039
github.repository_owner == 'openziti'
4140
&& ((github.event_name != 'pull_request_review')
4241
|| (github.event_name == 'pull_request_review' && github.event.review.state == 'approved'))
4342
with:
4443
zitiId: ${{ secrets.ZITI_MATTERMOST_IDENTITY }}
45-
webhookUrl: ${{ secrets.ZHOOK_URL }}
44+
webhookUrl: ${{ secrets.ZHOOK_URL_GITHUB_SIG_CORE }}
4645
eventJson: ${{ toJson(github.event) }}
4746
senderUsername: "GitHubZ"
48-
destChannel: "github-sig-core"
49-

.github/workflows/mattermost-webhook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: mattermost-ziti-webhook
1+
name: mattermost-ziti-nodejs-webhook
22
on:
33
create:
44
delete:
@@ -12,10 +12,10 @@ on:
1212
release:
1313

1414
jobs:
15-
mattermost-ziti-webhook:
15+
mattermost-ziti-nodejs-webhook:
1616
continue-on-error: true
1717
runs-on: ubuntu-24.04
18-
name: POST Webhook
18+
name: POST Webhook with NodeJS
1919
if: github.repository_owner == 'openziti' && github.actor != 'dependabot[bot]'
2020
env:
2121
ZITI_LOG: 99

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 1.5.11
2+
3+
## What's New
4+
5+
Update libraries and build with the latest Go version.
6+
17
# Release 1.5.10
28

39
## What's New

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/fatih/color v1.18.0
1919
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
2020
github.com/gaissmai/extnetip v1.3.1
21-
github.com/go-acme/lego/v4 v4.30.1
21+
github.com/go-acme/lego/v4 v4.31.0
2222
github.com/go-openapi/errors v0.22.6
2323
github.com/go-openapi/loads v0.23.2
2424
github.com/go-openapi/runtime v0.29.2
@@ -27,7 +27,7 @@ require (
2727
github.com/go-openapi/swag v0.25.4
2828
github.com/go-openapi/validate v0.25.1
2929
github.com/go-resty/resty/v2 v2.17.1
30-
github.com/golang-jwt/jwt/v5 v5.3.0
30+
github.com/golang-jwt/jwt/v5 v5.3.1
3131
github.com/google/go-cmp v0.7.0
3232
github.com/google/gopacket v1.1.19
3333
github.com/google/uuid v1.6.0
@@ -47,7 +47,7 @@ require (
4747
github.com/lucsky/cuid v1.2.1
4848
github.com/mdlayher/netlink v1.8.0
4949
github.com/michaelquigley/pfxlog v0.6.10
50-
github.com/miekg/dns v1.1.69
50+
github.com/miekg/dns v1.1.72
5151
github.com/mitchellh/mapstructure v1.5.0
5252
github.com/natefinch/lumberjack v2.0.0+incompatible
5353
github.com/openziti/agent v1.0.33
@@ -72,7 +72,7 @@ require (
7272
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
7373
github.com/russross/blackfriday v1.6.0
7474
github.com/shirou/gopsutil/v3 v3.24.5
75-
github.com/sirupsen/logrus v1.9.3
75+
github.com/sirupsen/logrus v1.9.4
7676
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
7777
github.com/spf13/cobra v1.10.2
7878
github.com/spf13/pflag v1.0.10
@@ -82,14 +82,14 @@ require (
8282
github.com/xeipuuv/gojsonschema v1.2.0
8383
github.com/zitadel/oidc/v2 v2.12.2
8484
go.etcd.io/bbolt v1.4.3
85-
go4.org v0.0.0-20230225012048-214862532bf5
86-
golang.org/x/crypto v0.46.0
87-
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93
88-
golang.org/x/net v0.48.0
85+
go4.org v0.0.0-20260112195520-a5071408f32f
86+
golang.org/x/crypto v0.47.0
87+
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
88+
golang.org/x/net v0.49.0
8989
golang.org/x/oauth2 v0.34.0
9090
golang.org/x/sync v0.19.0
91-
golang.org/x/sys v0.39.0
92-
golang.org/x/text v0.32.0
91+
golang.org/x/sys v0.40.0
92+
golang.org/x/text v0.33.0
9393
google.golang.org/protobuf v1.36.11
9494
gopkg.in/AlecAivazis/survey.v1 v1.8.8
9595
gopkg.in/go-jose/go-jose.v2 v2.6.3
@@ -137,7 +137,7 @@ require (
137137
github.com/go-openapi/swag/stringutils v0.25.4 // indirect
138138
github.com/go-openapi/swag/typeutils v0.25.4 // indirect
139139
github.com/go-openapi/swag/yamlutils v0.25.4 // indirect
140-
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
140+
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
141141
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
142142
github.com/gomarkdown/markdown v0.0.0-20250810172220-2e2c11897d1a // indirect
143143
github.com/gorilla/schema v1.4.1 // indirect
@@ -191,16 +191,16 @@ require (
191191
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
192192
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
193193
github.com/yusufpapurcu/wmi v1.2.4 // indirect
194-
go.mongodb.org/mongo-driver v1.17.6 // indirect
194+
go.mongodb.org/mongo-driver v1.17.8 // indirect
195195
go.mozilla.org/pkcs7 v0.9.0 // indirect
196196
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
197197
go.opentelemetry.io/otel v1.38.0 // indirect
198198
go.opentelemetry.io/otel/metric v1.38.0 // indirect
199199
go.opentelemetry.io/otel/trace v1.38.0 // indirect
200200
go.yaml.in/yaml/v3 v3.0.4 // indirect
201-
golang.org/x/mod v0.31.0 // indirect
202-
golang.org/x/term v0.38.0 // indirect
203-
golang.org/x/tools v0.40.0 // indirect
201+
golang.org/x/mod v0.32.0 // indirect
202+
golang.org/x/term v0.39.0 // indirect
203+
golang.org/x/tools v0.41.0 // indirect
204204
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
205205
nhooyr.io/websocket v1.8.17 // indirect
206206
)

0 commit comments

Comments
 (0)