-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathnews.html
More file actions
99 lines (99 loc) · 4.36 KB
/
Copy pathnews.html
File metadata and controls
99 lines (99 loc) · 4.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<div class="newsBox">
<div class="newsBoxHeader">News</div>
<div class="newsBoxBody">
<p>
A webinar about Kubegres was hosted by PostgresConf.
<br>
<a href="https://postgresconf.org/conferences/2021_Postgres_Conference_Webinars/program/proposals/creating-a-resilient-postgresql-cluster-with-kubegres">
Watch the recorded video.</a>
</p>
<p>
<u>04 January 2025:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.19">
version 1.19</a>
</p>
<p>
<u>21 March 2024:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.18">
version 1.18</a>
</p>
<p>
<u>26 October 2023:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.17">
version 1.17</a>
</p>
<p>
<u>20 September 2022:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.16">
version 1.16</a>
</p>
<p>
<u>17 December 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.15">
version 1.15</a>
</p>
<p>
<u>7 December 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.14">
version 1.14</a>
</p>
<p>
<u>3 November 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.13">
version 1.13</a>
</p>
<p>
<u>6 October 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.12">
version 1.12</a>
</p>
<p>
<u>1 October 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.11">
version 1.11</a>
</p>
<p>
<u>22 September 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.10">
version 1.10</a>
</p>
<p>
<u>17 August 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.9">
version 1.9</a>
</p>
<p>
<u>23 July 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.8">
version 1.8</a>
</p>
<p>
<u>11 June 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.7">
version 1.7</a>
</p>
<p>
<u>9 June 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.6">
version 1.6</a>
</p>
<p>
<u>30 May 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.5">
version 1.5</a>
</p>
<p>
<u>28 May 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.4">
version 1.4</a>
</p>
<p>
<u>25 May 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.3">
version 1.3</a>
</p>
<p>
<u>17 May 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.2">
version 1.2</a>
</p>
<p>
<u>21 April 2021:</u> The availability of Kubegres was published on
<a href="https://www.postgresql.org/about/news/kubegres-is-available-as-open-source-2197/">PostgreSql's official website</a>
</p>
<p>
<u>20 April 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.1">
version 1.1</a>
</p>
<p>
<u>15 April 2021:</u> Google talked about Kubegres in their
<a href="https://kubernetespodcast.com/episode/146-kubernetes-1.21/">Kubernetes Podcast #146</a>
</p>
<p>
<u>10 April 2021:</u> Release of Kubegres <a href="https://github.com/reactive-tech/kubegres/releases/tag/v1.0">
version 1.0</a>
</p>
</div>
</div>