Skip to content

Commit

Permalink
(SIMP-6153) Updates for SIMP 6.3.3 (#600)
Browse files Browse the repository at this point in the history
* (SIMP-6153) Updates for SIMP 6.3.3

SIMP-6154 #close
  • Loading branch information
trevor-vaughan authored and Brandon Riden committed Feb 25, 2019
1 parent fe2aeaa commit e8e9cb2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- bundle exec rake spec
before_deploy:
- "export PUPMOD_METADATA_VERSION=`ruby -r json -e \"puts JSON.parse(File.read('metadata.json')).fetch('version')\"`"
- '[[ $TRAVIS_TAG =~ ^simp-${PUPMOD_METADATA_VERSION}$|^${PUPMOD_METADATA_VERSION}$ ]]'
- '[[ "${TRAVIS_TAG}" =~ ^simp-${PUPMOD_METADATA_VERSION}(-.+)?$|^${PUPMOD_METADATA_VERSION}(-.+)?$ ]]'
deploy:
- provider: puppetforge
user: simp
Expand Down
4 changes: 2 additions & 2 deletions Puppetfile.stable
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ moduledir 'src'

mod 'simp-doc',
:git => 'https://github.com/simp/simp-doc',
:tag => '6.3.2'
:tag => '6.3.3'

moduledir 'src/assets'

Expand Down Expand Up @@ -460,7 +460,7 @@ mod 'simp-ssh',

mod 'simp-sssd',
:git => 'https://github.com/simp/pupmod-simp-sssd',
:tag => '6.1.4'
:tag => '6.1.5'

mod 'simp-stunnel',
:git => 'https://github.com/simp/pupmod-simp-stunnel',
Expand Down
4 changes: 2 additions & 2 deletions Puppetfile.tracking
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ moduledir 'src'

mod 'simp-doc',
:git => 'https://github.com/simp/simp-doc',
:tag => '6.3.2'
:tag => '6.3.3'

moduledir 'src/assets'

Expand Down Expand Up @@ -460,7 +460,7 @@ mod 'simp-ssh',

mod 'simp-sssd',
:git => 'https://github.com/simp/pupmod-simp-sssd',
:tag => '6.1.4'
:tag => '6.1.5'

mod 'simp-stunnel',
:git => 'https://github.com/simp/pupmod-simp-stunnel',
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-simp_core",
"version": "6.3.2",
"version": "6.3.3",
"author": "SIMP Team",
"summary": "A Metamodule for SIMP",
"license": "Apache-2.0",
Expand Down Expand Up @@ -264,7 +264,7 @@
},
{
"name": "simp/sssd",
"version_requirement": ">= 6.1.4 < 7.0.0"
"version_requirement": ">= 6.1.5 < 7.0.0"
},
{
"name": "simp/stunnel",
Expand Down
9 changes: 7 additions & 2 deletions src/assets/simp/build/simp.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: SIMP Full Install
Name: simp
Version: 6.3.2
Version: 6.3.3
Release: 0%{?dist}%{?snapshot_release}
License: Apache License, Version 2.0
Group: Applications/System
Expand Down Expand Up @@ -83,7 +83,7 @@ Requires: pupmod-simp-simp_options >= 1.2.1, pupmod-simp-simp_options < 2.0.0
Requires: pupmod-simp-simp_rsyslog >= 0.3.0, pupmod-simp-simp_rsyslog < 1.0.0
Requires: pupmod-simp-site >= 2.0.5, pupmod-simp-site < 3.0.0
Requires: pupmod-simp-ssh >= 6.5.1, pupmod-simp-ssh < 7.0.0
Requires: pupmod-simp-sssd >= 6.1.4, pupmod-simp-sssd < 7.0.0
Requires: pupmod-simp-sssd >= 6.1.5, pupmod-simp-sssd < 7.0.0
Requires: pupmod-simp-stunnel >= 6.4.0, pupmod-simp-stunnel < 7.0.0
Requires: pupmod-simp-sudo >= 5.1.1, pupmod-simp-sudo < 6.0.0
Requires: pupmod-simp-sudosh >= 6.1.0, pupmod-simp-sudosh < 7.0.0
Expand Down Expand Up @@ -231,6 +231,11 @@ fi
# Post uninstall stuff

%changelog
* Fri Feb 22 2019 Trevor Vaughan <tvaughan@onyxpoint.com> - 6.3.3-0
- Updated the following packages to address bug fixes. See the Changelog in
the SIMP documentation (simp-doc package) for relevant information.
- pupmod-simp-sssd

* Fri Feb 02 2019 Trevor Vaughan <tvaughan@onyxpoint.com> - 6.3.2-0
- Updated the following packages to address bug fixes. See the Changelog for
relevant information.
Expand Down

0 comments on commit e8e9cb2

Please sign in to comment.