Skip to content

Commit

Permalink
Merge pull request #232 from flatcar/kai/org-rename
Browse files Browse the repository at this point in the history
Prepare org rename
  • Loading branch information
pothos authored Sep 14, 2022
2 parents 6431a6e + e0b3f74 commit 3db347a
Show file tree
Hide file tree
Showing 313 changed files with 2,084 additions and 2,084 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ The documentation is set under `params.docs` in [config.yaml](./config.yaml) and
should look similar to:

```
github_edit_url: https://github.com/flatcar-linux/flatcar-docs/edit/main/docs/
github_edit_url: https://github.com/flatcar/flatcar-docs/edit/main/docs/
issues_url: https://github.com/kinvolk/flatcar/issues/new?labels=kind/docs
external_docs:
- repo: https://github.com/flatcar-linux/flatcar-docs.git
- repo: https://github.com/flatcar/flatcar-docs.git
name: "latest"
branch: "main"
dir: "docs"
Expand All @@ -89,11 +89,11 @@ external_docs:
If you want to add a new version of the documentation, this can be done by adding a new entry to external_docs:
```
external_docs:
- repo: https://github.com/flatcar-linux/flatcar-docs.git
- repo: https://github.com/flatcar/flatcar-docs.git
name: "latest"
branch: "main"
dir: "docs"
- repo: https://github.com/flatcar-linux/flatcar-docs.git
- repo: https://github.com/flatcar/flatcar-docs.git
name: "old"
branch: "tag-1.2.3"
dir: "docs"
Expand Down
8 changes: 4 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permalinks:

params:
news_stripe:
text: 'Join our <a href="https://github.com/flatcar-linux/Flatcar/#monthly-community-meeting-and-release-planning">Office Hours</a>, every second Tuesday of each month at 15:30 GMT.'
text: 'Join our <a href="https://github.com/flatcar/Flatcar/#monthly-community-meeting-and-release-planning">Office Hours</a>, every second Tuesday of each month at 15:30 GMT.'
expiration: "2023-12-29T17:00:00+02:00"
style:
bgcolor: ""
Expand All @@ -26,14 +26,14 @@ params:
url: 'https://twitter.com/flatcar'
image: 'twitter-icon'
- title: github
url: 'https://github.com/flatcar-linux'
url: 'https://github.com/flatcar'
image: 'github-icon'
favicon: "/media/brand-logo.svg"
docs:
github_edit_url: https://github.com/flatcar-linux/flatcar-docs/edit/main/docs/
github_edit_url: https://github.com/flatcar/flatcar-docs/edit/main/docs/
issues_url: https://github.com/kinvolk/flatcar/issues/new?labels=kind/docs
external_docs:
- repo: https://github.com/flatcar-linux/flatcar-docs.git
- repo: https://github.com/flatcar/flatcar-docs.git
name: "latest"
branch: "main"
dir: "docs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For information about release and signing keys, please see the new [Releases](ht

### Filing issues or feature requests

