Skip to content

Commit ac76483

Browse files
committed
Bump stable to 1.28.0.
While at it, bump njs and otel to contemporary versions as well.
1 parent fb92d11 commit ac76483

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
declare -A aliases
55
aliases=(
66
[mainline]='1 1.27 latest'
7-
[stable]='1.26'
7+
[stable]='1.28'
88
)
99

1010
self="$(basename "$BASH_SOURCE")"

sync-awsecr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ registry="public.ecr.aws/z9d2n7e1"
77
declare -A aliases
88
aliases=(
99
[mainline]='1 1.27 latest'
10-
[stable]='1.26'
10+
[stable]='1.28'
1111
)
1212

1313
architectures=( amd64 arm64v8 )

update.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ declare branches=(
1313
# Remember to update pkgosschecksum when changing this.
1414
declare -A nginx=(
1515
[mainline]='1.27.5'
16-
[stable]='1.26.3'
16+
[stable]='1.28.0'
1717
)
1818

1919
# Current njs versions
2020
declare -A njs=(
2121
[mainline]='0.8.10'
22-
[stable]='0.8.9'
22+
[stable]='0.8.10'
2323
)
2424

2525
# Current njs patchlevel version
@@ -32,7 +32,7 @@ declare -A njspkg=(
3232
# Current otel versions
3333
declare -A otel=(
3434
[mainline]='0.1.2'
35-
[stable]='0.1.1'
35+
[stable]='0.1.2'
3636
)
3737

3838
# Current nginx package patchlevel version
@@ -46,7 +46,7 @@ declare -A pkg=(
4646
# Remember to update pkgosschecksum when changing this
4747
declare -A dynpkg=(
4848
[mainline]=1
49-
[stable]=2
49+
[stable]=1
5050
)
5151

5252
declare -A debian=(
@@ -73,7 +73,7 @@ declare -A rev=(
7373
# Used in builds for architectures not packaged by nginx.org
7474
declare -A pkgosschecksum=(
7575
[mainline]='c773d98b567bd585c17f55702bf3e4c7d82b676bfbde395270e90a704dca3c758dfe0380b3f01770542b4fd9bed1f1149af4ce28bfc54a27a96df6b700ac1745'
76-
[stable]='3a4e869eded0c71e92f522e94edffea7fbfb5e78886ea7e484342fa2e028c62099a67d08860c249bf93776da97b924225e0d849dbb4697b298afe5421d7d6fea'
76+
[stable]='517bc18954ccf4efddd51986584ca1f37966833ad342a297e1fe58fd0faf14c5a4dabcb23519dca433878a2927a95d6bea05a6749ee2fa67a33bf24cdc41b1e4'
7777
)
7878

7979
get_packages() {

0 commit comments

Comments
 (0)