mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
Compare commits
18 Commits
dev/FS-704
...
dev/update
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd60929910 | ||
|
|
82ff0d6873 | ||
|
|
26f9cb3f95 | ||
|
|
890cbd9fca | ||
|
|
440ba5fbb4 | ||
|
|
20f39e2fbe | ||
|
|
afdeb5d7b2 | ||
|
|
7d45ab04b3 | ||
|
|
7af74c4fda | ||
|
|
1010aeb3dd | ||
|
|
c58c95c9f1 | ||
|
|
3887637f1e | ||
|
|
7a84e34630 | ||
|
|
9ab4acea78 | ||
|
|
ef962436f7 | ||
|
|
9a68206b4a | ||
|
|
31af938354 | ||
|
|
061025b62f |
77
.github/workflows/sonarqube-scan.yml
vendored
77
.github/workflows/sonarqube-scan.yml
vendored
@@ -1,77 +0,0 @@
|
||||
###
|
||||
# Foundation-security SonarQube workflow
|
||||
# version: 2.1
|
||||
###
|
||||
name: Foundation-Security/SonarQube Scan
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "**"
|
||||
branches:
|
||||
- "*main*"
|
||||
- "*master*"
|
||||
- "*STABLE*"
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
branches:
|
||||
- "**"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
ref:
|
||||
description: "Branch to scan"
|
||||
required: true
|
||||
default: "main"
|
||||
|
||||
jobs:
|
||||
SonarQube-Scan:
|
||||
name: SonarQube Scan Job
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout source repository for dispatch runs
|
||||
id: checkout-source-dispatch
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ github.repository }}
|
||||
ref: ${{ inputs.ref }}
|
||||
path: source
|
||||
token: ${{ secrets.GH_SLONIK }}
|
||||
|
||||
- name: Checkout source repository for non-dispatch runs
|
||||
id: checkout-source
|
||||
if: github.event_name != 'workflow_dispatch'
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: ${{ github.repository }}
|
||||
ref: ${{ github.ref }}
|
||||
path: source
|
||||
token: ${{ secrets.GH_SLONIK }}
|
||||
|
||||
- name: Checkout foundation-security repository
|
||||
id: checkout-foundation-security
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: EnterpriseDB/foundation-security
|
||||
ref: v2
|
||||
path: foundation-security
|
||||
token: ${{ secrets.GH_SLONIK }}
|
||||
|
||||
- name: SonarQube Scan
|
||||
id: call-sq-composite
|
||||
uses: ./foundation-security/actions/sonarqube
|
||||
with:
|
||||
github-token: ${{ secrets.GH_SLONIK }}
|
||||
github-ref: ${{ github.ref_name }}
|
||||
sonarqube-url: ${{ vars.SQ_URL }}
|
||||
sonarqube-token: ${{ secrets.SONARQUBE_TOKEN }}
|
||||
project-name: ${{ github.event.repository.name }}
|
||||
pull-request-key: ${{ github.event.number }}
|
||||
pull-request-branch: ${{ github.head_ref }}
|
||||
pull-request-base-branch: ${{ github.base_ref }}
|
||||
foundation-security-sonarqube-token: ${{ secrets.FOUNDATION_SECURITY_SONARQUBE_TOKEN }}
|
||||
cloudsmith-token: ${{ secrets.CLOUDSMITH_READ_ALL }}
|
||||
2
HISTORY
2
HISTORY
@@ -1,4 +1,4 @@
|
||||
5.4.1 2023-??-??
|
||||
5.4.1 2023-07-04
|
||||
repmgrd: ensure witness node metadata is updated (Ian)
|
||||
|
||||
5.4.0 2023-03-16
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
AC_INIT([repmgr], [5.4.0], [repmgr@googlegroups.com], [repmgr], [https://repmgr.org/])
|
||||
AC_INIT([repmgr],[5.4.1],[repmgr@googlegroups.com],[repmgr],[https://www.repmgr.org/])
|
||||
|
||||
AC_COPYRIGHT([Copyright (c) 2010-2021, EnterpriseDB Corporation])
|
||||
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
AC_ARG_VAR([PG_CONFIG], [Location to find pg_config for target PostgreSQL (default PATH)])
|
||||
|
||||
|
||||
@@ -18,9 +18,9 @@
|
||||
<!-- remember to update the release date in ../repmgr_version.h.in -->
|
||||
<sect1 id="release-5.4.1">
|
||||
<title id="release-current">Release 5.4.1</title>
|
||||
<para><emphasis>??? ?? ??????, 202?</emphasis></para>
|
||||
<para><emphasis>Tue 04 July, 2023</emphasis></para>
|
||||
<para>
|
||||
&repmgr; 5.4.1 is a minor release providing ...
|
||||
&repmgr; 5.4.1 is a minor release providing a fix for witness metadata update
|
||||
</para>
|
||||
<sect2>
|
||||
<title>Bug fixes</title>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</para>
|
||||
|
||||
<para>
|
||||
&repmgr; &repmgrversion; is compatible with all PostgreSQL versions from 9.4. See
|
||||
&repmgr; &repmgrversion; is compatible with all PostgreSQL versions from 10. See
|
||||
section <link linkend="install-compatibility-matrix">&repmgr; compatibility matrix</link>
|
||||
for an overview of version compatibility.
|
||||
</para>
|
||||
@@ -120,13 +120,13 @@
|
||||
&repmgr; 5.4
|
||||
</entry>
|
||||
<entry>
|
||||
(dev)
|
||||
YES
|
||||
</entry>
|
||||
<entry>
|
||||
<link linkend="release-current">&repmgrversion;</link> (&releasedate;)
|
||||
</entry>
|
||||
<entry>
|
||||
9.4, 9.5, 9.6, 10, 11, 12, 13, 15
|
||||
10, 11, 12, 13, 14, 15, 16
|
||||
</entry>
|
||||
<entry>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<abstract>
|
||||
<para>
|
||||
This is the official documentation of &repmgr; &repmgrversion; for
|
||||
use with PostgreSQL 9.4 - PostgreSQL 15.
|
||||
use with PostgreSQL 10 - PostgreSQL 16.
|
||||
</para>
|
||||
<para>
|
||||
&repmgr; is being continually developed and we strongly recommend using the
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#define REPMGR_VERSION_DATE ""
|
||||
#define REPMGR_VERSION "5.4dev"
|
||||
#define REPMGR_VERSION_NUM 50400
|
||||
#define REPMGR_VERSION "5.4.1"
|
||||
#define REPMGR_VERSION_NUM 50401
|
||||
#define REPMGR_EXTENSION_VERSION "5.4"
|
||||
#define REPMGR_EXTENSION_NUM 50400
|
||||
#define REPMGR_RELEASE_DATE "2022-XX-XX"
|
||||
#define REPMGR_RELEASE_DATE "2023-07-04"
|
||||
#define PG_ACTUAL_VERSION_NUM
|
||||
|
||||
Reference in New Issue
Block a user