Skip to content

Commit

Permalink
docs: Add 0.33.0 upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergilbert committed Aug 25, 2023
1 parent 4555922 commit 4a903b6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions website/content/en/highlights/2023-09-26-0-33-0-upgrade-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
date: "2023-09-26"
title: "0.33 Upgrade Guide"
description: "An upgrade guide that addresses breaking changes in 0.33.0"
authors: ["spencergilbert"]
release: "0.33.0"
hide_on_release_notes: false
badges:
type: breaking change
---

Vector's 0.33.0 release includes **deprecations**:

1. [Renaming the `armv7` rpm package](#armv7-rename)

We cover them below to help you upgrade quickly:

## Upgrade guide

### Deprecations

#### Renaming the `armv7` rpm package {#armv7-rename}

The `armv7` rpm package, `vector-<version>-1.armv7.rpm`, is now published as
`vector-<version>-1.armv7hl.rpm` to better follow rpm guidelines. The `armv7`
package will be no longer be published beginning in the 0.34.0 release.

0 comments on commit 4a903b6

Please sign in to comment.