Skip to content

Commit b5e8310

Browse files
committed
Updated nginx versions to 1.26.1 and 1.27.0
1 parent 9abe4ae commit b5e8310

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eu
33

44
declare -A aliases
55
aliases=(
6-
[mainline]='1 1.25 latest'
6+
[mainline]='1 1.27 latest'
77
[stable]='1.26'
88
)
99

sync-awsecr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ registry="public.ecr.aws/z9d2n7e1"
66

77
declare -A aliases
88
aliases=(
9-
[mainline]='1 1.25 latest'
9+
[mainline]='1 1.27 latest'
1010
[stable]='1.26'
1111
)
1212

update.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ declare branches=(
1212
# Current nginx versions
1313
# Remember to update pkgosschecksum when changing this.
1414
declare -A nginx=(
15-
[mainline]='1.25.5'
16-
[stable]='1.26.0'
15+
[mainline]='1.27.0'
16+
[stable]='1.26.1'
1717
)
1818

1919
# Current njs versions
@@ -25,7 +25,7 @@ declare -A njs=(
2525
# Current njs patchlevel version
2626
# Remember to update pkgosschecksum when changing this.
2727
declare -A njspkg=(
28-
[mainline]='3'
28+
[mainline]='2'
2929
[stable]='2'
3030
)
3131

@@ -38,8 +38,8 @@ declare -A otel=(
3838
# Current package patchlevel version
3939
# Remember to update pkgosschecksum when changing this.
4040
declare -A pkg=(
41-
[mainline]=1
42-
[stable]=1
41+
[mainline]=2
42+
[stable]=2
4343
)
4444

4545
declare -A debian=(
@@ -57,16 +57,16 @@ declare -A alpine=(
5757
# when building alpine packages on architectures not supported by nginx.org
5858
# Remember to update pkgosschecksum when changing this.
5959
declare -A rev=(
60-
[mainline]='27357d6c5453'
61-
[stable]='73d6839714a2'
60+
[mainline]='${NGINX_VERSION}-${PKG_RELEASE}'
61+
[stable]='${NGINX_VERSION}-${PKG_RELEASE}'
6262
)
6363

6464
# Holds SHA512 checksum for the pkg-oss tarball produced by source code
6565
# revision/tag in the previous block
6666
# Used in alpine builds for architectures not packaged by nginx.org
6767
declare -A pkgosschecksum=(
68-
[mainline]='a80fc5706ad8e98597478b9e041f658375d53d22f7c8004dd16354067a3d48eb4ef234830b697ddf5c45ec57b837237cc11317bcaaa5133ccbe71bce15d969b0'
69-
[stable]='95d513d058493d60cba5a6bb328dc3c3e75ea115cf248a64bd921159e11c6fc87d33c7f058562c584fe440a219b931d53fd66bd4c596244b54287b62979834db'
68+
[mainline]='cd3333f4dfa4a873f6df73dfe24e047adc092d779aefb46577b6307ff0d0125543508694a80158b2bfc891167ad763b0d08287829df9924d4c22f50d063e76c0'
69+
[stable]='0db2bf5f86e7c31f23d0e3e7699a5d8a4d9d9b0dc2f98d3e3a31e004df20206270debf6502e4481892e8b64d55fba73fcc8d74c3e0ddfcd2d3f85a17fa02a25e'
7070
)
7171

7272
get_packages() {

0 commit comments

Comments
 (0)