Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Release 0.10.0 #116

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ name: 'checks'

jobs:
pre-commit:
uses: broadinstitute/shared-workflows/.github/workflows/pre-commit.yaml@v2.3.0
uses: broadinstitute/shared-workflows/.github/workflows/pre-commit.yaml@v2.4.0
static-analysis:
uses: broadinstitute/shared-workflows/.github/workflows/puppet-lint.yaml@v2.3.0
uses: broadinstitute/shared-workflows/.github/workflows/puppet-lint.yaml@v2.4.0
unit-tests:
uses: broadinstitute/shared-workflows/.github/workflows/puppet-unit-test.yaml@v2.3.0
uses: broadinstitute/shared-workflows/.github/workflows/puppet-unit-test.yaml@v2.4.0
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ name: 'deploy'
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
deploy:
uses: broadinstitute/shared-workflows/.github/workflows/puppet-forge-deploy.yaml@v2.3.0
uses: broadinstitute/shared-workflows/.github/workflows/puppet-forge-deploy.yaml@v2.4.0
secrets:
forge_token: ${{ secrets.BLACKSMITH_FORGE_API_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ name: 'test_build'

jobs:
test_build:
uses: broadinstitute/shared-workflows/.github/workflows/puppet-build.yaml@v2.3.0
uses: broadinstitute/shared-workflows/.github/workflows/puppet-build.yaml@v2.4.0
with:
puppet_package_name: broadinstitute-qualys_agent
3 changes: 2 additions & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exclude-labels=duplicate,question,invalid,maintenance,wontfix
pr-wo-labels=false
project=puppet-qualys_agent
unreleased=false
unreleased=true
user=broadinstitute
4 changes: 0 additions & 4 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ Gemfile:
optional:
':development':
- gem: 'github_changelog_generator'
version: '~> 1.15'
condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')"
- gem: 'concurrent-ruby'
version: '< 1.2.0'
- gem: 'pdk'
version: '~> 3.0.0'
.travis.yml:
Expand Down
32 changes: 21 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,51 @@
# Change log
# Changelog

All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
## [0.10.0](https://github.com/broadinstitute/puppet-qualys_agent/tree/0.10.0) (2024-11-05)

## [0.9.4](https://github.com/broadinstitute/puppet-qualys_agent/tree/0.9.4) (2021-10-18)
[Full Changelog](https://github.com/broadinstitute/puppet-qualys_agent/compare/0.9.3...0.10.0)

[Full Changelog](https://github.com/broadinstitute/puppet-qualys_agent/compare/0.9.3...0.9.4)

### Added
**Implemented enhancements:**

- fix: Log config template format and ordering [\#115](https://github.com/broadinstitute/puppet-qualys_agent/pull/115) ([coreone](https://github.com/coreone))
- Allow Sensitive value type, disallow empty ID's [\#90](https://github.com/broadinstitute/puppet-qualys_agent/pull/90) ([genebean](https://github.com/genebean))
- Deprecate OSes, config update [\#25](https://github.com/broadinstitute/puppet-qualys_agent/pull/25) ([coreone](https://github.com/coreone))
- Adds webservice\_uri to configuration [\#23](https://github.com/broadinstitute/puppet-qualys_agent/pull/23) ([ralfbosz](https://github.com/ralfbosz))

**Closed issues:**

- deploy qualys on win machines [\#18](https://github.com/broadinstitute/puppet-qualys_agent/issues/18)
- Add support for download package [\#16](https://github.com/broadinstitute/puppet-qualys_agent/issues/16)

**Merged pull requests:**

- fix: the default log format has been updated [\#108](https://github.com/broadinstitute/puppet-qualys_agent/pull/108) ([coreone](https://github.com/coreone))

## [0.9.3](https://github.com/broadinstitute/puppet-qualys_agent/tree/0.9.3) (2020-11-03)

[Full Changelog](https://github.com/broadinstitute/puppet-qualys_agent/compare/0.9.2...0.9.3)

### Added
**Implemented enhancements:**

- Ability to configure qualys\_https\_proxy and https\_proxy. [\#19](https://github.com/broadinstitute/puppet-qualys_agent/pull/19) ([zschulte](https://github.com/zschulte))

## [0.9.2](https://github.com/broadinstitute/puppet-qualys_agent/tree/0.9.2) (2020-04-22)

[Full Changelog](https://github.com/broadinstitute/puppet-qualys_agent/compare/0.9.1...0.9.2)

### Added
**Implemented enhancements:**

- Allow permissions to be set differently on Qualys logs [\#12](https://github.com/broadinstitute/puppet-qualys_agent/pull/12) ([coreone](https://github.com/coreone))
- Change metadata.json to allow stdlib version 6 [\#11](https://github.com/broadinstitute/puppet-qualys_agent/pull/11) ([mbarnesBHR](https://github.com/mbarnesBHR))

### Fixed
**Merged pull requests:**

- Fix metadata.json to allow for auto-deploy [\#14](https://github.com/broadinstitute/puppet-qualys_agent/pull/14) ([coreone](https://github.com/coreone))

## [0.9.1](https://github.com/broadinstitute/puppet-qualys_agent/tree/0.9.1) (2019-06-19)

[Full Changelog](https://github.com/broadinstitute/puppet-qualys_agent/compare/0.9.0...0.9.1)

### Fixed
**Merged pull requests:**

- Fix service so that it will restart on any config file changes [\#6](https://github.com/broadinstitute/puppet-qualys_agent/pull/6) ([coreone](https://github.com/coreone))
- Minor cleanup from the first release [\#5](https://github.com/broadinstitute/puppet-qualys_agent/pull/5) ([coreone](https://github.com/coreone))
Expand All @@ -44,7 +54,7 @@ All notable changes to this project will be documented in this file. The format

[Full Changelog](https://github.com/broadinstitute/puppet-qualys_agent/compare/26e8779acdf2e053a51423da03a2c73a90c23309...0.9.0)

### Added
**Implemented enhancements:**

- Unit tests in CircleCI [\#4](https://github.com/broadinstitute/puppet-qualys_agent/pull/4) ([coreone](https://github.com/coreone))
- Updates to get close to release 1 [\#3](https://github.com/broadinstitute/puppet-qualys_agent/pull/3) ([coreone](https://github.com/coreone))
Expand Down
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ group :development do
gem "rubocop-rspec", '= 2.19.0', require: false
gem "rb-readline", '= 0.5.5', require: false, platforms: [:mswin, :mingw, :x64_mingw]
gem "rexml", '>= 3.0.0', '< 3.2.7', require: false
gem "github_changelog_generator", '~> 1.15', require: false if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.3.0')
gem "concurrent-ruby", '< 1.2.0', require: false
gem "github_changelog_generator", require: false
gem "pdk", '~> 3.0.0', require: false
end
group :development, :release_prep do
Expand Down
Loading