Browse Source

Update version to 2.49

release_2_49
Tim Kimber 2 years ago
parent
commit
97c14498e9
Failed to extract signature
3 changed files with 9 additions and 8 deletions
  1. +6
    -6
      RELEASE.md
  2. +2
    -1
      getssl
  3. +1
    -1
      getssl.spec

+ 6
- 6
RELEASE.md View File

@ -8,22 +8,22 @@
4. update VERSION in `getssl` and `getssl.spec` 4. update VERSION in `getssl` and `getssl.spec`
5. git commit -m"Update version to v2.nn" 5. git commit -m"Update version to v2.nn"
6. git tag -a v2.nn 6. git tag -a v2.nn
8. git push origin release_2_nn
9. git push --tags
7. git push origin release_2_nn
8. git push --tags
## The github release-and-package action should:
## The github release-and-package action should
1. Build the .deb and .rpm packages 1. Build the .deb and .rpm packages
2. create a draft release containing the packages and the release note 2. create a draft release containing the packages and the release note
## Can test the .deb file using the following steps:
## Can test the .deb file using the following steps
1. Change the status from draft to pre-release 1. Change the status from draft to pre-release
2. Test that the package can be installed using a cloud instance 2. Test that the package can be installed using a cloud instance
1. Start an Ubuntu ec2 instance from AWS Console (or Azure or Google Cloud) 1. Start an Ubuntu ec2 instance from AWS Console (or Azure or Google Cloud)
2. Or use the instant-ec2.sh script from my Github gist to start an Ubuntu ec2 instance 2. Or use the instant-ec2.sh script from my Github gist to start an Ubuntu ec2 instance
1. git clone git@gist.github.com:12c297e0645920c413273c9d15edbc68.git instant-ec2
2. ./instant-ec2/instant-ec2.sh
1. `git clone git@gist.github.com:12c297e0645920c413273c9d15edbc68.git instant-ec2`
2. `./instant-ec2/instant-ec2.sh`
3. download the deb package 3. download the deb package
`wget https://github.com/srvrco/getssl/releases/download/v2.nn/getssl_2.nn-1_all.deb` `wget https://github.com/srvrco/getssl/releases/download/v2.nn/getssl_2.nn-1_all.deb`
4. install the deb package 4. install the deb package


+ 2
- 1
getssl View File

@ -289,6 +289,7 @@
# 2022-11-01 Add FTP_PORT # 2022-11-01 Add FTP_PORT
# 2023-02-04 Create newline to ensure [SAN] section can be parsed (#792)(MRigal) # 2023-02-04 Create newline to ensure [SAN] section can be parsed (#792)(MRigal)
# 2023-02-22 Remove cronie from deb package dependencies (2.48) # 2023-02-22 Remove cronie from deb package dependencies (2.48)
# 2024-03-18 Refresh the TXT record if a CNAME is found (JoergBruce #828) (2.49)
# ---------------------------------------------------------------------------------------- # ----------------------------------------------------------------------------------------
case :$SHELLOPTS: in case :$SHELLOPTS: in
@ -297,7 +298,7 @@ esac
PROGNAME=${0##*/} PROGNAME=${0##*/}
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)" PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
VERSION="2.48"
VERSION="2.49"
# defaults # defaults
ACCOUNT_KEY_LENGTH=4096 ACCOUNT_KEY_LENGTH=4096


+ 1
- 1
getssl.spec View File

@ -9,7 +9,7 @@ Summary: getssl ACME Scripts for managing Let's Encrypt certificates
License: GPL License: GPL
Packager: getssl developers <https://github.com/srvrco/getssl> Packager: getssl developers <https://github.com/srvrco/getssl>
Name: getssl Name: getssl
Version: 2.48
Version: 2.49
Release: 1 Release: 1
URL: http://github.com/srvrco/getssl/ URL: http://github.com/srvrco/getssl/


Loading…
Cancel
Save