72f1617fac 
					 
					
						
						
							
							Bump Go module to v5  
						
						... 
						
						
						
						Moving from Go module v4 to v5 prepares us for public releases.
Move done using gomove [1] as with the v3 and v4 moves.
[1] https://github.com/KSubedi/gomove 
Signed-off-by: Matt Heon <mheon@redhat.com> 
						
						
					 
					
						2024-02-08 09:35:39 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7eb78f8a74 
					 
					
						
						
							
							add version/rawversion package  
						
						... 
						
						
						
						To prevent the `semver` packages from bloating Quadlet.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com> 
						
						
					 
					
						2023-04-04 11:32:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ed18cdd6e3 
					 
					
						
						
							
							Bump to v4.5.0-dev  
						
						... 
						
						
						
						Signed-off-by: Ashley Cui <acui@redhat.com> 
						
						
					 
					
						2023-02-02 14:14:49 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b8acdb34c9 
					 
					
						
						
							
							version bump to 4.4.0-dev  
						
						... 
						
						
						
						v4.3.0 has been released.
Signed-off-by: Doug Rabson <dfr@rabson.org> 
						
						
					 
					
						2022-11-01 17:07:41 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						44bac51fca 
					 
					
						
						
							
							bump golangci-lint to v1.49.0  
						
						... 
						
						
						
						Motivated to have a working `make lint` on Fedora 37 (beta).
Most changes come from the new `gofmt` standards.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com> 
						
						
					 
					
						2022-10-17 09:19:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d5f83135b9 
					 
					
						
						
							
							version bump to 4.3.0-dev  
						
						... 
						
						
						
						v4.2 has been branched already.
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org> 
						
						
					 
					
						2022-08-22 08:58:49 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						66cb856f9d 
					 
					
						
						
							
							Switch to github.com/blang/semver/v4  
						
						... 
						
						
						
						Switch to the latest version of the now go module compatible release.
[NO NEW TESTS NEEDED]
Signed-off-by: Sascha Grunert <sgrunert@redhat.com> 
						
						
					 
					
						2022-07-14 13:53:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dde4286420 
					 
					
						
						
							
							Bump Compat API maximum version to v1.41  
						
						... 
						
						
						
						Docker bumped their API, so we should do the same.
Fixes  #14204 
Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2022-05-23 11:31:44 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a1a299797e 
					 
					
						
						
							
							Update version to v4.2.0-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2022-05-06 10:03:46 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						609b52f726 
					 
					
						
						
							
							Bump version to v4.1.0-dev  
						
						... 
						
						
						
						I think we forgot to bump the version in the main branch. It should be
v4.1.0-dev now.
Also set the min api version to 4.0.0 as on the podman 4.0 branch.
Signed-off-by: Paul Holzinger <pholzing@redhat.com> 
						
						
					 
					
						2022-04-27 14:32:28 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0ab9d19ad5 
					 
					
						
						
							
							Bump to v4.0.0-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <matthew.heon@pm.me> 
						
						
					 
					
						2021-08-02 13:27:49 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a2b842df4a 
					 
					
						
						
							
							Version bump: 3.3.0-dev  
						
						... 
						
						
						
						Keep master branch version ahead of that on any other branch.
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org> 
						
						
					 
					
						2021-06-07 10:36:13 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						637c5d55e1 
					 
					
						
						
							
							Bump to v3.2.0-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <matthew.heon@pm.me> 
						
						
					 
					
						2021-03-29 14:03:04 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f86d641308 
					 
					
						
						
							
							Use version package to track all versions  
						
						... 
						
						
						
						* Server, bindings, and CLI all now pull version information from version
package.
* Current /libpod API version slaved to podman/libpod Version
* Bindings validate against libpod API Minimal version
* Remove pkg/bindings/bindings.go and updated tests
Fixes : #9207 
Signed-off-by: Jhon Honce <jhonce@redhat.com> 
						
						
					 
					
						2021-03-03 17:03:19 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						31b2b2cc2d 
					 
					
						
						
							
							bump to v3.1.0-dev  
						
						... 
						
						
						
						Given we branched for 3.0 already, bumping the version in the main
branch will help prevent confusion in case users report issues on main
versus the v3.0 branch.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com> 
						
						
					 
					
						2021-02-10 13:34:11 +01:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						12f835d125 
					 
					
						
						
							
							Bump master to v3.0.0-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-11-30 16:33:18 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ac39493453 
					 
					
						
						
							
							Bump to v2.2.0-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-11-18 13:15:55 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						02843f881f 
					 
					
						
						
							
							Bump to v2.2.0-rc1  
						
						... 
						
						
						
						Also bump API version to v2.1.0.
Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-11-18 13:15:11 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						20d90320fc 
					 
					
						
						
							
							Bump to v2.2.0-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-09-22 11:16:48 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d8868746fd 
					 
					
						
						
							
							Bump to v2.1.0  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-09-22 11:15:41 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c4b49afad3 
					 
					
						
						
							
							Refactor version handling in cmd tree  
						
						... 
						
						
						
						* Move from simple string to semver objects
