Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Apr 17, 2023
1 parent 5001a2f commit e7ede21
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
35 changes: 33 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,43 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [1.0.1](https://github.com/betadots/hdm/tree/1.0.1) (2023-01-31)
## [1.1.0](https://github.com/betadots/hdm/tree/1.1.0) (2023-04-17)

[Full Changelog](https://github.com/betadots/hdm/compare/v1.0.0...1.0.1)
[Full Changelog](https://github.com/betadots/hdm/compare/v1.0.1...1.1.0)

**Implemented enhancements:**

- Update to ruby 3.2.x [\#148](https://github.com/betadots/hdm/issues/148)
- show unused environments [\#140](https://github.com/betadots/hdm/issues/140)
- Add SSL offloading information [\#107](https://github.com/betadots/hdm/issues/107)

**Fixed bugs:**

- Error if datadir is not set in hiera.yaml [\#108](https://github.com/betadots/hdm/issues/108)

**Closed issues:**

- Cleanup existing rubocop violations [\#29](https://github.com/betadots/hdm/issues/29)

**Merged pull requests:**

- Bump nokogiri from 1.14.2 to 1.14.3 [\#150](https://github.com/betadots/hdm/pull/150) ([dependabot[bot]](https://github.com/apps/dependabot))
- Update to Ruby 3.2.2 [\#149](https://github.com/betadots/hdm/pull/149) ([rwaffen](https://github.com/rwaffen))
- Show unused environments and allow matching nodes to other environments [\#146](https://github.com/betadots/hdm/pull/146) ([oneiros](https://github.com/oneiros))
- Bump rack from 2.2.6.3 to 2.2.6.4 [\#145](https://github.com/betadots/hdm/pull/145) ([dependabot[bot]](https://github.com/apps/dependabot))
- update rails gems [\#144](https://github.com/betadots/hdm/pull/144) ([rwaffen](https://github.com/rwaffen))
- Bump rack from 2.2.6.2 to 2.2.6.3 [\#143](https://github.com/betadots/hdm/pull/143) ([dependabot[bot]](https://github.com/apps/dependabot))
- Initial support for SAML SSO \#95 [\#142](https://github.com/betadots/hdm/pull/142) ([oneiros](https://github.com/oneiros))
- Deep merge hiera defaults \#108 [\#141](https://github.com/betadots/hdm/pull/141) ([oneiros](https://github.com/oneiros))
- Bump docker/build-push-action from 3 to 4 [\#139](https://github.com/betadots/hdm/pull/139) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v1.0.1](https://github.com/betadots/hdm/tree/v1.0.1) (2023-01-31)

[Full Changelog](https://github.com/betadots/hdm/compare/v1.0.0...v1.0.1)

**Merged pull requests:**

- Release 1.0.1 [\#138](https://github.com/betadots/hdm/pull/138) ([rwaffen](https://github.com/rwaffen))
- add upgrade infos [\#137](https://github.com/betadots/hdm/pull/137) ([rwaffen](https://github.com/rwaffen))
- add faraday middeware [\#136](https://github.com/betadots/hdm/pull/136) ([rwaffen](https://github.com/rwaffen))
- Bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0 [\#135](https://github.com/betadots/hdm/pull/135) ([dependabot[bot]](https://github.com/apps/dependabot))
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ begin
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog}
config.user = 'betadots'
config.project = 'hdm'
config.future_release = '1.0.1'
config.future_release = '1.1.0'
end

# Workaround for https://github.com/github-changelog-generator/github-changelog-generator/issues/715
Expand Down

0 comments on commit e7ede21

Please sign in to comment.