summarylogtreecommitdiffstats
path: root/rover.install
diff options
context:
space:
mode:
Diffstat (limited to 'rover.install')
-rw-r--r--rover.install7
1 files changed, 3 insertions, 4 deletions
diff --git a/rover.install b/rover.install
index 56a1be307fb9..ed654224b7fb 100644
--- a/rover.install
+++ b/rover.install
@@ -1,8 +1,7 @@
post_upgrade() {
- if [ $(vercmp "$2" 0.5.0) == -1 ];
+ if [ $(vercmp "$2" 0.12.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.'
+ echo ':: Rover 0.12.0 contains BREAKING CHANGES.'
+ echo ':: Please check the changelog for more information.'
fi
}