coherent-oss / python-kustomize

Kustomize for Kubernetes, but in Python
MIT License
1 stars 0 forks source link

Tags missing for releases #2

Closed jaraco closed 6 months ago

jaraco commented 6 months ago

This repo is missing tags for the released sources. That means that the dates on the releases are also missing in the published history. Let's pull those tags from upstream if they exist or add them if not.

jaraco commented 6 months ago

Yes, they already existed upstream and are pushed now:

 python-kustomize main @ git pull --tags gh://yougov/python-kustomize
remote: Enumerating objects: 14, done.
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 14 (delta 0), reused 14 (delta 0), pack-reused 0
Unpacking objects: 100% (14/14), 1.89 KiB | 193.00 KiB/s, done.
From https://github.com/yougov/python-kustomize
 * branch            HEAD       -> FETCH_HEAD
 * [new tag]         0.1.0      -> 0.1.0
 * [new tag]         0.1.1      -> 0.1.1
 * [new tag]         0.1.2      -> 0.1.2
 * [new tag]         0.2.0      -> 0.2.0
 * [new tag]         0.3.0      -> 0.3.0
 * [new tag]         0.3.1      -> 0.3.1
 * [new tag]         0.3.2      -> 0.3.2
 * [new tag]         0.3.3      -> 0.3.3
 * [new tag]         0.3.4      -> 0.3.4
 * [new tag]         0.3.5      -> 0.3.5
 * [new tag]         0.3.6      -> 0.3.6
 * [new tag]         0.4.0      -> 0.4.0
 * [new tag]         0.4.1      -> 0.4.1
 * [new tag]         0.5.0      -> 0.5.0
Already up to date.
 python-kustomize main @ git push
Enumerating objects: 14, done.
Counting objects: 100% (14/14), done.
Delta compression using up to 12 threads
Compressing objects: 100% (14/14), done.
Writing objects: 100% (14/14), 1.91 KiB | 1.91 MiB/s, done.
Total 14 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0)
To https://github.com/coherent-oss/python-kustomize
 * [new tag]         0.1.0 -> 0.1.0
 * [new tag]         0.1.1 -> 0.1.1
 * [new tag]         0.1.2 -> 0.1.2
 * [new tag]         0.2.0 -> 0.2.0
 * [new tag]         0.3.0 -> 0.3.0
 * [new tag]         0.3.1 -> 0.3.1
 * [new tag]         0.3.2 -> 0.3.2
 * [new tag]         0.3.3 -> 0.3.3
 * [new tag]         0.3.4 -> 0.3.4
 * [new tag]         0.3.5 -> 0.3.5
 * [new tag]         0.3.6 -> 0.3.6
 * [new tag]         0.4.0 -> 0.4.0
 * [new tag]         0.4.1 -> 0.4.1
 * [new tag]         0.5.0 -> 0.5.0
jaraco commented 6 months ago

And now the docs are built with their release dates rendered:

image