You can use the [Flatcar repository](https://github.com/flatcar-linux/Flatcar/issues) to file any issue or feature request you may have.
You can use the [Flatcar repository](https://github.com/flatcar/Flatcar/issues) to file any issue or feature request you may have.

### Flatcar Linux documentation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ As with the previous method, please heed the [set of migration notes](https://do

# That’s it

If you follow the simple steps above, your migration should go without a hitch. If you encounter problems, please let us know by [filing an issue](https://github.com/flatcar-linux/Flatcar/issues) or getting in touch at [[email protected]](mailto:[email protected]).
If you follow the simple steps above, your migration should go without a hitch. If you encounter problems, please let us know by [filing an issue](https://github.com/flatcar/Flatcar/issues) or getting in touch at [[email protected]](mailto:[email protected]).
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ As with the previous method, please heed the[ set of migration notes](https://do

If you’re starting from scratch or migrating to Flatcar Container Linux from CoreOS, we’ve hopefully given you what you need to get started. For further information about [running Flatcar in Azure](https://docs.flatcar-linux.org/os/booting-on-azure/) and using Flatcar Container Linux in production please consult the [documentation](https://docs.flatcar-linux.org/).

If you encounter problems, please let us know by[ filing an issue](https://github.com/flatcar-linux/Flatcar/issues). For inquiries about support, you can reach us at [email protected].
If you encounter problems, please let us know by[ filing an issue](https://github.com/flatcar/Flatcar/issues). For inquiries about support, you can reach us at [email protected].
2 changes: 1 addition & 1 deletion content/blog/2020-05-27-container-linux-back-on-track.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ We have heard positive feedback from customers about the benefits of a slower pa

Resuming pace is the first step. There have been a number of changes in the container space in the past 2+ years. For example, [rkt](https://github.com/rkt/rkt) was archived, [Ignition](https://github.com/coreos/ignition) has changed, additional container runtimes have gained wider adoption, the next kernel LTS release has progressed, BPF has become more established, cgroup v2 has advanced, etc. Over the next months, expect updates to address these deprecations and advancements.

We understand well that we can only do this by ensuring the stability part of the Container Linux promise. We are here for clients and community users to make sure this process goes smoothly. Join the [mailing list](https://groups.google.com/forum/#!forum/flatcar-linux-user) or IRC. And, as always, [file issues](https://github.com/flatcar-linux/flatcar) you find. Your active use of Alpha and Beta in diverse real-world environments is what makes Stable even better for you.
We understand well that we can only do this by ensuring the stability part of the Container Linux promise. We are here for clients and community users to make sure this process goes smoothly. Join the [mailing list](https://groups.google.com/forum/#!forum/flatcar-linux-user) or IRC. And, as always, [file issues](https://github.com/flatcar/flatcar) you find. Your active use of Alpha and Beta in diverse real-world environments is what makes Stable even better for you.

### Project roadmap

Expand Down
8 changes: 4 additions & 4 deletions content/blog/2021-10-27-flatcar-openssl-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ C0E28D0B5F7F0000:error:03000086:digital envelope routines:evp_md_init_internal:i

Flatcar Container Linux aims to reduce the attack surface of the distribution by shipping just the right amount of necessary software. It's a fragile balance from a distro maintainer's point of view; FCL must offer enough flexibility to the user while ensuring the consistency of the OS: with its version 3, OpenSSL fulfills these two requirements.

[issue-418]: https://github.com/flatcar-linux/Flatcar/issues/418
[issue-418]: https://github.com/flatcar/Flatcar/issues/418
[flatcar]: https://flatcar-linux.org
[openssl]: https://www.openssl.org
[update-engine]: https://github.com/flatcar-linux/update_engine
[openssl-dependencies]: https://github.com/flatcar-linux/update_engine/blob/flatcar-master/src/update_engine/omaha_hash_calculator.cc#L10-L12
[issue-519]: https://github.com/flatcar-linux/Flatcar/issues/519
[update-engine]: https://github.com/flatcar/update_engine
[openssl-dependencies]: https://github.com/flatcar/update_engine/blob/flatcar-master/src/update_engine/omaha_hash_calculator.cc#L10-L12
[issue-519]: https://github.com/flatcar/Flatcar/issues/519
[820173]:https://bugs.gentoo.org/820173
[alpine-openssl]: https://ariadne.space/2021/10/01/bits-related-to-alpine-security-initiatives-in-september/
[fips-submission]: https://www.openssl.org/blog/blog/2021/09/22/OpenSSL3-fips-submission/
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2021-12-11-containerd-inotify-leak.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ date = "2022-02-18T20:00:00+02:00"
postImage = "/flatcar-containerd.jpg"
+++

The recent Flatcar update to [enable CGroupsV2 by default](https://www.flatcar-linux.org/blog/2021/09/flatcar-container-linux-is-moving-to-cgroupsv2/) has mostly gone smoothly, but as is usual for any significant change, there have have been some "interesting" experiences reported by users. For example, one user recently reported [issue 563](https://github.com/flatcar-linux/Flatcar/issues/563) ("containerd-shim processes are leaking inotify instances with cgroups v2").
The recent Flatcar update to [enable CGroupsV2 by default](https://www.flatcar-linux.org/blog/2021/09/flatcar-container-linux-is-moving-to-cgroupsv2/) has mostly gone smoothly, but as is usual for any significant change, there have have been some "interesting" experiences reported by users. For example, one user recently reported [issue 563](https://github.com/flatcar/Flatcar/issues/563) ("containerd-shim processes are leaking inotify instances with cgroups v2").

This blog post is a technical write-up of the details of how we dived in, found out what's happening, and resolved the issue. We wrap up with a couple of key recommendations for operators, specifically to update their version of containerd (to pick up our fix for the issue) and increase the value of the `fs.inotify.max_user_instances` kernel parameter.

Expand Down
2 changes: 1 addition & 1 deletion content/blog/2022-05-10-community-lts-pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ These features were previously only included in the (paid) “Pro” images in c

We are excited at this significant expansion of the deployment options and capabilities available to the Flatcar user community.
To try Flatcar out, please check out our [Getting Started guide](https://www.flatcar.org/docs/latest/installing/).
If you’d like to get involved in the project, why not join our next monthly [Community Meeting](https://github.com/flatcar-linux/Flatcar/#monthly-community-meeting-and-release-planning)?
If you’d like to get involved in the project, why not join our next monthly [Community Meeting](https://github.com/flatcar/Flatcar/#monthly-community-meeting-and-release-planning)?
4 changes: 2 additions & 2 deletions data/releases/alpha/1745.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ github_release:
url: https://api.github.com/users/iaguis
body: "## Flatcar updates\r\n\r\nInitial Flatcar release.\r\n\r\nNotes:\r\n- Previous\
\ test images have been removed from the release servers. This is due to a new\
\ update key being generated using our updated security policy which we [included](https://github.com/flatcar-linux/coreos-overlay/pull/6)\
\ update key being generated using our updated security policy which we [included](https://github.com/flatcar/coreos-overlay/pull/6)\
\ in the first public image.\r\n\r\n## [Upstream Container Linux updates](https://github.com/coreos/manifest/releases/tag/v1745.0.0):\r\
\n\r\nSecurity fixes:\r\n- Fix curl out of bounds read ([CVE-2018-1000005](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000005))\r\
\n- Fix curl authentication data leak ([CVE-2018-1000007](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000007))\r\
Expand All @@ -44,7 +44,7 @@ github_release:
\n- Linux [4.15.15](https://lwn.net/Articles/750656/)\r\n- Update Engine [0.4.6](https://github.com/coreos/update_engine/releases/tag/v0.4.6)"
created_at: '2018-04-18T13:30:39Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1745.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1745.0.0
id: 10715683
name: v1745.0.0
node_id: MDc6UmVsZWFzZTEwNzE1Njgz
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1758.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ github_release:
\n - update-ssh-keys [0.1.2](https://github.com/coreos/update-ssh-keys/releases/tag/v0.1.2)"
created_at: '2018-04-25T14:46:42Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1758.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1758.0.0
id: 10731573
name: v1758.0.0
node_id: MDc6UmVsZWFzZTEwNzMxNTcz
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1772.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ github_release:
\n- wa-linux-agent [2.2.25](https://github.com/Azure/WALinuxAgent/releases/tag/v2.2.25)"
created_at: '2018-05-23T16:17:52Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1772.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1772.0.0
id: 10957063
name: v1772.0.0
node_id: MDc6UmVsZWFzZTEwOTU3MDYz
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1786.0.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ github_release:
\n- vim [8.0.1298](http://ftp.vim.org/pub/vim/patches/8.0/README)\r\n- wget [1.19.5](https://git.savannah.gnu.org/cgit/wget.git/tree/NEWS?h=v1.19.5&id=15a39093b8751596fe87a6c1f143dff6b6a818ee)"
created_at: '2018-05-23T16:31:11Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1786.0.1
html_url: https://github.com/flatcar/manifest/releases/tag/v1786.0.1
id: 11190166
name: v1786.0.1
node_id: MDc6UmVsZWFzZTExMTkwMTY2
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1786.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ github_release:
\n"
created_at: '2018-05-25T22:12:29Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1786.1.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1786.1.0
id: 11193519
name: v1786.1.0
node_id: MDc6UmVsZWFzZTExMTkzNTE5
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1786.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ github_release:
\n- Linux [4.16.13](https://lwn.net/Articles/755961/)"
created_at: '2018-05-31T09:43:09Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1786.2.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1786.2.0
id: 11280218
name: v1786.2.0
node_id: MDc6UmVsZWFzZTExMjgwMjE4
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1800.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ github_release:
\ [4.6](https://github.com/shadow-maint/shadow/releases/tag/4.6)"
created_at: '2018-06-11T11:31:21Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1800.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1800.0.0
id: 11436343
name: v1800.0.0
node_id: MDc6UmVsZWFzZTExNDM2MzQz
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1800.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ github_release:
\n\r\nBug fixes:\r\n- Fix Hyper-V network driver regression ([#2454](https://github.com/coreos/bugs/issues/2454))"
created_at: '2018-06-12T12:19:30Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1800.1.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1800.1.0
id: 11460609
name: v1800.1.0
node_id: MDc6UmVsZWFzZTExNDYwNjA5
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1814.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ github_release:
\n- Linux [4.16.16](https://lwn.net/Articles/757679/)\r\n- torcx [0.2.0](https://github.com/coreos/torcx/releases/tag/v0.2.0)"
created_at: '2018-06-21T08:06:21Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1814.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1814.0.0
id: 11603785
name: v1814.0.0
node_id: MDc6UmVsZWFzZTExNjAzNzg1
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1828.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ github_release:
\n- OpenSSL [1.0.2o](https://www.openssl.org/news/openssl-1.0.2-notes.html)"
created_at: '2018-07-04T13:42:38Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1828.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1828.0.0
id: 11793791
name: v1828.0.0
node_id: MDc6UmVsZWFzZTExNzkzNzkx
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1849.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ github_release:
\n"
created_at: '2018-07-25T11:19:05Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1849.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1849.0.0
id: 12112790
name: v1849.0.0
node_id: MDc6UmVsZWFzZTEyMTEyNzkw
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1855.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ github_release:
\ [4.17.11](https://lwn.net/Articles/761179/)"
created_at: '2018-07-30T10:52:11Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1855.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1855.0.0
id: 12180062
name: v1855.0.0
node_id: MDc6UmVsZWFzZTEyMTgwMDYy
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1855.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ github_release:
\n\r\nUpdates:\r\n- Linux [4.17.12](https://lwn.net/Articles/761766/)"
created_at: '2018-08-07T08:41:15Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1855.1.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1855.1.0
id: 12306581
name: v1855.1.0
node_id: MDc6UmVsZWFzZTEyMzA2NTgx
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1871.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ github_release:
\n- Linux [4.17.15](https://lwn.net/Articles/762807/)\r\n- update-ssh-keys [0.2.1](https://github.com/coreos/update-ssh-keys/releases/tag/v0.2.1)"
created_at: '2018-08-16T17:10:25Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1871.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1871.0.0
id: 12453225
name: v1871.0.0
node_id: MDc6UmVsZWFzZTEyNDUzMjI1
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1883.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ github_release:
\n- Linux [4.18.5](https://lwn.net/Articles/763431/)\r\n- Rust [1.28.0](https://blog.rust-lang.org/2018/08/02/Rust-1.28.html)"
created_at: '2018-08-29T07:17:51Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1883.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1883.0.0
id: 12637751
name: v1883.0.0
node_id: MDc6UmVsZWFzZTEyNjM3NzUx
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1897.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ github_release:
\n- Linux [4.18.7](https://lwn.net/Articles/764459/)\r\n- update-ssh-keys [0.3.0](https://github.com/coreos/update-ssh-keys/releases/tag/v0.3.0)"
created_at: '2018-09-14T08:38:28Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1897.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1897.0.0
id: 12902580
name: v1897.0.0
node_id: MDc6UmVsZWFzZTEyOTAyNTgw
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1911.0.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ github_release:
\n\r\nUpdates:\r\n- Linux [4.18.9](https://lwn.net/Articles/765657/)"
created_at: '2018-09-27T16:09:38Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1911.0.2
html_url: https://github.com/flatcar/manifest/releases/tag/v1911.0.2
id: 13186282
name: v1911.0.2
node_id: MDc6UmVsZWFzZTEzMTg2Mjgy
Expand Down
6 changes: 3 additions & 3 deletions data/releases/alpha/1925.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ github_release:
type: User
url: https://api.github.com/users/iaguis
body: "## Flatcar updates\r\n\r\nChanges:\r\n\r\n* Add new image signing subkey\
\ to `flatcar-install` ([flatcar-linux/init#4](https://github.com/flatcar-linux/init/pull/4))\r\
\ to `flatcar-install` ([flatcar-linux/init#4](https://github.com/flatcar/init/pull/4))\r\
\n\r\nBug fixes:\r\n\r\n* Fix `/usr/lib/coreos` symlink for Container Linux compatibility\
\ ([flatcar-linux/coreos-overlay#8](https://github.com/flatcar-linux/coreos-overlay/pull/8))\r\
\ ([flatcar-linux/coreos-overlay#8](https://github.com/flatcar/coreos-overlay/pull/8))\r\
\n\r\n## [Upstream Container Linux updates](https://github.com/coreos/manifest/releases/tag/v1925.0.0):\r\
\n\r\nUpdates:\r\n- glibc [2.26](https://sourceware.org/ml/libc-alpha/2017-08/msg00010.html)\r\
\n- Go [1.11.1](https://golang.org/doc/devel/release.html#go1.11.minor)\r\n- Linux\
\ [4.18.12](https://lwn.net/Articles/767627/)\r\n- nfs-utils [2.3.1](https://lwn.net/Articles/741961/)\r\
\n- open-vm-tools [10.3.0](https://github.com/vmware/open-vm-tools/blob/stable-10.3.0/ReleaseNotes.md)"
created_at: '2018-10-10T13:46:18Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1925.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1925.0.0
id: 13373234
name: v1925.0.0
node_id: MDc6UmVsZWFzZTEzMzczMjM0
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1939.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ github_release:
\n- OpenSSH [7.7p1](https://www.openssh.com/txt/release-7.7)\r\n- Rust [1.29.1](https://blog.rust-lang.org/2018/09/25/Rust-1.29.1.html)"
created_at: '2018-10-25T13:30:04Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1939.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1939.0.0
id: 13674047
name: v1939.0.0
node_id: MDc6UmVsZWFzZTEzNjc0MDQ3
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1953.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ github_release:
\n- Linux [4.19.1](https://lwn.net/Articles/770746/)"
created_at: '2018-11-07T13:59:53Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1953.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1953.0.0
id: 13902052
name: v1953.0.0
node_id: MDc6UmVsZWFzZTEzOTAyMDUy
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1967.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ github_release:
\n- Rust [1.30.1](https://blog.rust-lang.org/2018/11/08/Rust-1.30.1.html)"
created_at: '2018-11-19T20:12:21Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1967.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1967.0.0
id: 14116775
name: v1967.0.0
node_id: MDc6UmVsZWFzZTE0MTE2Nzc1
Expand Down
2 changes: 1 addition & 1 deletion data/releases/alpha/1981.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ github_release:
\ [1.6.2](https://www.netfilter.org/projects/iptables/files/changes-iptables-1.6.2.txt)"
created_at: '2018-12-04T05:50:36Z'
draft: false
html_url: https://github.com/flatcar-linux/manifest/releases/tag/v1981.0.0
html_url: https://github.com/flatcar/manifest/releases/tag/v1981.0.0
id: 14381870
name: v1981.0.0
node_id: MDc6UmVsZWFzZTE0MzgxODcw
Expand Down
Loading

0 comments on commit 3db347a

Please sign in to comment.