Steven Achilles
c51770292e
Add temporary patch for lfs object URL
2023-08-23 18:57:51 +02:00
Steven Achilles
8a9c8b6f63
Upgrade GitLab CE to 16.3.0
2023-08-22 21:18:16 +02:00
Steven Achilles
22f9d3c56d
Merge pull request #2814 from sachilles/upgrade-to-16.2.4
...
Upgrade GitLab CE to 16.2.4
16.2.4
2023-08-12 11:43:02 +02:00
Steven Achilles
87fe3890a4
Upgrade GitLab CE to 16.2.4
2023-08-12 10:00:01 +02:00
Steven Achilles
2a7e489ccc
Merge pull request #2812 from sachilles/upgrade-to-16.2.3
...
Upgrade GitLab CE to 16.2.3
16.2.3
2023-08-05 11:54:37 +02:00
Steven Achilles
2c12bd7e30
Upgrade GitLab CE to 16.2.3
2023-08-05 09:55:19 +02:00
Steven Achilles
707f2a4e77
Merge pull request #2811 from sachilles/upgrade-to-16.2.2
...
GitLab Security Release: Upgrade GitLab CE to 16.2.2
16.2.2
2023-08-05 09:46:34 +02:00
Steven Achilles
cc97ed19f0
Upgrade GitLab CE to 16.2.2
2023-08-04 18:05:20 +02:00
Steven Achilles
3da0168c60
Merge pull request #2806 from sachilles/upgrade-to-16.2.1
...
Upgrade GitLab CE to 16.2.1
16.2.1
2023-07-28 22:25:01 +02:00
Steven Achilles
ecd2b35bdf
Upgrade GitLab CE to 16.2.1
2023-07-28 19:15:23 +02:00
Steven Achilles
ae66c11b7f
Merge pull request #2804 from sachilles/upgrade-to-16.2.0
...
Upgrade GitLab CE to 16.2.0
16.2.0
2023-07-22 20:48:04 +02:00
Steven Achilles
eb5130f86e
Upgrade GitLab CE to 16.2.0
2023-07-22 18:46:31 +02:00
Steven Achilles
0ac126cd33
Merge pull request #2798 from sachilles/upgrade-to-16.1.2
...
[GitLab Security Release] Upgrade GitLab CE to 16.1.2
16.1.2
2023-07-06 23:40:06 +02:00
Steven Achilles
fc33f9e90f
Upgrade GitLab CE to 16.1.2
2023-07-06 22:01:01 +02:00
Steven Achilles
2f2ac042b8
Merge pull request #2794 from sachilles/upgrade-to-16.1.1
...
[GitLab Security Release] Upgrade GitLab CE to 16.1.1
16.1.1
2023-07-01 10:52:51 +02:00
Steven Achilles
ec8eb9c568
Upgrade GitLab CE to 16.1.1
2023-07-01 10:02:57 +02:00
Steven Achilles
b3c3a86adc
Merge pull request #2786 from sachilles/upgrade-to-16.1.0
...
Upgrade GitLab CE to 16.1.0
16.1.0
2023-06-24 11:18:43 +02:00
Steven Achilles
fbb9a7422b
Update puma.rb
2023-06-24 08:40:57 +02:00
Steven Achilles
b2062dd6e2
Upgrade GitLab CE to 16.1.0
2023-06-23 19:21:50 +02:00
Steven Achilles
dccb595c41
Merge pull request #2785 from sachilles/upgrade-to-16.0.5
...
Upgrade GitLab CE to 16.0.5
16.0.5
2023-06-18 11:09:59 +02:00
Steven Achilles
a63405d433
Add pool option to database.yml
2023-06-18 09:42:35 +02:00
Steven Achilles
208b1e81b2
Upgrade GitLab CE to 16.0.5
2023-06-18 09:29:36 +02:00
Steven Achilles
cbb016cd5f
Merge pull request #2783 from sachilles/upgrade-to-16.0.4
...
Upgrade GitLab CE to 16.0.4
16.0.4
2023-06-15 05:25:26 +02:00
Steven Achilles
7718f194a5
Upgrade GitLab CE to 16.0.4
2023-06-14 20:56:35 +02:00
Steven Achilles
f7103eb4ce
Merge pull request #2780 from sachilles/upgrade-to-16.0.3
...
Upgrade GitLab CE to 16.0.3
16.0.3
2023-06-07 20:58:47 +02:00
Steven Achilles
df4a093404
Upgrade GitLab CE to 16.0.3
2023-06-07 19:17:53 +02:00
Steven Achilles
ccc0d86149
Merge pull request #2778 from sachilles/upgrade-to-16.0.2
...
[GitLab Security Release] Upgrade GitLab CE to 16.0.2
16.0.2
2023-06-07 19:14:53 +02:00
Steven Achilles
983922b5f5
Update Changelog.md
2023-06-07 18:04:49 +02:00
Steven Achilles
e123975ab8
Upgrade GitLab CE to 16.0.2
2023-06-07 18:04:49 +02:00
Steven Achilles
31f485b194
Merge pull request #2779 from kkimurak/fix-readme-pgsql-client
...
Update (fix) postgresql-client docs section in README.md
2023-06-07 18:04:09 +02:00
Kazunori Kimura
df09358dce
README: Fix typo in note about postgresql-client
2023-06-07 22:36:52 +09:00
Kazunori Kimura
2e7102401a
README: postgresql-client-12 no longer contained
2023-06-07 22:32:26 +09:00
Steven Achilles
0807f48c95
Merge pull request #2774 from kkimurak/issue/2773-handle-db-clients-already-uninstalled
...
Fix unused client removal on restarted container
16.0.1-1
2023-06-03 23:36:39 +02:00
Kazunori Kimura
7140f0342b
Fix unused client removal on restarted container
...
Handle the case where the target does not exist
in the process of deleting unused clients.
Such a situation will not occur in newly launched containers,
but will occur if they are restarted.
During container restarts, container status are preserved.
If the unused database client was deleted in the last run,
grep will not match anything.
It returns non-zero code and the container stops there
because entrypoint sets option `-e`
(exit immediately on non-zero exit code excluding some special cases)
This commit make the uninstall process to handle the case
UNUSED_DB_CLIENTS is empty.
2023-06-02 22:12:29 +09:00
Steven Achilles
456fc76f6a
Merge pull request #2770 from sachilles/upgrade-to-16.0.1
...
[GitLab Critical Security Release] Upgrade GitLab CE to 16.0.1
16.0.1
2023-05-25 22:24:02 +02:00
Steven Achilles
5d215d6f25
Upgrade GitLab CE to 16.0.1
2023-05-25 21:05:54 +02:00
Steven Achilles
56a082244d
Merge pull request #2768 from sachilles/upgrade-to-16.0.0
...
Upgrade GitLab CE to 16.0.0
16.0.0
2023-05-25 21:02:23 +02:00
Steven Achilles
230284ebcf
Do not copy ruby by installing gitaly
2023-05-25 18:14:23 +02:00
Steven Achilles
88148ec146
Upgrade GitLab CE to 16.0.0
2023-05-25 06:44:20 +02:00
Steven Achilles
5fc732eb3c
Add new configuration options for database.yml
2023-05-25 06:44:20 +02:00
Steven Achilles
be00b11ea2
Include Postgres requirements in mail template
2023-05-25 06:44:20 +02:00
Steven Achilles
fcd5297d5d
Remove postgresql-client-12
2023-05-25 06:44:20 +02:00
Steven Achilles
1724a79bf5
Merge pull request #2767 from kkimurak/unused-pg-client-purge-instead-of-remove
...
Use `purge` instead to uninstall unused db clients
15.11.5-1
2023-05-25 06:41:44 +02:00
Kazunori Kimura
598a666693
Add -y option on uninstalling unused db client
...
Co-authored-by: Steven Achilles <steven.achilles@googlemail.com>
Co-authored-by: @f-io
2023-05-25 12:44:32 +09:00
Kazunori Kimura
24e2b581fb
Use purge instead to uninstall unused db clients
...
Instead of `remove` that does not remove actual files.
Co-authored-by: @f-io
2023-05-24 20:26:15 +09:00
Steven Achilles
b101d29c59
Merge pull request #2765 from sachilles/upgrade-to-15.11.5
...
Upgrade GitLab CE to 15.11.5
15.11.5
2023-05-23 06:13:27 +02:00
Steven Achilles
f9e3ae132e
Upgrade GitLab CE to 15.11.5
2023-05-22 22:45:04 +02:00
Steven Achilles
3275955a88
Merge pull request #2764 from sachilles/upgrade-to-15.11.4
...
Upgrade GitLab CE to 15.11.4
15.11.4
2023-05-22 22:44:19 +02:00
Steven Achilles
72aa682868
Upgrade GitLab CE to 15.11.4
2023-05-22 22:02:19 +02:00
Steven Achilles
377fb0e9ad
Merge pull request #2685 from kkimurak/install-pgsql-client-based-on-server-version
...
Use a version of `postgresql-client` that matches the server version
2023-05-22 21:55:57 +02:00