Skip to content

Commit e0d803c

Browse files
authored
Update hashes and bump to v1.0.4 (#219)
* Update penn-courses hash * Update hashes * Bump version to v1.0.4
1 parent 99ec5c3 commit e0d803c

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

docker/waypoint/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
INSTALL_DIR="/usr/local/bin"
4-
WAYPOINT_VERSION="v1.0.3"
4+
WAYPOINT_VERSION="v1.0.4"
55
GITHUB_ORG="pennlabs"
66
REPO_NAME="infrastructure"
77

docker/waypoint/setup.py

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

44
setup(
55
name="waypoint",
6-
version="1.0.3",
6+
version="1.0.4",
77
package_dir={"": "src"},
88
py_modules=["main", "waypoint_client"],
99
install_requires=[],

docker/waypoint/waypoint-init

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22

33
declare -A PRODUCT_TO_SHA
44

5-
# TODO: Add remaining products back since they aren't migrated to uv
65
PRODUCT_TO_SHA=(
76
["office-hours-queue"]="7fdcdaeba0b83600950edfbdfb155ba62cd2febd"
8-
["penn-clubs"]="a69532b40c40c6ad0a2c6856e11034c70fbab26c"
7+
["penn-clubs"]="bf7176c476a4955a5872a69f85c377b8d6e0d66d"
98
# ["penn-mobile"]="093a9f58ec7d778acc12dad40d0ece109e6346e8"
10-
# ["penn-courses"]="e787256c332741db357baf3d005b20158d7b35c7"
9+
["penn-courses"]="b5cadf67f2924ed7ef77c59d81d3f08f9ebc05e0"
1110
# ["platform"]="022d2671a7811e8e2b6f772948ff28d18fa6422a"
1211
)
1312

0 commit comments

Comments
 (0)