Skip to content

Commit

Permalink
Merge pull request #64 from voxpupuli/release-v1.4.0
Browse files Browse the repository at this point in the history
Release v1.4.0
  • Loading branch information
rwaffen authored Apr 5, 2024
2 parents 48f5887 + 05f0f55 commit 0422a21
Showing 1 changed file with 80 additions and 49 deletions.
129 changes: 80 additions & 49 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

All notable changes to this project will be documented in this file.

## [v1.4.0](https://github.com/voxpupuli/container-puppetdb/tree/v1.4.0) (2024-04-05)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/v1.3.0...v1.4.0)

**Implemented enhancements:**

- update puppetdb to 8.4.1 and 7.17.1 [\#63](https://github.com/voxpupuli/container-puppetdb/pull/63) ([rwaffen](https://github.com/rwaffen))
- disable update check [\#53](https://github.com/voxpupuli/container-puppetdb/pull/53) ([rwaffen](https://github.com/rwaffen))

**Fixed bugs:**

- Value does not match schema: {:disable-update-checking \(not \(instance? java.lang.String true\)\)} [\#56](https://github.com/voxpupuli/container-puppetdb/issues/56)
- remove .dockerenv, add it as ENV to Dockerfile [\#62](https://github.com/voxpupuli/container-puppetdb/pull/62) ([rwaffen](https://github.com/rwaffen))
- Add 'ARG UBUNTU\_CODENAME' to final image build so that Podman correctly interprets PUPPET\_DEB environment variable. [\#59](https://github.com/voxpupuli/container-puppetdb/pull/59) ([bschonec](https://github.com/bschonec))
- quote boolean to be string; disable-update-checking has to be a string [\#57](https://github.com/voxpupuli/container-puppetdb/pull/57) ([rwaffen](https://github.com/rwaffen))
- Don't try to chown SSLDIR if it's read-only or we don't have permission [\#49](https://github.com/voxpupuli/container-puppetdb/pull/49) ([bootc](https://github.com/bootc))

**Closed issues:**

- Permission denied on ENTRYPOINT when running on Red Hat Openshift [\#61](https://github.com/voxpupuli/container-puppetdb/issues/61)
- Docker image doesn't build correctly when using Podman [\#58](https://github.com/voxpupuli/container-puppetdb/issues/58)
- docker flag "--link" is deprecated and may be removed. [\#51](https://github.com/voxpupuli/container-puppetdb/issues/51)
- Startup fails when running as non-root / read-only [\#48](https://github.com/voxpupuli/container-puppetdb/issues/48)
- We should verify if analytics is disabled upon container start [\#11](https://github.com/voxpupuli/container-puppetdb/issues/11)

**Merged pull requests:**

- Remove usage of --link for container examples [\#55](https://github.com/voxpupuli/container-puppetdb/pull/55) ([rwaffen](https://github.com/rwaffen))
- update container links [\#54](https://github.com/voxpupuli/container-puppetdb/pull/54) ([rwaffen](https://github.com/rwaffen))
- update readme, add markdownlint rules [\#52](https://github.com/voxpupuli/container-puppetdb/pull/52) ([rwaffen](https://github.com/rwaffen))

## [v1.3.0](https://github.com/voxpupuli/container-puppetdb/tree/v1.3.0) (2024-01-31)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/v1.2.1...v1.3.0)
Expand Down Expand Up @@ -70,7 +101,7 @@ All notable changes to this project will be documented in this file.

## [7.14.0](https://github.com/voxpupuli/container-puppetdb/tree/7.14.0) (2023-10-19)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/7.10.1...7.14.0)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/7.10.0...7.14.0)

**Fixed bugs:**

Expand All @@ -95,10 +126,6 @@ All notable changes to this project will be documented in this file.
- initial voxpupuli [\#2](https://github.com/voxpupuli/container-puppetdb/pull/2) ([tuxmea](https://github.com/tuxmea))
- dependabot: check for github actions, docker and bundler [\#1](https://github.com/voxpupuli/container-puppetdb/pull/1) ([bastelfreak](https://github.com/bastelfreak))

## [7.10.1](https://github.com/voxpupuli/container-puppetdb/tree/7.10.1) (2021-07-01)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/7.10.0...7.10.1)

## [7.10.0](https://github.com/voxpupuli/container-puppetdb/tree/7.10.0) (2021-07-01)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/7.9.2...7.10.0)
Expand All @@ -125,7 +152,11 @@ All notable changes to this project will be documented in this file.

## [7.11.0](https://github.com/voxpupuli/container-puppetdb/tree/7.11.0) (2021-07-01)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/7.8.0...7.11.0)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/7.10.1...7.11.0)

## [7.10.1](https://github.com/voxpupuli/container-puppetdb/tree/7.10.1) (2021-07-01)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/7.8.0...7.10.1)

## [7.8.0](https://github.com/voxpupuli/container-puppetdb/tree/7.8.0) (2021-07-01)

Expand Down Expand Up @@ -345,11 +376,7 @@ All notable changes to this project will be documented in this file.

## [6.4.0](https://github.com/voxpupuli/container-puppetdb/tree/6.4.0) (2019-07-03)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.3.4...6.4.0)

## [6.3.4](https://github.com/voxpupuli/container-puppetdb/tree/6.3.4) (2019-03-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.3.3...6.3.4)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.3.3...6.4.0)

## [6.3.3](https://github.com/voxpupuli/container-puppetdb/tree/6.3.3) (2019-03-11)

Expand All @@ -361,79 +388,83 @@ All notable changes to this project will be documented in this file.

## [6.3.1](https://github.com/voxpupuli/container-puppetdb/tree/6.3.1) (2019-03-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.3.0...6.3.1)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.3.5...6.3.1)

## [6.3.5](https://github.com/voxpupuli/container-puppetdb/tree/6.3.5) (2019-03-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.3.4...6.3.5)

## [6.3.4](https://github.com/voxpupuli/container-puppetdb/tree/6.3.4) (2019-03-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.3.0...6.3.4)

## [6.3.0](https://github.com/voxpupuli/container-puppetdb/tree/6.3.0) (2019-03-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.3.6...6.3.0)

## [6.3.6](https://github.com/voxpupuli/container-puppetdb/tree/6.3.6) (2019-03-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.3.5...6.3.6)

## [6.3.5](https://github.com/voxpupuli/container-puppetdb/tree/6.3.5) (2019-03-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.0.3...6.3.5)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.0.3...6.3.6)

## [6.0.3](https://github.com/voxpupuli/container-puppetdb/tree/6.0.3) (2019-02-12)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/6.0.4...6.0.3)

## [6.0.4](https://github.com/voxpupuli/container-puppetdb/tree/6.0.4) (2019-02-12)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.17...6.0.4)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.12...6.0.4)

## [5.2.17](https://github.com/voxpupuli/container-puppetdb/tree/5.2.17) (2019-02-11)
## [5.2.12](https://github.com/voxpupuli/container-puppetdb/tree/5.2.12) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.16...5.2.17)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.11...5.2.12)

## [5.2.16](https://github.com/voxpupuli/container-puppetdb/tree/5.2.16) (2019-02-11)
## [5.2.11](https://github.com/voxpupuli/container-puppetdb/tree/5.2.11) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.15.1...5.2.16)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.8...5.2.11)

## [5.2.15.1](https://github.com/voxpupuli/container-puppetdb/tree/5.2.15.1) (2019-02-11)
## [5.2.8](https://github.com/voxpupuli/container-puppetdb/tree/5.2.8) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.15...5.2.15.1)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.9...5.2.8)

## [5.2.15](https://github.com/voxpupuli/container-puppetdb/tree/5.2.15) (2019-02-11)
## [5.2.9](https://github.com/voxpupuli/container-puppetdb/tree/5.2.9) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.14...5.2.15)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.10...5.2.9)

## [5.2.14](https://github.com/voxpupuli/container-puppetdb/tree/5.2.14) (2019-02-11)
## [5.2.10](https://github.com/voxpupuli/container-puppetdb/tree/5.2.10) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.13...5.2.14)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.19...5.2.10)

## [5.2.13](https://github.com/voxpupuli/container-puppetdb/tree/5.2.13) (2019-02-11)
## [5.2.19](https://github.com/voxpupuli/container-puppetdb/tree/5.2.19) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.12...5.2.13)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.18...5.2.19)

## [5.2.12](https://github.com/voxpupuli/container-puppetdb/tree/5.2.12) (2019-02-11)
## [5.2.18](https://github.com/voxpupuli/container-puppetdb/tree/5.2.18) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.11...5.2.12)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.17...5.2.18)

## [5.2.11](https://github.com/voxpupuli/container-puppetdb/tree/5.2.11) (2019-02-11)
## [5.2.17](https://github.com/voxpupuli/container-puppetdb/tree/5.2.17) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.10...5.2.11)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.16...5.2.17)

## [5.2.10](https://github.com/voxpupuli/container-puppetdb/tree/5.2.10) (2019-02-11)
## [5.2.16](https://github.com/voxpupuli/container-puppetdb/tree/5.2.16) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.9...5.2.10)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.15.1...5.2.16)

## [5.2.9](https://github.com/voxpupuli/container-puppetdb/tree/5.2.9) (2019-02-11)
## [5.2.15.1](https://github.com/voxpupuli/container-puppetdb/tree/5.2.15.1) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.8...5.2.9)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.15...5.2.15.1)

## [5.2.8](https://github.com/voxpupuli/container-puppetdb/tree/5.2.8) (2019-02-11)
## [5.2.15](https://github.com/voxpupuli/container-puppetdb/tree/5.2.15) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.19...5.2.8)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.14...5.2.15)

## [5.2.19](https://github.com/voxpupuli/container-puppetdb/tree/5.2.19) (2019-02-11)
## [5.2.14](https://github.com/voxpupuli/container-puppetdb/tree/5.2.14) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.18...5.2.19)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.13...5.2.14)

## [5.2.18](https://github.com/voxpupuli/container-puppetdb/tree/5.2.18) (2019-02-11)
## [5.2.13](https://github.com/voxpupuli/container-puppetdb/tree/5.2.13) (2019-02-11)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.1.6...5.2.18)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.1.6...5.2.13)

## [5.1.6](https://github.com/voxpupuli/container-puppetdb/tree/5.1.6) (2019-02-11)

Expand Down Expand Up @@ -469,15 +500,15 @@ All notable changes to this project will be documented in this file.

## [6.0.0](https://github.com/voxpupuli/container-puppetdb/tree/6.0.0) (2018-09-13)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.3...6.0.0)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.4...6.0.0)

## [5.2.3](https://github.com/voxpupuli/container-puppetdb/tree/5.2.3) (2018-06-15)
## [5.2.4](https://github.com/voxpupuli/container-puppetdb/tree/5.2.4) (2018-06-15)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.4...5.2.3)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/5.2.3...5.2.4)

## [5.2.4](https://github.com/voxpupuli/container-puppetdb/tree/5.2.4) (2018-06-15)
## [5.2.3](https://github.com/voxpupuli/container-puppetdb/tree/5.2.3) (2018-06-15)

[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/64017ff065875698b5bb777c00294b117e239aae...5.2.4)
[Full Changelog](https://github.com/voxpupuli/container-puppetdb/compare/64017ff065875698b5bb777c00294b117e239aae...5.2.3)



Expand Down

0 comments on commit 0422a21

Please sign in to comment.