File tree Expand file tree Collapse file tree 7 files changed +18
-13
lines changed
birdhouse/components/canarie-api Expand file tree Collapse file tree 7 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 2.18.12 "
2+ current_version = " 2.18.13 "
33commit = true
44tag = false
55tag_name = " {new_version}"
Original file line number Diff line number Diff line change 1515[ Unreleased] ( https://github.com/bird-house/birdhouse-deploy/tree/master ) (latest)
1616------------------------------------------------------------------------------------------------------------------
1717
18+ [ // ] : # ( list changes here, using '-' for each new entry, remove this when items are added )
19+
20+ [ 2.18.13] ( https://github.com/bird-house/birdhouse-deploy/tree/2.18.13 ) (2025-12-01)
21+ ------------------------------------------------------------------------------------------------------------------
22+
1823## Changes
1924
2025- Update ` prometheus-log-parser ` component to use version 1.1.1 of the log-parser
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ override BIRDHOUSE_MAKE_DIR := $(shell realpath -P $$(dirname $(BIRDHOUSE_MAKE_C
88# Generic variables
99override SHELL := bash
1010override APP_NAME := birdhouse-deploy
11- override APP_VERSION := 2.18.12
11+ override APP_VERSION := 2.18.13
1212
1313# utility to remove comments after value of an option variable
1414override clean_opt = $(shell echo "$(1 ) " | $(_SED ) -r -e "s/[ '$'\t'']+$$//g")
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ for a full-fledged production platform.
1818 * - citation
1919 - | |citation |
2020
21- .. |commits-since | image :: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/2.18.12 .svg
21+ .. |commits-since | image :: https://img.shields.io/github/commits-since/bird-house/birdhouse-deploy/2.18.13 .svg
2222 :alt: Commits since latest release
23- :target: https://github.com/bird-house/birdhouse-deploy/compare/2.18.12 ...master
23+ :target: https://github.com/bird-house/birdhouse-deploy/compare/2.18.13 ...master
2424
25- .. |latest-version | image :: https://img.shields.io/badge/tag-2.18.12 -blue.svg?style=flat
25+ .. |latest-version | image :: https://img.shields.io/badge/tag-2.18.13 -blue.svg?style=flat
2626 :alt: Latest Tag
27- :target: https://github.com/bird-house/birdhouse-deploy/tree/2.18.12
27+ :target: https://github.com/bird-house/birdhouse-deploy/tree/2.18.13
2828
2929.. |readthedocs | image :: https://readthedocs.org/projects/birdhouse-deploy/badge/?version=latest
3030 :alt: ReadTheDocs Build Status (latest version)
Original file line number Diff line number Diff line change 1- 2.18.12 2025-11-25T02:46:23Z
1+ 2.18.13 2025-12-01T15:35:01Z
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ SERVICES = {
108108 # NOTE:
109109 # Below version and release time auto-managed by 'make VERSION=x.y.z bump'.
110110 # Do NOT modify it manually. See 'Tagging policy' in 'birdhouse/README.rst'.
111- 'version' : '2.18.12 ' ,
112- 'releaseTime' : '2025-11-25T02:46:23Z ' ,
111+ 'version' : '2.18.13 ' ,
112+ 'releaseTime' : '2025-12-01T15:35:01Z ' ,
113113 'institution' : '${BIRDHOUSE_INSTITUTION}' ,
114114 'researchSubject' : '${BIRDHOUSE_SUBJECT}' ,
115115 'supportEmail' : '${BIRDHOUSE_SUPPORT_EMAIL}' ,
@@ -141,8 +141,8 @@ PLATFORMS = {
141141 # NOTE:
142142 # Below version and release time auto-managed by 'make VERSION=x.y.z bump'.
143143 # Do NOT modify it manually. See 'Tagging policy' in 'birdhouse/README.rst'.
144- 'version' : '2.18.12 ' ,
145- 'releaseTime' : '2025-11-25T02:46:23Z ' ,
144+ 'version' : '2.18.13 ' ,
145+ 'releaseTime' : '2025-12-01T15:35:01Z ' ,
146146 'institution' : '${BIRDHOUSE_INSTITUTION}' ,
147147 'researchSubject' : '${BIRDHOUSE_SUBJECT}' ,
148148 'supportEmail' : '${BIRDHOUSE_SUPPORT_EMAIL}' ,
Original file line number Diff line number Diff line change 6969# built documents.
7070#
7171# The short X.Y version.
72- version = '2.18.12 '
72+ version = '2.18.13 '
7373# The full version, including alpha/beta/rc tags.
74- release = '2.18.12 '
74+ release = '2.18.13 '
7575
7676# The language for content autogenerated by Sphinx. Refer to documentation
7777# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments