Re: [ANNOUNCE] haproxy-1.8.31

2022-12-09 Thread Tim Düsterhus

Willy,

On 12/9/22 16:28, Christopher Faulet wrote:

HAProxy 1.8.31 was released on 2022/12/09. It added 83 new commits
after version 1.8.30.


It appears releases.json didn't update automatically for 1.8:

https://www.haproxy.org/download/1.8/src/releases.json

Best regards
Tim Düsterhus



Re: [ANNOUNCE] haproxy-1.8.31

2022-12-09 Thread Christopher Faulet

Le 12/9/22 à 16:41, Tim Düsterhus a écrit :

Willy,

On 12/9/22 16:28, Christopher Faulet wrote:

HAProxy 1.8.31 was released on 2022/12/09. It added 83 new commits
after version 1.8.30.


It appears releases.json didn't update automatically for 1.8:

https://www.haproxy.org/download/1.8/src/releases.json



You are a sniper ! I should be ok now. Thanks :)

--
Christopher Faulet




Re: [ANNOUNCE] haproxy-1.8.31

2023-01-04 Thread Tim Düsterhus

Hi

On 12/9/22 16:28, Christopher Faulet wrote:

The EOL for the 1.8 is planned at the end of this year. Except if there are
critical bugs in next few weeks, no further release should be expected. For


Is 1.8 officially EOL now? Asking, because then I'd remove it from here:

https://github.com/docker-library/haproxy/tree/master/1.8

Best regards
Tim Düsterhus



Re: [ANNOUNCE] haproxy-1.8.31

2023-01-04 Thread Willy Tarreau
Hi Tim!

On Wed, Jan 04, 2023 at 06:04:16PM +0100, Tim Düsterhus wrote:
> Hi
> 
> On 12/9/22 16:28, Christopher Faulet wrote:
> > The EOL for the 1.8 is planned at the end of this year. Except if there are
> > critical bugs in next few weeks, no further release should be expected. For
> 
> Is 1.8 officially EOL now? Asking, because then I'd remove it from here:
> 
> https://github.com/docker-library/haproxy/tree/master/1.8

Yeah good idea. I've just changed its status on the haproxy.org home page,
and I've updated the doc index, it should appear as EOL once regenerated.

Thanks!
Willy



Re: [ANNOUNCE] haproxy-1.8.31

2023-01-04 Thread Tim Düsterhus

Willy,

On 1/4/23 18:33, Willy Tarreau wrote:

Is 1.8 officially EOL now? Asking, because then I'd remove it from here:

https://github.com/docker-library/haproxy/tree/master/1.8


Yeah good idea. I've just changed its status on the haproxy.org home page,
and I've updated the doc index, it should appear as EOL once regenerated.



You forgot to update the background color on the home page to red :-)

PR for Docker is here:

https://github.com/docker-library/haproxy/pull/201

Best regards
Tim Düsterhus



Re: [ANNOUNCE] haproxy-1.8.31

2023-01-04 Thread Willy Tarreau
On Wed, Jan 04, 2023 at 06:47:13PM +0100, Tim Düsterhus wrote:
> Willy,
> 
> On 1/4/23 18:33, Willy Tarreau wrote:
> > > Is 1.8 officially EOL now? Asking, because then I'd remove it from here:
> > > 
> > > https://github.com/docker-library/haproxy/tree/master/1.8
> > 
> > Yeah good idea. I've just changed its status on the haproxy.org home page,
> > and I've updated the doc index, it should appear as EOL once regenerated.
> > 
> 
> You forgot to update the background color on the home page to red :-)

Ah you're right, I quickly checked and found enough red to be satisfied,
but it wasn't on the line of interest! Now fixed.

> PR for Docker is here:
> 
> https://github.com/docker-library/haproxy/pull/201

Great, thank you!
Willy