|
| 1 | +apt Cookbook CHANGELOG |
| 2 | +====================== |
| 3 | +This file is used to list changes made in each version of the apt cookbook. |
| 4 | + |
| 5 | +v2.4.0 (2014-05-15) |
| 6 | +------------------- |
| 7 | +- [COOK-4534]: Add option to update apt cache at compile time |
| 8 | + |
| 9 | + |
| 10 | +v2.3.10 (2014-04-23) |
| 11 | +-------------------- |
| 12 | +- [COOK-4512] Bugfix: Use empty PATH if PATH is nil |
| 13 | + |
| 14 | + |
| 15 | +v2.3.8 (2014-02-14) |
| 16 | +------------------- |
| 17 | +### Bug |
| 18 | +- **[COOK-4287](https://tickets.opscode.com/browse/COOK-4287)** - Cleanup the Kitchen |
| 19 | + |
| 20 | + |
| 21 | +v2.3.6 |
| 22 | +------ |
| 23 | +* [COOK-4154] - Add chefspec matchers.rb file to apt cookbook |
| 24 | +* [COOK-4102] - Only index created repository |
| 25 | + |
| 26 | + |
| 27 | +v2.3.6 |
| 28 | +------ |
| 29 | +* [COOK-4154] - Add chefspec matchers.rb file to apt cookbook |
| 30 | +* [COOK-4102] - Only index created repository |
| 31 | + |
| 32 | + |
| 33 | +v2.3.4 |
| 34 | +------ |
| 35 | +No change. Version bump for toolchain sanity |
| 36 | + |
| 37 | + |
| 38 | +v2.3.2 |
| 39 | +------ |
| 40 | +- [COOK-3905] apt-get-update-periodic: configuration for the update period |
| 41 | +- Updating style for rubocops |
| 42 | +- Updating test-kitchen harness |
| 43 | + |
| 44 | + |
| 45 | +v2.3.0 |
| 46 | +------ |
| 47 | +### Bug |
| 48 | +- **[COOK-3812](https://tickets.opscode.com/browse/COOK-3812)** - Add a way to bypass the apt existence check |
| 49 | + |
| 50 | +### Improvement |
| 51 | +- **[COOK-3567](https://tickets.opscode.com/browse/COOK-3567)** - Allow users to bypass apt-cache via attributes |
| 52 | + |
| 53 | + |
| 54 | +v2.2.1 |
| 55 | +------ |
| 56 | +### Improvement |
| 57 | +- **[COOK-664](https://tickets.opscode.com/browse/COOK-664)** - Check platform before running apt-specific commands |
| 58 | + |
| 59 | + |
| 60 | +v2.2.0 |
| 61 | +------ |
| 62 | +### Bug |
| 63 | +- **[COOK-3707](https://tickets.opscode.com/browse/COOK-3707)** - multiple nics confuse apt::cacher-client |
| 64 | + |
| 65 | +v2.1.2 |
| 66 | +------ |
| 67 | +### Improvement |
| 68 | +- **[COOK-3551](https://tickets.opscode.com/browse/COOK-3551)** - Allow user to set up a trusted APT repository |
| 69 | + |
| 70 | +v2.1.1 |
| 71 | +------ |
| 72 | +### Bug |
| 73 | +- **[COOK-1856](https://tickets.opscode.com/browse/COOK-1856)** - Match GPG keys without case sensitivity |
| 74 | + |
| 75 | +v2.1.0 |
| 76 | +------ |
| 77 | +- [COOK-3426]: cacher-ng fails with restrict_environment set to true |
| 78 | +- [COOK-2859]: cacher-client executes out of order |
| 79 | +- [COOK-3052]: Long GPG keys are downloaded on every run |
| 80 | +- [COOK-1856]: apt cookbook should match keys without case sensitivity |
| 81 | +- [COOK-3255]: Attribute name incorrect in README |
| 82 | +- [COOK-3225]: Call use_inline_resources only if defined |
| 83 | +- [COOK-3386]: Cache dir for apt-cacher-ng |
| 84 | +- [COOK-3291]: apt_repository: enable usage of a keyserver on port 80 |
| 85 | +- Greatly expanded test coverage with ChefSpec and Test-Kitchen |
| 86 | + |
| 87 | +v2.0.0 |
| 88 | +------ |
| 89 | +### Bug |
| 90 | + |
| 91 | +- [COOK-2258]: apt: LWRP results in error under why-run mode in apt 1.9.0 cookbook |
| 92 | + |
| 93 | +v1.10.0 |
| 94 | +------- |
| 95 | +### Improvement |
| 96 | + |
| 97 | +- [COOK-2885]: Improvements for apt cache server search |
| 98 | + |
| 99 | +### Bug |
| 100 | + |
| 101 | +- [COOK-2441]: Apt recipe broken in new chef version |
| 102 | +- [COOK-2660]: Create Debian 6.0 "squeeze" specific template for |
| 103 | + apt-cacher-ng |
| 104 | + |
| 105 | +v1.9.2 |
| 106 | +------ |
| 107 | +- [COOK-2631] - Create Ubuntu 10.04 specific template for apt-cacher-ng |
| 108 | + |
| 109 | +v1.9.0 |
| 110 | +------ |
| 111 | +- [COOK-2185] - Proxy for apt-key |
| 112 | +- [COOK-2338] - Support pinning by glob() or regexp |
| 113 | + |
| 114 | +v1.8.4 |
| 115 | +------ |
| 116 | +- [COOK-2171] - Update README to clarify required Chef version: 10.18.0 |
| 117 | + or higher. |
| 118 | + |
| 119 | +v1.8.2 |
| 120 | +------ |
| 121 | +- [COOK-2112] - need [] around "arch" in sources.list entries |
| 122 | +- [COOK-2171] - fixes a regression in the notification |
| 123 | + |
| 124 | +v1.8.0 |
| 125 | +------ |
| 126 | +- [COOK-2143] - Allow for a custom cacher-ng port |
| 127 | +- [COOK-2171] - On `apt_repository.run_action(:add)` the source file |
| 128 | + is not created. |
| 129 | +- [COOK-2184] - apt::cacher-ng, use `cacher_port` attribute in |
| 130 | + acng.conf |
| 131 | + |
| 132 | +v1.7.0 |
| 133 | +------ |
| 134 | +- [COOK-2082] - add "arch" parameter to apt_repository LWRP |
| 135 | + |
| 136 | +v1.6.0 |
| 137 | +------ |
| 138 | +- [COOK-1893] - `apt_preference` use "`package_name`" resource instead of "name" |
| 139 | +- [COOK-1894] - change filename for sources.list.d files |
| 140 | +- [COOK-1914] - Wrong dir permissions for /etc/apt/preferences.d/ |
| 141 | +- [COOK-1942] - README.md has wrong name for the keyserver attribute |
| 142 | +- [COOK-2019] - create 01proxy before any other apt-get updates get executed |
| 143 | + |
| 144 | +v1.5.2 |
| 145 | +------ |
| 146 | +- [COOK-1682] - use template instead of file resource in apt::cacher-client |
| 147 | +- [COOK-1875] - cacher-client should be Environment-aware |
| 148 | + |
| 149 | +V1.5.0 |
| 150 | +------ |
| 151 | +- [COOK-1500] - Avoid triggering apt-get update |
| 152 | +- [COOK-1548] - Add execute commands for autoclean and autoremove |
| 153 | +- [COOK-1591] - Setting up the apt proxy should leave https |
| 154 | + connections direct |
| 155 | +- [COOK-1596] - execute[apt-get-update-periodic] never runs |
| 156 | +- [COOK-1762] - create /etc/apt/preferences.d directory |
| 157 | +- [COOK-1776] - apt key check isn't idempotent |
| 158 | + |
| 159 | +v1.4.8 |
| 160 | +------ |
| 161 | +* Adds test-kitchen support |
| 162 | +- [COOK-1435] - repository lwrp is not idempotent with http key |
| 163 | + |
| 164 | +v1.4.6 |
| 165 | +------ |
| 166 | +- [COOK-1530] - apt_repository isn't aware of update-success-stamp |
| 167 | + file (also reverts COOK-1382 patch). |
| 168 | + |
| 169 | +v1.4.4 |
| 170 | +------ |
| 171 | +- [COOK-1229] - Allow cacher IP to be set manually in non-Chef Solo |
| 172 | + environments |
| 173 | +- [COOK-1530] - Immediately update apt-cache when sources.list file is dropped off |
| 174 | + |
| 175 | +v1.4.2 |
| 176 | +------ |
| 177 | +- [COOK-1155] - LWRP for apt pinning |
| 178 | + |
| 179 | +v1.4.0 |
| 180 | +------ |
| 181 | +- [COOK-889] - overwrite existing repo source files |
| 182 | +- [COOK-921] - optionally use cookbook\_file or remote\_file for key |
| 183 | +- [COOK-1032] - fixes problem with apt repository key installation |
0 commit comments