summaryrefslogtreecommitdiff
path: root/pkg/bindings
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-03-29 19:00:46 +0200
committerPaul Holzinger <pholzing@redhat.com>2022-04-27 14:32:28 +0200
commit609b52f7266dc057ec356348e54e501225715c4d (patch)
tree65c5f279f6a0e7ef05bcde22c16403defedc2223 /pkg/bindings
parent053b09660ffbe2df2104186c67e39be70764ff63 (diff)
downloadpodman-609b52f7266dc057ec356348e54e501225715c4d.tar.gz
podman-609b52f7266dc057ec356348e54e501225715c4d.tar.bz2
podman-609b52f7266dc057ec356348e54e501225715c4d.zip
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>
Diffstat (limited to 'pkg/bindings')
-rw-r--r--pkg/bindings/test/manifests_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/bindings/test/manifests_test.go b/pkg/bindings/test/manifests_test.go
index 64becda43..e6c93817d 100644
--- a/pkg/bindings/test/manifests_test.go
+++ b/pkg/bindings/test/manifests_test.go
@@ -96,7 +96,7 @@ var _ = Describe("podman manifest", func() {
Expect(err).To(HaveOccurred())
code, _ = bindings.CheckResponseCode(err)
- Expect(code).To(BeNumerically("==", http.StatusInternalServerError))
+ Expect(code).To(BeNumerically("==", http.StatusBadRequest))
})
It("remove digest", func() {