Skip to content

Commit

Permalink
Merge pull request #22 from chelnak/release-prep
Browse files Browse the repository at this point in the history
Release prep v1.0.0
chelnak authored Dec 2, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 047789e + dacfc53 commit 8a6a582
Showing 2 changed files with 88 additions and 1 deletion.
87 changes: 87 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
<!-- markdownlint-disable MD024 -->
# 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).

## [v1.0.0](https://github.com/chelnak/status-cake-exporter/tree/v1.0.0) - 2022-12-02

[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/v0.2.0...v1.0.0)

### Changed
- Exporter refresh [#20](https://github.com/chelnak/status-cake-exporter/pull/20) ([chelnak](https://github.com/chelnak))

### Fixed

- Add quotes to V1 vars [#14](https://github.com/chelnak/status-cake-exporter/pull/14) ([grrywlsn](https://github.com/grrywlsn))

## [v0.2.0](https://github.com/chelnak/status-cake-exporter/tree/v0.2.0) - 2021-10-27

[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/v0.1.21...v0.2.0)

### Added

- Added optional use of new v1 StatusCake API [#10](https://github.com/chelnak/status-cake-exporter/pull/10) ([jack-cloud-platform](https://github.com/jack-cloud-platform))

## [v0.1.21](https://github.com/chelnak/status-cake-exporter/tree/v0.1.21) - 2021-09-01

[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/0.1.20...v0.1.21)

### Fixed

- fixed parsing of test data, added helm chart, added server port, updated logging [#8](https://github.com/chelnak/status-cake-exporter/pull/8) ([fbuchmeier-abi](https://github.com/fbuchmeier-abi))

## [0.1.20](https://github.com/chelnak/status-cake-exporter/tree/0.1.20) - 2021-09-01

[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/0.1.19...0.1.20)

### Fixed

- fixed parsing of test data, added helm chart, added server port, updated logging [#8](https://github.com/chelnak/status-cake-exporter/pull/8) ([fbuchmeier-abi](https://github.com/fbuchmeier-abi))

## [0.1.19](https://github.com/chelnak/status-cake-exporter/tree/0.1.19) - 2021-03-04

[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/0.1.17...0.1.19)

### Fixed

- Removed individual test calls as the get all tests call includes UptimePercent for each test in response [#7](https://github.com/chelnak/status-cake-exporter/pull/7) ([jack-cloud-platform](https://github.com/jack-cloud-platform))
- Data Fix for handling new response [#5](https://github.com/chelnak/status-cake-exporter/pull/5) ([nbowes24](https://github.com/nbowes24))

## [0.1.17](https://github.com/chelnak/status-cake-exporter/tree/0.1.17) - 2020-10-15

[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/0.1.16...0.1.17)

### Fixed

- Fix for when no active maintenance [#4](https://github.com/chelnak/status-cake-exporter/pull/4) ([nbowes24](https://github.com/nbowes24))

## [0.1.16](https://github.com/chelnak/status-cake-exporter/tree/0.1.16) - 2020-02-24

[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/0.1.15...0.1.16)

### Fixed

- Fix for when no active maintenance [#4](https://github.com/chelnak/status-cake-exporter/pull/4) ([nbowes24](https://github.com/nbowes24))
- Filter out tests with active maintenance [#3](https://github.com/chelnak/status-cake-exporter/pull/3) ([nbowes24](https://github.com/nbowes24))

## [0.1.15](https://github.com/chelnak/status-cake-exporter/tree/0.1.15) - 2020-02-17

[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/0.1.14...0.1.15)

### Added

- Setup maintenance filtering [#2](https://github.com/chelnak/status-cake-exporter/pull/2) ([nbowes24](https://github.com/nbowes24))

## [0.1.14](https://github.com/chelnak/status-cake-exporter/tree/0.1.14) - 2020-02-14

[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/0.1.13...0.1.14)

## [0.1.13](https://github.com/chelnak/status-cake-exporter/tree/0.1.13) - 2019-12-26

[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/0.1.10...0.1.13)

## [0.1.10](https://github.com/chelnak/status-cake-exporter/tree/0.1.10) - 2019-07-25

[Full Changelog](https://github.com/chelnak/status-cake-exporter/compare/01d8fe4687dee91716b43596add1d4ba78fb28be...0.1.10)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "status-cake-exporter"
version = "0.2.0"
version = "1.0.0"
description = ""
authors = ["Craig Gumbley <[email protected]>"]
license = "MIT"

0 comments on commit 8a6a582

Please sign in to comment.