Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ scms:
sources:
latest7xSnapshot:
name: Get latest 7.x snapshot
kind: json
kind: file
spec:
file: https://storage.googleapis.com/artifacts-api/snapshots/7.17.json
key: .version
file: https://storage.googleapis.com/artifacts-api/releases/current/7.17
transformers:
# Get only the version to avoid spaces and newlines.
- findsubmatch:
pattern: '([0-9\.]+)'
captureindex: 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can probably remove these updatecli configs as in principle there are not going to be more 7.17 releases. But no need to do it now.


targets:
update-7x-version:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test-stack-command-oldest:
./scripts/test-stack-command.sh 7.14.2

test-stack-command-7x:
./scripts/test-stack-command.sh 7.17.28-SNAPSHOT
./scripts/test-stack-command.sh 7.17.28

# Keeping a test for 8.6 because it has an specific configuration file.
test-stack-command-86:
Expand Down