diff --git a/README.md b/README.md index 031aeeb..aba3275 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,11 @@ # Gitea: Blog -[![Build Status](https://drone.gitea.com/api/badges/gitea/blog/status.svg)](https://drone.gitea.com/gitea/blog) -[![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/NsatcWJ) +[![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/Gitea) ## Hosting This page is hosted on our infrastructure within Docker containers, it gets -automcatically updated on every push to the `master` branch. - -If you want to host this page on your own you can take our docker image -[gitea/blog](https://hub.docker.com/r/gitea/blog/). +automcatically updated on every push to the `main` branch. ## Install @@ -50,5 +46,5 @@ for the full license text. ## Copyright ``` -Copyright (c) 2016 The Gitea Authors +Copyright (c) 2016 The Gitea Authors ``` diff --git a/config.yaml b/config.yaml deleted file mode 100644 index 0b3e477..0000000 --- a/config.yaml +++ /dev/null @@ -1,66 +0,0 @@ -baseurl: https://blog.gitea.io/ -languageCode: en-us -title: Blog -theme: gitea - -defaultContentLanguage: en-us -defaultContentLanguageInSubdir: true -enableMissingTranslationPlaceholders: true -enableEmoji: true - -permalinks: - post: /:year/:month/:title/ - doc: /:slug/ - page: /:slug/ - default: /:slug/ - -params: - description: Git with a cup of tea - author: Gitea - website: https://blog.gitea.io - -outputs: - home: - - HTML - - RSS - - JSON - -menu: - page: - - name: Website - url: https://gitea.io/en-us/ - weight: 10 - pre: home - - name: Docs - url: https://docs.gitea.io/en-us/ - weight: 20 - pre: question - - name: API - url: https://try.gitea.io/api/swagger - weight: 45 - pre: plug - - name: Blog - url: / - weight: 30 - pre: rss - post: active - - name: Shop - url: https://shop.gitea.io/ - weight: 40 - pre: shopping-cart - - name: Downloads - url: https://dl.gitea.io/ - weight: 50 - pre: download - - name: GitHub - url: https://github.com/go-gitea/ - weight: 60 - pre: github - - name: Discord Chat - url: https://discord.gg/Gitea - weight: 70 - pre: comment - - name: Forum - url: https://discourse.gitea.io/ - weight: 80 - pre: group diff --git a/content/post/introducing-helm-chart.md b/content/post/introducing-helm-chart.md index 76005bb..d3e47d8 100644 --- a/content/post/introducing-helm-chart.md +++ b/content/post/introducing-helm-chart.md @@ -16,6 +16,6 @@ To show you how quick it is to install Gitea using our helm chart is, here is a First you'll need to [install KinD](https://github.com/kubernetes-sigs/kind#installation-and-usage), and create a cluster with it using `kind create cluster` and tell your local tools where they can get the configuration to connect to your newly created cluster using `export KUBECONFIG="$(kind get kubeconfig-path --name="kind")` -Now that your cluster has been created, you'll need to tell helm where it can look for the helm chart using `helm repo add gitea-charts https://dl.gitea.io/charts/` and to ensure that helm has the latest updates you can have it pull down the latest repo changes with `helm repo update`. +Now that your cluster has been created, you'll need to tell helm where it can look for the helm chart using `helm repo add gitea-charts https://dl.gitea.com/charts/` and to ensure that helm has the latest updates you can have it pull down the latest repo changes with `helm repo update`. Finally, you can install Gitea using the default configuration with `helm install gitea gitea-charts/gitea`. There are many [configuration options](https://gitea.com/gitea/helm-chart/#configuration) available including setting up an ingress, using an external database, and much more! diff --git a/content/post/release-of-1.0.0.md b/content/post/release-of-1.0.0.md index c046e94..88c2313 100644 --- a/content/post/release-of-1.0.0.md +++ b/content/post/release-of-1.0.0.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.0" --- -We proudly present the release of Gitea version 1.0.0. We have closed [44](https://github.com/go-gitea/gitea/issues?q=is%3Aissue+is%3Aclosed+milestone%3A1.0.0) issues and we also merged [238](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.0) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.0.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/), if you want to upgrade from Gogs follow our [migration guide](https://docs.gitea.io/en-us/upgrade-from-gogs/). +We proudly present the release of Gitea version 1.0.0. We have closed [44](https://github.com/go-gitea/gitea/issues?q=is%3Aissue+is%3Aclosed+milestone%3A1.0.0) issues and we also merged [238](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.0) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.0.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary), if you want to upgrade from Gogs follow our [migration guide](https://docs.gitea.io/en-us/upgrade-from-gogs/). diff --git a/content/post/release-of-1.0.1.md b/content/post/release-of-1.0.1.md index b72abf0..55514cf 100644 --- a/content/post/release-of-1.0.1.md +++ b/content/post/release-of-1.0.1.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.0.1" --- -We proudly present the bugfix release of Gitea version 1.0.1. We have merged [9](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.0.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the bugfix release of Gitea version 1.0.1. We have merged [9](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.0.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.0.2.md b/content/post/release-of-1.0.2.md index 8b95deb..772a5c9 100644 --- a/content/post/release-of-1.0.2.md +++ b/content/post/release-of-1.0.2.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.0.2" --- -We proudly present the bugfix release of Gitea version 1.0.2. We have merged [9](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.2) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.0.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the bugfix release of Gitea version 1.0.2. We have merged [9](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.0.2) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.0.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.1.0.md b/content/post/release-of-1.1.0.md index f041e33..a34b3a8 100644 --- a/content/post/release-of-1.1.0.md +++ b/content/post/release-of-1.1.0.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.1" --- -We proudly present the release of Gitea version 1.1.0. We have closed [126](https://github.com/go-gitea/gitea/issues?q=is%3Aissue+is%3Aclosed+milestone%3A1.1.0) issues and we also merged [348](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.1.0) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.1.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the release of Gitea version 1.1.0. We have closed [126](https://github.com/go-gitea/gitea/issues?q=is%3Aissue+is%3Aclosed+milestone%3A1.1.0) issues and we also merged [348](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr%20is%3Amerged%20milestone%3A1.1.0) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.1.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.1.1.md b/content/post/release-of-1.1.1.md index 6510826..8c58461 100644 --- a/content/post/release-of-1.1.1.md +++ b/content/post/release-of-1.1.1.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.1.1" --- -We proudly present the bugfix release of Gitea version 1.1.1. We have merged [10](https://github.com/go-gitea/gitea/milestone/10?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.1.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the bugfix release of Gitea version 1.1.1. We have merged [10](https://github.com/go-gitea/gitea/milestone/10?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.1.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.1.2.md b/content/post/release-of-1.1.2.md index 60be0da..38571c7 100644 --- a/content/post/release-of-1.1.2.md +++ b/content/post/release-of-1.1.2.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.1.2" --- -We proudly present the bugfix release of Gitea version 1.1.2. We have merged [5](https://github.com/go-gitea/gitea/milestone/11?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.1.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the bugfix release of Gitea version 1.1.2. We have merged [5](https://github.com/go-gitea/gitea/milestone/11?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.1.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.1.3.md b/content/post/release-of-1.1.3.md index fbc6801..2a76850 100644 --- a/content/post/release-of-1.1.3.md +++ b/content/post/release-of-1.1.3.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.1.3" --- -We proudly present the bugfix release of Gitea version 1.1.3. We have merged [6](https://github.com/go-gitea/gitea/milestone/12?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.1.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the bugfix release of Gitea version 1.1.3. We have merged [6](https://github.com/go-gitea/gitea/milestone/12?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.1.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.1.4.md b/content/post/release-of-1.1.4.md index 094c3d8..038287e 100644 --- a/content/post/release-of-1.1.4.md +++ b/content/post/release-of-1.1.4.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.1.4" --- -We proudly present the bugfix release of Gitea version 1.1.4. We have merged [6](https://github.com/go-gitea/gitea/milestone/13?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.1.4/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the bugfix release of Gitea version 1.1.4. We have merged [6](https://github.com/go-gitea/gitea/milestone/13?closed=1) pull requests to release this version of Gitea. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.1.4/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.10.0.md b/content/post/release-of-1.10.0.md index bde96f2..78cbd36 100644 --- a/content/post/release-of-1.10.0.md +++ b/content/post/release-of-1.10.0.md @@ -14,9 +14,9 @@ In this release, we've merged The list includes 97 features and enhancements, and more than 150 bug fixes and documentation improvements. You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.10.0/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.10.0/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). If you are running Raspbian and you are having problems starting Gitea, please check [raspberrypi/linux/issues/#3271](https://github.com/raspberrypi/linux/issues/3271) for a possible fix. Unfortunately, there is still no armv7 build, but using armv6 has worked for many users, so please try that in the meantime. diff --git a/content/post/release-of-1.10.1.md b/content/post/release-of-1.10.1.md index 9ca9ea7..b9d453f 100644 --- a/content/post/release-of-1.10.1.md +++ b/content/post/release-of-1.10.1.md @@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.10.1. We have merged [19](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.10.1+is%3Aclosed) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.10.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.10.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.10.2.md b/content/post/release-of-1.10.2.md index 5b822e8..be863ad 100644 --- a/content/post/release-of-1.10.2.md +++ b/content/post/release-of-1.10.2.md @@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.10.2. We have merged [18](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.10.2+is%3Aclosed) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.10.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.10.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.10.3.md b/content/post/release-of-1.10.3.md index 5b97afc..fa10269 100644 --- a/content/post/release-of-1.10.3.md +++ b/content/post/release-of-1.10.3.md @@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.10.3. We have merged [15](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.10.3+is%3Aclosed) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.10.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.10.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.11.0.md b/content/post/release-of-1.11.0.md index 7976d92..276e374 100644 --- a/content/post/release-of-1.11.0.md +++ b/content/post/release-of-1.11.0.md @@ -14,9 +14,9 @@ In this release, we've merged Special thanks to everyone, past and present, who have contributed and made this possible. You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.11.0/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.11.0/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). Unfortunately, there is still no ARMv7 build, but using ARMv6 has worked for many users, so please try that in the meantime. diff --git a/content/post/release-of-1.11.1.md b/content/post/release-of-1.11.1.md index 1a22309..bcf08ef 100644 --- a/content/post/release-of-1.11.1.md +++ b/content/post/release-of-1.11.1.md @@ -10,13 +10,13 @@ coverImageRelease: "1.11.1" We are proud to present the release of Gitea version 1.11.1. There is a known high priority bug that will be fixed in `1.11.2` ([#10318](https://github.com/go-gitea/gitea/pull/10318)). -If anyone experiences this problem, you may want to use the [1.11 branch download](https://dl.gitea.io/gitea/1.11/) until `1.11.2` is released. +If anyone experiences this problem, you may want to use the [1.11 branch download](https://dl.gitea.com/gitea/1.11/) until `1.11.2` is released. This release fixes a serious bug in the worker pool that leads to a deadlock. ([#10284](https://github.com/go-gitea/gitea/pull/10284)) We have merged [14](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.1+is%3Aclosed) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.11.2.md b/content/post/release-of-1.11.2.md index 89a74a9..310a0d8 100644 --- a/content/post/release-of-1.11.2.md +++ b/content/post/release-of-1.11.2.md @@ -15,7 +15,7 @@ This release contains several important security fixes and multiple critical bug We have merged [40](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.2+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.11.3.md b/content/post/release-of-1.11.3.md index 24b0529..21cf67b 100644 --- a/content/post/release-of-1.11.3.md +++ b/content/post/release-of-1.11.3.md @@ -10,8 +10,8 @@ coverImageRelease: "1.10.6/1.11.3" We are proud to present the releases of Gitea versions 1.11.3 and 1.10.6. These are maintenance releases, and replace their respective previous patch versions due to a few mishaps that occurred during their release. -Our current latest release is now Gitea [1.11.3](https://dl.gitea.io/gitea/1.11.3/), but if you are running Gitea 1.10 and don't wish to upgrade -to our 1.11 branch yet, please update your system to [1.10.6](https://dl.gitea.io/gitea/1.10.6/), the latest of the 1.10 branch. +Our current latest release is now Gitea [1.11.3](https://dl.gitea.com/gitea/1.11.3/), but if you are running Gitea 1.10 and don't wish to upgrade +to our 1.11 branch yet, please update your system to [1.10.6](https://dl.gitea.com/gitea/1.10.6/), the latest of the 1.10 branch. Full disclosure, the following problems affected our recent releases: @@ -22,7 +22,7 @@ When upgrading, please skip any intermediate patch versions (e.g., **don't** go In particular, **do not use** any of these versions, as a bug in the upgrade process will delete attachments from the releases on your repositories. The affected versions are: v1.10.0, v1.10.1, v1.10.2, v1.10.3, v1.10.4, v1.11.0, and v1.11.1. See [#10526](https://github.com/go-gitea/gitea/issues/10526) for more information. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.11.4.md b/content/post/release-of-1.11.4.md index 5afa8a1..d40b5db 100644 --- a/content/post/release-of-1.11.4.md +++ b/content/post/release-of-1.11.4.md @@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes We have merged [12](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.4+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.11.5.md b/content/post/release-of-1.11.5.md index 9ccc4a0..7edeb09 100644 --- a/content/post/release-of-1.11.5.md +++ b/content/post/release-of-1.11.5.md @@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes We have merged [25](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.5+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.11.6.md b/content/post/release-of-1.11.6.md index b1c2f8d..17a9b43 100644 --- a/content/post/release-of-1.11.6.md +++ b/content/post/release-of-1.11.6.md @@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes We have merged [18](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.6+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.11.7.md b/content/post/release-of-1.11.7.md index e56cf61..09a476f 100644 --- a/content/post/release-of-1.11.7.md +++ b/content/post/release-of-1.11.7.md @@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes We have merged [6](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.11.7+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.11.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.11.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.12.0.md b/content/post/release-of-1.12.0.md index ea2a4c4..419cbb0 100644 --- a/content/post/release-of-1.12.0.md +++ b/content/post/release-of-1.12.0.md @@ -12,7 +12,7 @@ We are proud to present the release of Gitea version 1.12.0, and subsequently 1. In this release we merged a whopping [673](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.12.0+is%3Amerged) pull requests! That's the highest number *ever* in a release! We cannot express enough gratitude to those who support us, big or small. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). :exclamation: One of the features added in 1.12 is [language stats](#language-statistics-bar-for-repositories-8037-https-github-com-go-gitea-gitea-issues-8037). Users upgrading should note that the initial calculation of repositories may take some time, so plan accordingly. diff --git a/content/post/release-of-1.12.2.md b/content/post/release-of-1.12.2.md index 02536c3..6729dc2 100644 --- a/content/post/release-of-1.12.2.md +++ b/content/post/release-of-1.12.2.md @@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes We have merged [15](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.12.2+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.12.3.md b/content/post/release-of-1.12.3.md index e2499a2..556b3ae 100644 --- a/content/post/release-of-1.12.3.md +++ b/content/post/release-of-1.12.3.md @@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes We have merged [6](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.12.3+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.12.4.md b/content/post/release-of-1.12.4.md index 7dd9131..8c14d6e 100644 --- a/content/post/release-of-1.12.4.md +++ b/content/post/release-of-1.12.4.md @@ -15,7 +15,7 @@ We have merged [24](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% We would like to give a special thanks to Jeffrey C. Ollie ([@jcollie](https://github.com/jcollie)), Osama Hamad ([@osamahamad](https://github.com/osamahamad)) and [RedTeam Pentesting GmbH](https://www.redteam-pentesting.de/) for reporting security issues that have been patched in this release. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.12.5.md b/content/post/release-of-1.12.5.md index e20ceaf..2a6fd29 100644 --- a/content/post/release-of-1.12.5.md +++ b/content/post/release-of-1.12.5.md @@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes We have merged [25](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.12.5+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.12.6.md b/content/post/release-of-1.12.6.md index 7aacd22..bb6f6f1 100644 --- a/content/post/release-of-1.12.6.md +++ b/content/post/release-of-1.12.6.md @@ -15,7 +15,7 @@ We have merged [27](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% We would like to give a special thanks to [stypr](https://github.com/stypr) of Flatt Security Inc. for reporting security issues that have been patched in this release. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.12.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.12.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.13.0.md b/content/post/release-of-1.13.0.md index c9b83d6..275704f 100644 --- a/content/post/release-of-1.13.0.md +++ b/content/post/release-of-1.13.0.md @@ -19,7 +19,7 @@ We would like to give a special thanks to Michael Scherer ([@mscherer](https://g Thanks to [@zeripath](https://github.com/zeripath) for fixing in [#12685](https://github.com/go-gitea/gitea/pull/12685) -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). :exclamation: As of this version, Gitea supports TLS version 1.2 at _minimum_. ([#12689](https://github.com/go-gitea/gitea/pull/12689)) diff --git a/content/post/release-of-1.13.1.md b/content/post/release-of-1.13.1.md index f85918e..a3d4fba 100644 --- a/content/post/release-of-1.13.1.md +++ b/content/post/release-of-1.13.1.md @@ -18,7 +18,7 @@ We would like to give a special thanks to Sebastian Goettsch ([@sgoettsch](https Thanks to [@zeripath](https://github.com/zeripath) for fixing in [#14154](https://github.com/go-gitea/gitea/pull/14154), and [@6543](https://github.com/6543) for fixing another one in [#14031](https://github.com/go-gitea/gitea/pull/14031). -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.13.2.md b/content/post/release-of-1.13.2.md index ca4b8ad..733b1db 100644 --- a/content/post/release-of-1.13.2.md +++ b/content/post/release-of-1.13.2.md @@ -15,7 +15,7 @@ We have merged [28](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.13.3.md b/content/post/release-of-1.13.3.md index a9235cc..5d737ac 100644 --- a/content/post/release-of-1.13.3.md +++ b/content/post/release-of-1.13.3.md @@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes We have merged [21](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.13.3+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). :exclamation: Password hashing algorithm default has changed back to pbkdf2 from argon2. ([#14673](https://github.com/go-gitea/gitea/pull/14673)) diff --git a/content/post/release-of-1.13.4.md b/content/post/release-of-1.13.4.md index 020a58b..249e072 100644 --- a/content/post/release-of-1.13.4.md +++ b/content/post/release-of-1.13.4.md @@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.13.4+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would like to give a special thanks to Septatrix for reporting a security issue that was patched in this release. diff --git a/content/post/release-of-1.13.5.md b/content/post/release-of-1.13.5.md index 1b06edd..131be3a 100644 --- a/content/post/release-of-1.13.5.md +++ b/content/post/release-of-1.13.5.md @@ -15,7 +15,7 @@ We have merged [17](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.13.6.md b/content/post/release-of-1.13.6.md index 0614f48..6d1b85f 100644 --- a/content/post/release-of-1.13.6.md +++ b/content/post/release-of-1.13.6.md @@ -18,7 +18,7 @@ We have merged [4](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3 We would like to give a special thanks to Marcos Españadero who is Network Management / SysOps at UTE ABI Corredor for reporting a security issue that was patched in this release. Thanks to [@lunny](https://github.com/lunny) for fixing in [#15124](https://github.com/go-gitea/gitea/pull/15124, and [@zeripath](https://github.com/zeripath) for fixing another one in [#15096](https://github.com/go-gitea/gitea/pull/15096). -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.13.7.md b/content/post/release-of-1.13.7.md index e668d03..7b55352 100644 --- a/content/post/release-of-1.13.7.md +++ b/content/post/release-of-1.13.7.md @@ -18,7 +18,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3 We would like to give a special thanks to [Kevin Chung](https://blog.kchung.co/) and [a-codingkiwi](https://github.com/a-codingkiwi) for both independently reporting a security issue that was patched in this release. Thanks to [bluemonday](https://github.com/microcosm-cc/bluemonday) and [@zeripath](https://github.com/zeripath) for fixing [#15294](https://github.com/go-gitea/gitea/pull/15294), Thanks to [@zeripath](https://github.com/zeripath) for another one in [#15160](https://github.com/go-gitea/gitea/pull/15160) -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.13.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.13.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.14.0.md b/content/post/release-of-1.14.0.md index 3600c5c..effae81 100644 --- a/content/post/release-of-1.14.0.md +++ b/content/post/release-of-1.14.0.md @@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.14.0. We have merged an incredible [641](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.14.0+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.14.1.md b/content/post/release-of-1.14.1.md index 4e21fd9..109f765 100644 --- a/content/post/release-of-1.14.1.md +++ b/content/post/release-of-1.14.1.md @@ -15,7 +15,7 @@ We have merged [25](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% In this release, we switch back to go-git for windows binaries because of [#15482](https://github.com/go-gitea/gitea/pull/15482). -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.14.2.md b/content/post/release-of-1.14.2.md index a9abd46..984b05b 100644 --- a/content/post/release-of-1.14.2.md +++ b/content/post/release-of-1.14.2.md @@ -15,7 +15,7 @@ We have merged [44](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.14.3.md b/content/post/release-of-1.14.3.md index dd7acad..be868e6 100644 --- a/content/post/release-of-1.14.3.md +++ b/content/post/release-of-1.14.3.md @@ -15,7 +15,7 @@ We have merged [45](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% We would like to give a special thanks the reporters of security issues in this release. Thanks to CTurt (Google) for reporting [#16117](https://github.com/go-gitea/gitea/pull/16117) and [@lunny](https://gitea.com/lunny) for submitting security patch. Thanks to [@knassar702](https://github.com/knassar702) for reporting [#16185](https://github.com/go-gitea/gitea/pull/16185) and [@zeripath](https://gitea.com/zeripath) for submitting the patch to resolve this issue. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.14.4.md b/content/post/release-of-1.14.4.md index 527f982..743d594 100644 --- a/content/post/release-of-1.14.4.md +++ b/content/post/release-of-1.14.4.md @@ -13,7 +13,7 @@ We highly encourage users to update to this version for some important bug-fixes We have merged [11](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.14.3+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.14.5.md b/content/post/release-of-1.14.5.md index eef3ed7..a8fbbcc 100644 --- a/content/post/release-of-1.14.5.md +++ b/content/post/release-of-1.14.5.md @@ -15,7 +15,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3 We would like to give a special thanks to [@6543](https://gitea.com/6543) and [@zeripath](https://gitea.com/zeripath) for submitting the security patches for this release. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.14.6.md b/content/post/release-of-1.14.6.md index ba38bc1..ff37281 100644 --- a/content/post/release-of-1.14.6.md +++ b/content/post/release-of-1.14.6.md @@ -15,7 +15,7 @@ We have merged [6](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3 We would like to give a special thanks to [@6543](https://gitea.com/6543) and [@zeripath](https://gitea.com/zeripath) for submitting the security patches for this release. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.14.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.14.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.0.md b/content/post/release-of-1.15.0.md index 32086f1..dd396bc 100644 --- a/content/post/release-of-1.15.0.md +++ b/content/post/release-of-1.15.0.md @@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.15.0. We have merged [488](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.15.0+is%3Amerged) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.1-and-1.14.7.md b/content/post/release-of-1.15.1-and-1.14.7.md index f84730a..ef65db4 100644 --- a/content/post/release-of-1.15.1-and-1.14.7.md +++ b/content/post/release-of-1.15.1-and-1.14.7.md @@ -13,7 +13,7 @@ We highly encourage users on versions v1.14.3-v1.14.7 to update to v1.14.7 befor We have merged [26](https://github.com/go-gitea/gitea/pulls?q=is:pr+milestone:1.15.1+is:merged) pull requests to release version 1.15.1 and [6](https://github.com/go-gitea/gitea/pulls?q=is:pr+milestone:1.14.7+is:merged) pull requests to release version 1.14.7. -You can download one of our pre-built binaries for 1.15.1 from our [downloads page](https://dl.gitea.io/gitea/1.15.1/) ([1.14.7](https://dl.gitea.io/gitea/1.14.7/)) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries for 1.15.1 from our [downloads page](https://dl.gitea.com/gitea/1.15.1/) ([1.14.7](https://dl.gitea.com/gitea/1.14.7/)) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.10.md b/content/post/release-of-1.15.10.md index 3a5b1c2..d1c6236 100644 --- a/content/post/release-of-1.15.10.md +++ b/content/post/release-of-1.15.10.md @@ -15,7 +15,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3 -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.10/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.10/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.11.md b/content/post/release-of-1.15.11.md index 8d16aa0..ddc2098 100644 --- a/content/post/release-of-1.15.11.md +++ b/content/post/release-of-1.15.11.md @@ -15,7 +15,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3 -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.11/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.11/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.2.md b/content/post/release-of-1.15.2.md index 0573077..c48132c 100644 --- a/content/post/release-of-1.15.2.md +++ b/content/post/release-of-1.15.2.md @@ -11,7 +11,7 @@ Unfortunately following the release of 1.15.1 it has become apparent that there We have merged [3](https://github.com/go-gitea/gitea/pulls?q=is:pr+milestone:1.15.2+is:merged) pull requests to release version 1.15.2. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.3.md b/content/post/release-of-1.15.3.md index 1575c44..2b8947c 100644 --- a/content/post/release-of-1.15.3.md +++ b/content/post/release-of-1.15.3.md @@ -12,7 +12,7 @@ We are proud to present the release of Gitea version 1.15.3. [17](https://github.com/go-gitea/gitea/pulls?q=is:pr+milestone:1.15.3+is:merged) pull requests went into this patch release, and we highly encourage users to update to this version for some important bug-fixes. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.4.md b/content/post/release-of-1.15.4.md index 381e955..c4d582f 100644 --- a/content/post/release-of-1.15.4.md +++ b/content/post/release-of-1.15.4.md @@ -26,7 +26,7 @@ A command to provide an automatic fix for problems with the `login_source` table -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.5.md b/content/post/release-of-1.15.5.md index b689dd8..2ba4970 100644 --- a/content/post/release-of-1.15.5.md +++ b/content/post/release-of-1.15.5.md @@ -26,7 +26,7 @@ A command to provide an automatic fix for problems with the `login_source` table -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.6.md b/content/post/release-of-1.15.6.md index 400b049..628b9a8 100644 --- a/content/post/release-of-1.15.6.md +++ b/content/post/release-of-1.15.6.md @@ -26,7 +26,7 @@ A command to provide an automatic fix for problems with the `login_source` table -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.7.md b/content/post/release-of-1.15.7.md index 30f1634..a5b6d46 100644 --- a/content/post/release-of-1.15.7.md +++ b/content/post/release-of-1.15.7.md @@ -24,7 +24,7 @@ gitea doctor --fix --run fix-broken-repo-units -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.8.md b/content/post/release-of-1.15.8.md index 2e8b096..9a925d4 100644 --- a/content/post/release-of-1.15.8.md +++ b/content/post/release-of-1.15.8.md @@ -24,7 +24,7 @@ gitea doctor --fix --run fix-broken-repo-units -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.8/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.8/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.15.9.md b/content/post/release-of-1.15.9.md index 06d1cf9..1bba2e5 100644 --- a/content/post/release-of-1.15.9.md +++ b/content/post/release-of-1.15.9.md @@ -15,7 +15,7 @@ We have merged [15](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.15.9/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.15.9/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.16.0-and-1.16.1.md b/content/post/release-of-1.16.0-and-1.16.1.md index 1d5044a..425fda8 100644 --- a/content/post/release-of-1.16.0-and-1.16.1.md +++ b/content/post/release-of-1.16.0-and-1.16.1.md @@ -13,7 +13,7 @@ We have merged [19](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.16.2-and-1.16.3.md b/content/post/release-of-1.16.2-and-1.16.3.md index 3c5fb8d..6706625 100644 --- a/content/post/release-of-1.16.2-and-1.16.3.md +++ b/content/post/release-of-1.16.2-and-1.16.3.md @@ -14,7 +14,7 @@ We have merged [24](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% We would like to give a special thanks to starlabs.sg to report the security problem and thanks to [@6543](https://gitea.com/6543) for submitting the security patches for this release. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.16.4.md b/content/post/release-of-1.16.4.md index 2fdb282..8d94dc7 100644 --- a/content/post/release-of-1.16.4.md +++ b/content/post/release-of-1.16.4.md @@ -15,7 +15,7 @@ We have merged [17](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% We would like to give a special thanks to **Maxim Suslov** (independent security researcher), [E99p1ant](https://github.com/wuhan005) to report the security problems from huntr and thanks to [@lunny](https://gitea.com/lunny), [@zeripath](https://gitea.com/zeripath) and [@6543](https://gitea.com/6543) for submitting the security patches for this release. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.16.5.md b/content/post/release-of-1.16.5.md index 6262c2b..6918e12 100644 --- a/content/post/release-of-1.16.5.md +++ b/content/post/release-of-1.16.5.md @@ -15,7 +15,7 @@ We have merged [23](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% We would like to give a special thanks to [@kdumont](https://gitea.com/kdumont), [@zeripath](https://gitea.com/zeripath), [@rajbabai8](https://github.com/rajbabai8) for reporting the security problems from huntr and internally, and thanks to [@zeripath](https://gitea.com/zeripath) for submitting the security patches for this release. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.16.6.md b/content/post/release-of-1.16.6.md index 4f438f4..9f4f3eb 100644 --- a/content/post/release-of-1.16.6.md +++ b/content/post/release-of-1.16.6.md @@ -15,7 +15,7 @@ We have merged [31](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.16.7.md b/content/post/release-of-1.16.7.md index 0df245b..f4e428f 100644 --- a/content/post/release-of-1.16.7.md +++ b/content/post/release-of-1.16.7.md @@ -18,7 +18,7 @@ We would like to give a special thanks to [E99p1ant](https://github.com/wuhan005 and thanks to [@6543](https://gitea.com/6543) for submitting the security patch for this release. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.7/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.16.8.md b/content/post/release-of-1.16.8.md index ad5fe1f..f4c5412 100644 --- a/content/post/release-of-1.16.8.md +++ b/content/post/release-of-1.16.8.md @@ -15,7 +15,7 @@ We have merged [17](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.8/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.8/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.16.9.md b/content/post/release-of-1.16.9.md index 84e9db7..76af238 100644 --- a/content/post/release-of-1.16.9.md +++ b/content/post/release-of-1.16.9.md @@ -19,7 +19,7 @@ We would like to thank [usd AG](https://herolab.usd.de/en/security-advisories/) We would also like to thank [@Gusted](https://codeberg.org/Gusted) for the other security patch in this release. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.16.9/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.16.9/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.17.0.md b/content/post/release-of-1.17.0.md index 7548200..6b25709 100644 --- a/content/post/release-of-1.17.0.md +++ b/content/post/release-of-1.17.0.md @@ -15,7 +15,7 @@ We highly encourage users to update to this version after carefully reading abou [645](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.17.0+is%3Amerged) Pull Requests were merged to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.17.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.17.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.17.1.md b/content/post/release-of-1.17.1.md index 56c7a83..1a71676 100644 --- a/content/post/release-of-1.17.1.md +++ b/content/post/release-of-1.17.1.md @@ -16,7 +16,7 @@ We have merged [35](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% Thanks to Aleksey Solovev (Positive Technologies) for the security issue in this release, and [@zeripath](https://gitea.com/zeripath) for the fix! -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.17.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.17.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.17.2.md b/content/post/release-of-1.17.2.md index 6a6e0b5..fe44974 100644 --- a/content/post/release-of-1.17.2.md +++ b/content/post/release-of-1.17.2.md @@ -17,7 +17,7 @@ We have merged [42](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% Thanks to [@zeripath](https://gitea.com/zeripath) for the security fixes in this release! -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.17.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.17.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.17.3.md b/content/post/release-of-1.17.3.md index 99247d0..7c1997d 100644 --- a/content/post/release-of-1.17.3.md +++ b/content/post/release-of-1.17.3.md @@ -17,7 +17,7 @@ We have merged [29](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% A big thank you to Ngo Wei Lin ([@Creastery](https://twitter.com/creastery)) of STAR Labs ([@starlabs_sg](https://twitter.com/starlabs_sg)) for reporting issues [#21465](https://github.com/go-gitea/gitea/pull/21465) and [#21464](https://github.com/go-gitea/gitea/pull/21464), and a thank you to to [techknowlogick](https://gitea.com/techknowlogick), [wxiaoguang](https://gitea.com/wxiaoguang), and [6543](https://gitea.com/6543) for sending patches to resolve them. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.17.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.17.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.17.4.md b/content/post/release-of-1.17.4.md index 4b9121f..62e62ef 100644 --- a/content/post/release-of-1.17.4.md +++ b/content/post/release-of-1.17.4.md @@ -16,7 +16,7 @@ We have merged [51](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% Thanks to [@KN4CK3R](https://gitea.com/KN4CK3R) for the security patches in this release! -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.17.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.17.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.18.0.md b/content/post/release-of-1.18.0.md index 996f57c..4daf954 100644 --- a/content/post/release-of-1.18.0.md +++ b/content/post/release-of-1.18.0.md @@ -19,7 +19,7 @@ We have merged [535](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone We would like to thank [@pboguslawski](https://github.com/pboguslawski) for reporting the reverse proxy authentication issue, and [@zeripath](https://gitea.com/zeripath) for the subsequent fix. We would also like to thank [@appleboy](https://gitea.com/appleboy) and [@silverwind](https://gitea.com/silverwind) for the other security fixes in this release. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.18.1.md b/content/post/release-of-1.18.1.md index 3bdfe56..f5329fa 100644 --- a/content/post/release-of-1.18.1.md +++ b/content/post/release-of-1.18.1.md @@ -15,7 +15,7 @@ We have merged [37](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.18.2.md b/content/post/release-of-1.18.2.md index ec1a9ca..451c9e4 100644 --- a/content/post/release-of-1.18.2.md +++ b/content/post/release-of-1.18.2.md @@ -24,7 +24,7 @@ Thanks to everyone who reported the git vulnerability, which should naturally be More information can be found at https://github.com/git/git/security/advisories/GHSA-c738-c5qq-xg89 -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.18.3.md b/content/post/release-of-1.18.3.md index 55edc41..2fe0967 100644 --- a/content/post/release-of-1.18.3.md +++ b/content/post/release-of-1.18.3.md @@ -16,7 +16,7 @@ We have merged [4](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3 Thanks to [@Gusted](https://gusted.xyz) for the report, and for the patch which [@KN4CK3R](https://gitea.com/KN4CK3R) applied! -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.18.4.md b/content/post/release-of-1.18.4.md index 389a815..3a4b18d 100644 --- a/content/post/release-of-1.18.4.md +++ b/content/post/release-of-1.18.4.md @@ -26,7 +26,7 @@ Thanks to [@zeripath](https://gitea.com/zeripath) as well for the new admin comm :exclamation: This release will also contain an updated `git` binary in the docker images to fix the recent CVEs. Anyone not using docker will need to update their `git` binary manually! More information can be found at and . -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.18.5.md b/content/post/release-of-1.18.5.md index f2fd408..8593d6a 100644 --- a/content/post/release-of-1.18.5.md +++ b/content/post/release-of-1.18.5.md @@ -15,7 +15,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3 -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.18.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.18.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.19.0.md b/content/post/release-of-1.19.0.md index e400482..d101a02 100644 --- a/content/post/release-of-1.19.0.md +++ b/content/post/release-of-1.19.0.md @@ -27,7 +27,7 @@ We have merged [544](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.0/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We are now working on moving our infrastructure from `gitea.io` to `gitea.com`, as well as migrating from Drone CI to Gitea Actions. During this conversion, if you encounter any problems, please report them via [discord](https://discord.gg/gitea). diff --git a/content/post/release-of-1.19.1.md b/content/post/release-of-1.19.1.md index a1347f0..8916cb0 100644 --- a/content/post/release-of-1.19.1.md +++ b/content/post/release-of-1.19.1.md @@ -20,7 +20,7 @@ It has been changed to `repo.actions` for consistency. If you haven't placed it there explicitly, no action is required. While Gitea aims for stability in already released versions, we decided to release this breaking change in 1.19.1 because Gitea Actions are still experimental and this option was previously undocumented, so we expect that a vast majority of users are likely unaffected. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.19.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.19.2.md b/content/post/release-of-1.19.2.md index a880046..7585781 100644 --- a/content/post/release-of-1.19.2.md +++ b/content/post/release-of-1.19.2.md @@ -21,7 +21,7 @@ This release also includes an update to the `go-redis` library used by Gitea whi Thanks to [@KN4CK3R](https://gitea.com/KN4CK3R) for reporting both security issues patched in this release, and thanks to him and [@lunny](https://gitea.com/lunny) for the subsequent fixes! -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.19.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.19.3.md b/content/post/release-of-1.19.3.md index 660523b..1e30d19 100644 --- a/content/post/release-of-1.19.3.md +++ b/content/post/release-of-1.19.3.md @@ -15,7 +15,7 @@ We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3 In this release, we use golang 1.20.4 to fix [CVE-2023-24539](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24539), [CVE-2023-24540](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24540), and [CVE-2023-29400](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-29400) . -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.19.4.md b/content/post/release-of-1.19.4.md index 2809a6f..8ca0255 100644 --- a/content/post/release-of-1.19.4.md +++ b/content/post/release-of-1.19.4.md @@ -15,7 +15,7 @@ We have merged [62](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.19.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.19.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.2.0.md b/content/post/release-of-1.2.0.md index 17780dd..d54a9ee 100644 --- a/content/post/release-of-1.2.0.md +++ b/content/post/release-of-1.2.0.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.2" --- -We proudly present that we have released the third big version of Gitea v1.2.0. We have merged [676](https://github.com/go-gitea/gitea/milestone/3?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.2.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present that we have released the third big version of Gitea v1.2.0. We have merged [676](https://github.com/go-gitea/gitea/milestone/3?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.2.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). This version was delayed for six months but that will not change our release cycle plan. After voting by community we have changed the Logo design. Many new features added like Status API and showing it in commit tab, integration with 20+ OAuth2 providers and support for OpenID login, Team Units, GPG signed commit validation, Batch operations on issues. Also there are more than 200 bugs fixed in this release cycle and that is also the reason why release was delayed so much. We are working hard to get next version [v1.3.0](https://github.com/go-gitea/gitea/milestone/9) released as soon as possible! diff --git a/content/post/release-of-1.2.1.md b/content/post/release-of-1.2.1.md index 4b73ddc..51d497c 100644 --- a/content/post/release-of-1.2.1.md +++ b/content/post/release-of-1.2.1.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.2.1" --- -We proudly present the bugfix release of Gitea version 1.2.1. We have merged [5](https://github.com/go-gitea/gitea/milestone/15?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.2.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the bugfix release of Gitea version 1.2.1. We have merged [5](https://github.com/go-gitea/gitea/milestone/15?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.2.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.2.2.md b/content/post/release-of-1.2.2.md index c519d7d..acf8c8f 100644 --- a/content/post/release-of-1.2.2.md +++ b/content/post/release-of-1.2.2.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.2.2" --- -We proudly present the bugfix release of Gitea version 1.2.2. We have merged [5 pull requests](https://github.com/go-gitea/gitea/milestone/16?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.2.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the bugfix release of Gitea version 1.2.2. We have merged [5 pull requests](https://github.com/go-gitea/gitea/milestone/16?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.2.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.2.3.md b/content/post/release-of-1.2.3.md index 4ea456c..903f09a 100644 --- a/content/post/release-of-1.2.3.md +++ b/content/post/release-of-1.2.3.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.2.3" --- -We proudly present the bugfix release of Gitea version 1.2.3. We have merged [3 pull requests](https://github.com/go-gitea/gitea/milestone/17?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.2.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the bugfix release of Gitea version 1.2.3. We have merged [3 pull requests](https://github.com/go-gitea/gitea/milestone/17?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.2.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.20.0.md b/content/post/release-of-1.20.0.md index 2ee1c96..3619f5b 100644 --- a/content/post/release-of-1.20.0.md +++ b/content/post/release-of-1.20.0.md @@ -232,7 +232,7 @@ With it, you can force users to open issues from a template, or to display addit blank_issues_enabled: false contact_links: - name: Gitea - url: https://gitea.io + url: https://about.gitea.com about: Visit the Gitea Website - name: Security issues url: mailto:security@gitea.io diff --git a/content/post/release-of-1.3.0.md b/content/post/release-of-1.3.0.md index b78f7ee..71ea421 100644 --- a/content/post/release-of-1.3.0.md +++ b/content/post/release-of-1.3.0.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.3" --- -We proudly present that we have released the fourth big version of Gitea v1.3.0. We have merged [314](https://github.com/go-gitea/gitea/milestone/9?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.3.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present that we have released the fourth big version of Gitea v1.3.0. We have merged [314](https://github.com/go-gitea/gitea/milestone/9?closed=1) pull requests to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.3.0/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). There is one breaking change in URL scheme for code tab that is now changed to be less ambiguous while still keeping backwards comaptibility by redirecting old links to new scheme. This release adds new features such as Branch overview page, Activity page with latest issue and pull request stats, Time tracking for issues and pull requests, Option to specify branch when creating issue, Creating new branch from branch selection dropdown, List of all repositories under user settings, Orgmode and external renderer support for file view and readme, More webhooks and also experimantal repository source code search (be warned that it's possible to enable it only for all repositories and it could take as much as 5 times more disk space than repisotries itself). Also there are a lot of bugs fixed in this release cycle. We are working hard already to get next version [v1.4.0](https://github.com/go-gitea/gitea/milestone/14) released as soon as possible! diff --git a/content/post/release-of-1.3.1.md b/content/post/release-of-1.3.1.md index c403e96..2c2dc86 100644 --- a/content/post/release-of-1.3.1.md +++ b/content/post/release-of-1.3.1.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.3.1" --- -We proudly present the bugfix release of Gitea version 1.3.1. We have merged [7 pull requests](https://github.com/go-gitea/gitea/milestone/18?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.3.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the bugfix release of Gitea version 1.3.1. We have merged [7 pull requests](https://github.com/go-gitea/gitea/milestone/18?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.3.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.3.2.md b/content/post/release-of-1.3.2.md index e62f379..ab107f1 100644 --- a/content/post/release-of-1.3.2.md +++ b/content/post/release-of-1.3.2.md @@ -7,7 +7,7 @@ draft: false coverImageRelease: "1.3.2" --- -We proudly present the bugfix release of Gitea version 1.3.2. We have merged [7 pull requests](https://github.com/go-gitea/gitea/milestone/19?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.3.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +We proudly present the bugfix release of Gitea version 1.3.2. We have merged [7 pull requests](https://github.com/go-gitea/gitea/milestone/19?closed=1) to release this version. You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.3.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.3.3.md b/content/post/release-of-1.3.3.md index 14f3753..3bda29b 100644 --- a/content/post/release-of-1.3.3.md +++ b/content/post/release-of-1.3.3.md @@ -10,7 +10,7 @@ coverImageRelease: "1.3.3" We proudly present the bugfix release of Gitea version 1.3.3. This release contains important security fixes so it is highly recommended to update to latest release. We have merged [5 pull requests](https://github.com/go-gitea/gitea/milestone/20?closed=1) to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.3.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.3.3/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.4.0.md b/content/post/release-of-1.4.0.md index f3c1e99..51d4596 100644 --- a/content/post/release-of-1.4.0.md +++ b/content/post/release-of-1.4.0.md @@ -9,7 +9,7 @@ coverImageRelease: "1.4" The Gitea 1.4.0 release is done, with a total of [236 merged pull requests](https://github.com/go-gitea/gitea/pulls?utf8=%E2%9C%93&q=is%3Apr+milestone%3A1.4.0+is%3Amerged). We made sure to deliver as many new features as possible in this version—you're going to love it! -You can download one of pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.4.0/). For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.4.0/). For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). Starting this release, we'll walk you through the most important changes. We've got a lot to talk about for Gitea 1.4.0. diff --git a/content/post/release-of-1.4.1.md b/content/post/release-of-1.4.1.md index 6025ec8..cd11841 100644 --- a/content/post/release-of-1.4.1.md +++ b/content/post/release-of-1.4.1.md @@ -10,7 +10,7 @@ coverImageRelease: "1.4.1" We proudly present the bugfix release of Gitea version 1.4.1. This release contains important security fixes so it is highly recommended to update to latest release. We have merged [17 pull requests](https://github.com/go-gitea/gitea/milestone/22?closed=1) to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.4.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.4.1/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would like to say special thanks to those who reported security issues fixed in this release. diff --git a/content/post/release-of-1.4.2.md b/content/post/release-of-1.4.2.md index 098cf9d..f529b98 100644 --- a/content/post/release-of-1.4.2.md +++ b/content/post/release-of-1.4.2.md @@ -11,7 +11,7 @@ It's been a wild and wonderful weekend. Many new users have found Gitea and we a We are happy to release version 1.4.2 of Gitea. We have merged [13 pull requests](https://github.com/go-gitea/gitea/milestone/23?closed=1) to release version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.4.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.4.2/), you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). diff --git a/content/post/release-of-1.4.3.md b/content/post/release-of-1.4.3.md index 62d86ee..0fb8e2c 100644 --- a/content/post/release-of-1.4.3.md +++ b/content/post/release-of-1.4.3.md @@ -10,8 +10,8 @@ coverImageRelease: "1.4.3" We proudly present the bugfix release of Gitea version 1.4.3. This release contains important security fixes so it is highly recommended to update to latest release. We have merged [9 pull requests](https://github.com/go-gitea/gitea/milestone/25?closed=1) to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.4.3/), you just need to select the correct platform. -For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.4.3/), you just need to select the correct platform. +For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would like to say special thanks to those who reported security issues fixed in this release. diff --git a/content/post/release-of-1.5.0.md b/content/post/release-of-1.5.0.md index d45a770..6bdd0de 100644 --- a/content/post/release-of-1.5.0.md +++ b/content/post/release-of-1.5.0.md @@ -12,9 +12,9 @@ The time has come for another major release! We are happy to present Gitea -- just a bit more than last time (236). You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.5.0/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.5.0/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank all of our backers on [Open Collective](https://opencollective.com/gitea), who are helping us deliver diff --git a/content/post/release-of-1.5.1.md b/content/post/release-of-1.5.1.md index 59fe3a2..1b972d2 100644 --- a/content/post/release-of-1.5.1.md +++ b/content/post/release-of-1.5.1.md @@ -11,9 +11,9 @@ is a smaller release, with only 9 merged PRs, but it contains several security related fixes and so we recommend upgrading whenever possible. You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.5.1/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.5.1/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank Cezar97 for reporting the security issues that have been patched in this release. Another thank you goes to all of our supporters on diff --git a/content/post/release-of-1.5.2.md b/content/post/release-of-1.5.2.md index d2e3a15..ad2dcc3 100644 --- a/content/post/release-of-1.5.2.md +++ b/content/post/release-of-1.5.2.md @@ -11,9 +11,9 @@ is a smaller release, with only 12 merged PRs, but it contains several security related fixes and so we recommend upgrading whenever possible. You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.5.2/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.5.2/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank [cezar97](https://github.com/cezar97) for reporting the security issue that have been patched in this release. Another thank you goes to all of our supporters on diff --git a/content/post/release-of-1.5.3.md b/content/post/release-of-1.5.3.md index 1df7623..a75acc0 100644 --- a/content/post/release-of-1.5.3.md +++ b/content/post/release-of-1.5.3.md @@ -12,9 +12,9 @@ security fix for vulnerability that could potentially allow for authorized users to do remote code excution. You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.5.3/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.5.3/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank [5alt](https://github.com/5alt) for reporting security issue that have been patched in this release. Another thank you goes to all of our diff --git a/content/post/release-of-1.6.0.md b/content/post/release-of-1.6.0.md index d5f20de..f2a7a78 100644 --- a/content/post/release-of-1.6.0.md +++ b/content/post/release-of-1.6.0.md @@ -12,9 +12,9 @@ The time has come for another major release! We are proud to present Gitea -- it's less than last time (258). You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.6.0/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.6.0/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank all of our backers on [Open Collective](https://opencollective.com/gitea), who are helping us deliver diff --git a/content/post/release-of-1.6.1.md b/content/post/release-of-1.6.1.md index aba5d9e..f8c656c 100644 --- a/content/post/release-of-1.6.1.md +++ b/content/post/release-of-1.6.1.md @@ -8,9 +8,9 @@ coverImageRelease: "1.6.1" We are happy to announce version 1.6.1 of Gitea has now been released. This is a smaller release, with 7 merged PRs. You can download one of our pre-built -binaries from our [downloads page](https://dl.gitea.io/gitea/1.6.1/) - make +binaries from our [downloads page](https://dl.gitea.com/gitea/1.6.1/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are also helping us diff --git a/content/post/release-of-1.6.2.md b/content/post/release-of-1.6.2.md index c7e3208..c2b099e 100644 --- a/content/post/release-of-1.6.2.md +++ b/content/post/release-of-1.6.2.md @@ -10,8 +10,8 @@ coverImageRelease: "1.6.2" We proudly present the bugfix release of Gitea version 1.6.2. This release contains important security fixes so it is highly recommended to update to latest release. We have merged 10 pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.6.2/), -you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.6.2/), +you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would like to say special thanks to those who reported security issues fixed in this release. diff --git a/content/post/release-of-1.6.3.md b/content/post/release-of-1.6.3.md index 426f09e..bdfe613 100644 --- a/content/post/release-of-1.6.3.md +++ b/content/post/release-of-1.6.3.md @@ -10,8 +10,8 @@ coverImageRelease: "1.6.3" We proudly present the security release of Gitea version 1.6.3. **This release contains a very important security fix so it is highly recommended to update to latest release.** We have merged 2 pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.6.3/), -you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.6.3/), +you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would like to say special thanks to [zeripath](https://github.com/zeripath) who reported and fixed the security issue fixed in this release. diff --git a/content/post/release-of-1.7.0.md b/content/post/release-of-1.7.0.md index a229b29..e8abf47 100644 --- a/content/post/release-of-1.7.0.md +++ b/content/post/release-of-1.7.0.md @@ -13,9 +13,9 @@ The time has come for another major release! We are proud to present Gitea -- it's less than last time (178). You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.7.0/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.7.0/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank all of our backers on [Open Collective](https://opencollective.com/gitea), who are helping us deliver diff --git a/content/post/release-of-1.7.1.md b/content/post/release-of-1.7.1.md index 33d01a1..a193923 100644 --- a/content/post/release-of-1.7.1.md +++ b/content/post/release-of-1.7.1.md @@ -10,8 +10,8 @@ coverImageRelease: "1.7.1" We proudly present the minor release of Gitea version 1.7.1. **This release contains some security fixes so it is highly recommended to update to latest release.** We have merged 15 pull requests to release this version and built gitea with go1.11.5 to fix [a golang bug](https://github.com/golang/go/issues?q=milestone%3AGo1.11.5+label%3ACherryPickApproved). -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.7.1/), -you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.7.1/), +you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would like to say special thanks to those who reported security issues or sent patches fixed in this release. diff --git a/content/post/release-of-1.7.2.md b/content/post/release-of-1.7.2.md index 8a1ffa9..74b5b53 100644 --- a/content/post/release-of-1.7.2.md +++ b/content/post/release-of-1.7.2.md @@ -9,8 +9,8 @@ coverImageRelease: "1.7.2" We proudly present the minor release of Gitea version 1.7.2. We have merged 13 pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.7.2/), -you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.7.2/), +you just need to select the correct platform. For further details of the installation follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). Another thank you goes to all of our supporters on [Open Collective](https://opencollective.com/gitea) who are also helping us with financial sustainment. diff --git a/content/post/release-of-1.7.3.md b/content/post/release-of-1.7.3.md index 4a4d3d9..5ee520a 100644 --- a/content/post/release-of-1.7.3.md +++ b/content/post/release-of-1.7.3.md @@ -9,8 +9,8 @@ coverImageRelease: "1.7.3" We proudly present the minor release of Gitea version 1.7.3. We have merged 11 pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.7.3/), -you just need to select the correct platform. For further installation details, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.7.3/), +you just need to select the correct platform. For further installation details, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). Another thank you goes to all of our supporters on [Open Collective](https://opencollective.com/gitea) who are also helping us with financial sustainment. diff --git a/content/post/release-of-1.7.4.md b/content/post/release-of-1.7.4.md index c7878f9..6880b65 100644 --- a/content/post/release-of-1.7.4.md +++ b/content/post/release-of-1.7.4.md @@ -12,9 +12,9 @@ is a smaller release, with only 4 merged PRs, but it contains an important security related fix and so we recommend upgrading whenever possible. You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.7.4/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.7.4/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank [Anti Räis](https://bitflipper.eu) for reporting the security issue that has been patched in this release. Another thank you goes to all of our supporters on diff --git a/content/post/release-of-1.7.5.md b/content/post/release-of-1.7.5.md index 2001944..83822ae 100644 --- a/content/post/release-of-1.7.5.md +++ b/content/post/release-of-1.7.5.md @@ -10,9 +10,9 @@ coverImageRelease: "1.7.5" We are happy to announce that version 1.7.5 of Gitea has now been released. This version only has 3 merged pull requests as we prepare for 1.8.0! You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.7.5/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.7.5/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping us diff --git a/content/post/release-of-1.7.6.md b/content/post/release-of-1.7.6.md index fe77376..8fcdc02 100644 --- a/content/post/release-of-1.7.6.md +++ b/content/post/release-of-1.7.6.md @@ -11,7 +11,7 @@ We proudly present the security release of Gitea version 1.7.6. **This release c We have merged 2 pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.7.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.7.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would like to say special thanks to [zeripath](https://github.com/zeripath) who reported and fixed the security issue fixed in this release, and [mrsdizzie](https://github.com/mrsdizzie) who confirmed and produced a minimal exploitable testcase for the security issue. diff --git a/content/post/release-of-1.8.0.md b/content/post/release-of-1.8.0.md index 10c6e01..2e51f19 100644 --- a/content/post/release-of-1.8.0.md +++ b/content/post/release-of-1.8.0.md @@ -14,9 +14,9 @@ In this release, we merged -- This is more than 1.7.0 (157) and 1.6.0 (178). You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.8.0/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.8.0/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). Unfortunately +[installation guide](https://docs.gitea.com/installation/install-from-binary). Unfortunately there is a known issue with our prebuilt images on armv7, see [#6700](https://github.com/go-gitea/gitea/issues/6700). We'd like to thank all of our backers on @@ -31,7 +31,7 @@ With that out of the way, here's what's new in Gitea version 1.8.0: Gitea is now an [OAuth2 Provider](https://docs.gitea.io/en-us/oauth2-provider/). This fixes and closes issue [#27](https://github.com/go-gitea/gitea/issues/27)! -![Authorize TestApp Access](https://docs.gitea.io/authorize.png) +![Authorize TestApp Access](https://docs.gitea.com/authorize.png) _Thanks to [**@jonasfranz**](https://github.com/jonasfranz)_ diff --git a/content/post/release-of-1.8.1.md b/content/post/release-of-1.8.1.md index 8a08fcf..65f8017 100644 --- a/content/post/release-of-1.8.1.md +++ b/content/post/release-of-1.8.1.md @@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.8.1. We have merged [24](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.8.1+is%3Aclosed) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.8.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.8.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping us with financial sustainment. diff --git a/content/post/release-of-1.8.2.md b/content/post/release-of-1.8.2.md index 8ea6605..4ee46a9 100644 --- a/content/post/release-of-1.8.2.md +++ b/content/post/release-of-1.8.2.md @@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.8.2. We have merged [13](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.8.2+is%3Aclosed) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.8.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.8.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.8.3.md b/content/post/release-of-1.8.3.md index c135e56..1f6099f 100644 --- a/content/post/release-of-1.8.3.md +++ b/content/post/release-of-1.8.3.md @@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.8.3. We have merged [8](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.8.3+is%3Aclosed) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.8.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.8.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.9.0.md b/content/post/release-of-1.9.0.md index 99f6232..cfe4e3d 100644 --- a/content/post/release-of-1.9.0.md +++ b/content/post/release-of-1.9.0.md @@ -16,9 +16,9 @@ In this release, we merged **This version of Gitea contains security fixes that could not be backported to 1.8. For this reason, we strongly recommend updating.** You can download one of our pre-built binaries from our -[downloads page](https://dl.gitea.io/gitea/1.9.0/) - make sure to select the +[downloads page](https://dl.gitea.com/gitea/1.9.0/) - make sure to select the correct platform! For further details on how to install, follow our -[installation guide](https://docs.gitea.io/en-us/install-from-binary/). +[installation guide](https://docs.gitea.com/installation/install-from-binary). Unfortunately, there is a known issue with our prebuilt images on armv7, see [#6700](https://github.com/go-gitea/gitea/issues/6700). Using armv6 has worked for many users, so please try that in the meantime. diff --git a/content/post/release-of-1.9.1.md b/content/post/release-of-1.9.1.md index 5193453..939ac8c 100644 --- a/content/post/release-of-1.9.1.md +++ b/content/post/release-of-1.9.1.md @@ -13,7 +13,7 @@ We have merged [22](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% **This release contains two security fixes, so we highly recommend updating.** -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.9.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.9.1/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would like to give a special thanks to Gabriel Campana from the [Ledger Security Team](https://twitter.com/donjonledger) for reporting the security issue that has been patched in this release. diff --git a/content/post/release-of-1.9.2.md b/content/post/release-of-1.9.2.md index 887c6da..3bdc186 100644 --- a/content/post/release-of-1.9.2.md +++ b/content/post/release-of-1.9.2.md @@ -13,7 +13,7 @@ We have merged [7](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3 **This release contains two security fixes, so we highly recommend updating.** -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.9.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.9.2/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would like to give a special thanks to Bruno Pagani ([@ArchangeGabriel](https://github.com/ArchangeGabriel)) for reporting the security issue that has been patched in this release. diff --git a/content/post/release-of-1.9.3.md b/content/post/release-of-1.9.3.md index b5a03ce..12ee861 100644 --- a/content/post/release-of-1.9.3.md +++ b/content/post/release-of-1.9.3.md @@ -13,7 +13,7 @@ We have merged [11](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone% **This release fixed go-get private repository bug with go1.13, so we highly recommend updating.** -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.9.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.9.3/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We'd like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.9.4.md b/content/post/release-of-1.9.4.md index a90a900..0e7e34b 100644 --- a/content/post/release-of-1.9.4.md +++ b/content/post/release-of-1.9.4.md @@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.9.4. We have merged [24](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.9.4+is%3Aclosed) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.9.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.9.4/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.9.5.md b/content/post/release-of-1.9.5.md index 42bcf60..9e439fb 100644 --- a/content/post/release-of-1.9.5.md +++ b/content/post/release-of-1.9.5.md @@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.9.5. We have merged [19](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.9.5+is%3Aclosed) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.9.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.9.5/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-1.9.6.md b/content/post/release-of-1.9.6.md index 181cf83..abbb240 100644 --- a/content/post/release-of-1.9.6.md +++ b/content/post/release-of-1.9.6.md @@ -11,7 +11,7 @@ We are proud to present the release of Gitea version 1.9.6. We have merged [7](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.9.6+is%3Aclosed) pull requests to release this version. -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/1.9.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/1.9.6/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially. diff --git a/content/post/release-of-tea-0.4.0.md b/content/post/release-of-tea-0.4.0.md index 776ac3f..4454344 100644 --- a/content/post/release-of-tea-0.4.0.md +++ b/content/post/release-of-tea-0.4.0.md @@ -17,7 +17,7 @@ With the new v0.4.0 release tea can now: -![gif](https://dl.gitea.io/screenshots/tea_demo.gif) +![gif](https://dl.gitea.com/screenshots/tea_demo.gif) ## Changelog diff --git a/content/post/release-of-tea-0.7.0.md b/content/post/release-of-tea-0.7.0.md index 13cd8b1..a2c749a 100644 --- a/content/post/release-of-tea-0.7.0.md +++ b/content/post/release-of-tea-0.7.0.md @@ -9,7 +9,7 @@ draft: false We are proud to present the release of `tea` version 0.7.0, a CLI tool that allows you to work with pull requests, issues and more in your terminal. -You can download prebuilt binaries from [dl.gitea.io/tea](https://dl.gitea.io/tea/0.7.0), +You can download prebuilt binaries from [dl.gitea.io/tea](https://dl.gitea.com/tea/0.7.0), for more options look at the [README.md](https://gitea.com/gitea/tea#installation). **Have you heard? We now have a [swag shop](https://shop.gitea.io)! :shirt: :tea:** diff --git a/content/post/release-of-tea-0.8.0.md b/content/post/release-of-tea-0.8.0.md index 5cb5ea1..041c231 100644 --- a/content/post/release-of-tea-0.8.0.md +++ b/content/post/release-of-tea-0.8.0.md @@ -9,7 +9,7 @@ draft: false We are proud to present the release of `tea` version 0.8.0, a CLI tool that allows you to work with pull requests, issues and more in your terminal. -You can download prebuilt binaries from [dl.gitea.io/tea](https://dl.gitea.io/tea/0.8.0), +You can download prebuilt binaries from [dl.gitea.io/tea](https://dl.gitea.com/tea/0.8.0), for more options look at the [README.md](https://gitea.com/gitea/tea#installation). diff --git a/contrib/release/release.md b/contrib/release/release.md index fad9abe..0969715 100644 --- a/contrib/release/release.md +++ b/contrib/release/release.md @@ -14,7 +14,7 @@ We have merged [{{.Merged}}](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+m -You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.io/gitea/{{.Milestone}}/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.io/en-us/install-from-binary/). +You can download one of our pre-built binaries from our [downloads page](https://dl.gitea.com/gitea/{{.Milestone}}/) - make sure to select the correct platform! For further details on how to install, follow our [installation guide](https://docs.gitea.com/installation/install-from-binary). We would also like to thank all of our supporters on [Open Collective](https://opencollective.com/gitea) who are helping to sustain us financially.