This changelog adheres to Keep a CHANGELOG.
0.6.8 - 2018-08-14
- Remove stickler and nexus configs for gem shipping.
0.6.7 - 2018-07-11
- Retrieving with
FOSS_ONLY=true
now fetches all (non-platform-specific) top-level files.
0.6.6 - 2018-05-08
- Backported
ubership_light
task.
- Pkg::Tar now archives the working directory by default.
- Packages promoted to a release branch no longer cause PEZ to fail
0.6.5 - 2018-04-17
- Added platform support for:
- Debian 10 'Buster'
- Ubuntu 18.04 'Bionic'
- Fedora 28
- Use
tar
labeled nodes to build tarballs. - Renamed redhat-fips platform to redhatfips.
- Skip tarball signing if signature already exists.
0.6.4 - 2018-03-14
- Initial support added for Puppet Enterprise release branches.
- (CPR-521) When building dmgs, explicitly set the filesystem type to 'HFS+'.
- Updated to new Solaris 11 signing certs.
0.6.3 - 2018-02-14
- Use
Pkg::Util::RakeUtils.invoke_task
instead of the deprecatedinvoke_task
.
- Added support for macOS 10.13 (High Sierra) and Fedora 27 to the
PLATFORM_INFO
hash.
0.6.2 - 2018-01-09
- Don't generate repo configs for AIX since AIX doesn't support yum.
- Update default
internal_gem_host
to artifactory instead of stickler.
0.6.1 - 2017-12-12
- Added platform support for:
- el7 aarch64
- Fedora 26
- SLES 12 power8
- Improved 'Getting Started' docs in the README.
- Added automation to help with shipping packages to s3.
- Don't fail if
ext/project_data.yaml
doesn't exist since that is a supplemental file toext/build_defaults.yaml
. - Don't prepend a user if the
osx_signing_server
string already contains a user. - When calculating the deb destination dir, use
codename.to_s
instead ofcodename
in casecodename
isnil
.
- Removed support for the following end-of-life platforms:
- AIX 5.3
- Fedora 24
- Huaweios 6
- Ubuntu 16.10 - Yakkety
- Platform data is now added to the manifest yaml file.
- Added
ppc64le
as an architecture for el-7. - PEZ repo promotion has been enabled for debian packages.
- Started shipping apt, rpm, and downloads to S3 if configured.
- Started shiping metadata from vanagon and ezbake to the builds server if the metadata file exists.
- Adds a
latest
symlink that points to the latest version of a package for osx and windows.
- Default repo paths for rpm have been changed to have the repo name to be the root directory instead of the platform.
- Removes support for end-of-life platforms.