Skip to content

Commit ef8fd0e

Browse files
committed
Release v6.0.1
1 parent 2ab5fde commit ef8fd0e

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v6.0.1](https://github.com/rtib/puppet-geoip/tree/v6.0.1) - 2023-07-18
9+
10+
[Full Changelog](https://github.com/rtib/puppet-geoip/compare/v6.0.0...v6.0.1)
11+
12+
### Other
13+
14+
- Allow puppet/systemd 5.x [#55](https://github.com/rtib/puppet-geoip/pull/55) ([smortex](https://github.com/smortex))
15+
816
## [v6.0.0](https://github.com/rtib/puppet-geoip/tree/v6.0.0) - 2023-06-28
917

1018
[Full Changelog](https://github.com/rtib/puppet-geoip/compare/v5.0.1...v6.0.0)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# geoip
1+
# GeoIP
22

33
## Project status
44

55
GitHub: [![GitHub issues](https://img.shields.io/github/issues/rtib/puppet-geoip.svg)](https://github.com/rtib/puppet-geoip/issues) ![GitHub tag](https://img.shields.io/github/commit-activity/y/rtib/puppet-geoip) ![GitHub](https://img.shields.io/github/last-commit/rtib/puppet-geoip)
66

7-
Nightly CI Workflow: [[![CI](https://github.com/rtib/puppet-geoip/actions/workflows/ci.yaml/badge.svg)](https://github.com/rtib/puppet-geoip/actions/workflows/ci.yaml)
7+
Nightly CI Workflow: [![CI](https://github.com/rtib/puppet-geoip/actions/workflows/ci.yaml/badge.svg)](https://github.com/rtib/puppet-geoip/actions/workflows/ci.yaml)
88

9-
Puppet Forge: ![PDK Version](https://img.shields.io/puppetforge/pdk-version/trepasi/geoip.svg) [![release](https://github.com/rtib/puppet-geoip/actions/workflows/release.yaml/badge.svg)](https://github.com/rtib/puppet-geoip/actions/workflows/release.yaml) [![Puppet Forge](https://img.shields.io/puppetforge/v/trepasi/geoip.svg)](https://forge.puppet.com/trepasi/geoip)
9+
Puppet Forge: ![PDK Version](https://img.shields.io/puppetforge/pdk-version/trepasi/geoip.svg) [![Puppet Forge](https://img.shields.io/puppetforge/v/trepasi/geoip.svg)](https://forge.puppet.com/trepasi/geoip)
1010

1111
## Table of Contents
1212

1313
<!-- @import "[TOC]" {cmd="toc" depthFrom=2 depthTo=3 orderedList=false} -->
1414

1515
<!-- code_chunk_output -->
1616

17-
- [geoip](#geoip)
17+
- [GeoIP](#geoip)
1818
- [Project status](#project-status)
1919
- [Table of Contents](#table-of-contents)
2020
- [Description](#description)

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trepasi-geoip",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"author": "T. Repasi",
55
"summary": "Install tools and update process for GeoIP database.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)