Skip to content

Commit

Permalink
Update AS3 to use the latest version of SD
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmithf5 committed Mar 29, 2024
1 parent 4bce581 commit fcf7beb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Changes to this project are documented in this file. More detail (including info

### Changed
- AUTOTOOL-4292: Update new SD task hash collision checks to minimize task churn, when updating from most AS3 versions.
- Updates to Service Discovery 1.19.0-1
- Improve task discovery performance

### Removed

Expand Down
2 changes: 1 addition & 1 deletion scripts/build/buildRpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function set_vars() {
RELEASE=$(echo $FULL_VERSION | sed 's/[0-9.]*-//')
VERSION=$(echo $FULL_VERSION | sed 's/-[0-9]*//')
MAINDIR=$(pwd)
DISCOVERY_WORKER_VERSION="1.18.0-2"
DISCOVERY_WORKER_VERSION="1.19.0-1"
DISCOVERY_WORKER_URL="https://${ARTIFACTORY_URL}/artifactory/list/ecosystems-f5-service-discovery-rpm/f5-service-discovery-${DISCOVERY_WORKER_VERSION}.noarch.rpm"
CLOUDLIBS_VER=$(echo $DISCOVERY_WORKER_VERSION)
}
Expand Down

0 comments on commit fcf7beb

Please sign in to comment.