Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release prep v1.0.0 #22

Merged
merged 1 commit into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Expand Up @@ -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"
Expand Down