Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions consul.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package:
name: consul
version: 1.15.3
version: 1.16.0
# When bumping the version check if the CVE/GHSA mitigations below can be removed.
epoch: 1
epoch: 0
description: Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
copyright:
- license: MPL-2.0
Expand All @@ -19,7 +19,7 @@ pipeline:
with:
repository: https://github.com/hashicorp/consul
tag: v${{package.version}}
expected-commit: 7ce982ce1846ca14e567a91fa7f088084e736155
expected-commit: 192df66abfb08287f0c1f40d84c64f8a1cd961d2
destination: ${{package.name}}

- working-directory: ${{package.name}}
Expand Down