Skip to content

Latest commit

 

History

History
344 lines (239 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

344 lines (239 loc) · 14.2 KB

Changelog

Overview

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Please open an issue for any deviations that you spot; I'm still learning!.

Types of changes

The following types of changes will be recorded in this file:

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.
  • placeholder

v0.1.18 - 2024-11-12

Changed

Dependency Updates

  • (GH-364) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.14 to go-ci-oldstable-build-v0.21.15 in /dependabot/docker/builds
  • (GH-365) Go Dependency: Bump github.com/atc0005/go-nagios from 0.16.1 to 0.17.1
  • (GH-359) Go Dependency: Bump golang.org/x/sys from 0.25.0 to 0.27.0
  • (GH-356) Go Runtime: Bump golang from 1.22.8 to 1.22.9 in /dependabot/docker/go

v0.1.17 - 2024-10-04

Changed

Dependency Updates

  • (GH-345) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.13 to go-ci-oldstable-build-v0.21.14 in /dependabot/docker/builds
  • (GH-339) Go Runtime: Bump golang from 1.22.7 to 1.22.8 in /dependabot/docker/go

Fixed

  • (GH-348) Fix verbose report logic

v0.1.16 - 2024-10-04

Changed

Dependency Updates

  • (GH-337) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.12 to go-ci-oldstable-build-v0.21.13 in /dependabot/docker/builds
  • (GH-335) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.9 to go-ci-oldstable-build-v0.21.12 in /dependabot/docker/builds
  • (GH-331) Go Dependency: Bump golang.org/x/sys from 0.24.0 to 0.25.0
  • (GH-333) Go Runtime: Bump golang from 1.22.6 to 1.22.7 in /dependabot/docker/go

v0.1.15 - 2024-08-21

Changed

Dependency Updates

  • (GH-321) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.8 to go-ci-oldstable-build-v0.21.9 in /dependabot/docker/builds
  • (GH-323) Go Runtime: Bump golang from 1.21.13 to 1.22.6 in /dependabot/docker/go
  • (GH-322) Update project to Go 1.22 series

v0.1.14 - 2024-08-13

Changed

Dependency Updates

  • (GH-299) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.4 to go-ci-oldstable-build-v0.21.5 in /dependabot/docker/builds
  • (GH-302) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.5 to go-ci-oldstable-build-v0.21.6 in /dependabot/docker/builds
  • (GH-304) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.6 to go-ci-oldstable-build-v0.21.7 in /dependabot/docker/builds
  • (GH-312) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.7 to go-ci-oldstable-build-v0.21.8 in /dependabot/docker/builds
  • (GH-309) Go Dependency: Bump golang.org/x/sys from 0.22.0 to 0.23.0
  • (GH-313) Go Dependency: Bump golang.org/x/sys from 0.23.0 to 0.24.0
  • (GH-310) Go Runtime: Bump golang from 1.21.12 to 1.21.13 in /dependabot/docker/go

Other

  • (GH-306) Push REPO_VERSION var into containers for builds

v0.1.13 - 2024-07-10

Changed

Dependency Updates

  • (GH-281) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.7 to go-ci-oldstable-build-v0.20.8 in /dependabot/docker/builds
  • (GH-285) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.8 to go-ci-oldstable-build-v0.21.2 in /dependabot/docker/builds
  • (GH-287) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.2 to go-ci-oldstable-build-v0.21.3 in /dependabot/docker/builds
  • (GH-291) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.21.3 to go-ci-oldstable-build-v0.21.4 in /dependabot/docker/builds
  • (GH-292) Go Dependency: Bump golang.org/x/sys from 0.21.0 to 0.22.0
  • (GH-286) Go Runtime: Bump golang from 1.21.11 to 1.21.12 in /dependabot/docker/go

v0.1.12 - 2024-06-06

Changed

Dependency Updates

  • (GH-265) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.5 to go-ci-oldstable-build-v0.20.6 in /dependabot/docker/builds
  • (GH-275) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.6 to go-ci-oldstable-build-v0.20.7 in /dependabot/docker/builds
  • (GH-272) Go Dependency: Bump golang.org/x/sys from 0.20.0 to 0.21.0
  • (GH-270) Go Dependency: Bump zgo.at/acidtab from 1.0.0 to 1.1.0
  • (GH-271) Go Runtime: Bump golang from 1.21.10 to 1.21.11 in /dependabot/docker/go

Fixed

  • (GH-266) Remove inactive maligned linter
  • (GH-267) Fix errcheck linting errors

v0.1.11 - 2024-05-25

Fixed

  • (GH-260) Initial API query results paging support

v0.1.10 - 2024-05-25

Changed

Dependency Updates

  • (GH-239) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.4 to go-ci-oldstable-build-v0.20.5 in /dependabot/docker/builds
  • (GH-244) Go Dependency: Bump github.com/rs/zerolog from 1.32.0 to 1.33.0
  • (GH-242) Go Dependency: Bump zgo.at/termtext from 1.4.0 to 1.5.0

Fixed

  • (GH-249) Increase default per-page API results limit

v0.1.9 - 2024-05-11

Changed

Dependency Updates

  • (GH-215) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.1 to go-ci-oldstable-build-v0.20.2 in /dependabot/docker/builds
  • (GH-222) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.2 to go-ci-oldstable-build-v0.20.3 in /dependabot/docker/builds
  • (GH-225) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.3 to go-ci-oldstable-build-v0.20.4 in /dependabot/docker/builds
  • (GH-216) Go Dependency: Bump golang.org/x/sys from 0.19.0 to 0.20.0
  • (GH-210) Go Dependency: Bump zgo.at/termtext from 1.2.0 to 1.3.0
  • (GH-212) Go Dependency: Bump zgo.at/termtext from 1.3.0 to 1.4.0
  • (GH-221) Go Runtime: Bump golang from 1.21.9 to 1.21.10 in /dependabot/docker/go

Other

  • (GH-235) Update README to mention Personal Access Token

Fixed

  • (GH-229) Fix datetime handling for legacy/current versions

v0.1.8 - 2024-04-11

Changed

Dependency Updates

  • (GH-193) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.15.4 to go-ci-oldstable-build-v0.16.0 in /dependabot/docker/builds
  • (GH-195) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.16.0 to go-ci-oldstable-build-v0.16.1 in /dependabot/docker/builds
  • (GH-196) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.16.1 to go-ci-oldstable-build-v0.19.0 in /dependabot/docker/builds
  • (GH-199) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.19.0 to go-ci-oldstable-build-v0.20.0 in /dependabot/docker/builds
  • (GH-202) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.20.0 to go-ci-oldstable-build-v0.20.1 in /dependabot/docker/builds
  • (GH-203) Go Dependency: Bump golang.org/x/sys from 0.18.0 to 0.19.0
  • (GH-200) Go Runtime: Bump golang from 1.21.8 to 1.21.9 in /dependabot/docker/go

v0.1.7 - 2024-03-08

Changed

Dependency Updates

  • (GH-188) Add todo/release label to "Go Runtime" PRs
  • (GH-179) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.15.2 to go-ci-oldstable-build-v0.15.3 in /dependabot/docker/builds
  • (GH-186) Build Image: Bump atc0005/go-ci from go-ci-oldstable-build-v0.15.3 to go-ci-oldstable-build-v0.15.4 in /dependabot/docker/builds
  • (GH-176) canary: bump golang from 1.21.6 to 1.21.7 in /dependabot/docker/go
  • (GH-173) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.15.0 to go-ci-oldstable-build-v0.15.2 in /dependabot/docker/builds
  • (GH-182) Go Dependency: Bump golang.org/x/sys from 0.17.0 to 0.18.0
  • (GH-184) Go Runtime: Bump golang from 1.21.7 to 1.21.8 in /dependabot/docker/go
  • (GH-178) Update Dependabot PR prefixes (redux)
  • (GH-177) Update Dependabot PR prefixes
  • (GH-175) Update project to Go 1.21 series

v0.1.6 - 2024-02-15

Changed

Dependency Updates

  • (GH-153) canary: bump golang from 1.20.13 to 1.20.14 in /dependabot/docker/go
  • (GH-135) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.14.3 to go-ci-oldstable-build-v0.14.4 in /dependabot/docker/builds
  • (GH-139) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.14.4 to go-ci-oldstable-build-v0.14.5 in /dependabot/docker/builds
  • (GH-145) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.14.5 to go-ci-oldstable-build-v0.14.6 in /dependabot/docker/builds
  • (GH-160) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.14.6 to go-ci-oldstable-build-v0.14.9 in /dependabot/docker/builds
  • (GH-163) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.14.9 to go-ci-oldstable-build-v0.15.0 in /dependabot/docker/builds
  • (GH-138) go.mod: bump github.com/atc0005/go-nagios from 0.16.0 to 0.16.1
  • (GH-143) go.mod: bump github.com/rivo/uniseg from 0.4.4 to 0.4.6
  • (GH-158) go.mod: bump github.com/rivo/uniseg from 0.4.6 to 0.4.7
  • (GH-146) go.mod: bump github.com/rs/zerolog from 1.31.0 to 1.32.0
  • (GH-154) go.mod: bump golang.org/x/sys from 0.16.0 to 0.17.0

Fixed

  • (GH-168) Fix unused-param revive linting error
  • (GH-169) Remove references to SSH server

v0.1.5 - 2024-01-19

Changed

Dependency Updates

  • (GH-125) ghaw: bump github/codeql-action from 2 to 3
  • (GH-131) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.14.2 to go-ci-oldstable-build-v0.14.3 in /dependabot/docker/builds
  • (GH-127) go.mod: bump golang.org/x/sys from 0.15.0 to 0.16.0
  • (GH-129) canary: bump golang from 1.20.12 to 1.20.13 in /dependabot/docker/go

v0.1.4 - 2023-12-08

Changed

Dependency Updates

  • (GH-117) canary: bump golang from 1.20.11 to 1.20.12 in /dependabot/docker/go
  • (GH-119) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.14.1 to go-ci-oldstable-build-v0.14.2 in /dependabot/docker/builds
  • (GH-116) go.mod: bump golang.org/x/sys from 0.14.0 to 0.15.0
  • (GH-114) go.mod: bump zgo.at/termtext from 1.1.0 to 1.2.0

v0.1.3 - 2023-11-20

Changed

Dependency Updates

  • (GH-103) canary: bump golang from 1.20.10 to 1.20.11 in /dependabot/docker/go
  • (GH-69) canary: bump golang from 1.20.7 to 1.20.8 in /dependabot/docker/go
  • (GH-92) canary: bump golang from 1.20.8 to 1.20.10 in /dependabot/docker/go
  • (GH-94) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.13.10 to go-ci-oldstable-build-v0.13.12 in /dependabot/docker/builds
  • (GH-105) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.13.12 to go-ci-oldstable-build-v0.14.1 in /dependabot/docker/builds
  • (GH-60) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.13.4 to go-ci-oldstable-build-v0.13.5 in /dependabot/docker/builds
  • (GH-61) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.13.5 to go-ci-oldstable-build-v0.13.6 in /dependabot/docker/builds
  • (GH-63) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.13.6 to go-ci-oldstable-build-v0.13.7 in /dependabot/docker/builds
  • (GH-71) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.13.7 to go-ci-oldstable-build-v0.13.8 in /dependabot/docker/builds
  • (GH-76) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.13.8 to go-ci-oldstable-build-v0.13.9 in /dependabot/docker/builds
  • (GH-81) docker: bump atc0005/go-ci from go-ci-oldstable-build-v0.13.9 to go-ci-oldstable-build-v0.13.10 in /dependabot/docker/builds
  • (GH-67) ghaw: bump actions/checkout from 3 to 4
  • (GH-98) go.mod: bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20
  • (GH-84) go.mod: bump github.com/rs/zerolog from 1.30.0 to 1.31.0
  • (GH-66) go.mod: bump golang.org/x/sys from 0.11.0 to 0.12.0
  • (GH-89) go.mod: bump golang.org/x/sys from 0.12.0 to 0.13.0
  • (GH-102) go.mod: bump golang.org/x/sys from 0.13.0 to 0.14.0

Fixed

  • (GH-108) Fix goconst linting errors

v0.1.2 - 2023-08-17

Added

  • (GH-28) Add initial automated release notes config
  • (GH-30) Add initial automated release build workflow

Changed

  • Dependencies
    • Go
      • 1.19.11 to 1.20.7
    • atc0005/go-ci
      • go-ci-oldstable-build-v0.11.3 to go-ci-oldstable-build-v0.13.4
    • rs/zerolog
      • v1.29.1 to v1.30.0
    • mattn/go-runewidth
      • v0.0.14 to v0.0.15
    • golang.org/x/sys
      • v0.10.0 to v0.11.0
  • (GH-32) Update Dependabot config to monitor both branches
  • (GH-54) Update project to Go 1.20 series

v0.1.1 - 2023-07-13

Overview

  • Dependency updates
  • built using Go 1.19.11
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.19.10 to 1.19.11
    • atc0005/go-ci
      • go-ci-oldstable-build-v0.11.0 to go-ci-oldstable-build-v0.11.3

v0.1.0 - 2023-07-07

Initial release!

This release provides early versions of tooling used to evaluate Red Hat Satellite (RSAT) instances. This evaluation is performed using official APIs.

Added

  • lssp, a CLI app to list Red Hat Satellite sync plans.
  • check_rsat_sync_plans, a Nagios plugin used to monitor for problematic Red Hat Satellite (RSAT) sync plans.

Just to be 100% clear: this project is not affiliated with or endorsed by Red Hat, Inc.