blog/content/post/release-of-1.17.2.md

79 lines
7.6 KiB
Markdown
Raw Permalink Normal View History

---
docusaurus blog (#266) # Notes - date must not have double quotes, e.g., should be like `date: 2022-10-30T18:25:00+09:15` - Updated header. ![Screen Shot 2023-07-11 at 17.27.49](/attachments/d14b0c62-3630-47a9-bcda-25c6459d4e8b) - Used customized blog plugin to get all tags with reference to [plugins/blog/index.js](https://github.com/questdb/questdb.io/blob/master/plugins/blog/index.js). Filter by tag section, tag list page. ![Screen Shot 2023-07-11 at 18.10.28](/attachments/59561940-a2f7-4ab5-b99a-1d5b84fdbcad) ![Screen Shot 2023-07-11 at 17.31.20](/attachments/d6d82976-12c0-4c0f-acfe-218e30c7c627) - Added coverImage to frontmatter to assgin cover image, e.g., `coverImage: "/img/blog-covers/test.jpeg"` And on blog page, cover image will appear on top if `coverImage` added to frontmatter, e.g., ![Screen Shot 2023-07-11 at 17.33.09](/attachments/c27e7971-11db-4241-bc53-9e43df235fbc) ![Screen Shot 2023-07-11 at 17.33.20](/attachments/552dd9cf-fc55-4547-8014-864aeb0e5050) - authors are managed by the `authors.yml` file. [reference](https://docusaurus.io/docs/blog#global-authors) - [ejected](https://docusaurus.io/docs/swizzling#ejecting) `@docusaurus/theme-classic BlogListPage` and `@docusaurus/theme-classic BlogPostPage`, which are marked as `unsafe` by docusaurus, so need to maintain these components. ([original BlogListPage](https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-theme-classic/src/theme/BlogListPage/index.tsx), [original BlogPostPage](https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-theme-classic/src/theme/BlogPostPage/index.tsx)) - [referenced repo](https://github.com/questdb/questdb.io) # How to test ``` npm i npm run start ``` # Build and serve ``` npm run build npm run serve ``` # Help Needed Deploy and preview steps # More Screenshots ![Screen Shot 2023-07-11 at 17.34.54](/attachments/ee9d46ac-72ac-49de-90df-38e2afc6db02) Mobile: ![Screen Shot 2023-07-11 at 18.16.54](/attachments/8f1471a3-27cc-459a-a2ce-c0e5bdf604d3) ![Screen Shot 2023-07-10 at 17.53.18](/attachments/992d9f24-e130-41a9-8b55-86744539524c) ![Screen Shot 2023-07-06 at 11.02.21](/attachments/af1632b8-6a61-47f7-b15d-4a6080bebadb) ![Screen Shot 2023-07-11 at 18.17.43](/attachments/af0df617-27a4-46f9-a8a3-037be268e1cd) ![Screen Shot 2023-07-03 at 15.32.45](/attachments/ad2c1217-e82d-434c-81c8-5d4058e18591) # TODO - [x] Add Banner to blog page Reviewed-on: https://gitea.com/gitea/blog/pulls/266 Co-authored-by: HesterG <hestergong@gmail.com> Co-committed-by: HesterG <hestergong@gmail.com>
2023-07-12 08:55:19 +05:30
date: 2022-09-06T16:35:40+07:00
authors: "jolheiser"
title: "Gitea 1.17.2 is released"
tags: ["release", "gitea"]
draft: false
coverImageRelease: "1.17.2"
---
We are proud to present the release of Gitea version 1.17.2.
We highly encourage users to update to this version for some important bug-fixes.
We have merged [42](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+milestone%3A1.17.2+is%3Amerged) pull requests to release this version.
<!-- Security Thanks! -->
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.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.
**Have you heard? We now have a [swag shop](https://shop.gitea.io)! :shirt: :tea:**
## :exclamation: Breaking change :exclamation:
#### After release we discovered that a template function removal was backported, which may break user templates. ([#20932](https://github.com/go-gitea/gitea/pull/20932))
#### Users may need to update their custom templates to stop using this function.
<!--more-->
## Changelog
## [1.17.2](https://github.com/go-gitea/gitea/releases/tag/v1.17.2) - 2022-09-06
<!-- Changelog Details -->
* SECURITY
* Double check CloneURL is acceptable ([#20869](https://github.com/go-gitea/gitea/pull/20869)) ([#20892](https://github.com/go-gitea/gitea/pull/20892))
* Add more checks in migration code ([#21011](https://github.com/go-gitea/gitea/pull/21011)) ([#21050](https://github.com/go-gitea/gitea/pull/21050))
* ENHANCEMENTS
* Fix hard-coded timeout and error panic in API archive download endpoint ([#20925](https://github.com/go-gitea/gitea/pull/20925)) ([#21051](https://github.com/go-gitea/gitea/pull/21051))
* Improve arc-green code theme ([#21039](https://github.com/go-gitea/gitea/pull/21039)) ([#21042](https://github.com/go-gitea/gitea/pull/21042))
* Enable contenthash in filename for dynamic assets ([#20813](https://github.com/go-gitea/gitea/pull/20813)) ([#20932](https://github.com/go-gitea/gitea/pull/20932))
* Don't open new page for ext wiki on same repository ([#20725](https://github.com/go-gitea/gitea/pull/20725)) ([#20910](https://github.com/go-gitea/gitea/pull/20910))
* Disable doctor logging on panic ([#20847](https://github.com/go-gitea/gitea/pull/20847)) ([#20898](https://github.com/go-gitea/gitea/pull/20898))
* Remove calls to load Mirrors in user.Dashboard ([#20855](https://github.com/go-gitea/gitea/pull/20855)) ([#20897](https://github.com/go-gitea/gitea/pull/20897))
* Update codemirror to 5.65.8 ([#20875](https://github.com/go-gitea/gitea/pull/20875))
* Rework repo buttons (#20602, [#20718](https://github.com/go-gitea/gitea/pull/20718)) ([#20719](https://github.com/go-gitea/gitea/pull/20719))
* BUGFIXES
* Ensure delete user deletes all comments ([#21067](https://github.com/go-gitea/gitea/pull/21067)) ([#21068](https://github.com/go-gitea/gitea/pull/21068))
* Delete unreferenced packages when deleting a package version ([#20977](https://github.com/go-gitea/gitea/pull/20977)) ([#21060](https://github.com/go-gitea/gitea/pull/21060))
* Redirect if user does not exist on admin pages ([#20981](https://github.com/go-gitea/gitea/pull/20981)) ([#21059](https://github.com/go-gitea/gitea/pull/21059))
* Set uploadpack.allowFilter etc on gitea serv to enable partial clones with ssh ([#20902](https://github.com/go-gitea/gitea/pull/20902)) ([#21058](https://github.com/go-gitea/gitea/pull/21058))
* Fix 500 on time in timeline API ([#21052](https://github.com/go-gitea/gitea/pull/21052)) ([#21057](https://github.com/go-gitea/gitea/pull/21057))
* Fill the specified ref in webhook test payload ([#20961](https://github.com/go-gitea/gitea/pull/20961)) ([#21055](https://github.com/go-gitea/gitea/pull/21055))
* Add another index for Action table on postgres ([#21033](https://github.com/go-gitea/gitea/pull/21033)) ([#21054](https://github.com/go-gitea/gitea/pull/21054))
* Fix broken insecureskipverify handling in redis connection uris ([#20967](https://github.com/go-gitea/gitea/pull/20967)) ([#21053](https://github.com/go-gitea/gitea/pull/21053))
* Add Dev, Peer and Optional dependencies to npm PackageMetadataVersion ([#21017](https://github.com/go-gitea/gitea/pull/21017)) ([#21044](https://github.com/go-gitea/gitea/pull/21044))
* Do not add links to Posters or Assignees with ID < 0 ([#20577](https://github.com/go-gitea/gitea/pull/20577)) ([#21037](https://github.com/go-gitea/gitea/pull/21037))
* Fix modified due date message ([#20388](https://github.com/go-gitea/gitea/pull/20388)) ([#21032](https://github.com/go-gitea/gitea/pull/21032))
* Fix missed sort bug ([#21006](https://github.com/go-gitea/gitea/pull/21006))
* Fix input.value attr for RequiredClaimName/Value ([#20946](https://github.com/go-gitea/gitea/pull/20946)) ([#21001](https://github.com/go-gitea/gitea/pull/21001))
* Change review buttons to icons to make space for text ([#20934](https://github.com/go-gitea/gitea/pull/20934)) ([#20978](https://github.com/go-gitea/gitea/pull/20978))
* Fix download archiver of a commit ([#20962](https://github.com/go-gitea/gitea/pull/20962)) ([#20971](https://github.com/go-gitea/gitea/pull/20971))
* Return 404 NotFound if requested attachment does not exist ([#20886](https://github.com/go-gitea/gitea/pull/20886)) ([#20941](https://github.com/go-gitea/gitea/pull/20941))
* Set no-tags in git fetch on compare ([#20893](https://github.com/go-gitea/gitea/pull/20893)) ([#20936](https://github.com/go-gitea/gitea/pull/20936))
* Allow multiple metadata files for Maven packages ([#20674](https://github.com/go-gitea/gitea/pull/20674)) ([#20916](https://github.com/go-gitea/gitea/pull/20916))
* Increase Content field size of gpg_key and public_key to MEDIUMTEXT ([#20896](https://github.com/go-gitea/gitea/pull/20896)) ([#20911](https://github.com/go-gitea/gitea/pull/20911))
* Fix mirror address setting not working ([#20850](https://github.com/go-gitea/gitea/pull/20850)) ([#20904](https://github.com/go-gitea/gitea/pull/20904))
* Fix push mirror address backend get error Address cause setting page display error ([#20593](https://github.com/go-gitea/gitea/pull/20593)) ([#20901](https://github.com/go-gitea/gitea/pull/20901))
* Fix panic when an invalid oauth2 name is passed ([#20820](https://github.com/go-gitea/gitea/pull/20820)) ([#20900](https://github.com/go-gitea/gitea/pull/20900))
* In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it ([#20837](https://github.com/go-gitea/gitea/pull/20837)) ([#20899](https://github.com/go-gitea/gitea/pull/20899))
* Ensure that graceful start-up is informed of unused SSH listener ([#20877](https://github.com/go-gitea/gitea/pull/20877)) ([#20888](https://github.com/go-gitea/gitea/pull/20888))
* Pad GPG Key ID with preceding zeroes ([#20878](https://github.com/go-gitea/gitea/pull/20878)) ([#20885](https://github.com/go-gitea/gitea/pull/20885))
* Fix SQL Query for `SearchTeam` ([#20844](https://github.com/go-gitea/gitea/pull/20844)) ([#20872](https://github.com/go-gitea/gitea/pull/20872))
* Fix the mode of custom dir to 0700 in docker-rootless ([#20861](https://github.com/go-gitea/gitea/pull/20861)) ([#20867](https://github.com/go-gitea/gitea/pull/20867))
* Fix UI mis-align for PR commit history ([#20845](https://github.com/go-gitea/gitea/pull/20845)) ([#20859](https://github.com/go-gitea/gitea/pull/20859))