Files
icingadb/_service
Eric Schirra c3b1a4f7b8 - Update to version 1.2.1:
* Release Icinga DB Version 1.2.1
  * Update AUTHORS and .mailmap
  * schema/pgsql: Drop checkcommand_argument.argument_key storage mode
  * HA: Limit max open database connections to `1`
  * HA: Use Transaction for each query
  * build(deps): bump github.com/icinga/icinga-go-library from 0.3.1 to 0.4.0
  * Docs: Redis ACL Username and Database
  * test: Rebind Log Output Query for PostgreSQL
  * schema: Fix broken upgrade script `1.3.0`
  * build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 in /tests
  * build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0
  * Fix typo
  * build(deps): bump github.com/stretchr/testify in /tests
  * build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  * build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0
  * build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 in /tests
  * HA State: ensure not this and another instance can be responsible
  * HA: Use `... FOR UPDATE` lock clause unconditionally
  * HA: Reduce deadlocks via exclusive locking (`SELECT ... FOR UPDATE`)
  * HA: Abort Transaction Commit after Timeout
  * HA/Heartbeat: Use last message's timestamp
  * HA: Insert environment within retryable function
  * HA: Deferred SQL Transaction Rollback
  * HA: Increase log level for heartbeats from the future
  * icingadb: Unify select cases for derived contexts
  * Replace `int64` with `atomic.Int64` where applicable
  * `telemetry`: Fix `atomic.Pointer` initialisation responsibility
  * `telemetry`: Use `sync/atomic#Pointer` instead of our own wrapper
  * `HA`: Use `sync/atomic#Pointer` instead of our own wrapper

OBS-URL: https://build.opensuse.org/package/show/home:ecsos:monitoring/icingadb?expand=0&rev=8
2025-03-26 17:35:34 +00:00

21 lines
713 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/Icinga/icingadb</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.2.1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">gz</param>
<param name="file">icingadb*.tar</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">icingadb</param>
</service>
<service name="go_modules" mode="disabled"/>
</services>