Skip to content
Open
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
7 changes: 4 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ summary: Consul is a tool for service discovery, monitoring and configuration.
description: |
Consul is a distributed, highly available, and data center aware solution to
connect and configure applications across dynamic, distributed infrastructure.
base: core24
version: "1.19.2"
base: core26
build-base: devel
version: "1.22.5"
license: BUSL-1.1

grade: devel # still needing to develop this snap further
Expand Down Expand Up @@ -35,7 +36,7 @@ parts:
plugin: make
source-type: git
source: https://github.com/hashicorp/consul.git
source-tag: "v1.19.2"
source-tag: "v1.22.5"
override-build: |
set -eux
cd $CRAFT_PART_SRC
Expand Down