Skip to content

Commit 97c1449

Browse files
committed
Update version to 2.49
1 parent f064acf commit 97c1449

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

RELEASE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88
4. update VERSION in `getssl` and `getssl.spec`
99
5. git commit -m"Update version to v2.nn"
1010
6. git tag -a v2.nn
11-
8. git push origin release_2_nn
12-
9. git push --tags
11+
7. git push origin release_2_nn
12+
8. git push --tags
1313

14-
## The github release-and-package action should:
14+
## The github release-and-package action should
1515

1616
1. Build the .deb and .rpm packages
1717
2. create a draft release containing the packages and the release note
1818

19-
## Can test the .deb file using the following steps:
19+
## Can test the .deb file using the following steps
2020

2121
1. Change the status from draft to pre-release
2222
2. Test that the package can be installed using a cloud instance
2323
1. Start an Ubuntu ec2 instance from AWS Console (or Azure or Google Cloud)
2424
2. Or use the instant-ec2.sh script from my Github gist to start an Ubuntu ec2 instance
25-
1. git clone git@gist.github.com:12c297e0645920c413273c9d15edbc68.git instant-ec2
26-
2. ./instant-ec2/instant-ec2.sh
25+
1. `git clone git@gist.github.com:12c297e0645920c413273c9d15edbc68.git instant-ec2`
26+
2. `./instant-ec2/instant-ec2.sh`
2727
3. download the deb package
2828
`wget https://github.com/srvrco/getssl/releases/download/v2.nn/getssl_2.nn-1_all.deb`
2929
4. install the deb package

getssl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
# 2022-11-01 Add FTP_PORT
290290
# 2023-02-04 Create newline to ensure [SAN] section can be parsed (#792)(MRigal)
291291
# 2023-02-22 Remove cronie from deb package dependencies (2.48)
292+
# 2024-03-18 Refresh the TXT record if a CNAME is found (JoergBruce #828) (2.49)
292293
# ----------------------------------------------------------------------------------------
293294

294295
case :$SHELLOPTS: in
@@ -297,7 +298,7 @@ esac
297298

298299
PROGNAME=${0##*/}
299300
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
300-
VERSION="2.48"
301+
VERSION="2.49"
301302

302303
# defaults
303304
ACCOUNT_KEY_LENGTH=4096

getssl.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Summary: getssl ACME Scripts for managing Let's Encrypt certificates
99
License: GPL
1010
Packager: getssl developers <https://github.com/srvrco/getssl>
1111
Name: getssl
12-
Version: 2.48
12+
Version: 2.49
1313
Release: 1
1414

1515
URL: http://github.com/srvrco/getssl/

0 commit comments

Comments
 (0)