Skip to content
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

### Added
- README release announcement: a latest-release badge and a v1.0.0 callout
linking to the release notes and CHANGELOG. (#27)

## [1.0.0] - 2026-06-02

### Added
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# url_checker

[![Latest release](https://img.shields.io/github/v/release/ericcames/url_checker?label=release)](https://github.com/ericcames/url_checker/releases/latest)

Ansible playbook that verifies a list of external URLs is reachable from wherever
the play runs. Useful for confirming that a host (or a network segment) has the
egress it needs before installing software that pulls from those endpoints.

> **🎉 v1.0.0 is here** — the first stable release. See the
> [release notes](https://github.com/ericcames/url_checker/releases/tag/v1.0.0)
> and the [CHANGELOG](CHANGELOG.md).

## Repo layout

```
Expand Down
Loading