Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f644ba

Browse files
committedApr 15, 2024··
chore(release): 1.0.0
1 parent afec03f commit 9f644ba

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed
 

‎CHANGELOG.org

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
* Changelog
2+
All notable changes to this project will be documented in this file. See
3+
[[https://github.com/absolute-version/commit-and-tag-version][commit-and-tag-version]]
4+
for commit guidelines.
5+
6+
** 1.0.0 (2024-04-14)
7+
*** ⚠ BREAKING CHANGES
8+
- rename ciu to image/version/checker
9+
- make script basic
10+
- remove subparsers, make parser basic
11+
12+
*** Features
13+
- add a Docker image
14+
([[https://github.com/arifer612/docker-tag-updater/commit/574f48f5cbd05ffb6f7fd068a8d064bddcece2ab][574f48f]])
15+
- add helpers module to manage version regex rules
16+
([[https://github.com/arifer612/docker-tag-updater/commit/4fb1a169c44208654304178490c4aff04fc1b481][4fb1a16]])
17+
- add lscr regex rules
18+
([[https://github.com/arifer612/docker-tag-updater/commit/16be60661a29d0e3afa1aa94550ae18807cdc3ca][16be606]])
19+
- add parser module
20+
([[https://github.com/arifer612/docker-tag-updater/commit/0b5c99c0c9a74ee0201c691393a440eb520d2ee7][0b5c99c]])
21+
- add the main library to get latest version label
22+
([[https://github.com/arifer612/docker-tag-updater/commit/1c51ddcece453e74a0a82ee99ee22cdbc395f397][1c51ddc]])
23+
- add verbosity to several user-callable functions
24+
([[https://github.com/arifer612/docker-tag-updater/commit/fd6c16f7c83e9c249c833812fae333547e279e4b][fd6c16f]])
25+
- initialise the project
26+
([[https://github.com/arifer612/docker-tag-updater/commit/78d6962526a9133f7c5d2b3fc8e0ab35ec779636][78d6962]])
27+
- make script basic
28+
([[https://github.com/arifer612/docker-tag-updater/commit/77c1f0d3dd905c6783f1f94c39fecc9aa06148bf][77c1f0d]])
29+
- new ciu script and add its documentation in the README
30+
([[https://github.com/arifer612/docker-tag-updater/commit/013ba8562e7a512672f1733ce9b8a0b1d5be267d][013ba85]])
31+
- new function to compare image versions
32+
([[https://github.com/arifer612/docker-tag-updater/commit/74d1fc99a28f7a6c69913ff208aaa221713bfd40][74d1fc9]])
33+
- remove subparsers, make parser basic
34+
([[https://github.com/arifer612/docker-tag-updater/commit/9bb845393648f5b8f160d0d14482b123db18fc5e][9bb8453]])
35+
- rename ciu to image/version/checker
36+
([[https://github.com/arifer612/docker-tag-updater/commit/cf5c41f1a8a65fa59726af1866c926d7e8fe0e63][cf5c41f]])
37+
- rename updater script add proper usage message for it
38+
([[https://github.com/arifer612/docker-tag-updater/commit/9e96fa21d0081046cca28db75506ff5a21f918a9][9e96fa2]])
39+
- script to add flag to just parse the image string
40+
([[https://github.com/arifer612/docker-tag-updater/commit/e60dc6f89cc734d2b6a212d934989b4193bed04d][e60dc6f]])
41+
42+
*** Bug Fixes
43+
- catch failed skopeo inspect processes properly
44+
([[https://github.com/arifer612/docker-tag-updater/commit/470a633973587c76b71d101b33f7997a01fa6f68][470a633]])
45+
- use most general rule as default RegexRules object
46+
([[https://github.com/arifer612/docker-tag-updater/commit/e130eb68305170cfa9c31eaaa97db2f5975f57ea][e130eb6]])

‎docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Documentation for docker-tag-updater
3737
:alt: GitHub top language
3838

3939
.. |commits-since| github-shield::
40-
:commits-since: v0.0.0
40+
:commits-since : v1.0.0
4141
:alt: GitHub commits since tagged version
4242

4343
.. |commits-latest| github-shield::

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docker-tag-updater"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Update to the latest Docker image semver tag."
55
authors = ["Arif Er <arifer612@proton.me>"]
66
license = "GPLv3"

0 commit comments

Comments
 (0)
Please sign in to comment.