WIP blogpost for the release 7.10
Merge request reports
Activity
Added 1 commit:
- 2a96da92 - Add username ending in period change in upgrade barometer.
mentioned in merge request !638 (closed)
Added 1 commit:
- 91c68049 - add features
Packages are in beta for 7.10
Now CE only, EE will follow.
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb | sudo bash sudo apt-get install gitlab-ce
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm | sudo bash sudo yum install gitlab-ce
and link to https://packages.gitlab.com/gitlab/gitlab-ce/install
Added 1 commit:
- 8d2a570e - Revert "Add username ending in period change in upgrade barometer."
It seems GitLab 7.10 is incompatible with CI 7.9. (correct @vsizov ?)
Yes, @jacobvosmaer
Added 1 commit:
- cd2f52ce - add descriptions, images
Added 1 commit:
- faa86daa - be excited
18 and set default Git Hooks for everyone. 19 20 On top of that, this release marks the start of our package server! This means 21 you can install GitLab _right now_ with `apt-get` and `yum`. More about that, 22 below. 23 24 This month's Most Valuable Person ([MVP](https://about.gitlab.com/mvp/)) is, again, Stan Hu! 25 Stan Hu did a big deal of quality of contributions and we're happy to 26 award him once again. 27 Thanks Stan Hu! 28 29 <!--more--> 30 31 ## Apt-get install GitLab! 32 33 We're very excited to start using our new package server with the release of 29 <!--more--> 30 31 ## Apt-get install GitLab! 32 33 We're very excited to start using our new package server with the release of 34 GitLab 7.10. This means that from now on, you can install GitLab with the 35 magically simply command `sudo apt-get install gitlab-ce`! 36 37 The package server is currently in beta, meaning you can use it, but there 38 might still be some things to iron out. For this reason it is currently 39 only available for GitLab CE. 40 41 To install GitLab using our package server, all you need is the following 42 commands (depending on your OS): 43 44 ``` 63 ## Fork projects with CI 64 65 If you fork a project in GitLab that has GitLab CI setup, 66 you forked project will now also be served by CI with the same settings! 67 68 That makes working with CI much easier and convenient for those of you that 69 work with forks. 70 71 Of course, we made sure this won't be possible if it infringes on permissions 72 you've set, so make sure to check the [documenation](http://doc.gitlab.com/ci/). 73 74 ## Invite new people into project by email 75 76 Starting an amazing new project, but your co-conspirors don't have an account 77 on your GitLab instance yet? No problem! You can now simply invite people 78 by email, whether they have an account on the instance or not: Added 1 commit:
- e48852ea - suggested changes
Added 1 commit:
- a2608fde - add image
104 105 ## Audit log for Deploy keys (EE only feature) 106 107 A nice addition to our audit logging: Any changes to deploy keys are now also 108 logged in the audit log. Make sure you know who can read your code. 109 110 [](/images/7_10/deploy_key_log.png) 111 112 ## Other changes 113 114 This release has more improvements, including security fixes, please check out [the Changelog](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) to see the all named changes. 115 116 117 ## Upgrade barometer 118 119 Coming from GitLab 7.9.4, the migrations run very fast. I added 0c9f4f6f
Added 1 commit:
- 0c9f4f6f - The migrations require downtime
Added 123 commits:
-
0c9f4f6f...df34202f - 120 commits from branch
master
- d7e0f8ff - Merge branch 'master' into release-7-10
- 3b7666c2 - Added the packages for 7.10-ce
- e3c6a04c - Merge remote-tracking branch 'origin/release-7-10' into release-7-10
Toggle commit list-
0c9f4f6f...df34202f - 120 commits from branch
@JobV your brach wasn't up to date with master. I merged master into it in order to add the packages and not cause conflicts.
@patricio you are a saint
mentioned in commit 420fcb07
Please register or sign in to reply