Skip to content

Commit 48b8f42

Browse files
committed
Release 1.0.0 for Foreman 3.16
1 parent 9309405 commit 48b8f42

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
1.0.0

foremanctl.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global __brp_mangle_shebangs_exclude_from ^%{_datadir}/%{name}/collections/.*$
22

33
Name: foremanctl
4-
Version: 0.0.4
4+
Version: 1.0.0
55
Release: 0%{?dist}
66
Summary: Install Foreman using containers
77

@@ -10,7 +10,7 @@ URL: https://github.com/theforeman/foremanctl
1010
Source: https://github.com/theforeman/foremanctl/releases/download/%{version}/%{name}-%{version}.tar.gz
1111

1212
BuildArch: noarch
13-
Requires: python3-obsah >= 1.3
13+
Requires: python3-obsah >= 1.4
1414

1515
# These are needed on the target host, which is usually localhost
1616
Recommends: podman

src/vars/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
container_tag_stream: "nightly"
1+
container_tag_stream: "3.16"
22
candlepin_container_image: quay.io/foreman/candlepin
33
candlepin_container_tag: "foreman-{{ container_tag_stream }}"
44
foreman_container_image: quay.io/foreman/foreman

0 commit comments

Comments
 (0)