Skip to content

Commit de17823

Browse files
authored
chore: release v1.21.0-pre2 (#816)
* chore: release v1.21.0-pre2 * chore: disable automated stable package builds for now Signed-off-by: Xe Iaso <[email protected]>
1 parent 29622e6 commit de17823

File tree

5 files changed

+64
-63
lines changed

5 files changed

+64
-63
lines changed
Lines changed: 59 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Package builds (stable)
22

33
on:
4-
release:
5-
types: [published]
4+
workflow_dispatch:
5+
# release:
6+
# types: [published]
67

78
permissions:
89
contents: write
@@ -13,67 +14,67 @@ jobs:
1314
#runs-on: alrest-techarohq
1415
runs-on: ubuntu-24.04
1516
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17-
with:
18-
persist-credentials: false
19-
fetch-tags: true
20-
fetch-depth: 0
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
with:
19+
persist-credentials: false
20+
fetch-tags: true
21+
fetch-depth: 0
2122

22-
- name: build essential
23-
run: |
24-
sudo apt-get update
25-
sudo apt-get install -y build-essential
23+
- name: build essential
24+
run: |
25+
sudo apt-get update
26+
sudo apt-get install -y build-essential
2627
27-
- name: Set up Homebrew
28-
uses: Homebrew/actions/setup-homebrew@main
28+
- name: Set up Homebrew
29+
uses: Homebrew/actions/setup-homebrew@main
2930

30-
- name: Setup Homebrew cellar cache
31-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
32-
with:
33-
path: |
34-
/home/linuxbrew/.linuxbrew/Cellar
35-
/home/linuxbrew/.linuxbrew/bin
36-
/home/linuxbrew/.linuxbrew/etc
37-
/home/linuxbrew/.linuxbrew/include
38-
/home/linuxbrew/.linuxbrew/lib
39-
/home/linuxbrew/.linuxbrew/opt
40-
/home/linuxbrew/.linuxbrew/sbin
41-
/home/linuxbrew/.linuxbrew/share
42-
/home/linuxbrew/.linuxbrew/var
43-
key: ${{ runner.os }}-go-homebrew-cellar-${{ hashFiles('go.sum') }}
44-
restore-keys: |
45-
${{ runner.os }}-go-homebrew-cellar-
31+
- name: Setup Homebrew cellar cache
32+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
33+
with:
34+
path: |
35+
/home/linuxbrew/.linuxbrew/Cellar
36+
/home/linuxbrew/.linuxbrew/bin
37+
/home/linuxbrew/.linuxbrew/etc
38+
/home/linuxbrew/.linuxbrew/include
39+
/home/linuxbrew/.linuxbrew/lib
40+
/home/linuxbrew/.linuxbrew/opt
41+
/home/linuxbrew/.linuxbrew/sbin
42+
/home/linuxbrew/.linuxbrew/share
43+
/home/linuxbrew/.linuxbrew/var
44+
key: ${{ runner.os }}-go-homebrew-cellar-${{ hashFiles('go.sum') }}
45+
restore-keys: |
46+
${{ runner.os }}-go-homebrew-cellar-
4647
47-
- name: Install Brew dependencies
48-
run: |
49-
brew bundle
48+
- name: Install Brew dependencies
49+
run: |
50+
brew bundle
5051
51-
- name: Setup Golang caches
52-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53-
with:
54-
path: |
55-
~/.cache/go-build
56-
~/go/pkg/mod
57-
key: ${{ runner.os }}-golang-${{ hashFiles('**/go.sum') }}
58-
restore-keys: |
59-
${{ runner.os }}-golang-
52+
- name: Setup Golang caches
53+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
54+
with:
55+
path: |
56+
~/.cache/go-build
57+
~/go/pkg/mod
58+
key: ${{ runner.os }}-golang-${{ hashFiles('**/go.sum') }}
59+
restore-keys: |
60+
${{ runner.os }}-golang-
6061
61-
- name: install node deps
62-
run: |
63-
npm ci
62+
- name: install node deps
63+
run: |
64+
npm ci
6465
65-
- name: Build Packages
66-
run: |
67-
go tool yeet
66+
- name: Build Packages
67+
run: |
68+
go tool yeet
6869
69-
- name: Upload released artifacts
70-
env:
71-
GITHUB_TOKEN: ${{ github.TOKEN }}
72-
RELEASE_VERSION: ${{github.event.release.tag_name}}
73-
shell: bash
74-
run: |
75-
RELEASE="${RELEASE_VERSION}"
76-
cd var
77-
for file in *; do
78-
gh release upload $RELEASE $file
79-
done
70+
- name: Upload released artifacts
71+
env:
72+
GITHUB_TOKEN: ${{ github.TOKEN }}
73+
RELEASE_VERSION: ${{github.event.release.tag_name}}
74+
shell: bash
75+
run: |
76+
RELEASE="${RELEASE_VERSION}"
77+
cd var
78+
for file in *; do
79+
gh release upload $RELEASE $file
80+
done

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.0-pre1
1+
1.21.0-pre2

docs/docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
> Please, be at ease. You are among friends here.
1919
20-
In this release, Anubis becomes internationalized, gains the ability to use system load as input to issuing challenges,
20+
In this release, Anubis becomes internationalized, gains the ability to use system load as input to issuing challenges, finally fixes the "invalid response" after "success" bug, and more! Please read these notes before upgrading as the changes are big enough that administrators should take action to ensure that the upgrade goes smoothly.
2121

2222
### Big ticket changes
2323

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techaro/anubis",
3-
"version": "1.21.0-pre1",
3+
"version": "1.21.0-pre2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)