File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -163,44 +163,44 @@ def make_all_flavor_images(
163163 * make_all_flavor_images (
164164 postgres_version = "16.10" ,
165165 spock_version = "5.0.4" ,
166- epoch = 3 ,
166+ epoch = 4 ,
167167 is_latest_for_pg_major = False ,
168168 is_latest_for_spock_major = True ,
169169 ),
170170 * make_all_flavor_images (
171171 postgres_version = "16.11" ,
172172 spock_version = "5.0.4" ,
173- epoch = 4 ,
173+ epoch = 5 ,
174174 is_latest_for_pg_major = True ,
175175 is_latest_for_spock_major = True ,
176176 ),
177177 # pg17 images
178178 * make_all_flavor_images (
179179 postgres_version = "17.6" ,
180180 spock_version = "5.0.4" ,
181- epoch = 3 ,
181+ epoch = 4 ,
182182 is_latest_for_pg_major = False ,
183183 is_latest_for_spock_major = True ,
184184 ),
185185 * make_all_flavor_images (
186186 postgres_version = "17.7" ,
187187 spock_version = "5.0.4" ,
188- epoch = 4 ,
188+ epoch = 5 ,
189189 is_latest_for_pg_major = True ,
190190 is_latest_for_spock_major = True ,
191191 ),
192192 # pg18 images
193193 * make_all_flavor_images (
194194 postgres_version = "18.0" ,
195195 spock_version = "5.0.4" ,
196- epoch = 3 ,
196+ epoch = 4 ,
197197 is_latest_for_pg_major = False ,
198198 is_latest_for_spock_major = True ,
199199 ),
200200 * make_all_flavor_images (
201201 postgres_version = "18.1" ,
202202 spock_version = "5.0.4" ,
203- epoch = 4 ,
203+ epoch = 5 ,
204204 is_latest_for_pg_major = True ,
205205 is_latest_for_spock_major = True ,
206206 ),
You can’t perform that action at this time.
0 commit comments