Merge pull request #2 from puppetlabs/1.0.0-release

1.0.0 release prep
This commit is contained in:
Jake Spain 2023-04-19 09:22:20 -04:00 committed by GitHub
commit 4e7befcefa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 5 deletions

View file

@ -1,5 +1,17 @@
# Changelog # Changelog
## [1.0.0](https://github.com/puppetlabs/vmpooler-dns-gcp/tree/1.0.0) (2023-04-19)
[Full Changelog](https://github.com/puppetlabs/vmpooler-dns-gcp/compare/0.0.1...1.0.0)
**Implemented enhancements:**
- \(RE-15124\) Initial implementation [\#1](https://github.com/puppetlabs/vmpooler-dns-gcp/pull/1) ([yachub](https://github.com/yachub))
## [0.0.1](https://github.com/puppetlabs/vmpooler-dns-gcp/tree/0.0.1) (2023-01-27)
[Full Changelog](https://github.com/puppetlabs/vmpooler-dns-gcp/compare/2663cfaac4ccbf7273615ff493b5670e46702571...0.0.1)
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
vmpooler-dns-gcp (0.1.0) vmpooler-dns-gcp (1.0.0)
google-cloud-dns (~> 0.35.1) google-cloud-dns (~> 0.35.1)
googleauth (>= 0.16.2, < 1.3.0) googleauth (>= 0.16.2, < 1.3.0)
vmpooler (~> 3.0) vmpooler (~> 3.0)
@ -62,7 +62,6 @@ GEM
mustermann (2.0.2) mustermann (2.0.2)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
net-ldap (0.17.1) net-ldap (0.17.1)
nio4r (2.5.8)
nio4r (2.5.8-java) nio4r (2.5.8-java)
opentelemetry-api (1.1.0) opentelemetry-api (1.1.0)
opentelemetry-common (0.19.6) opentelemetry-common (0.19.6)
@ -108,8 +107,6 @@ GEM
pickup (0.0.11) pickup (0.0.11)
prometheus-client (2.1.0) prometheus-client (2.1.0)
public_suffix (5.0.1) public_suffix (5.0.1)
puma (5.6.5)
nio4r (~> 2.0)
puma (5.6.5-java) puma (5.6.5-java)
nio4r (~> 2.0) nio4r (~> 2.0)
rack (2.2.6.4) rack (2.2.6.4)

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module VmpoolerDnsGcp module VmpoolerDnsGcp
VERSION = '0.1.0' VERSION = '1.0.0'
end end