* Change client API Version from '1' to 2.0.0
Signed-off-by: Jhon Honce <jhonce@redhat.com> 
						
						
					 
					
						2020-09-18 15:13:58 -07:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						bd858dd8dc 
					 
					
						
						
							
							Bump master to v2.1.0-dev following release of v2.0  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-06-19 15:55:42 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7b188f7b5b 
					 
					
						
						
							
							podman version --format ...  was not working  
						
						... 
						
						
						
						This patch fixes the podman --version --format command.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> 
						
						
					 
					
						2020-05-21 16:31:34 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4489440aaf 
					 
					
						
						
							
							Bump to v2.0.0-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-04-15 10:51:33 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d985723506 
					 
					
						
						
							
							Bump to v1.9.0  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-04-15 10:51:28 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f1397abb9b 
					 
					
						
						
							
							Bump to v1.9.0-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-04-13 09:47:17 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cbb5652a53 
					 
					
						
						
							
							Bump to v1.9.0-rc1  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-04-13 09:47:17 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aef32407eb 
					 
					
						
						
							
							Bump to v1.8.3-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-03-19 13:38:44 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						028e3317eb 
					 
					
						
						
							
							Bump to v1.8.2  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-03-19 13:38:41 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						8877fed86e 
					 
					
						
						
							
							Bump to v1.8.2-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-03-11 10:16:16 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						444a19cdd2 
					 
					
						
						
							
							Bump to v1.8.1  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-03-11 10:16:13 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dc940f90d8 
					 
					
						
						
							
							Bump to v1.8.1-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <matthew.heon@pm.me> 
						
						
					 
					
						2020-02-06 17:22:58 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						2ced9094d4 
					 
					
						
						
							
							Bump to v1.8.0  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <matthew.heon@pm.me> 
						
						
					 
					
						2020-02-06 17:22:56 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a98c36df1a 
					 
					
						
						
							
							Bump to v1.8.0-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <matthew.heon@pm.me> 
						
						
					 
					
						2020-01-31 12:45:02 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5558c2620c 
					 
					
						
						
							
							Bump to v1.8.0-rc1  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <matthew.heon@pm.me> 
						
						
					 
					
						2020-01-31 12:44:59 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						08849db4b0 
					 
					
						
						
							
							Bump to v1.7.1-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-01-06 15:16:38 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b7ce1157b0 
					 
					
						
						
							
							Bump to v1.7.0  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2020-01-06 15:16:35 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						17c369c255 
					 
					
						
						
							
							Bump to v1.7.0-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2019-12-11 12:49:31 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7bbef419fb 
					 
					
						
						
							
							Bump to v1.7.0-rc1  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2019-12-11 12:49:25 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						830808cba7 
					 
					
						
						
							
							Bump development version to 1.6.4-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <matthew.heon@pm.me> 
						
						
					 
					
						2019-11-04 17:50:14 -05:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						21f9c93073 
					 
					
						
						
							
							Bump to v1.6.3-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2019-10-17 15:09:46 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f3ffda1e08 
					 
					
						
						
							
							Bump to v1.6.2  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2019-10-17 15:09:41 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9e5646ec23 
					 
					
						
						
							
							Bump to v1.6.2-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2019-10-02 17:39:05 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						233d95f4f0 
					 
					
						
						
							
							Bump to v1.6.1  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2019-10-02 17:39:00 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d52868f81c 
					 
					
						
						
							
							Bump to v1.6.1-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2019-09-30 19:02:29 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b02b072832 
					 
					
						
						
							
							Bump to v1.6.0  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2019-09-30 19:02:29 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						fa8f2c0ba5 
					 
					
						
						
							
							Bump to v1.6.0-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2019-09-16 09:55:10 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ca5ff03e29 
					 
					
						
						
							
							Bump to v1.6.0-rc1  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <mheon@redhat.com> 
						
						
					 
					
						2019-09-16 09:54:28 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						913c7b08d2 
					 
					
						
						
							
							Bump to v1.5.2-dev  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <matthew.heon@pm.me> 
						
						
					 
					
						2019-08-15 17:13:21 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						00057929f5 
					 
					
						
						
							
							Bump to v1.5.1  
						
						... 
						
						
						
						Signed-off-by: Matthew Heon <matthew.heon@pm.me> 
						
						
					 
					
						2019-08-15 17:13:19 -04:00