Skip to content

Commit 28e7472

Browse files
authored
MONGOCRYPT-688 drop RHEL 6 packaging task (#902)
1 parent 4eea4c0 commit 28e7472

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,17 +1266,10 @@ buildvariants:
12661266
- name: rhel-62-64-bit
12671267
display_name: "RHEL 6.2 64-bit"
12681268
run_on: rhel62-small
1269-
expansions:
1270-
has_packages: true
1271-
packager_distro: rhel62
1272-
packager_arch: x86_64
12731269
tasks:
12741270
- build-and-test-and-upload
12751271
- build-and-test-shared-bson
12761272
- test-java
1277-
- name: publish-packages
1278-
distros:
1279-
- rhel70-small
12801273
- name: rhel-70-64-bit
12811274
display_name: "RHEL 7.0 64-bit"
12821275
run_on: rhel70-small

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# ChangeLog
2+
## 1.12.0
3+
### Removed
4+
- libmongocrypt is no longer published in the MongoDB package repository for RHEL 6. libmongocrypt may instead be built from source on RHEL 6, but support for RHEL 6 will be dropped in a future release.
5+
26
## 1.11.0
37
### New features
48
- Support `range` algorithm as stable.
@@ -75,7 +79,7 @@ This release makes backwards breaking changes to Queryable Encryption (QE) behav
7579
- Set context error state during KMS provider validation.
7680
## 1.6.1
7781
## Fixed
78-
- Fix libbson dependency in pkg-config for PPA.
82+
- Fix libbson dependency in pkg-config for MongoDB repository package.
7983
## 1.6.0
8084
## New Features
8185
- Support accessToken to authenticate with Azure.

0 commit comments

Comments
 (0)