Skip to content

Commit

Permalink
Release v1.2.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea authored Jun 15, 2023
1 parent 165e89b commit 8fccd81
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,33 @@ 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.1.0](https://github.com/betadots/hdm/tree/1.1.0) (2023-04-17)
## [1.2.0](https://github.com/betadots/hdm/tree/1.2.0) (2023-06-15)

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

**Implemented enhancements:**

- Show current used values when selecting nodes from different environment [\#151](https://github.com/betadots/hdm/issues/151)
- Edge case: PuppetDB still has an information regarding an environment, but the environment does no longer exist on file system [\#147](https://github.com/betadots/hdm/issues/147)

**Fixed bugs:**

- Hiera data dir can not be set to a fact [\#157](https://github.com/betadots/hdm/issues/157)

**Closed issues:**

- Define a CI/CD strategy [\#3](https://github.com/betadots/hdm/issues/3)

**Merged pull requests:**

- Interpolate facts in datadir setting \#157 [\#160](https://github.com/betadots/hdm/pull/160) ([oneiros](https://github.com/oneiros))
- Bump docker/login-action from 2.1.0 to 2.2.0 [\#159](https://github.com/betadots/hdm/pull/159) ([dependabot[bot]](https://github.com/apps/dependabot))
- Display value differences to actual environment [\#158](https://github.com/betadots/hdm/pull/158) ([oneiros](https://github.com/oneiros))
- Disable environments not available in fs \#147 [\#156](https://github.com/betadots/hdm/pull/156) ([oneiros](https://github.com/oneiros))

## [v1.1.0](https://github.com/betadots/hdm/tree/v1.1.0) (2023-04-17)

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

**Implemented enhancements:**

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.1.0'
config.future_release = '1.2.0'
end

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

0 comments on commit 8fccd81

Please sign in to comment.