Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions to 4.6 #252

Merged
merged 1 commit into from
Jun 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion openshift-kuryr-cni-ci-rhel8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ LABEL \
maintainer="Michal Dulko <mdulko@redhat.com>" \
name="openshift/kuryr-cni" \
io.k8s.display-name="kuryr-cni" \
version="4.5.0" \
version="4.6.0" \
com.redhat.component="kuryr-cni-container"
2 changes: 1 addition & 1 deletion openshift-kuryr-cni-rhel8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ LABEL \
maintainer="Michal Dulko <mdulko@redhat.com>" \
name="openshift/kuryr-cni" \
io.k8s.display-name="kuryr-cni" \
version="4.5.0" \
version="4.6.0" \
com.redhat.component="kuryr-cni-container"
2 changes: 1 addition & 1 deletion openshift-kuryr-controller-ci-rhel8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ LABEL \
maintainer="Michal Dulko <mdulko@redhat.com>" \
name="openshift/kuryr-controller" \
io.k8s.display-name="kuryr-controller" \
version="4.5.0" \
version="4.6.0" \
com.redhat.component="kuryr-controller-container"
2 changes: 1 addition & 1 deletion openshift-kuryr-controller-rhel8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ LABEL \
maintainer="Michal Dulko <mdulko@redhat.com>" \
name="openshift/kuryr-controller" \
io.k8s.display-name="kuryr-controller" \
version="4.5.0" \
version="4.6.0" \
com.redhat.component="kuryr-controller-container"
2 changes: 1 addition & 1 deletion openshift-kuryr-kubernetes-rhel8.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with OpenStack networking.
%global commit 0000000

Name: openshift-%project
Version: 4.5.1
Version: 4.6.1
Release: 1%{?dist}
Summary: OpenStack networking integration with OpenShift and Kubernetes
License: ASL 2.0
Expand Down
2 changes: 1 addition & 1 deletion openshift-kuryr-tester-rhel8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ LABEL \
maintainer="Michal Dulko <mdulko@redhat.com>" \
name="openshift/kuryr-tester" \
io.k8s.display-name="kuryr-tester" \
version="4.5.0" \
version="4.6.0" \
com.redhat.component="kuryr-tester-container"
4 changes: 2 additions & 2 deletions tools/build-rpm-rhel8.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -x

version=4.5.1
version=4.6.1
source_path=_output/SOURCES

mkdir -p ${source_path}
Expand All @@ -16,7 +16,7 @@ cp openshift-kuryr.tmpfs ${source_path}
cp kuryr-cni.service ${source_path}

# NOTE(dulek): We use this to get python3-pbr package in here.
curl http://base-openstack-4-3.ocp.svc > /etc/yum.repos.d/base-openstack-4-3.repo
curl http://base-openstack-4-6.ocp.svc > /etc/yum.repos.d/base-openstack-4-6.repo

yum install -y python3-pbr python3-devel

Expand Down