Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Milestone 3.5.3 #587

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
91b4eaa
try creating an offline deploy from develop.
julialongtin Jan 31, 2022
e34c148
bump the wire calling version.
julialongtin Feb 8, 2022
41e41a8
add restund version in second place.
julialongtin Feb 8, 2022
d16b34c
ugh.
julialongtin Feb 8, 2022
57f315d
ugh.
julialongtin Feb 8, 2022
f027945
more ugh.
julialongtin Feb 8, 2022
2f3a7bc
Once more on the merry-go-round...
sysvinit Mar 24, 2022
237192d
Hack.
sysvinit Mar 24, 2022
b8d8ce6
Hack (2).
sysvinit Mar 24, 2022
2287104
Hack (3).
sysvinit Mar 24, 2022
0c14f62
Hack (4).
sysvinit Mar 24, 2022
776c3be
Look, another merry-go-round!
sysvinit Apr 20, 2022
2713f57
Fix typo in version numbers.
sysvinit Apr 20, 2022
5ce5ba8
Upgrade to M3.4 (AKA 4.9.36-hotfix.11)
supersven Jul 4, 2022
94c88b5
All charts should be released on `wire` repository
supersven Jul 4, 2022
7d6090f
Upgrade to M3.5 (4.9.36-hotfix.15)
supersven Aug 25, 2022
a238e54
Try fetching nginx charts from wire-develop
supersven Aug 25, 2022
c256cc6
Pull more from wire-develop
supersven Aug 25, 2022
5c8182f
Ignore federator chart / image for now
supersven Aug 25, 2022
04dcc79
Same game for sftd and restund
supersven Aug 25, 2022
4cda6fd
More duct tape
supersven Aug 25, 2022
ffff3f1
Bundle 4.9.36-hotfix.17
supersven Sep 26, 2022
ed58366
Make helm install wire-server verbose
supersven Sep 27, 2022
517d28d
Less verbose helm call
supersven Sep 27, 2022
1a681eb
Bundle 4.9.36-hotfix.19 (M3.5.3)
supersven Nov 10, 2022
233a79c
Bundle 4.9.36-hotfix.20
supersven Nov 10, 2022
b687736
Use 4.9.36-hotfix.23 to fix cert-manager chart issues
supersven Nov 16, 2022
20a7d3e
Fix sftd issuerRef
supersven Nov 18, 2022
391996f
Another round for M3.5.3: 4.9.36-hotfix.24
supersven Nov 18, 2022
5825d9c
Merge branch 'master' into try_to_fix_ci
julialongtin Jan 31, 2024
4fd3087
Update offline/ci.sh
julialongtin Jan 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 21 additions & 22 deletions offline/ci.sh
Original file line number Diff line number Diff line change
@@ -78,19 +78,20 @@ charts=(
# seem to exist on quay.io
# TODO: uncomment once its dependencies are pinned!
# local-path-provisioner
wire/ingress-nginx-controller
wire/nginx-ingress-services
wire/reaper
wire/cassandra-external
wire/databases-ephemeral
wire/demo-smtp
wire/elasticsearch-external
wire/fake-aws
wire/minio-external
wire/wire-server
wire/rabbitmq
wire/rabbitmq-external
# wire/federator
wire-develop/nginx-ingress-controller
wire-develop/nginx-ingress-services
wire-develop/reaper
wire-develop/cassandra-external
wire-develop/databases-ephemeral
wire-develop/demo-smtp
wire-develop/elasticsearch-external
wire-develop/fake-aws
wire-develop/minio-external
wire-develop/wire-server
# not shipped with M3.5.3
# wire-develop/rabbitmq
# wire-develop/rabbitmq-external
# wire-develop/federator
)

# Note: if you want to ship something from the develop branch, replace 'wire' with 'wire-develop' below.
@@ -100,23 +101,21 @@ calling_charts=(
)

# wire_version=$(helm show chart wire/wire-server | yq -r .version)
wire_version="4.39.0"
wire_version="4.9.36-hotfix.24"

# same as prior.. in most cases.
wire_calling_version="4.39.0"
wire_calling_version="4.9.36-hotfix.24"

# TODO: Awaiting some fixes in wire-server regarding tagless images
HELM_HOME=$(mktemp -d)
export HELM_HOME

helm repo add wire https://s3-eu-west-1.amazonaws.com/public.wire.com/charts
# Note: If you need to deploy something from the develop branch, uncomment the next line.
#helm repo add wire-develop https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-develop
helm repo update
#helm repo add wire https://s3-eu-west-1.amazonaws.com/public.wire.com/charts
#helm repo update

# Note: If you need to deploy something from the develop branch, uncomment the next two lines.
#helm repo add wire-develop https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-develop
#helm repo update
helm repo add wire-develop https://s3-eu-west-1.amazonaws.com/public.wire.com/charts-develop
helm repo update

# Download zauth; as it's needed to generate certificates
echo "quay.io/wire/zauth:$wire_version" | create-container-dump containers-adminhost
@@ -155,6 +154,6 @@ tar cf containers-helm.tar containers-helm

echo "docker_ubuntu_repo_repokey: '${fingerprint}'" > ansible/inventory/offline/group_vars/all/key.yml

tar czf assets.tgz debs-jammy.tar binaries.tar containers-adminhost containers-helm.tar containers-other.tar containers-system.tar ansible charts values bin
tar czf assets.tgz debs.tar binaries.tar containers-adminhost containers-helm.tar containers-other.tar containers-system.tar ansible charts values bin

echo "Done"
2 changes: 1 addition & 1 deletion values/sftd/prod-values.example.yaml
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@ allowOrigin: https://webapp.example.com
host: sftd.example.com
tls:
issuerRef:
name: letsencrypt-prod
name: letsencrypt-http01