summarylogtreecommitdiffstats
path: root/rover.install
diff options
context:
space:
mode:
authorLuis Martinez2022-04-11 13:07:22 -0500
committerLuis Martinez2022-04-11 13:07:22 -0500
commitf03ce7dc1d7ebc76aef76d5618edf04d71d45ca6 (patch)
tree761674138a3be65049377ac0be152cdbaa1ec648 /rover.install
parente8068204559c7aa48ddfda63c80a20195fb2ea75 (diff)
downloadaur-f03ce7dc1d7ebc76aef76d5618edf04d71d45ca6.tar.gz
update to 0.5.0
* BREAKING CHANGES: You MUST uninstall apollo-rover-fed2 before upgrading. * removed apollo-rover-fed2 due to upstream deprecation
Diffstat (limited to 'rover.install')
-rw-r--r--rover.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/rover.install b/rover.install
new file mode 100644
index 000000000000..56a1be307fb9
--- /dev/null
+++ b/rover.install
@@ -0,0 +1,8 @@
+post_upgrade() {
+ if [ $(vercmp "$2" 0.5.0) == -1 ];
+ then
+ echo ':: Rover 0.5.0 contains BREAKING CHANGES.'
+ echo ':: Upstream deprecated apollo-rover-fed2.'
+ echo ':: If you need to use Federation 2, set `federation_version: 2` in your supergraph.yaml file instead.'
+ fi
+}