Skip to content

Commit f65d65d

Browse files
committed
Merge branch 'main' of https://github.com/wolfi-dev/os into rabbitmq-default-user-credential-bitnami-compat
2 parents ce50be1 + 7e95e61 commit f65d65d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

linkerd2-proxy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: linkerd2-proxy
3-
version: "2.296.0"
4-
epoch: 1
3+
version: "2.297.0"
4+
epoch: 0
55
description: "A program that validates linkerd networks"
66
dependencies:
77
runtime:
@@ -28,7 +28,7 @@ pipeline:
2828
with:
2929
repository: https://github.com/linkerd/linkerd2-proxy
3030
tag: release/v${{package.version}}
31-
expected-commit: a9ce356bf8e8e690ceed057d3f5d081e202ef201
31+
expected-commit: a2eadec54a108b50b7355805cc3bac5e1c3eeb06
3232

3333
- uses: rust/cargobump
3434

neuvector-scanner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: neuvector-scanner
3-
version: "3.802"
3+
version: "3.803"
44
epoch: 0
55
description: NeuVector vulnerability scanner for the SUSE NeuVector Container Security Platform
66
copyright:
@@ -23,7 +23,7 @@ pipeline:
2323
with:
2424
repository: https://github.com/neuvector/scanner
2525
tag: v${{package.version}}
26-
expected-commit: e6634ad039f74b79cfde7ce2c3462d4dc67f70af
26+
expected-commit: b2f1cb13d2843f5a7ce5ca7a9c53e3e4b5fdd4b2
2727

2828
- uses: go/build
2929
with:

py3-pulsar-client.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: py3-pulsar-client
3-
version: "3.6.1"
3+
version: "3.7.0"
44
epoch: 0
55
description: Apache Pulsar Python client library
66
copyright:
@@ -31,7 +31,7 @@ pipeline:
3131
with:
3232
repository: https://github.com/apache/pulsar-client-python
3333
tag: v${{package.version}}
34-
expected-commit: b3b6cbd8ac685991ebd0f4b53c3d97c8644e865c
34+
expected-commit: f28ac02fa44c6dacec24159e1569153e2a6abc94
3535

3636
- runs: |
3737
pythonver=$(python3 -c 'import sys; print(str(sys.version_info[0])+"."+str(sys.version_info[1]))')

0 commit comments

Comments
 (0)