Skip to content

Commit

Permalink
Closes #70
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerSchill committed Oct 18, 2019
1 parent 1b1b4a8 commit 5077adc
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .rubocop.yml

This file was deleted.

50 changes: 38 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,54 @@
# aptly CHANGELOG
# Changelog

This file is used to list changes made in each version of the aptly cookbook.
All notable changes to this project will be documented in this file.

## Unreleased
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Fixed

- Latest Cookstyle changes in cookstyle 5.6.2

## v2.0.0 (09-04-2019)
### Deprecated

### Removed

## [2.0.0] - 2019-09-04

### Added

- Change `architectures` argument in both the mirror and publish resources for consistency
- Add a `with_installer` parameter to the mirror resource

## v1.1.0 (08-03-2019)
### Fixed

- Change `architectures` argument in both the mirror and publish resources for consistency

### Deprecated

### Removed

## [1.1.0] - 2019-08-03

### Added

- Add timeout argument for some time consuming resources
- Add support for aptly mirror `-filter-with-deps` argument
- Add support for aptly mirror `-with-udebs` and `-architectures` arguments

### Fixed

- Fix "can't modify frozen String" error caused by aptly_snapshot
- Fix broken `not_if` for in aptly_mirror resource
- Migrate to circleci for testing

### Deprecated

### Removed

## v1.0.0 (24-10-2018)

- Big refactoring
Expand Down Expand Up @@ -67,18 +96,15 @@ This file is used to list changes made in each version of the aptly cookbook.
- Add repo attribute to repo resource
- Fix group owner attribute
- Correction for aptly user seed action 0.2.1

--------------------------------------------------------------------------------

- [Aaron Baer] - bug fix for writing files to the system as the wrong user
- bug fix for writing files to the system as the wrong user

## 0.2.0

- [Aaron Baer] - add providers for all aptly functionality
- add providers for all aptly functionality

## 0.1.0

- [Aaron Baer] - Initial release of aptly
- Initial release of aptly

--------------------------------------------------------------------------------

Expand Down
4 changes: 0 additions & 4 deletions test/integration/default/resources_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
its('exit_status') { should eq 0 }
end

describe file('/tmp/chef_15.2.20-1_amd64.deb') do
it { should exist }
end

describe command('aptly repo show -with-packages my_repo | grep chef_15.2.20-1_amd64') do
its('exit_status') { should eq 0 }
end
Expand Down

0 comments on commit 5077adc

Please sign in to comment.